Engineering Reads — 2026-04-09#
The Big Idea#
AI is shifting the bottleneck of software engineering from writing syntax to exercising taste and defining specifications. Whether it’s iterating on high-level specs for autonomous agents, evaluating generated APIs, or ruthlessly discarding over-engineered platforms for boring architecture, the defining engineering skill is now human judgment, not raw keystrokes.
Deep Reads#
Fragments: April 9 · Martin Fowler
Fowler’s fragment touches on several current events, but the technical meat lies in his analysis of Lalit Maganti’s attempt to build an SQLite parser using Claude. The core insight is that AI excels at generating code with objectively checkable answers, like passing test suites, but fails catastrophically at public API design because it fundamentally lacks “taste”. Maganti’s first AI-driven iteration produced complete spaghetti code; his successful second attempt relied heavily on continuous human-led refactoring and using the AI for targeted restructuring rather than blind generation. This exposes a critical tradeoff in the current AI era: coding agents can blast through long-standing architectural “todo piles,” but human engineers must remain tightly in the loop to judge whether an interface is actually pleasant to use. Engineers exploring AI-assisted development should read this to understand where to effectively deploy agents and where to stubbornly rely on their own architectural judgment.