Skip to main content

3 posts tagged with "Agents"

View All Tags

· 5 min read
Webber
Techie

Today, harnesses like Claude Code, Codex CLI and Pi have become an essential tool in product development. It has only been about six months since we've started calling them that. A year ago, barely anyone had ever used a harness.

Since it became mainstream rapidly, many haven't found the time to explore what these tools are made out of. Here's two diagrams and a quick description of each component.

· 4 min read
Webber
Techie

A common approach to working with coding agents is to hand them a prompt and hope for the best. Another is to first make a plan or specification. In both cases, unresolved ambiguities and assumptions often remain hidden until the code appears, and by then it is harder to change.

What if the spec becomes the source of truth, and we can incrementally improve it using specialised agents?