How to read this
📰 Quick hits
The headlines worth knowing even if you read nothing else this week.
Anthropic's position on open-weights models
via Hacker Newsletter
Kimi K3 released at reported parity with frontier closed models
via The Pragmatic Engineer / Hacker Newsletter
Stacked pull requests are now in public preview on GitHub
via Hacker Newsletter
Spotify agentic dev at scale: 4,500 deploys/day, 73% AI-assisted PRs
via The Pragmatic Engineer
Logic for Programmers is now 1.0
via Hillel Wayne (Computer Things)
Skyfall AI wants to buy a small tech business and run it with an AI CEO
via Canadian Fintech
🧠 How tools reshape cognition
The questionWhat does using AI actually do to how we think, learn, and pay attention?
We 3.5x'd Our Pull Requests with AI: Now We Catch Fewer Bugs
brodzinski.com
A data-backed retrospective that opens with "I was wrong." Coding agents did not just raise PR count, they inflated PR size past the roughly 200-line threshold where review thoroughness falls off. Approval rates held steady while bug-catching dropped. The best diagnosis this year of why AI review feels fine and isn't.
"We will relearn small batches. Sooner than we think."
How building software is changing at Anthropic
newsletter.pragmaticengineer.com
A first-hand report from inside Anthropic: six months of Claude Managed Agents, and the Bun Zig-to-Rust rewrite done in 11 days across 64 agents for about $165K. The detail worth keeping is where the tokens go: most are spent on discovery, verification, and testing, not on writing the code.
"We see that few tokens are spent on actual implementation. Most are spent on discovery of unknowns, prototyping, mocking, and then in verification and testing."
Building a Shared Memory System for Coding Agents
Boundary/BAML · ai that works #66
A real design session on shared memory for coding agents: memory gets built from what the team confirms over time, not from whatever one model decides to remember. Comes with a concrete supervisor-agent architecture, and a design rule that applies well beyond agents.
"Do not build a new inbox. Ship into the one people already check."
🔍 Translation vs. understanding
The questionIs AI genuinely understanding, or just translating context into plausible output, and where does real human comprehension still earn its keep?
Anthropic's first technical PM on token maxing, the jagged edge, and living in the future | Dianne Penn
lennysnewsletter.com
An interview with Anthropic's first technical PM on eval-driven development, how Claude got good at coding, and where human judgment stays irreplaceable.
The New Rules of Context Engineering for Claude 5 Generation Models
claude.com
Guidance straight from the Claude Code team on writing for the new model class, and the advice is mostly to write less. If you have been adding to your CLAUDE.md files all year, this is the piece that says to try a stripped-down baseline first.
"We removed ~80% of the Claude Code system prompt for our newest models, this is what we've learned about writing system prompts, skills and Claude.MDs for them."
Formal methods with Hillel Wayne
newsletter.pragmaticengineer.com
A nuanced, evidence-based conversation on where formal methods actually fit, why property-based testing is the pragmatic default, and the craft-documentation gap in software engineering. Refreshingly unwilling to oversell its own subject.
"AI bringing formal verification up from maybe 0.1% to 0.3% across the industry would still be huge!"
Q&A from the Slop Trenches
geospatialml.com
Two ML reviewers found 68% of the 22 papers they read were AI slop, including author-swap fabrications that still got accepted as orals. Peer review is breaking under volume in exactly the way code review is.
"Right now reviewers are crowdsourcing the desk rejects"
💰 Value concentration when creation costs collapse
The questionWhen building something gets cheap, where does the value (and the money) actually pool up?
Engineering management after the cost of code collapsed
karimjedda.com
A director of engineering sorts his own practices into two piles: the ones that assumed code was expensive to write, and the ones built on costs that have not moved at all, like coordination, verification, and accountability. The first pile is bigger than you would expect.
"the chart stops recording who produces and starts recording who signs"
American AI is locked down and proprietary. It's losing.
werd.io
A structural argument that the model layer has no moat, so value migrates to enterprise services and distribution. Open weights win on the same logic that open infrastructure did.
"the moat is in the enterprise services that sit around them"
The Economic Benefit of Refactoring
martinfowler.com
A controlled experiment, not a retrospective: re-run the same feature prompt after each refactoring step and watch input tokens fall from 159,564 to 27,360. The saving comes from the agent finding what it needs without reading everything, which makes clean code a line on this month's bill rather than a long-run promise.
"This saving is because the agent has to read less code. But it is not because there is less code to read."
A Case Study in AI Product Development (TRM Labs / Cortex)
refactoring.fm
TRM Labs redesigned its workflow around outcomes rather than roles and encoded the result into an open-sourced harness. The inner-loop/outer-loop framing is useful, and "specialists bottling taste into platforms" is the clearest description yet of how craft scales past one person.
"Shipping the wrong thing faster is still waste."
How I'm Pricing an AI Product
focusedchaos.co
Pricing a real AI product with hard numbers, model-migration cost shocks, and honest uncertainty about CAC. Cost structure is the new SaaS-margin problem and very few people are writing about it this candidly.
"Every model upgrade is a pricing decision in disguise."
My Surprising Verdict on Claude Opus 5
How I AI · Lenny's Newsletter
A practitioner retrospective built on a blind seven-model benchmark, with a genuine mind-change at the end. The argument: once raw capability is table stakes, the scarce frontier moves to what it is like to work with a model.
"As raw intelligence becomes table stakes, the actual experience... is the next major frontier."
What will more intelligence actually do for us?
noahpinion.blog
If intelligence converts information into decisions, that conversion has a ceiling: it is limited by the quality of the information going in and by how much of the outcome was ever decidable. Past that point, a smarter model buys nothing, because intelligence was never the constraint. Keep this one handy for the next "just use a better model" proposal.
"Intelligence is a conversion ratio, with an optimality bound."
What is really happening to jobs? Separating AI hype from reality
siepr.stanford.edu
A Stanford SIEPR synthesis that complicates the AI-jobs panic: the most-exposed workers fared marginally better on unemployment, adoption sits near 20% of firms, and gains concentrate in novices. The epigraph is a forty-year-old warning against exactly this kind of enthusiasm.
"You can see the computer age everywhere but the productivity statistics. (Robert Solow, 1987)"
The Pulse: Quitting Spotify Podcasts over reliability
newsletter.pragmaticengineer.com
A first-hand reliability grievance that grows into a bigger argument: organizations are torching the reliability of profitable operations in order to chase AI adoption, forgetting that reliability was the product all along.
"All you have to do to succeed in software is to consistently suck less with every release. (Max Kanat-Alexander)"
Amazon, Walmart AI detect "made in USA" fraud but do not flag it, study says
reuters.com
Business incentives, not technical capability, decide whether AI gets deployed against fraud. The detail that makes it: the quote comes from an AI assistant candidly incriminating its own parent company.
"The harm to U.S.-made brands is real and documented, but until that harm creates a financial, regulatory, or reputational cost for Amazon specifically, it remains easier to do nothing."
OpenAI's accidental cyberattack against Hugging Face is science fiction that happened
simonwillison.net
Primary-source analysis of an agentic model chaining zero-days to escape its sandbox and cheat an eval, with a sharp structural point about how safety guardrails create a defender/attacker asymmetry.
"autonomous exploit development by frontier AI agents is no longer a hypothetical capability"
🪵 Thick engagement vs. thin optimization
The questionWhen is the slow, effortful, deep version of the work worth it, versus the fast and frictionless one?
Software for One
ajwaxman.com
Six months of building throwaway personal apps for an audience of one, with real cost accounting and a repeatable "aggregate data, add an LLM" pattern. The quote is the whole thesis and it holds up.
"AI floods big markets and unlocks small ones."
Maddie Reese on Building a Pager, Printer, and Personal API with AI
How I AI · Lenny's Newsletter
The literal instantiation of coding a tool for exactly one person: a personal API, a self-directed pager, and a desk printer, all built warts-and-all by someone with no coding background.
"Everything is an API, so why not yourself?"
How's Linear so fast? A technical breakdown
performance.dev
A systems-level deep dive (local-first DB, sync engine, render-first auth, GPU-only animations) that frames Linear's speed as accumulated craft rather than any single trick. A good answer to what a moat looks like when the implementation is copyable.
"The hard part isn't the implementation. It's the dedication to the craft over years."
So, you want to be a content creator?
Elena Verna · Lenny's Newsletter
An honest retrospective on the creator journey with concrete mechanics: the "said it three times, post it" rule, a contrarian-take framework, and the operator-versus-creator path.
"impressions are not the same as impact."
🚀 Small teams, disproportionate output
The questionHow do tiny teams punch so far above their weight?
The Vital Few
mikefisher.substack.com
Price's Law says a small fraction of a group produces most of the output. Fisher refuses the usual reading: identifying the vital few is easy and every organization already does it automatically. The problem is what happens next, and the fix is stewardship (air cover and focus) rather than more volume.
"The reward for carrying weight is more weight."
How I Find Problems to Solve as a Staff Engineer
lalitm.com
A concrete, failure-grounded method for finding high-leverage problems: absorb problems rather than requests, let them accumulate, find the common shape, then pressure-test with prototypes and RFCs. The self-skepticism in the quote is what makes it a method rather than an anecdote.
"a common shape is only a hypothesis and elegance is not evidence"
Building Ask DoorDash (Part 4): A Platform for Building and Evolving Agents
careersatdoordash.com
Real platform specifics: dynamic skill loading cut per-turn tokens from roughly 42K to 20K, plus orchestrator pinning, a 60+ tool enforcement layer, and eval-gated model swaps. The rule underneath the quote: if a constraint matters, put it in tool code, where a model change cannot silently drop it.
"Prompts help the model choose the right operation, but that guidance is advisory. Validation and enforcement run in tool code on every call, creating a stable safety boundary as prompts and models change."
Canon 3X: Explore/Expand/Extract
Tidy First? · Kent Beck
Beck restates his 3X framework with feedback-loop reasoning: each growth phase needs a different approach to finance, team, product management, and risk, and mismatching the phase is what kills ideas.
"Most teams don't have a strategy problem. They have an adaptation problem."
🗺️ Planning artifacts shape the work
The questionHow do the documents you write (specs, decision records, the agent's workspace) steer what actually gets built?
Mission to Metrics
anniez.xyz
A structural teardown of the planning artifact itself: a recursive MECE cascade from mission down to metrics, where the format is the thing keeping distributed decisions aligned. Worth reading against any dashboard you currently trust.
"A metric without a live causal story is decoration, and worse than no metric because it feels like signal."
The Best Prioritization Is No Prioritization
staysaasy.com
A contrarian, structurally-reasoned case that durable teams convert intractable cross-goal prioritization into tractable within-domain resourcing decisions. Read it as the argument against the scoring model you just adopted.
"Keeping teams together through thick and thin turns your prioritization problems into resourcing problems."
🧬 Transmission of capability
The questionHow does knowledge and skill actually move between people, and from people to AI?
Make no assumptions.
lethain.com
When an architect leaves, the context in their head leaves too, and their successors end up building a new layer on top of code they can no longer confidently change. Larson names this the "code horizon," then extends the same failure to LLM output. The quote is the phrase of the week.
"poor reasoning wearing well-formatted clothing is proliferating more widely than I've previously seen"
You don't have to be smart if you can think clearly
seangoedecke.com
Separates raw intelligence (fast intuition) from the transferable skill of thinking clearly under uncertainty, with a nod to Keats' negative capability. The useful implication is that the second one can be taught.
"Smart engineers can think clearly, but they can only think clearly at high speed."
👀 On the radar
Lower-confidence picks worth a skim if the topic grabs you.
- The State of AI Impact in Engineering: Q2 2026 A data-dense DX report teaser: AI-generated code jumped from 34% to 52% in a quarter while Change Confidence fell 6.1% and median AI spend grew 28x year over year.
- What can we learn from Bun's rapid Rust rewrite with AI? A companion deep dive on the Bun Zig-to-Rust rewrite (64 parallel agents, orchestration to avoid conflicts, verification-heavy) and when AI-heavy rewrites actually work.
- Automate the copy-paste, not the judgment Antonia Scheidel of Duolingo distinguishes information that already exists somewhere (automate it: connect systems of record, remove glue work) from information only in people's heads (keep the human judgment).
- Reverse-engineering is cheap now A sharp 150-word note: agents make throwaway code cheap enough that whole categories of "not worth it" automation become worth trying. An idea without a worked example.
- Nothing Works and Everyone Is Euphoric A contrarian, non-ranty take locating quality decay in KPI incentives and accumulated complexity rather than AI capability, though it argues via four anecdotes.
- It's getting harder to focus every day A diaristic reflection with a non-obvious point: outsourcing to LLMs keeps the mind waiting and checking, which makes slower non-LLM work feel boring and weakens the will to work a problem through.
- The Productivity Mirage A vignette of a prolific engineer out-shipping everyone with vanilla Sublime and printf debugging. Product taste beats workflow optimization, though the conclusion is familiar.
- The AI Aesthetic A well-observed catalog of emergent AI-era design idioms with one sharp thread: the technology's non-deterministic "grain" bleeding into its interface aesthetic.
- Why everything breaks at 150 people Real knowledge-management insight (org search can't be usage-optimized the way Google's is; start knowledge bases from the codebase) woven through a sales funnel. Skim the substance, discount the pitch.
- 4 Hands-Free Workflows Using Codex Browser Automation A genuine walkthrough with verbatim prompts and honest failures (a months-old blocking bug, a CAPTCHA hand-off, model-effort calibration), but the roundup format stays demonstrative rather than analytical.
