Agent Engineering

Seven builds that take an agent from a single loop to a coordinated, gated, resumable system. Each part is a working instrument, not a diagram.

The curriculum

7 parts · read in order
  1. 01 Published Agentic Loops: How an AI Actually Gets Things Done The gap between an AI that talks and an AI that does is a loop your program runs around the model. Here is that loop, built up one idea at a time and traced through a real support request, start to finish.
  2. 02 Published Multi-Agent Orchestration: Building Reliable Hub-and-Spoke Agent Systems Split a hard job across several AI agents and it can get faster or it can get chaotic. The difference is a coordinator that owns the plan, controls what each agent sees, and checks whether the combined result actually answers the request.
  3. 03 Published Subagent Invocation and Context Passing: Wiring a Coordinator to Its Subagents A good multi-agent system is not just the right subagents. It is a coordinator that can actually call them, and handoffs that carry every claim's origin with it. These are implementation problems, not theory problems.
  4. 04 Published Workflow Enforcement and Handoff in AI Agent Systems A better prompt can make a mistake rarer. A gate in your code can make a specific mistake impossible. This project shows where each belongs, and builds a refund tool that refuses to run until its prerequisites are met.
  5. 05 Published Agent SDK Hooks: How to Add Reliable Controls Around AI Agent Tool Use Prompt instructions shape behaviour. Hooks decide what the application will allow. This project builds both hook points from scratch and shows why prevention has to sit before execution, not after it.
  6. 06 Published Task Decomposition for AI Agents: Fixed Pipelines, Adaptive Plans, and the Multi-Pass Fix A stronger prompt can make a review more thorough. Splitting the work decides whether the fourteenth file is read as carefully as the first. This project builds a multi-pass review pipeline from scratch and measures the difference.
  7. 07 Published Session State and Resumption: How Coding Agents Keep Track of Work The agent is not hallucinating when it tells you to fix a bug you fixed yesterday. It is quoting the file contents it read at 2:00pm, faithfully, from a session that has no way of knowing the file moved.
Loading…

Sign in or create an account.

Enter your email and we will send you a sign-in link. No password needed.

or continue with