Brad Zhang / public archive

Brad Zhang

AI product notes, agent workflow writing, and open-source dossiers for founders and early technical teams.

Back to X dispatches

Article / March 22, 2026

English indexed dispatch

Harness Engineering: The next battlefield for AI engineers! AI Agent = Model + Harness....

Harness Engineering: The next battlefield for AI engineers! AI Agent = Model + Harness. If you're not a model, you're a Harness. OpenAI built 1 million lines of production code...

Harness Engineering: The next battlefield for AI engineers!

AI Agent = Model + Harness.

If you're not a model, you're a Harness.

OpenAI built 1 million lines of production code in 5 months and zero handwritten code.

The core is three layers of Harness: context engineering, architectural constraints, and a "garbage collection" agent that regularly cleans up the increase in AI entropy.

This model is not new—Norbert Wiener named it in 1948: cybernetics.

With Watt's centrifugal governor in 1784, workers moved from turning valves to designing feedback mechanisms.

In Kubernetes in 2014, engineers switched from restarting services to writing declarative specifications.

Harness Engineering 2026, where engineers move from writing code to designing environments, feedback loops, and constraint systems.

It's the same pattern every time: closing the control loop.

Why does your Agent keep failing?

It’s not that the model lacks capability, it’s that Harness didn’t give it the correct information.

"What good code looks like", "Which patterns are rewarded by the architecture" - these judgments are locked in your mind and have not been externalized.

The Agent will not learn through osmosis.

If you don't write it down, it will make the same mistake the 100th time as it did the first time.

The long-term Agent recipe given by Anthropic: file system + Git persistent state, sandbox safe execution, context compression to prevent Context Rot, Ralph Loop to force completion of goals, self-verification loop (write code → test → check log → repair).

The role of engineers is fundamentally changing: from "writing code to solve problems" to "designing systems and letting agents solve problems." Your judgment—externalized into documentation, linter, and testing—is the core competitiveness of the new era.

Models contain intelligence, and Harness makes that intelligence useful.

The workers who designed the Watt governor didn't go back and turn the valve, not because they couldn't, but because it no longer made sense.

Must-read articles: • OpenAI: • Martin Fowler: • George @odysseus0z: • Viv @Vtrivedy10: • LangChain Docs:

Open original on X