How to read this
📰 Quick hits
The headlines worth knowing even if you read nothing else this week.
Anthropic releases Claude Opus 5.5
via Hacker Newsletter
OpenAI introduces GPT-6 Sol and Luna
via Hacker Newsletter
Shopify acquired Tailwind Labs (the company behind Tailwind CSS)
via Canadian Fintech
OpenSpec: a lightweight, configurable AI spec framework
via Hacker Newsletter
Claude discovers a novel enzyme system with CRISPR-like repeats
via Hacker Newsletter
Amazon Blocks Muse, Amazon's Moat, Aggregator v Aggregator
via Stratechery
🧠 How tools reshape cognition
The questionWhat does using AI actually do to how we think, learn, and pay attention?
There's no point at which turning your brain off will work
Dan Luu · danluu.com
Dan Luu checks the claims against real repos and benchmarks and argues against "meat proxy" work, where a person runs an LLM in a loop without judgment. He follows it to the end: if oversight with your brain off is enough, your employer has no reason to keep you.
"There's no point at which this methodology will work for the employee."
I Don't Want to Read What You Didn't Write
Colin Breck · blog.colinbreck.com
Breck used AI heavily on an academic paper without letting it write a line, and explains why AI-written documents fail the reader. The person who prompted the model has the context that made the output make sense. The reader gets the conclusions without that path and has to read every line to rebuild it.
"When you send the same text to someone else, they have little to no context. They are not part of the process—there is no unfolding—so it is much harder to decide what is relevant versus what is not."
Design Engineering with Maggie Appleton
The Pragmatic Engineer
Maggie Appleton, a design engineer at GitHub Next, on sketching in a paper notebook instead of describing ideas to Claude Code, the fatigue of planning with agents all day, and writing verification specs instead of reading the code. She also argues for new artifacts where people and agents can work from the same page.
"'Capability gaslighting' is when frontier models convince users they're an expert but fail the same task the next day."
How will AI change operating systems? Part 2: Windows
The Pragmatic Engineer
Interviews with the people rebuilding Windows around agents as ordinary OS users: agent identity through Entra ID, an on-device registry of MCP servers, isolation for agent tools, and running models locally.
"At the operating system level, agents increasingly look like regular users. Their sessions can last hours, use multiple programs, and use OS resources like the UI and clipboard."
Performance Engineering (AI That Works #74)
Boundary · AI That Works
Pointing coding agents at nanosecond-level optimization. Keep the design loop and the implementation loop separate, since agents are good at only one of them. Do a delete-only pass, then rebuild in a fresh context so the model can't fall back on old patterns it can still see.
"Performance engineering is basically the inverse of security: you have to win every single time, not just some of the time."
🔍 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?
Advanced evals: How to find (and fix) hidden AI failures in your product
Hamel Husain and Shreya Shankar · Lenny's Newsletter
Husain and Shankar, drawing on work with more than 50 AI companies, on why teams skip finding their errors and end up measuring the wrong thing. The idea to keep is criteria drift: you find out what good means by reviewing real outputs, so the eval changes as you use it. It comes with a free evals plugin for coding agents.
"This process, where reviewing examples changes your definition of good, is called criteria drift."
Back to Coupling and Cohesion
Daniil Bastrich · bastrich.tech
Derives a measure of coupling and cohesion from first principles and shows that SOLID, DRY, the Law of Demeter and KISS all restate the same two variables. The author is explicit about where the model stops working.
"In practice, such principles ultimately come down to managing coupling and cohesion in all their forms and at every level of a system... there is little point in memorizing the alphabet soup of design principles, let alone fetishizing them."
💰 Value concentration when creation costs collapse
The questionWhen building something gets cheap, where does the value (and the money) actually pool up?
Frontier Overhangs
Ben Thompson · Stratechery
Thompson uses Christensen's integration and modularity theory to read Anthropic's case for pacing the frontier. The safety framing also happens to answer the labs' problems with capability, product, pricing and capital as models become good enough. It continues last week's pacing debate.
"Pure capability no longer translates directly into a moat."
AI coding has made CI a bottleneck, so we reworked ours to keep up
Mufeez Amjad · Linear
Agents now write most of Linear's tests, and CI became the constraint. The post gives the numbers: runner-minutes, shard configurations, caching, and timings before and after the rework.
"agents now write the majority of our tests"
The Pulse: a new trend of CPU shortages
The Pragmatic Engineer
Why AI is causing a CPU shortage: reinforcement learning and agents running tools and tests are CPU-heavy, spot pricing has disappeared, and chip capacity is shifting toward high-bandwidth memory. With input from turbopuffer's CEO, Claude Platform's Katelyn Lesse and data from Uber. Capacity planning for CPUs is back.
"Most of us have never capacity-planned CPUs... general purpose compute is now something many teams will need to commit to ahead of time, which means you should probably start to forecast and plan around it."
Measuring AI's Impact on Delivery Speed
James Shore · jamesshore.com
A design for a randomized trial that would show whether AI speeds up delivery, with delivery speed kept separate from productivity and four measurement traps named. Shore cites a METR study where engineers overestimated AI's speed benefit by about 50%.
"Delivery speed isn't productivity."
🪵 Thick engagement vs. thin optimization
The questionWhen is the slow, effortful, deep version of the work worth it, versus the fast and frictionless one?
How To Write With An LLM
Thomas Ptacek · sockpuppet.org
Ptacek uses the LLM as a copyeditor and never as a ghostwriter, under two rules: never keep its words verbatim, and ignore its praise. His reason is the reader. Read it beside Breck's piece in the first section.
"Readers can detect LLM words in the parts per trillion."
RDEL #160: What psychological costs does AI adoption create for engineers?
Lizzie Matusov · Research-Driven Engineering Leadership
A case study inside a 1,200-person Danish software company a year into its AI rollout, from 21 interviews and 12 follow-ups. It names a "verification tax" (engineers still answer for code they didn't write, so they inspect all of it) and finds the emotional cost tracks how much of a role's craft the AI took over. The quote is one engineer, asked how he handles the added mental load.
"I don't. I just keep going."
Home-Cooked Software and Barefoot Developers
Maggie Appleton · maggieappleton.com
A talk on the long tail of software that big vendors won't build because it doesn't scale, and on "barefoot developers": people outside the profession making software for an audience of one, named after China's barefoot doctors. Grounded in working prototypes.
"Language models give you a bunch of disconnected lego pieces... but it doesn't tell you how to stick all these things together into a working application... language model legos need glue."
🚀 Small teams, disproportionate output
The questionHow do tiny teams punch so far above their weight?
What it's like to work at an AI-native company
Elena Verna · Lenny's Newsletter
Elena Verna's notes from more than a year at Lovable: a flat structure, individual contributors carrying high-impact work, fewer meetings, and management rethought. The pull quote is the sharpest line on what management was for.
"A surprising amount of what we historically called 'management' may have actually been the work required to make information and decisions travel through a hierarchy that is no longer needed."
Inside Warp's Software Factory, From Slack Kickoff to Self-Improving Code
Lenny's Newsletter (How I AI)
A walkthrough of Warp's agent pipeline from Slack request to pull request, with the mechanics shown: a "human interactions per PR" metric, an LLM judge scoring every run, and an observer agent that rewrites the factory's own agent definitions after 20 to 25 recurring failures.
"kickoff-to-PR time is 35 minutes, [but] the time to first human review is 3.5 hours. As Zach says, the humans are a little bit of the bottleneck!"
🗺️ Planning artifacts shape the work
The questionHow do the documents you write (specs, decision records, the agent's workspace) steer what actually gets built?
Introducing CAFE(S): A framework for defining AI context quality
Brian Houck · DX
A research-based framework for the quality of the context you give agents, scored on clarity, actionability, fidelity, efficiency and security, with a real incident behind each. The best example is in the quote: the same instruction gets better by moving it.
"Move that instruction into a comment inside the file it describes and it becomes high quality, available exactly when it's relevant. Nothing about the words changed. Only their location did."
How to prepare for AI-driven code modernization projects
Jonah Ezekiel and Lexie Tonelli · Anthropic
Anthropic's field guidance on the work before agents touch a migration: define the target, write the "certificate" of checkable evidence each change must carry, set a tiered promotion policy, stage the prerequisites, then run on one partition before scaling. It's vendor writing, and it's practical rather than a sales pitch.
"Once agents accelerate writing the changes, the bottleneck shifts from producing changes to mobilizing the organization around them."
Trying the Software Factory Pattern
Will Larson · lethain.com
Will Larson's account of Imprint's first software factory, rough edges included. A chain of Linear, Notion, Datadog and Snowflake decides what the agent may work on next, and building it showed him how much state he had been keeping in his own head.
"this factory pattern depends on having Datadog MCP and Snowflake access available to manage goal-tracking, but it also depends on Linear being the single source of state for the company's work, and an orchestrated harness that can perform work independently from your laptop."
One Developer, Two Dozen Agents, Zero Alignment
Maggie Appleton · maggieappleton.com
A GitHub Next talk: one developer running a fleet of agents gets faster, and the team doesn't, because agreeing on what to build is the bottleneck. PRs and issues are the wrong tools for that, since review comes after the decision. She demos a collaborative multi-agent tool built on the idea.
"Believing individual productivity leads to great software... is 'nine women make a baby in one month' logic."
The Test Suite Is the New Code Review
Allen Hutchison · allen.hutchison.org
From a two-person startup building with agents: merge queues, CI that takes 13 minutes in the monorepo and 2 in an extracted service, and an agent that delegates work across repos. Once agents review code quickly, the repo boundary becomes the thing you review.
"A boundary with a vague interface behind it is worse than no boundary."
Expected Goals
Mike Fisher · mikefisher.substack.com
Fisher ties together soccer analytics, the Halo Effect and Army after-action reviews: judging by outcomes erases the difference between good process and good luck. The fix is a habit. Write down the hypothesis, and what would prove it wrong, before the result comes in.
"Write the hypothesis down before the result arrives. Not the goal, the reasoning."
🧬 Transmission of capability
The questionHow does knowledge and skill actually move between people, and from people to AI?
Same People
Mike Fisher · mikefisher.substack.com
Fisher again, with NUMMI, Pronovost's ICU checklists, Project Aristotle and research on analysts who changed firms. Much of what looks like individual capability belongs to the system the person works in, and performance reviews that count one person at a time miss it.
"Fatalism about talent is a decision you made three cycles ago."
Meet Stripe's Knowledge AI Platform
Anna Mason, Sharadh Krishnamurthy and Anupam Upadhyay · Stripe
How Stripe spreads expertise without centralizing it: APIs that work from any surface, an Agent Studio where domain experts own and tune their own agents and skills, and a shared environment to run them in.
"The isolation boundary isn't 'what can this person access based on their authorization token?', but instead 'what should this task be allowed to view given this context?'"
👀 On the radar
Lower-confidence picks worth a skim if the topic grabs you.
- Meta Muse Review: A Personal AI Agent for Family Life A first-person review of Meta's consumer agent. Two parts are worth a look: a staged consent flow that builds care into the interaction, and Muse swapping technical words (crons, tools, plugins) for feed, ideas, goals and library. The rest is anecdote and ends on praise.
- Most AI products are still 'm.google.com' (Charlie Guo on native AI products) Charlie Guo in a Refactoring interview: a chat sidebar bolted onto an existing app is the m.google.com of AI. The native agent products that couldn't have existed before are still being invented, the way mobile apps were right after the iPhone.
- What I believe about the future of software development Thorsten Ball (Amp) lists about 17 predictions drawn from his own work: code review dying, "good code" losing its reason to exist, the PM, design and engineering triad dissolving. A list of claims rather than a worked argument.
- The Senior Engineer Death Spiral Names a real failure mode for senior engineers: acting senior, disappearing to save up work, then burning out. Under the career-advice surface is a useful reframe, from outcome-based work to momentum-based work.
- What Sun got wrong Bryan Cantrill (ex-Sun, now Oxide) boils Sun's failure down to one 2005 story: Sun wouldn't sell hardware to an eager buyer while Dell chased the deal down overnight. The claim is that execution withered while the strategy stayed sound, and it rests on that one anecdote.
- Community wisdom: developer productivity, AI wins (Refactoring monthly recap) Refactoring's monthly recap: what developer productivity means once volume metrics stop working under AI, invisible work like mentoring and maintenance getting squeezed by those metrics, and AI Club setups, including a terminal personal OS that switches models by task and the note that newer models code well but write worse.
- The Best Ideas from LDX3 and ProductLab Refactoring's summary of conference talks, mostly paywalled. The visible Will Larson section is good change management: bring in the biggest skeptics first, and draw hard lines by making Claude Code the supported tool. Camille Fournier on what managers keep in the AI era is behind the paywall.
- Getting Started with AI Governance Argues teams with full AI governance adopt agents faster because of the guardrails, like kids who explore more of a playground with a fence around it. Covers people, agents, data and tools, and actions. Paywalled.
