Don't Lose Your Identity Working With AI Agents (ft. Addy Osmani)
TL;DR
Agent productivity gets dangerous fast without identity and governance — Osmani says the jump from “babysitting” personal agents to using them seriously requires knowing which sub-agent is doing what, limiting blast radius, and protecting credentials, API keys, and customer data.
Harnesses feel magical when they can infer the path, not just follow instructions — One of Osmani’s standout examples was using Claude Code to process EDM WAV files, figure out where each track should begin a natural fade-out, install the needed tools, and complete the job with minimal hand-holding.
You do not need to chase every new harness — With Claude Code, Codex, anti-gravity, OpenCode, and others changing weekly, Osmani recommends treating experimentation time as an “innovation budget” and sticking with tools that already deliver value.
The biggest risk is cognitive debt turning into cognitive surrender — As AI generates more code, engineers can lose muscle memory for how things work and eventually stop thinking critically, blindly shipping agent output and assuming the agent can fix any mistakes later.
Verification is becoming the real bottleneck — Osmani argues that generation is now easy, but trust requires codifying what “good” looks like through tests, user journeys, visual regression checks, static analysis, and other engineering hygiene.
More agents do not create more of you — Even if background agents can handle isolated tasks, Osmani says cognitive bandwidth does not parallelize, so developers need to be deliberate about what to delegate and what still deserves close human attention.
The Breakdown
“Running multiple agents does not mean that there is more of you to go around, because your cognitive bandwidth doesn’t parallelize” is Addy Osmani’s warning amid the agent boom. He argues the real challenge isn’t getting AI to generate code or complete tasks — it’s avoiding cognitive surrender, setting identity and governance for agents, and preserving your own judgment.
Was This Useful?
Share
Keep Reading
Make Alcreon Yours
Tune your feedFive quick questions, and the feed ranks what matters to you first.Or just get notified
The weekly Echo. Signal worth keeping in your inbox.
Every new piece, announced on X.
Read Next
See all
Playbook
Tasteful Skills
“Tasteful Skills” argues that the best agent skills are not documentation or best-practice lists.

Playbook
The Art of Tasteful Prompting
Learn how tasteful prompting helps you move beyond generic AI output by shaping context, style, and judgment from the start.

Playbook
The Codex /goal Playbook
OpenAI shipped /goal for the Codex CLI. It turns a prompt into a persisted, self-continuing contract.