The Series Map

Every series at a glance — bigger tiles are the foundational posts to start from; brighter tiles are more recent.

Agentic Engineering8 posts
01 The Review Is the Work Now The Review Is the Work NowDevelopers fear agentic AI is pulling them out of the code and that reviewing it eats their time. The real shift isn't coding-plus-overhead — it's soloist to conductor, Organic Intelligence to AI. 02 The Same Way Twice The Same Way TwiceAn agent that does the same task two different ways hasn't given you leverage — it's given you a thing you now have to re-review every run. Spec-driven development is how you get determinism, and determinism is the floor that runtime governance is built on. 03 Easy Bake Oven Developers Easy Bake Oven DevelopersThere's a kind of developer who treats AI like a toy oven — toss in random ingredients, expect a finished cake, and blame the appliance when it doesn't work. The problem was never the model. It's GIGO, and it's a mental-model problem. 04 Intelligence Moves Up the Stack Intelligence Moves Up the StackAgentic development isn't a chat window — it's a cognitive abstraction on top of one. Control just inverted again, all the way up to intent. The people who thrive are the ones who can turn intent into concrete, deterministic output. 05 Anatomy of a Spec Anatomy of a SpecThe series kept insisting you need a spec. None of it told you how to write one. Here's the anatomy — the parts most specs are missing, the altitude problem that's the actual craft, and the test that tells you it's done. 06 Jerry Maguire These Agents: SHOW. ME. THE. RECEIPT. Jerry Maguire These Agents: SHOW. ME. THE. RECEIPT.Agents will confidently tell you they did the thing — when they didn't. The fix is a trust pyramid: push every claim from self-reported up to evidence-backed and independently verified. Don't believe anything an agent says about reality until it shows you the receipt. 07 Orchestration OrchestrationA spec you write and walk away from is a New Year's resolution. The hard part isn't defining intent — it's keeping it in force: guardrails that hold the line, a workflow that drives the spec, a plan that outlives the session, and drift detection that catches the gap. 08 Garbage In, Gospel Out: Agentic Cognitive Bias Garbage In, Gospel Out: Agentic Cognitive BiasHumans have confirmation bias — we read new evidence as support for the hypothesis we already hold. Agents have it worse, because they can't tell where a 'fact' in their context came from. Once something false enters the window, every next token treats it as gospel. That's context poisoning, and it's the failure mode underneath most agent train wrecks.
The New Ways of Working6 posts
01 The New Caste System: Who's Drowning in Agentic Dev — and Where the Life Rafts Are The New Caste System: Who's Drowning in Agentic Dev — and Where the Life Rafts AreA new caste system is forming around agentic AI. It has nothing to do with talent and everything to do with fluency. Here is the ladder — and how to climb it before the cheap-token party ends. 02 Upgrade Your Workflow Upgrade Your WorkflowWorking with agents isn't a faster version of the old job — it's a different operating system. Here are the six meta-skills that run on it, and the series that unpacks each one. 03 Voice-Driven Dictation Voice-Driven DictationYou can talk roughly three times faster than you type, and your agents don't care which one you use. Here's why voice is a first-class input to an agentic workflow — and where it's still genuinely clumsy. 04 Loops LoopsThe one-shot prompt is the training wheels of agentic work. The real leverage is the standing loop — a job that runs on an interval or runs until a condition is met, working while you don't. 05 Code the Interface, Delegate the Implementation Code the Interface, Delegate the ImplementationThe interface is intent made precise and verifiable. The implementation is the cheap, fungible part now. Here's the working pattern: you write the contract, the agent fills in the body. 06 When Agents Take Over the Office When Agents Take Over the OfficeThe migration from organic intelligence to AI feels like a threat because we keep framing it as replacement. It's a promotion — here's how to make the transition painless and free up the part of your brain that's worth paying for.