jaimegago.dev
Index Writing Projects About
Writing

Writing

Essays, launch notes, replies, and build logs.

All Essay Launch Reply Build
  • 2026

    • 2026-06-05
      Essay VS Code Shipped My Setup, Then I Read the Fine Print

      VS Code's new Agents window looks like a productized version of my Claude-Code-as-orchestrator setup — until the fine print: it runs entirely on GitHub Copilot, models and billing included, with your Anthropic subscription invisible to the flow. Why I'm staying on the Claude Code extension, moving orchestration to Anthropic's desktop app, and what 'orchestration' actually decomposes into.

    • 2026-05-12
      Essay If LLMs Write Your Code, LLM Code Review Is the Wrong Loop

      If you are using LLMs to write code, using LLMs to review the MRs is wrong. The writing-time model already had the best context for spotting errors; an MR-time bot is a weaker pass with less information. And the part of review that genuinely needed a second mind — team priors, incident history, intent — is exactly what a second LLM session cannot supply. Close the loop upstream at prompt time and downstream at behavior, not on the diff.

    • 2026-05-04
      Launch Why I built OASIS

      Earlier this year I started building Joe — a software infrastructure copilot. Then I needed a way to verify, before letting it touch anything real, that it would behave according to the rules I'd built into its code. Nothing I found fit. So I built OASIS.