~ friquelme.dev

shipping AI into real codebases.

$ cat ~/blog

// thoughts on code, systems, and building things that work

~/posts/brownfield-ai.md — bash

$ cat brownfield-ai.md

// pinned

brownfield ai: six principles

six principles for shipping autonomous ai inside production codebases, drawn from real tools and real failures, not greenfield demos.

6 min read
ai brownfield autonomy trust
$ open ~/posts/brownfield-ai.md

// EOF

$ ls ./posts --recent

// 2 files

  1. 001/
    feb 17, 2025 · 8 min read

    seo for astro sites: what actually matters

    a practical walkthrough of the seo setup behind this site: sitemap, og meta, json-ld, rss, canonical urls. no plugins, just the fundamentals.

    astro seo web
  2. 002/
    feb 10, 2025 · 9 min read

    deploying astro to aws: the full pipeline

    how this portfolio goes from git push to production: github actions, s3, cloudfront, oidc auth, and aws cdk. no stored credentials, no manual steps.

    aws astro devops