How to read this
📰 Quick hits
The headlines worth knowing even if you read nothing else this week.
Claude Opus 4.8 released
via Claude Team / Hacker Newsletter
SpaceX and Anthropic: $1.25B/month
via Hacker Newsletter (Simon Willison)
Google I/O 2026
via Lenny's Newsletter
Token pricing is reshaping enterprise AI
via Retail Dive / Pragmatic Engineer
"AI Psychosis" among eng leaders
via Pointer
Dan Shipper's predictions
via Lenny's Newsletter podcast
🧠 How tools reshape cognition
The questionWhat does using AI actually do to how we think, learn, and pay attention?
Choosing to Stay Human
Ethan Mollick · One Useful Thing
Two studies show that one small change, using AI as a tutor instead of an answer-giver, flips learning from a loss to a real gain. He calls the default path "cognitive surrender," and warns that companies optimizing for frictionless use are setting that default for us.
"These posts are just meaning-shaped attention vampires that take mental effort to decode and give you no equivalent understanding in return."
What's Easy Now? What's Hard Now?
Marc Brooker · AWS
A sharp reframe: an agent's long-term capability is bounded by the quality of its feedback loops, not the raw model. The twist, system software with clear specs gets easy; squishy-feedback SaaS UIs get hard.
"In the long term, coding agents will find tasks with effective feedback 'easy', and tasks without effective feedback 'hard'."
Use boring languages with LLMs
Sancho Studio · jry.io
"Consistency compounds." Languages with one obvious way to do things (Go, Rails) get better agent output than fragmented ones, and their one-right-way tooling doubles as free guardrails. Convention-over-configuration just became a model-performance decision.
"Large language models amplify inconsistent technology and quietly reinforce consistent ones."
Agentic Engineering Patterns
Simon Willison · guide
A living, bookmark-worthy index of coding-agent patterns: "hoard things you know how to do," the compound-engineering loop, specialist subagents, red/green TDD, agentic manual testing. The external cousin of our own technique map.
How I AI: Felix Rieseberg's Claude workflows
via Lenny's Newsletter · chatprd.ai
An Anthropic eng lead walks through three concrete workflows (a 3D floor planner built from email receipts, live dashboards, a $20 physical Claude buddy), all anchored to one move: "go one abstraction layer up" when the work turns tedious.
"Adults have spent 20 years in a 'mind prison' learning what computers can't do. Unlearning that is the unlock."
How LLMs Distort Our Written Language
Abdulhai et al. · research
Across three datasets (including 18k ICLR peer reviews), LLMs introduce bigger meaning-shifts than human edits even when asked only to fix grammar, and push writing toward a flat neutrality. The "paradox of preferences": people stay satisfied while reporting a loss of their own voice.
Nobody cracks open a programming book anymore
unix.foo
Programming-book sales are down sharply, but the real point is what the format used to force: slow, by-hand retyping. The thesis isn't nostalgia, it's that the typing was the practice.
"Knowledge, for working programmers, was always the residue of typing. Of doing. The typing was the practice! What is going away is the typing."
Beyond the Prompt: Claude Code
Arpan Patel · arps18.github.io
Running Claude Code as a programmable agent, not fancy autocomplete: persistent memory, custom commands, parallel sessions, and treating plan mode like a design doc a second Claude reviews.
"Have one Claude write the plan. Spin up a second Claude in a fresh session and ask it to review it."
Insights from our first AI Club
Luca Rossi · Refactoring
Two reusable patterns: the "combine harvester" (one markdown file holding instructions, progress, and next steps so an agent can pause and resume across days) and overnight "guards" (daily procedures that catch judgment calls CI can't gate).
Five Insights from Workflows to Think, Test, Build and Ship
Xinran · Design with AI
A working designer's real AI workflow: write-to-think on paper first, generate janky HTML prototypes to explore, dispatch subagents to stress-test, and keep a "Watchtower" of decision context that compounds across projects.
"The quality of your output is downstream of the quality of your ability to craft and think at the speed of AI."
Maintainability sensors for coding agents
Birgitta Böckeler · martinfowler.com
How to use linters and static analysis as "sensors" that feed coding agents. Internal quality becomes the variable that decides whether an agent can do useful work: a tangled codebase tangles the agent too.
Think more about what to focus on
Henrik Karlsson
Uses the multi-armed-bandit problem as a model for explore/exploit choices in life and work, then turns it into a personal case for narrowing focus. Strong cross-domain piece on how focus compounds nonlinearly.
🔍 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?
The Anatomy of an AI-Native Org
Ajey Gore
Names the change cleanly: org charts had a fat middle layer of translators (spec-to-ticket, ticket-to-PR, PR-to-status), and that's the layer AI ate. What survives is judgment-heavy, harness-designing, contribution-not-coordination work. One of the sharpest pieces on why "manager" as a title is at risk.
"For thirty years we were glorified translators... AI just ate the translation step. The anatomy of the team that's left looks nothing like the one you have today."
Knowing about things is cheaper than knowing things
Hillel Wayne · Computer Things
Holds three ideas at once: some math helps every programmer, most fields don't pay off for the average one, and every programmer has at least one branch that would help them, which they can't find without broad exposure first. A case for breadth as the prerequisite to choosing depth.
"It is more useful to teach them about many fields than to teach them any one specific field in-depth."
Building OpenCode with Dax Raad: 14 takeaways
The Pragmatic Engineer
The founder of a fast-growing AI harness stays refreshingly skeptical: AI mutes the guilt of writing hacks (so tech debt piles up), motivated devs are drowning in slop PRs, and old enterprise patterns (DDD) return because agents behave like junior engineers.
"Pre-AI, I would spend 95% of my energy thinking about what to do and 5% on doing it. Now I spend 96% of my time thinking, and 4% on actually doing it."
Genie Lessons: Prose as a Programming Language
Kent Beck · Tidy First?
Beck treats LLM calls as a new primitive: requires/ensures blocks written in structured English, subagents passing file pointers instead of data, and a shift from imperative steps to declared outcomes.
"The pattern is: specify what you want to be true, not how to make it true."
💰 Value concentration when creation costs collapse
The questionWhen building something gets cheap, where does the value (and the money) actually pool up?
The SpaceX IPO and Data Centers in Space
Ben Thompson · Stratechery
Why a $2T valuation could pencil out: agentic inference will be the largest compute market by far, with very different needs (capacity over speed, latency tolerance) than today's GPUs. The "rack-in-space" framing is the next unbundling of compute.
"In the future true agentic inference will be work done by computers according to dictates given by other computers, and the market size scales not with humans but with compute."
I think Anthropic and OpenAI have found product-market fit
Simon Willison
Tracks April 2026's pricing inflection: both labs ended discounted enterprise plans and now charge near API rates. Coding agents are the PMF moment because power users burn enormous token volumes (Willison estimates $2,180/month of value on a $200 plan).
"The best advice I ever heard on pricing a product was that your customer should suck air through their teeth and then say yes."
Not so locked in any more
Simon Willison
A short, useful observation: programming-language choice used to be lock-in and increasingly isn't, because agents can port codebases cheaply. Changes how to think about tech-stack risk (and pairs nicely with "use boring languages" above).
"Programming languages used to be LOCK IN, and they're increasingly not so."
Why Japanese companies do so many different things
David Oks
Uses Toto, the keiretsu, and conglomerate structure to ask why "focus on one thing" is a Western default rather than a universal law of company design. Structural analysis that complicates the specialization consensus.
🪵 Thick engagement vs. thin optimization
The questionWhen is the slow, effortful, deep version of the work worth it, versus the fast and frictionless one?
Using AI to write better code more slowly
Nolan Lawson
A practitioner who once wrote "the diminished art of coding" updates in public: the same LLM that ships barely-passable PRs fast can write higher-quality code slowly. Which one you do is the engineer's choice, not the tool's.
The Disadvantages of an Elite Education
William Deresiewicz · The American Scholar
A 2008 essay that lands hard now: elite education trains hoop-jumping and risk-aversion at the cost of independent thought and the courage to pursue "unscalable" callings. A good test of what becomes scarce when achievement-chasing is universal.
"It's hard to build your soul when everyone around you is trying to sell theirs."
🚀 Small teams, disproportionate output
The questionHow do tiny teams punch so far above their weight?
The Ask
Michael Lopp (Rands)
Three meeting archetypes (the promotion conversation, the build-with-us meeting, the shared-fate meeting) and the core senior skill of intuiting what someone needs before they say it. Makes the case for instinct as compressed experience, not guessing.
"Much of the work of senior leadership is feeling and instinct... That instinct has been built by endless trial and error."
🤝 Intentional hospitality as a practice
The questionWhat if you designed care into how you treat people, deliberately, as a real competitive (and moral) advantage?
Cheap turpentine
David Singleton (ex-/dev/agents)
A founder shares the actual artifacts: offer letters with a personal preamble on heavy paper, a live append-only priority doc, Friday hackathons with one-week turnaround, board decks shared with the whole team three days early. The "systems that encode care without going formulaic" pattern, and honest about what didn't work.
"What everyone really wanted was clarity!"
Be a thermostat, not a thermometer
Lara Hogan
Concrete tactics for setting the emotional temperature of a room instead of just mirroring it: softly naming what's happening, the "what I learned / what I'll do" template, pacing nods, offering a break. Repeatable without feeling scripted.
"You have an opportunity to become the thermostat as soon as you notice that another person's temperature has changed."
🗺️ Planning artifacts shape the work
The questionHow do the documents you write (specs, decision records, the agent's workspace) steer what actually gets built?
The Hidden Primitive Behind Claude Code (Harness as Membrane)
AgentField
The clearest account yet of agent orchestration as designing a membrane with four levers: the workspace (the real prompt the agent reads), drift, verifier visibility (a Goodhart trap), and blast-radius vs. recovery budget. Sponsored, but unusually substantive. This is the third strong "harness" piece in three weeks, so we're pulling it together into a Rangle practice.
"You wrote 4K. The agent read 60K. The workspace is the prompt the orchestrator never typed."
ADRs are the reviewable artifacts of AI coding
Luca Rossi · Refactoring
Reframes Architecture Decision Records as the lever for reviewing AI work: instead of inspecting every line, review a short record of the choice, the alternatives, and the consequences. Turns judgment into a reviewable artifact (and feeds the next agent's decisions too).
"I don't want to inspect every line of code an agent writes, but I can definitely review a short decision record that explains the chosen approach, alternatives, consequences, and what would trigger reconsideration."
Get to the Core of the Thing
Shreyas Doshi
The altitude of a question (wide vs. deep, platform vs. point) decides whether a meeting can do useful work. "Wide or deep" is seductive because everyone gets to sound smart, but the real question is always one level down.
"In every product conversation, the framing decides the discussion. People rise to whatever level of abstraction the question opens up."
Documentation as compounding influence (the "Watchtower")
Xinran · Design with AI
Rather than reconstructing context months later, capture research synthesis, design moves that landed, and the prompts that worked, so each project makes the next one cheaper to think through. Treats documentation as a portable second brain, not process hygiene.
"You get to codify the prompts that worked, the context bundles that worked, the design moves that landed, so each project makes the next one cheaper to think through."
🧬 Transmission of capability
The questionHow does knowledge and skill actually move between people, and from people to AI?
When Too Many Maps Overlap on One Person
Yusuf Aytas
How a "check with Mike" habit turns from due diligence into architecture: past correctness keeps subsidizing present authority, a silent veto forms, and everyone else's judgment muscles atrophy. The non-obvious fix: don't route around the person, route through them while extracting the rules so the next decision can travel without them.
"You de-risk it by making what they carry more portable, one decision at a time."
AI Coding meets Code Health (with Stuart Caborn)
Refactoring · loveholidays
Real numbers at scale: 80 prod deploys/month/engineer, 60%+ AI-written code, under 1% change-failure rate. The core mechanism is forced-AI-by-default to surface failures in public, because teams won't learn how AI works by waiting for the perfect use case.
"We're not going to support you if you have a problem with your Terraform, if you haven't asked Claude to do it first. That was bold, but the reasoning was: we need the feedback now."
👀 On the radar
Lower-confidence picks worth a skim if the topic grabs you.
- The Companies Cutting Headcount for AI Will Lose to the Ones Who Didn't counter-consensus take (institutional knowledge as the real asset), though it reads as consulting marketing.
- I'm tired of talking to AI three encounters where the human was just forwarding unread ChatGPT output. Sharp on the texture of the human-as-LLM-proxy.
- You're Not Burnt Out. You're Existentially Starving. a Frankl/Nietzsche framing of burnout as existential vacuum rather than overwork.
