← Back to Blog
Agentic AIAI ArchitectureMulti-Agent SystemsHuman-in-the-LoopEnterprise AI

Agent Architecture Patterns That Are Shipping Now

Notes from ClawCon Singapore and the builders defining multi-agent systems

Annie An Dongmei·May 2025·4 min read
Post image

AI agents are becoming infrastructure, and the architecture is getting real. 🧠

AWS hosted ClawCon Singapore last month - the flagship Festival of Personal AI by the OpenClaw community. Over 3,000 builders, founders, and operators signed up across seven events in May alone.

I've been watching the patterns that are actually shipping, and three stood out clearly. These aren't demos. This is how agents scale in production.

The momentum is real. OpenClaw launched in November 2025 as an open-source AI agent platform that lets users run autonomous, private AI agents connected to messaging apps - available on Amazon Lightsail. What started as an experiment is now a movement of builders defining what multi-agent systems look like in the real world.

Orchestrator + Specialists

One coordinating agent delegates to specialist agents, each running in its own isolated context.

The orchestrator handles intent and routing, while the specialists handle depth. You do not build one giant agent that does everything; you build a team of focused ones.

This is how agents actually scale. And it's also how costs scale - which matters more than most teams realize. In agentic systems, cost happens through agent behavior at runtime, not static allocation. An orchestrated agentic workflow can cost roughly 30x more than a single assistant query. That's why the architecture - who calls whom, and when - is not just a design question. It's an economic one.

The teams that ship reliably understand this trade-off. They design orchestration with guardrails baked in from day one.

Multi Layers, Not One

The builders who ship reliably decompose their agent systems into layers:

  • 🔹 Tools - atomic actions (read, write, search, call an API)
  • 🔹 Skills - reusable procedures and institutional knowledge, loaded only when relevant
  • 🔹 Subagents - isolated workers that execute in parallel, each with their own context window
  • 🔹 And more as the stack matures

Getting the primitive right is the difference between a demo and production.

This layered approach also addresses security and governance. Singapore's Cyber Security Agency issued an advisory on responsible AI agent deployment, recommending least-privilege access, trusted skills, human approval workflows, and sandbox isolation. These aren't nice-to-haves. They're the foundation for agents that enterprises will actually trust.

When you design in layers, you can enforce these principles at each boundary. Tools get sandboxed. Skills get versioned and audited. Subagents get isolated context. The architecture becomes your security model.

Human-in-the-Loop Is the Architecture, Not the Fallback

Agents handle throughput, while humans handle judgment.

The smartest teams design this as a deliberate gate - not an afterthought. That is the architecture that earns trust and scales inside enterprises.

This is the human-first AI lens in practice: amplifying human judgment, not replacing it.

The risks are well documented. The 2025 OWASP Top 10 for LLM Applications highlights prompt injection, insecure output handling, and excessive autonomy as critical vulnerabilities. Human-in-the-loop isn't just about catching errors. It's about designing systems where autonomy has explicit boundaries and escalation paths.

When you architect approval workflows from the start, you build systems that can grow in capability without growing in risk. That's the unlock for enterprise adoption.

The Next Few Years

The way billions of people have social media accounts today - that is how many people will have personal AI agents within the next few years. The same goes for enterprises.

The architecture matters now because it will shape how we work, how we build, and how we trust these systems at scale.

What excites me most is that the patterns are emerging from builders, not whitepapers. The OpenClaw community in Singapore is proof that when you give people the right primitives and the right community, they'll figure out what works. They'll share what breaks. They'll push each other to build responsibly.

🙏 Thank you to the OpenClaw Singapore community and everyone who made ClawCon possible - Alessio Basso, Girish Dilip Patil, Lionel Sim, Nathaniel Ng, Joel H. Garcia, Giuseppe Marazzotta, Glendon Thaiw, Eunice Cheng, May Yang, and so many others. The people in this room are why the future feels closer than we think.

What agent architecture are you using? I'd love to hear what's working for your team. ✨

#AlwaysDay1 #AgenticAI #PersonalAI #AIAgents #MultiAgentSystems #HumanInTheLoop #AIArchitecture #OpenClaw #AWS

The views and opinions expressed in this post are my own and do not necessarily reflect those of my employer or any organisation I am affiliated with.