Les technologies
Langages
Mots clés
Outils
Addy Osmani
Addy Osmani est responsable de l'ingénierie chez Google et travaille sur Chrome et la plate-forme Web. Il est l'auteur du livre populaire "Learning JavaScript Design Patterns" et gère un certain nombre de projets open source, dont Lighthouse, un outil d'audit de performance pour le Web.
Réalisations
External Links
Check the latest blog posts of Addy Osmani below
Agentic Code Review
14 juin 2026
Agents made writing code almost free. Understanding it costs what it always did, which is why review is now the bottleneck. The 2026 data is strikingly consistent on this, and yet most advice about AI code review is wrong for most people, because a solo developer with no users and a team maintaining a ten-year-old application are not solving the same problem.
Loop Engineering
07 juin 2026
You don't really need to be good at prompting anymore. The thing to get good at is the loop that does the prompting for you. It's five building blocks plus somewhere to keep notes, and Codex and Claude Code both have all five now.
The Intent Debt
05 juin 2026
Technical debt lives in your code. Cognitive debt lives in your head. Intent debt lives in the artifacts you never wrote - the goals, constraints and rationale that explain why the system is the way it is. It's the one kind of debt your agents can't pay down for you, and the one agentic engineering makes most expensive.
The Orchestration Tax is You
24 mai 2026
Starting more agents is easy now. However, more agents running doesn't mean more of you available - your cognitive bandwidth doesn't parallelize. All the judgement to actually steer them and merge the code they write into the codebase still has to route through exactly one serial processor which is just you. Orchestration tax is basically the price you pay for forgetting this and the only real fix is to start architecting your own attention like you architect any concurrent system.
Don't Outsource the Learning
16 mai 2026
Right now, it's too easy to let AI write the code while you skip the learning. The bug gets fixed. Your mental model doesn't move. We are silently trading future capability for present-day speed, and the tools won't force us to do otherwise. That part has to come from you.
Cognitive Surrender
05 mai 2026
Cognitive offloading is delegating to the AI and still owning the answer. Cognitive surrender is when the AI's output quietly becomes your output and there is nothing left to check. For software engineers the line between the two moves under your feet most days, and most of us are crossing it without noticing.
Agent Skills
03 mai 2026
AI coding agents take the shortest path to done, which usually means skipping the specs, tests, and reviews that make software reliable at scale. Agent Skills encodes those senior-engineer behaviors as workflows the agent has to follow, with anti-rationalization built in.
Long-running Agents
28 avril 2026
A long-running agent can keep making progress over hours, days, or weeks. It can do this across many context windows and sandboxes, recover from failure, leave structured artifacts behind, and resume where it left off.
Agent Harness Engineering
19 avril 2026
A coding agent is the model plus everything you build around it: prompts, tools, context policies, hooks, sandboxes, feedback loops. Harness engineering is the discipline of treating that scaffolding as a first-class artifact, and tightening it every time the agent slips.
Agentic Engine Optimization (AEO)
11 avril 2026
AI coding agents consume documentation fundamentally differently from humans. If you're still optimizing only for human readers, you're leaving a growing share of your audience invisible to your tooling.
Your parallel Agent limit
07 avril 2026
Running multiple agents in parallel is not just a question of throughput. It is a new kind of cognitive labor that requires managing multiple mental models, continuous judgment calls, and an ambient anxiety tax
The shift from conductor to orchestrator: how to coordinate teams of AI coding agents in real-world software workflows. From subagents to Agent Teams to purpose-built orchestration tools, this talk covers the patterns, tools, and discipline required to thrive in the era of agentic engineering.
Software engineering is not about writing code anymore. It is about building the factory that builds your software.
Stop Using /init for AGENTS.md
23 février 2026
Two papers published in early 2026 suggest you might have just made your agent slower, more expensive, and no more accurate. The right mental model is to treat AGENTS.md as a living list of codebase smells you haven't fixed yet, not a permanent configuration.
Bias Toward Action
15 février 2026
Bias toward action is defaulting to the smallest responsible step that produces real feedback, while pre-committing to guardrails so that being wrong is survivable and quickly correctable.
14 More Lessons from 14 years at Google
12 février 2026
More lessons learned from 14 years of engineering at Google, focusing on what truly matters beyond just writing great code.
Claude Code Swarms
05 février 2026
Claude Code now supports agent teams - coordinated swarms of AI agents that research, debug, and build in parallel. What was feature-flagged is now real. Here's what it means and how to use it.
Agentic Engineering
04 février 2026
Agentic Engineering is a disciplined approach to AI-assisted software development that emphasizes human oversight and engineering rigor, distinguishing it from the more casual 'vibe coding' style.
Self-Improving Coding Agents
31 janvier 2026
Imagine ending your workday and waking up to new features coded, tested, and ready for review. This is the promise of autonomous AI coding agents harnessing tools like Claude Code in continuous loops to improve and ship code while you sleep. In this write-up, I will ll cover how to set up these self-improving agent loops, covering everything from orchestrating the loops and structuring context files to memory persistence, QA validation, scaling, debugging, and risk management.
How to write a good spec for AI agents
13 janvier 2026
Learn how to write effective specifications for AI coding agents to improve clarity, focus, and productivity in your AI-driven development workflows.
Your AI coding agents need a manager
08 janvier 2026
In the near future, high-leverage developers look like async-first managers running parallel AI coding agents. The skills that make someone a strong tech lead or manager translate directly to AI coding - because at scale, it stops being just a context problem and becomes a management problem.
AI writes code faster. Your job is still to prove it works.
07 janvier 2026
AI did not kill code review. It made the burden of proof explicit. Ship changes with evidence like manual verification and automated tests, then use review for risk, intent, and accountability.
The Next Two Years of Software Engineering
05 janvier 2026
Exploring five critical questions shaping software engineering through 2026, with contrasting scenarios for each. These lenses help prepare for the evolving landscape of coding in an AI-driven world.