Journal

Notes on AI coding from someone using it to ship.

Most weeks I pick one thread worth unpacking from the AI coding world and write the version I would have wanted to read myself.
r/codexr/ClaudeCoder/singularity
2026-W25June 15, 2026

Your Agent Budget Is Part of the Build

The useful shift this week was builders treating AI coding spend and usage limits as part of the workflow, not as an annoying billing footnote.

AI codingcostworkflow
Sparked by r/codex, r/codex, r/ClaudeCode, r/ClaudeCode
Read post ->

Archive

Send me something interesting
2026-W24June 8, 2026

Your AI Agent Needs an Onboarding System

The most useful threads this week were not about a smarter model. They were about giving the model a real map of the project so it stops guessing its way through the work.

AI codingcontextworkflow
Sparked by r/codex, r/ClaudeCode, r/ClaudeCode, r/singularity
2026-W23June 1, 2026

AI Coding Is Best at the Jobs You Keep Avoiding

The threads worth keeping this week were all pointing at the same lesson. Coding agents shine on tight, annoying jobs with clear edges, then start to get expensive and messy when we let them overbuild.

AI codingworkflowsolo builder
Sparked by r/codex, r/codex, r/ClaudeCode
2026-W22May 26, 2026

Capability Is Cheap. Productivity Is Engineered

The pattern worth keeping this week was builders treating agent performance as something to benchmark, constrain, and tune instead of something to argue about.

AI codingevalsproductivity
Sparked by r/codex, r/codex, r/singularity
2026-W21May 18, 2026

Stop Making One Agent Do Everything

The pattern worth keeping this week was simple: planning, implementation, and review work better when they are treated as separate jobs instead of one big prompt.

AI codingorchestrationworkflow
Sparked by r/ClaudeCode, r/ClaudeCode, r/codex, r/singularity
2026-W20May 11, 2026

One-Shot AI Is Giving Way to Multi-Pass Systems

The strongest builder pattern this week was not bigger prompting. It was splitting the work into passes so cheap models read, stronger models decide, and the system checks itself before shipping.

AI codingagentsworkflow
Sparked by r/ClaudeCode, r/ClaudeCode, r/codex, r/singularity
2026-W19May 4, 2026

Your Repo Has To Be the Boss

The useful shift this week was builders treating AI coding setups less like magic memory and more like visible operating rules that a second model can check.

AI codingworkflowcode review
Sparked by r/codex, r/ClaudeCode, r/ClaudeCode, r/ClaudeCode
2026-W18April 27, 2026

AI Coding Needs a Guardrail Layer

The most useful thing I saw this week was not a smarter agent. It was builders adding explicit checks around dependencies, secrets, and runaway loops before trusting the agent with real work.

AI codingsecurityguardrails
Sparked by r/ClaudeCode, r/ClaudeCode, r/codex
2026-W17April 22, 2026

Using GPT Images as a Frontend Design Layer for Codex

The trick is not asking Codex to invent taste from scratch. It is giving it a strong visual target first, then letting it inspect, translate, and implement.

frontendCodexdesign workflow
Sparked by r/codex, GitHub, X
2026-W17April 21, 2026

AI Coding Has Entered Its Operations Era

The interesting fight is no longer about whether these tools can write code. It's about whether they can stay sharp, stay affordable, and stay useful once the real work starts.

AI codingagentsproductivity
Sparked by r/ClaudeCode, r/codex, r/codex, r/singularity
2026-W16April 14, 2026

The AI Coding Stack I Actually Trust Right Now

The useful shift is not that models can write code. It's that they can now stay in the repo long enough to earn a spot in the workflow.

AI codingworkflowsolo builder