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

Claude Code Swarms

2026-02-05 08:00:00

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

2026-02-04 08:00:00

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

2026-01-31 08:00:00

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

2026-01-13 08:00:00

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

2026-01-08 08:00:00

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.

2026-01-07 08:00:00

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.