MoreRSS

site iconAddy OsmaniModify

An Irish Software Engineer. Author of a number of books including Learning JavaScript Design Patterns, Learning Patterns, Stoic Mind and Image Optimization.
Please copy the RSS to your reader, or quickly subscribe to:

Inoreader Feedly Follow Feedbin Local Reader

Rss preview of Blog of Addy Osmani

Agentic Engine Optimization (AEO)

2026-04-11 08:00:00

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

2026-04-07 08:00:00

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 Code Agent Orchestra - what makes multi-agent coding work

2026-03-26 08:00:00

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

2026-02-25 08:00:00

Software engineering is not about writing code anymore. It is about building the factory that builds your software.

Stop Using /init for AGENTS.md

2026-02-23 08:00:00

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.