Languages
Tags
Tools
Addy Osmani
Addy Osmani is an engineering manager at Google working on Chrome and Web Platform. He is the author of the popular book, 'Learning JavaScript Design Patterns,' and maintains a number of open-source projects, including Lighthouse, a performance auditing tool for the web.
Accomplishments
External Links
Check the latest blog posts of Addy Osmani below
Long-running Agents
April 28, 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
April 19, 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)
April 11, 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
April 07, 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.
The Factory Model: How Coding Agents Changed Software Engineering
February 25, 2026
Software engineering is not about writing code anymore. It is about building the factory that builds your software.
Stop Using /init for AGENTS.md
February 23, 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
February 15, 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
February 12, 2026
More lessons learned from 14 years of engineering at Google, focusing on what truly matters beyond just writing great code.
Claude Code Swarms
February 05, 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
February 04, 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
January 31, 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
January 13, 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
January 08, 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.
January 07, 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
January 05, 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
January 04, 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
January 03, 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
January 02, 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
January 01, 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
December 17, 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.
Hello, Gemini.
December 09, 2025
Gemini! I'm joining Google Cloud AI to focus on helping developers and businesses succeed with Gemini, Vertex AI, and the Agent Development Kit.