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
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.
My LLM coding workflow going into 2026
04 janvier 2026
AI coding assistants became game-changers this year, but harnessing them effectively takes skill and structure. Here's my workflow for planning, coding, and collaborating with AI going into 2026.
21 Lessons From 14 Years at Google
03 janvier 2026
Lessons learned from 14 years of engineering at Google, focusing on what truly matters beyond just writing great code.
The future of agentic coding: conductors to orchestrators
02 janvier 2026
AI coding assistants have quickly moved from novelty to necessity where up to 90% of software engineers use some kind of AI for coding. But a new paradigm is emerging in software development
Gemini CLI Tips and Tricks
01 janvier 2026
This guide covers ~30 pro-tips for effectively using Gemini CLI for agentic coding for Gemini 2.5, 3.0 and beyond
Every time we've made it easier to write software, we've ended up writing exponentially more of it. History suggests we won't do less work - we'll discover we've been massively under-investing in knowledge work because it was too expensive to do all the things that were actually worth doing.
Introducing Gemini 3 Flash
17 décembre 2025
Today we are expanding the Gemini 3 model family with the release of Gemini 3 Flash which offers frontier intelligence built for speed at a fraction of the cost.