Skip to content
Kumar Chandrachooda
Series

The AI Engineering Stack

In reading order.

  • 15 parts
  • ≈ 100 min total
  • 15 published
Part 1 01 Feb 2026 7 min read

What Changed When Agents Stopped Checking In

Between late 2025 and early 2026 coding agents stopped pausing to ask questions - this series opener maps the five-discipline stack I now use to direct them, from table-stakes prompting to specification engineering.

Part 2 03 Feb 2026 6 min read

Prompt Craft Is Table Stakes

The prompt is the smallest and least durable artefact in the whole agent system - why the original skill of the AI era stopped being the differentiator, and what good prompt craft still buys you every single day.

Part 3 05 Feb 2026 7 min read

The Model Is a Stateless Function

Everything that looks like memory in an agent is tokens being written back into the window - the mental model beneath all of context engineering, and the week in June 2025 when the discipline got its name.

Part 4 07 Feb 2026 7 min read

Write and Select — Two Pillars of Context

LangChain's four-pillar taxonomy gives context engineering its working vocabulary - this part walks the first two pillars in depth, authoring what the agent wakes up knowing and choosing what a task actually needs.

Part 5 09 Feb 2026 6 min read

Compress and Isolate — The Other Two Pillars

Write and select decide what enters the context window - compress and isolate decide what survives inside it, from intentional compaction to sub-agents and the file system as the agent's real memory.

Part 6 12 Feb 2026 7 min read

The Smart Zone, the Dumb Zone and Poisoned Context

Context windows degrade before they fill - the evidence for context rot, one team's 40% working rule, and the three ways a window turns toxic long before it runs out of room.

Part 7 14 Feb 2026 6 min read

Research, Plan, Implement

The workflow that turns one long degrading session into three small clean ones - what each phase produces, why the artefacts matter more than the phases, and how much ceremony a task actually deserves.

Part 8 16 Feb 2026 7 min read

Harness Engineering in Three Levels

The permanent infrastructure that makes every agent session start smart - tool configuration, codebase onboarding and workflow automation, and the evidence that the harness moves results more than the model does.

Part 9 18 Feb 2026 6 min read

Constraints, Not Implementations

Why the context file that says what an agent must and must not do stays current for months, while the one that describes how the code works is stale by Friday - and how to decide what loads always versus what gets fetched on demand.

Part 10 20 Feb 2026 7 min read

A Short Map Beats a Long Manual

Progressive disclosure at repository scale - how a hundred-line map steers agents through a million lines of code, what OpenAI's Codex experiment actually reported, and the benchmark run where changing only the harness moved an agent from Top 30 to Top 5.

Part 11 22 Feb 2026 7 min read

Intent Engineering and the Klarna Lesson

An agent can have perfect context and a flawless harness and still optimise for the wrong thing - what Klarna's 2024 launch figures and 2025 reversal actually teach about encoding organisational intent, and three mechanisms that stop that intent drifting.

Part 12 24 Feb 2026 7 min read

Specification Engineering and the 80% Problem

The highest-leverage discipline in the stack is writing down what done looks like - what a specification must contain before an agent can execute for hours against it, and what Addy Osmani's 80% problem actually says about the work that remains.

Part 13 27 Feb 2026 5 min read

The Five Primitives

The disciplines tell you what to learn - the primitives are what you actually write. Five small, recurring artefacts of AI-directed work, from the self-contained problem statement to the evaluation harness, each shown with a worked example.

Part 14 01 Mar 2026 7 min read

Five Levels, One Ladder

Dan Shapiro's Five Levels ladder maps where the industry actually stands with autonomous coding agents - most of it lower than it believes - and StrongDM's three-person software factory shows what the top rung looks like when someone builds it.

Part 15 03 Mar 2026 8 min read

What the Stack Does Not Solve

The honest retrospective this series owes its readers - the thesis I believe but cannot cite, the threshold that is really one team's habit, the discipline with no how-to, the figures that will age, and the work you should not hand to an agent at all.