How to read this
📰 Quick hits
The headlines worth knowing even if you read nothing else this week.
Anthropic accuses Alibaba of illicitly extracting Claude's capabilities
via Hacker Newsletter
Qualcomm to acquire Modular
via Hacker Newsletter
First full Herculaneum scroll read via ML
via Hacker Newsletter
Sam Rose builds "webernetes," a client-side TypeScript port of Kubernetes
via ngrok
Doist's async-to-sync heuristic
via Refactoring
🧠 How tools reshape cognition
The questionWhat does using AI actually do to how we think, learn, and pay attention?
Your AI Is Not a Tool
theconvivialsociety.substack.com
L.M. Sacasas argues AI is an environment rather than a neutral instrument, complicating the "just use it wisely" consensus.
"The teams using AI most carefully are the ones losing the ability to tell a good option from a merely safe one. The malformation doesn't skip the diligent. It recruits them."
Ken Liu on AI and Freedom
Matter · Words That Matter
A novelist/translator reframes AI as the latest chapter in externalizing cognition; the real danger is humans being trained to behave like machines.
"Language itself is the thing that's left behind when real wisdom has moved on... this is exactly why large language models do not have wisdom. They may have intelligence, but they don't have wisdom."
AI Demands More Engineering Discipline. Not Less
charitydotwtf.substack.com
Charity Majors openly changes her mind: code is a disposable cache of understanding, while the durable product is shared, encoded knowledge. (Also touches Transmission of Capability.)
"When regeneration is easy, code stops being an asset and starts acting as a cache: a materialized view of understanding that is useful while current, disposable when stale."
When I Reject AI Code Even If It Works
vinibrasil.com
Practitioner heuristics for rejecting working code precisely when output outpaces understanding; the bottleneck is the human's consolidated grasp, not the model.
"I reject AI code when I'm trusting the output more than my understanding."
🔍 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 Mythology of Conscious AI
Matter · Words That Matter
Anil Seth's rigorous cross-domain argument (neuroscience, philosophy, thermodynamics) that consciousness is rooted in biology, complicating the "machine consciousness is when-not-if" consensus.
"Perhaps it is life, rather than information processing, that breathes fire into the equations of experience."
I Wrote a 70x Faster SQL Parser While Barely Looking at the Code
posthog.com
A warts-and-all retrospective where the author offloaded the typing but kept ownership of the verification harness (oracle parser + property-based fuzzing); a sharp case study in what understanding stays load-bearing.
"Although I didn't write any of the code by hand, I wouldn't call this 'vibe-coded' at all. My PBT setup... is pretty close to the state-of-the-art for parser fuzzing."
Building Reliable Agentic AI Systems
martinfowler.com
A genuine engineering retrospective (Bayer's PRINCE/Agentic RAG) naming concrete decisions: hybrid-search weighting, reranking, removing an LLM SQL-reviewer that false-flagged valid queries, splitting one agent into three reflection loops.
"An earlier iteration... included an LLM review step for generated SQL queries; however, this step was later removed as it was found that the reviewing LLM sometimes incorrectly flagged valid queries as erroneous."
Tech Interviews with NeetCode (Navdeep Singh)
newsletter.pragmaticengineer.com
The case that learning hard things builds the judgment AI can't supply; effort and tradeoff-weighing become the differentiators, and high agency beats raw coding skill in hiring.
"You can prompt a design, a feature, or an answer. But you cannot prompt caring, or your ability to defend why you made a choice."
💰 Value concentration when creation costs collapse
The questionWhen building something gets cheap, where does the value (and the money) actually pool up?
The Untrainable
saranormous.substack.com
Sarah Guo builds a falsifiable "absorption frontier": anything measurable gets benchmarked and commoditized, so value slides to untrainable ground truth, permission, and accountability. The sharpest single frame of the week.
"The most cited benchmark score of the year is a map of territory about to be worthless, and a notice of who is about to lose the right to say what counts as good."
What Is Vibe Coding? Surprising Data on Who's Best at It
Britton Russell · Rangle
From our own desk: Britton reads Anthropic's 400,000-session analysis and finds non-software professionals succeed nearly as often as engineers (26% vs 30%), because knowing what to build matters more than knowing how. The receipt for this week's value-concentration through-line, with a three-question test for what's safe to vibe-code.
"Across 400,000 sessions the gap between 'professional developer' and 'person who knows their problem space well' is four to five percentage points."
Slow Down to Speed Up: So Much Has Changed in 6 Months
newsletter.pragmaticengineer.com
Gergely Orosz's reported synthesis of the Meta account-takeover outage (AI-generated, AI-reviewed code) plus data on how much ships without human review and how Anthropic/OpenAI/Uber changed their workflows.
"PRDs are dead & prototypes have replaced them inside Anthropic... We're seeing a lot more code generated, and less of it than ever being reviewed by devs."
Acceleration Whiplash
refactoring.fm
A data-grounded companion to the review-bottleneck story: a Faros report (22K+ devs) showing starting work is now easy and shipping is hard: volume up, quality down, even for top teams.
"Across every downstream stage, the signal is the same: volume is up, quality is down, and the gap between the two is widening as adoption deepens. High-performing teams are experiencing the same downstream degradation as the median."
The Cost YAGNI Was Never About
newsletter.kentbeck.com
Kent Beck revisits his own principle in light of near-zero code cost, reframing it from thrift to two pieces of price theory (optionality + NPV) that survive cheap generation.
"YAGNI was never thrift. It was two pieces of price theory wearing a programmer's slogan. The slogan survives the genie because the price theory does."
The Minimum Viable Unit of Saleable Software
brandur.org
Brandur builds an actual cost model for when LLM-collapsed build costs flip buy-vs-build: concrete math, not "SaaS is dead" hype.
"Somewhere along the zone of viability is the minimum viable unit of saleable software, below which a rebuild is the same or less effort compared to going through the purchasing process for a third party."
The New Inner Game: Your Unfair Advantage in the Age of AI
lennysnewsletter.com
An executive coach to the OpenAI research team argues emotional clarity and discernment are the scarce skills when knowledge and effort are nearly free.
"You can't out-grind a server farm or outwork a model that doesn't sleep. The voice that used to drive harder work is now just shutting down every single capability that's a differentiator in the AI era."
How Mozilla Fixed 500 Security Bugs with Claude Mythos
How I AI · Lenny's Newsletter
A Mozilla Distinguished Engineer's retrospective on three agentic workflows, making the structural case that the harness matters more than the model, with genuine warts.
"An agent laser-focused on a goal can do 'wonky things,' like introducing a new vulnerability just so it can exploit it and claim success."
p99 0ms Autocomplete for 240 Million Domain Names
ruurtjan.com
Opens on the value-concentration thesis (compete on quality/UX because vibe-coding makes building cheap) then backs it with a transferable craft pattern any instant-search builder could lift.
"There are a ton of sites that offer this (growing faster than ever thanks to vibe coding), so I need a way to stand out. I picked tool quality / usefulness and UX."
Running Local Models Is Good Now
vickiboykis.com
A first-person ML-engineer retrospective that explicitly updates her view, with concrete hardware, a model-by-model progression, and a sandboxed Docker+Pi+LM Studio agentic setup.
"My own personal vibe metric of 'is a model good enough' is, 'do I have to double-check it against an API model', and GPT-OSS was the first one where I started doing that a lot less often."
How I Built the Design Inspect Tool for Claude Code
designwithai.substack.com
A practitioner retrospective on building a Claude Code skill that brings Cursor-style click-to-inspect into the terminal: actual prompts, v1 bugs, and an explicit token-ROI call to stop short of auto-running (the "build exactly the tool you want" angle).
"I asked the ROI about it because I had learned lesson before that not all the builds are worth the tokens and trade-offs. After evaluating the implementation plan from Claude Code, I stayed with the copy and paste approach."
🪵 Thick engagement vs. thin optimization
The questionWhen is the slow, effortful, deep version of the work worth it, versus the fast and frictionless one?
Authenticity in Music
honest-broker.com
Ted Gioia treats authenticity as a hard, slow, transformative quality and names it as what becomes scarce when AI makes output cheap: argument, not nostalgia.
"I believe that authenticity will soon become a widely-accepted measuring rod of the good life -- a life liberated from the manipulations of tech-enabled simulacrums."
Content Violation
Matter · Words That Matter
A cross-domain structural analysis mapping Pasolini's "false permissiveness" onto GenAI and alignment-as-conformism, framing art as process vs. commodity.
"Democratic AI model alignment presume a vision of freedom that operates within the boundaries of the permissible, freezing status quo ethics into computing -- an ethics that, by Pasolini's measure, is a conformist flattening of the world."
Blogging Can Just Be Stating the Obvious
blog.jim-nielsen.com
A short reflection on why writing-as-thinking works: the value of voicing what feels too obvious to say. The "audience of one" / "write to remember how to think" instinct, not generic blogging advice.
"You feel like someone gone mad: 'Is anyone else seeing the same thing I'm seeing? And we're just ok with this?' Very often, those are the best posts I read from others."
🚀 Small teams, disproportionate output
The questionHow do tiny teams punch so far above their weight?
We Rebuilt rangle.io for Agentic Search
Ben Hofferber · Rangle
From our own desk: how we rebuilt this site, one engineer plus Claude, replacing the CMS with MDX in version control and emitting clean JSON-LD so agents can read our structure, not our marketing prose. The small-team-big-output story behind the page you are on, and a working example of owning your content infrastructure instead of renting it.
"The bottleneck stopped being 'how fast can the engineer type' and became 'how fast can the engineer review.'"
What Happens After Coding Is Solved?
Fiona Fung · lennysnewsletter.com
A practitioner interview on running an AI-native org shipping 8x more code, how Claude routines reshape a manager's operation, and which roles AI transforms next.
Revised Rules of Engineering Leadership
Will Larson · lethain.com
Will Larson updates leadership rules for the agent era with concrete data (200-400 deploys/week, individuals owning 95% of migrations), arguing judgment and durable teams become the moat.
"As the initial cost of migrations goes down, the reward/penalty of each migration's quality goes up... The impact of individual judgment on your company has never been higher."
How I Run the Tolaria Project (Validation as the New Bottleneck)
refactoring.fm
A retrospective on solo-maintaining a 10K-star open-source app part-time with AI agents: validation as the bottleneck and "releasing more control than you're comfortable with." (Intro free, depth paywalled.)
🗺️ Planning artifacts shape the work
The questionHow do the documents you write (specs, decision records, the agent's workspace) steer what actually gets built?
How Meta Is Reinventing Product Management (Jagjit Chawla)
lennysnewsletter.com
A Meta VP describes a concrete transformation: the PRD is now a paragraph + prototype + eval set, an agent replaces the org-chart "compression algorithm," AI captains are insiders only. Dense across four curiosities, warts and all.
"AI tools lower the floor of what you can try, but also raise the ceiling of what you can achieve... When anyone can produce a 50-page deck in half an hour, the scarce skill is deciding what deserves to exist."
Humans and Agents in Software Engineering Loops
martinfowler.com
A structural taxonomy (in/on/off the loop) that operationalizes "design the harness, don't micromanage the output," escalating to agents recommending improvements to their own harness. Pairs with Loop Engineering below.
"The 'in the loop' way is to fix the artefact... The 'on the loop' way is to change the harness that produced the artefact so it produces the results we want."
Loop Engineering
addyo.substack.com
Addy Osmani specifies the "design the loop instead of prompting" pattern with five named building blocks mapped onto actual Claude Code/Codex primitives plus a worked example.
"Two people can build the exact same loop and get completely opposite results... The loop doesn't know the difference. You do."
Product Specs with AI (ai that works #62)
github.com
Argues planning quietly tangles product and technical decisions; splitting design into product/technical/program steps and front-loading every decision is where the leverage lives.
"Separate product design from technical design, and move every decision you can to the earliest point in the pipeline. The earlier you are, the more breadth and leverage you have and the less it costs to change your mind."
Lost Confidence
longform.asmartbear.com
Jason Cohen's structural teardown of why RICE's "confidence" term is incoherent and what to replace it with: how a planning formula skews decisions and which judgment the tool can't express.
"RICE asks you to estimate a probability you've already conceded you can't know... The exact probabilities are unknowable; the shape of each bet is not."
🧬 Transmission of capability
The questionHow does knowledge and skill actually move between people, and from people to AI?
Who Will Be the Senior Engineers of 2035?
theengineeringmanager.substack.com
James Stanier analyzes how the junior-to-senior pipeline actually worked (low-stakes failure, scar tissue) and what breaks when AI absorbs the tasks where that learning happened.
"AI can answer questions in the same way that revising for an exam can help you memorise an answer, but it can't give you the scars that you can then apply to new problems in the future."
Growing as an Engineer in a World of AI
nlopes.dev
Names which parts of struggle actually drive growth vs. busywork, grounded in desirable-difficulties research: what's lost when AI removes the friction where learning used to happen.
"The freed-up time AI gives you is only a gift if you spend it on harder thinking, not on not doing the thinking."
Stealing Is a Skill
ben-mini.com
A retrospective on copying-as-discipline (Virgil Abloh's 3% approach) as the mechanism by which taste and instinct develop; "side quests became the main quest" lands as real insight.
"When you recreate someone's creation, you learn their story: every piece of brilliance, tradeoff, and imperfection... The 97% approach never holds at 97%. Honest actors will always drift."
The Power of Stories with Rands (Michael Lopp)
refactoring.fm
Rands on writing as a lifelong habit, the power of naming things, stories as a feedback tool, and the return of the coding manager in the AI era. (Summary paywalled; podcast free.)
👀 On the radar
Lower-confidence picks worth a skim if the topic grabs you.
- Designing AI Agent Loops in Claude Code and Codex Hits Claude Code routines, goal-based loops, and subagent delegation with two real builds, but stays introductory and demo-grade.
- My Vibe Coding Adventure: The App, the Experience, Ten Takeaways Ben Thompson documents a real first-person AI build of an app he plans to use; paywalled, so depth unverified, and the framing is trend-adjacent.
- Stuff Nobody Tells You About Claude Skills A real kernel about how a skill's description decides whether it fires (and how two skills can cancel out), but thin and repeatedly pivots to plugging a product.
