Tag: agents
All the articles with the tag "agents".
Manager / Coordinator / Agent: A Multi-Agent Topology That Survives Real Workloads
Published: at 10:00 AMMost multi-agent demos collapse on contact with non-trivial tasks. The Manager / Coordinator / Agent topology is what I keep reaching for when I want a multi-agent system that does not deadlock, drift, or hallucinate its way into nonsense. Here is what each layer does, and where the pattern breaks.
Production Agents: From Demo to Deployment
Published: at 10:00 AMA 9-part series on what breaks when agents hit production. Idempotency, state persistence, cost control, observability, durable execution, security, and evaluation. The stuff tutorials skip.
The Agent Loop Is a Lie
Published: at 10:00 AMEvery tutorial teaches observe-think-act. Every production agent is messier. Here's what actually happens — and how to fix it.