Spec-driven development is not a silver bullet. It is the new Scrum.
Writing the requirements down before the agent starts is a real upgrade over vibe coding. It is also a process, not a solution. The spec is prose, …
Field reports from building agentic workflows, permission-aware RAG, and the LLMOps to run them. What breaks in production. What we ship anyway. What we learned.

Writing the requirements down before the agent starts is a real upgrade over vibe coding. It is also a process, not a solution. The spec is prose, …

Agentic coding is at its best inside a legacy system: rewrite a service into a better technology fit, swap the database engine, carve up the monolith …

Models write the diff in seconds and a take-home proves nothing. The skill that separates engineers now is spotting the bug that passes CI and breaks …

Haskell should have been the perfect language for AI code generation: the compiler catches at compile time what other stacks need whole test suites to …

A fleet of agents can rewrite a million-line runtime in eleven days. No team on earth can review a million lines in eleven days. The scarce resource …

An agent's eval can go green without the agent doing anything - the environment already contained the answer. Delta verification captures a baseline …

pip install runs arbitrary code as you, before any human reads the package. depwal screens every dependency on metadata alone - author history, …

You connect ten MCP servers to an agent and it has spent tens of thousands of tokens before you type a word. A CLI does the same job in eighty. Here …

Agents let us ship a feature in an afternoon. The testing didn't keep up. Elwen is a thin harness over your CI/CD that points an agent at your live …

A model that never stops calling the same tool is the most common way an agent turns a task into a runaway bill. Here is the small machinery that …

A design pattern from 1970s speech recognition turns out to be the cleanest way for several agents to collaborate without knowing about each other.

A field report from the work we did this month. The industry quietly agreed on one thing in June: a prototype that works is no longer evidence of …

An agent is not a model. It is a while-loop wrapped around one - and the loop is where all the interesting engineering lives.

Static PR queues were built for a world where humans wrote every line. Now the model writes the diff and the queue is the bottleneck. Here's what …