agentic-engineering
5 articles
Should Humans Still Understand Agent-Written Code? Yes — But Not Just to Verify It
Geoffrey Litt asks a sharp question for the agent era: if agents can write and verify more code by themselves, why should humans still understand the code? His answer is that understanding is not only for verification. It is how humans keep participating.
Writing Code Stopped Being the Bottleneck: The Era of Verifying Code Like a Black Box
Code-writing models are 'English to code' interpreters — writing code is no longer the bottleneck; reviewing and merging it safely is. Treat low-risk code as a black box and verify empirically; save line-by-line review for what can hurt you. Claude Code's creator Boris Cherny agrees.
400,000 Claude Code Sessions Later: The Winner Isn't the Best Coder, It's the One Who Knows the Problem
Anthropic read about 400,000 Claude Code work sessions to find who gets the most out of agentic coding. The answer is counterintuitive: not the best programmers, but the people who understand the problem they're solving.
Natural-Language Agent Harnesses: When an Agent's Soul Moves from Code to Plain Text
A Tsinghua Shenzhen team proposes Natural-Language Agent Harnesses: move agent control logic from code into structured language executed by an IHR runtime. Harnesses can reshape behavior, but more structure does not always mean better results.
The Final Boss of Agentic Engineering: Killing Code Review
swyx argues the final boss of Agentic Engineering isn't writing better code — it's eliminating the human Code Review bottleneck. The SDLC is about to flip upside down.