Back to all posts
Architecture

Architecture

34 articles tagged with “Architecture

You Probably Don't Need Multi-Agents

You Probably Don't Need Multi-Agents

Open almost any "how I use AI" post and you'll find an orchestra: a planner agent, a coder agent, a reviewer agent, a tester agent, all pinging each other. It looks impressive. It's also the most expensive, most fragile way to get worse results than one agent you actually taught to do the job.

11 min read
The Command Palette Is an Architecture, Not a Widget

The Command Palette Is an Architecture, Not a Widget

Cmd+K looks like a fuzzy-search modal you bolt on at the end. Build it that way and it immediately drifts out of sync with the buttons and menus it duplicates. The real thing is a command registry: one typed source of truth for everything the app can do, feeding the palette, the shortcuts, and the menus at once.

11 min read