ai-agents

4 Articles

Harness engineering: the layer everyone's building and nobody's naming

Claude Code, Codex, LangGraph, CrewAI, Pi — they all have different answers to the same question: what happens to your agent's knowledge when the session ends? Here's why that question matters, how each system answers it, and why I ended up building on top of one that gets it right.

Spec-Driven Development with AI: Why Your AI Is Guessing (And How to Stop It)

Hallucinations aren't an AI problem. They're a communication problem. This is the mindset shift at the core of spec-driven development with AI.

Spec-Driven Development Made Easy: A Practical Guide with OpenSpec

Stop vibe coding. Start spec coding. A walkthrough of spec-driven development using OpenSpec to build a mobile app from scratch.

Writing code that writes code

An experiment with multi-agent AI systems that can collaborate to write software. It's messy, it's limited, but it's fascinating.