~ friquelme.dev

shipping AI into real codebases.

$ cat ~/blog

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

~/posts/designing-for-the-operator.md

$ cat designing-for-the-operator.md

// pinned

designing for the operator

claudefuel is a three-line status bar for claude code. five design constraints from building it: compression, color, glyphs, restraint.

8 min read
design claude-code tooling claudefuel
$ open ~/posts/designing-for-the-operator.md

// EOF

$ ls ./posts --recent

// 3 files

  1. 001/
    apr 30, 2026 · 6 min read

    brownfield ai: six principles

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

    ai brownfield autonomy
  2. 002/
    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
  3. 003/
    feb 10, 2025 · 8 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