Agentic Engineering Weekly for August 29 to September 5, 2026
Multiple model launches took the headlines, none will change how you work on Monday. What might: an engineer shipping 2,000 PRs a month explained their actual method, AWS published what happens when fifty ordinary teams get the same tool, and we further argue that the code review ritual we are all drowning in was solving the wrong problem long before AI showed up.
My top 3 picks this week
- Augmented Coding Patterns workshop: Another iteration of Lada Kesseler's "augmented coding patterns", this time with exercises (article)
- Maybe We Shouldn't Be Reviewing All This Code: AI hasn't broken code review, we've been using code review to solve the wrong problems (article)
- From AI-Assisted to AI-Native: Building a Frontier Development Team: Fifty teams, one assistant, a 3x versus 4.5x split. (video)
Verification is the skill you own, everything else is rented
Lauren (poteto) published the first part of a guide to pstack, the skill set behind roughly 2,000 PRs a month landing in production. The interesting part: the importance they give to enabling self-verification in agentic workflows. Not only a test suite, but a named, maintained skill an agent invokes to prove its own work, with a /maintain-verification-skill companion.
8th Light named the failure mode from the other direction: If the same context window writes the change and defines the proof of success, you have not produced proof. You have produced a tautology. This is the defect in most agentic setups right now. We ask the agent to implement, then ask the same agent whether it worked, and we accept the answer because the diff looks plausible and the tests are green. The proof has to come from somewhere the implementation cannot reach. A separate tool, a separate model, a screenshot, a trace, a person. Something with independent standing.
Most teams focus their attention on prompts, context files and orchestration, and treat verification as already solved because CI exists. Flip it. Ask what your agent can prove without your help, and what that proof costs to run. My own team's answer: lightning fast CI with high-level test automation, automatic screenshotting/video recording of UI changes, a whiff of more rigorous aproaches like formal methods and property-based testing (Hilel's new book is a great introduction). i.e. "boring non-value add work". Also the work that unlocks everything else, ignore at your own peril.
Worth reading:
- The Complete Guide to pstack Pt. 1: Verification is all you need: The operational detail behind a 2,000-PR-a-month claim, including how to fan verification out across cloud agents for sample size (article)
- From AI Code to Trusted Software: Harness Engineering in Practice: The cleanest statement of why self-verifying agents prove nothing (article)
- The Crucial AI Shift You Need to Master Right Now: Dave Farley connecting loop engineering, acceptance testing and evals into one set of controls (video)
- Building for Autonomy: Angie Jones on Agent Independence Without Losing Control: Autonomy derived from what you can verify, rather than set by how brave you feel today (video)
- Logic for Programmers: Hillel Wayne's great introduction to formal methods for software engineers (book)
Code review was always the wrong tool, AI just made it extremely obvious
Rachel Laycock spitting truths this week: AI did not break code review. It revealed that we had been using review to solve problems it was never good at. Knowledge sharing, design feedback, quality gating, onboarding, defect detection. We loaded all of these goals onto one ritual at the end of the pipeline. This used to "work" only because writing the code was slow enough to keep the review queues short. Remove that constraint on throughput and the whole argument breaks down. The instinct a lot of teams have is to review faster. Her argument is that we should review less, and move most of those goals to where they really belong.
We never had to treat understanding our own code as a cost separate from writing it, because writing it forced us to understand it. That relationship is gone. Understanding is a separate activity now. PRs get bigger. Reviewers start skimming. A failure mode appears that we have taken to calling "cognitive surrender", the (incorrect) assumption that someone further down the line will look at this properly, so we ourselves do not have to. When everyone in the chain strarts making that assumption, nobody looks at anything. The buck should stop with you.
The way out: What evidence would let a change pass without a human needing to read every line? Some changes do not need a reviewer. Some need two. Triaging them with confidence is an interesting problem, reviewing faster will just burn out your best engineers that still care.
Worth reading:
- Maybe We Shouldn't Be Reviewing All This Code: AI hasn't broken code review, we've been using code review to solve the wrong problems (article)
- AI-Written Code Is Still Your Code. Are You OK With That?: The sentence that reframes the whole comprehension-debt conversation (article)
- The quality paradox of AI-generated code: Applies a five-part quality definition from 2020 to show which parts got cheaper and which did not (article)
- Bug blindness: Dan Luu on how organisations stop seeing defects they have decided not to look for, which reads very differently in 2026 (article)
- Claude Mania And The Coming Burnout: An engineering lead in regulated finance on what months of flat-out agent throughput does to the person at the end of the queue (video)
AWS watched 50 teams adopt the same AI tool and the spread was insane
This is the study the industry needed and mostly ignored. Amazon tracked around fifty ordinary teams for the better part of a year. Normal seniority mixes, existing codebases, no special selection. Ninety percent used the same coding assistant. Half saw under 3x improvement in deployment velocity. The other half saw a median of 4.5x (with some teams reporting the fabled "10x"), sometimes more. Whatever produced that gap, it was not the model.
Uber's numbers point at what fills it. More than seventy percent of Uber's pull requests now come from local or cloud agents, and lines of code per engineer has doubled year over year. Tessl tells a similar story from a much smaller base. 850 PRs in a week, 85 to 90 percent handled end to end by agents, and it started with skills rather than orchestration. In all three cases the visible output sits on top of unglamorous platform work. Gateways, sandboxes, ledgers, fast feedback, self-verification.
Worth reading:
- From AI-Assisted to AI-Native: Building a Frontier Development Team: Fifty teams, one assistant, a 3x versus 4.5x split. (video)
- Agentic SDLC at Uber: 70 percent of PRs from agents, and the six pieces of infrastructure explaining how (video)
- 850 PRs a Week: How Tessl Runs a Software Factory: Why they started with skills instead of orchestration, the opposite of most people's first instinct (podcast)
- Why generative AI won't create 10x developers: The necessary counterweight. Individual output was never the bottleneck (article)
- Expectation Inflation Is Stronger Than Ever: The gap between what executives believe AI can do and what your team can deliver, named and measured (podcast)
You have to beat the models at something
Sean Goedecke has been sharpening the same idea for a year. You have to be better than the model at something specific, and you have to be able to name it. Most of us are starting to come to this realisation. The hard part: for a lot of people the answer changes every few months as the jagged frontier creeps up on them, and keeping it true is part of the job now. My colleague professors called it years ago in a moment of clairvoyance: "working in IT is signing up for lifelong learning".
From creators to orchestrators, from builders to overseers, and lands on a comparison that will sting a lot of readers. Whatever the future looks like, nobody will be getting in the zone hammering out some code and getting paid handsomely anymore. LeadDev reports research finding that the resulting burnout comes from changing identity rather than from workload. Adding headcount does not fix an identity problem. Neither does a better tool.
The compounding issue is that the reps are gone. Agents finish the task without teaching you anything, so building expertise has to be deliberate rather than a side effect of shipping. That breaks with how our profession has always trained people. Every senior engineer you know got there by doing the work badly for years under conditions that forced them to understand it. If the work is no longer the teacher, something else has to be. Deliberate practice, structured feedback and choosing friction on purpose.
Worth reading:
- You have to beat the models at something: Turns "value over replacement" from a career framework into a question you have to answer this quarter (article)
- The Software Engineering Identity Crisis: The clearest articulation of why this feels like loss even when the numbers improve (article)
- Engineers grieve a job that no longer exists: Research separating identity-driven burnout from workload-driven burnout, which changes the intervention (article)
- Mastery Still Comes From Doing the Reps: Why expertise has to be built on purpose now that shipping no longer builds it for you (article)
- I'm a Senior Developer and I've Forgotten How to Code: The confession version, from someone watching it happen to himself (video)
An agentic engineering curriculum is starting to take shape
A SoCraTes unconference workshop on augmented coding patterns. Tessl's academy quickstart. MEGA, a four-week cohort programme run by Kent C. Dodds, Theo Browne, Angie Jones and John Lindquist. A sixteen-week Johns Hopkins programme on agentics. You cannot teach a four-week course on something that changes weekly, so multiple structured programmes appearing at all says the practice is starting to settle enough to have a shape worth diving into.
The content is more interesting than the packaging. Kent C. Dodds argues for thinking in primitives and looser specifications, on the grounds that over-specifying makes agent output worse rather than safer. Counterintuitive enough to be worth testing on your own work. Theo Browne makes the matching case for prompting end to end rather than line by line. And IndyDevDan supplies the correction this field needs: Everyone is racing up the stack toward bigger agents and software factories, but the engineer who can only operate at the top is as stuck as the one who can only operate at the bottom. Altitude is a choice per task, not a promotion.
The gap between how much opinion and how much measurement this field produces has been embarrassing for two years. This week it narrowed a teensy little bit.
Worth reading:
- Augmented Coding Patterns workshop: Another iteration of Lada Kesseler's "augmented coding patterns", this time with exercises (article)
- Tessl Academy Quickstart: The onboarding path from the team actually running an 850-PR-a-week factory (article)
- Agentic Engineering Operating Level: WHERE to FOCUS your AGENTS?: The best counter-take of the week on why racing up the stack leaves you stuck (video)
- Looser Specs, Better Results: Kent C. Dodds on Thinking in Primitives: The claim that tighter specifications make agent output worse, which is worth testing yourself (video)
- Which tools do Claude Code, Codex and Cursor choose? We measured 16,893 sessions: Measurement instead of opinion, at a scale that makes the results mean something (article)
Oh, and some more models dropped
Fable/Mythos 5.1 released. GPT-6 Astra arrived with an AGI claim attached. Lots of self-selected and trained-upon benchmarks get cited, lots of numbers going up, lots of pre-IPO smoke and mirrors. Yet nothing substantially changed about how you should leverage these models. They do start to draw a mean "pelican on a bike" though!
Worth reading:
- Claude: Fable 5.1 and Mythos 5.1: Anthropic's latest model cards (article)
- GPT-6 Astra: The pricing and positioning read, without the launch-post framing (article)
- Path to Astra: critical capabilities and frontier safeguards: The first model to meet the Critical cybersecurity threshold, which deserved more coverage than the AGI claim (article)
- Claude Fable 5.1 made me a really nice animated pelican: Where the benchmark moved, and where it did not (article)
- The Pelican comparison grid for Astra: Five reasoning levels side by side, sillier and more informative than the benchmark tables (article)
Quick hits
- Bliki: Paracelsus Maxim: The difference between a medicine and a poison is dosage, applied to programming habits we treat as binaries (article)
- How to protect yourself from workslop: Workslop is asymmetric like a denial-of-service attack, and the defences start with saying no (article)
- OpenAI to end model access to Cursor after acquisition by SpaceX: Platform risk stops being theoretical for anyone standardised on Cursor (article)
- The asteroid currently hitting frontend web development: The frontend educators are all pivoting to AI content, which says something worrying about where frontend development goes next (article)
- Reject Change, Sometimes: Kent Beck on volatility, Shannon's Demon and free money (article)
Curated from 493 items across articles, podcasts, and videos. Week of August 29 to September 5, 2026.