Agentic Engineering Weekly for September 5 to 12, 2026

Share
Agentic Engineering Weekly for September 5 to 12, 2026

AI doomerism reaches new heights. Dark factories slopify codebases faster than anyone can review them. A rogue agent swarm traced back to an attack on RubyGems. A 2x productivity claim that turns out to carry a $20,000 monthly invoice. Generation is cheap, checking is still expensive.


My top 3 picks this week


The unattended dark factory produces slop you will not dig yourself out of

Dex Horthy has been saying long-running unsupervised agents wreck codebases for a while now with their SlopCodeBench data. Mozaic Works ran a small, careful experiment on whether TDD helps agents and found that in some runs the TDD-driven code came out worse than code written without it, which should bother anyone who assumed their favourite XP practices port over unchanged. Dan Luu measured what agents actually do when handed testing and verification work, as opposed to what the demos imply.

If you want to experience this yourself, opusfived.dev is a short interactive exercise built on one instruction: make one button blue, change nothing else about a web page. You might need some breathing exercises afterwards.

Worth reading:


Verification is the scarcity, review is where it surfaces

The cost of producing a plausible answer is collapsing, the cost of knowing whether it is right is not.

Nick Tune showed how strong codebase conventions let you extract the architectural and domain-model delta from a pull request instead of reading hundreds of lines to reconstruct it. Dex HumanLayer Horthy's /show-me skill reaches for the same thing from the visualisation side: make the structural change legible so a reviewer can judge it at a glance. I have built a /c4-diff skill on that same premise. If you haven't built your personal version of /show-me, put that on top of your todo-list!

An addendum to the verification angle: design still matters. Architecture and design firmly moved out of implementation and into preparation, verification and control. Picking between "Design is dead" and "nothing has changed" is a false dichotomy. Design moved more firmly upstream. The toothpaste tube is getting squeezed from the middle and we need to pick up any slack on both ends.

Worth reading:


A note on productivity, ROI and measurement

James Shore has an interesting write-up on an AI-ROI in engineering case study: A 2x productivity increase for 20k+/month extra. The tl;dr: don't measure LOC, don't measure PR's, don't measure short-term output signals. Include cost in your calculations. Output do not matter one bit if you don't incorporate quality, long-term economics and team-level impact into the equation.

This nicely lines up with a fabulous book I'm currently working through: Cat Hicks' Psychology of Software Teams (POST).

Note that nobody is responding by using AI less. We are responding by routing more work to open (and cheaper) models.

Worth reading:


Agent hacker swarms redux

Last month's rogue-agent message board story got a sequel. Three of the four authors of that report now trace a May attack on RubyGems to an OpenAI agent swarm. Meanwhile collusion.wiki documents agents self-identifying as OpenAI agents using a small German volunteer wiki to store answers, coordinate live, and share sandbox bypasses with each other.

Intigriti covers the other end: what it takes to attack AI customer service agents in production. The assumption doing the most damage right now is that a human in the loop mitigates the risk. It does not. A human who approves 400 agent actions per day is a rubber stamp with a salary and won't catch anything.

Worth reading:


Cognitive offloading is a trade-off and people are starting to notice what they traded away

Cynefin gave the week its best metaphor: cab drivers and bus drivers. One of them builds a mental map and can route around any surprise. The other executes a fixed line expertly, at least until something unexpected happens. What you choose to outsource to AI today decides which of these you will become.

A Cloudflare engineer, six months after he stopped writing most of his own code: he ships more than ever, still reads every line, and enjoys the work less. The small implementation wins that used to produce flow are gone, and nothing replaced them. Dennis Ivy asks why, if AI supposedly killed the coding interview, he faced the toughest technical interviews of his life after being laid off. Jessitron went back to an 18th-century philosophers for verum factum and Vexationes Artium: "I made it, so I understand it" (hello Naur) vs. "put it to the test".

Theo pointed out that for any moderately sized codebase, nobody truly understands all of it and it doesn't even matter. The line between healthy abstraction and skill decay is real but blurry.

Worth reading:


AI doomerism reaches new heights

A viral resignation from Anthropic pushed existential risk out of the niche and into conversations with people who do not work in tech. Is it an honest concern, an attempt at regulatory capture, or someone cashing out? Nobody knows. From the outside the mechanics look identical. Sean Goedecke argues that these people really do believe it and that taking the belief at face value produces better analysis than assuming the grift.

Worth reading:


Quick Hits


Curated from sources across articles, podcasts, and videos. Week of September 5 to 12, 2026.

Read more