Skip to main content

An advanced reference for production work

AI agents write code. You still ship software. 102GitHub stars

An advanced reference book for operating coding agents in production – without outsourcing judgment.

AI agents make execution cheap. They also make production judgment more valuable.

Agentic Coding is an advanced technical reference for operating coding agents on production software. It helps you decide what an agent needs to know, what it may change, and what evidence makes its work safe to accept.

An agent can produce candidate work; the operator still defines its boundaries and decides whether the evidence is enough to accept it.

Operating model

The agent executes; the operator owns acceptance.

The agent turns bounded work and context into a candidate. The operator decides what ships.

What this book covers

This is a book about directing agent-assisted work without outsourcing engineering, product, security, or release ownership. It covers model and harness behavior, context and task design, production workflows, validation, and codebase practices that make agents more reliable over time.

It is not a beginner programming course, a prompt library, or a recipe for hands-off software generation. You do not need ML expertise, a preferred model, or a specific harness. You do need enough fluency in your discipline to recognize incomplete, unsafe, or incorrect work.

What you will be able to do

After reading, you will be able to:

  • reason about an agent's capabilities, failure modes, and autonomy boundaries;
  • turn ambiguous requests into bounded work with explicit constraints and acceptance criteria;
  • supply the right codebase, product, and external context without overwhelming execution;
  • evaluate agent output with independent evidence rather than plausible diffs; and
  • improve the systems, code, and workflows that determine reliability at scale.

The book is for software engineers, product designers, project managers, and product managers working with coding agents in production. The responsibilities differ by role; accountability for the outcome does not.

Where is the work stuck?

Where does agent work break first? Find the pressure you recognize. This book gives you the next move—not another prompt trick.

Production pressure

Stabilize the agent loop before asking it to carry more work.

Production pressure enters from model behavior, missing reality, task shape, and unverified output. Boundaries, working context, and independent evidence make the loop reliable.

The dangerous runs are not the obviously broken ones. They look finished early—until a missing constraint, stale assumption, or untested change turns speed into rework.

Agentic Coding is about making that moment predictable: direct the work, expose the pressure, and keep acceptance in your hands.

Free & open source — nothing to sell

This book, the tools it references, and everything built around them are 100% open source, community-backed projects with no commercial agenda.

No paid tiers. No enterprise licenses. Nothing to buy. Everything here exists because the problems are real and the solutions should be shared.