“In AI, we talk about ‘product overhang’, and this is what we discovered with the prototype. Product overhang means that a model is able to do a specific thing, but the product that the AI runs in isn’t built in a way that captures this capability. What I discovered about Claude exploring the filesystem was pure product overhang. The model could already do this, but there wasn’t a product built around this capability!”
…
“Building and testing 5-10 prototype ideas in a day is possible with AI agents. Prototyping used to be so time consuming that if there were two days to prototype, it was lucky to have two distinct prototypes built by the end. But now, agents can build prototypes very quickly, so tests of 5-10 prototypes per day are easily done, as the Claude Code team did.”
…
“Claude generates Markdown which is rendered in the terminal. Before the release, Anthropic engineers complained that nested lists don’t really look that good, and that the spacing between paragraphs was off. The problem was with the markdown renderer. Boris tried all the existing ones, but none looked good inside the terminal. The day before public release, Boris used Claude Code to vibe code a Markdown parser and renderer. And the result was better than anything preceding it, so they shipped it! Boris says he thinks no other terminal has the same Markdown rendering.”