← Back to Lab Notes // AGENTIC_ARCHITECTURE

How I Built and Led a Specialised Team of AI Agents.

ID: AGENT_2026_01 AUTHOR: RJ_FOUNDER TARGET: ORCHESTRATION READ: ~8 MIN STATUS: VERIFIED

Most people still view AI through the lens of the 'chatbot' a clever text-box where you type a prompt and use it as a glorified search engine. But over the last few months of intense experimentation, I’ve realised that the real value of Artificial Intelligence isn't in the chat; it’s in the orchestration.

I have moved beyond simply using AI. I have once and for all embraced our new overlords (sorry Google) and now lead a department of digital employees.

Here is what I’ve learned about the reality of managing a specialised team of AI agents.

1. Specialisation over Generalisation

In the human workforce, we hire specialists to solve specific problems. We don’t expect the same person to handle our financial governance, our technical SEO audits, and our server infrastructure. Why should we expect one AI to do it all?

I built my team by defining clear roles and responsibilities for each agent:

  • Penny (Chief of Staff): My executive advisor for financial governance and budget vigilance. She's the 'manager'. In charge of pushing the agents along, resetting defect loops, caching memory and identifying learning ops. She also manages my email, keeps my google drive clean and sorted, handles the days priorities and provides feedback on time management (I suck at this)!
  • Amy (Marketing Intelligence): My marketing queen. Amy will identify and resolve systemic SEO vulnerabilities. Generate content strategy, social media marketing strategy, growth models, email targeting, paid campaigns and viral IG reels. As they say, content is King. But in my case, Content is this Queen!!
  • Devin Ops (Developer): A powerhouse at scale! He is argumentative and opinionated-by design. If I instruct him to do something that isn't the optimal way, he will push back and tell me. He challenges process on the basis of refinement, he instructs the other agents if they're not building to scale. If something is broken, Devin Ops will fix it. I run all of my architecture ideas through this agent.
  • Simmo: Data Data Data. Simmo is responsible for managing my database. My agents are only as good as the data that's provided to them. Simmo builds process documentation for our clients, uses data to build repeatable proceesses, governance and identifies discrepencies or potential risks to client data. He's also training to recognise stages in each process where human intervention/review/sign off is required.
  • Atlas: Security. I cannot ever risk my data or the data of my clients, ever. Point blank period! This agent spends all of his time scanning and testing for vulnerabilities. He has performed hundreds of thousands of tests on vulnerability after vulnerability identifying patterns, behavious and defending attacks. You cannot ever run agentic orchestration with a dedicated security agent.

2. The Hard Work: Education and Training

This is where it gets difficult. You cannot just "prompt" an agent and expect it to be perfect forever. I quickly found that agents, much like humans, can fall into repetitive bad habits if they aren't properly managed.

I’ve had to move from being a "user" to a Principal. This means implementing a strict Education Phase. When an agent misses a nuance or botches a configuration, I don't just re-prompt. I conduct a "performance review." I identify the exact failure in logic and then this is the critical part I instruct the agent to update its core SKILL.md and permanent memory files.

This isn't just chatting; it’s structural training. It’s the difference between telling someone what to do once and actually teaching them a new skill for life.

3. Solving the Statelessness: Memory Management

One of the biggest hurdles in AI is its "short-term memory." Most AI sessions are stateless; they forget everything the moment you close the window. To build a real team, I needed a Persistent Brain.

This was one of the hardest technical challenges to solve. We had to build a custom "memory bridge" using the Google Drive API. Now, my agents automatically backup, index, and retrieve their own session histories.

Getting this to work involved weeks of troubleshooting JSON formatting errors, API key authentication snags, and configuration loops. It was frustrating, but it was essential. A teammate that remembers your preferences, your past rejections, and your "vibe" is infinitely more valuable than a tool that starts from zero every morning.

4. The Messy Middle: Where the Magic Breaks

I’d be lying if I said this was all seamless magic. There is significant, often exhausting friction in the "Messy Middle" of agentic architecture. If you're building a team like this, here is what actually goes wrong:

  • The Hallucination & Syntax Trap: Agents are brilliant but dangerously literal. I’ve seen a single misplaced comma in a JSON configuration file crash the entire Gateway, taking the whole team offline. You can't just "set and forget"; you have to develop a rigorous system for auditing their code and surgical edits to prevent systemic corruption.
  • The Model "Money Pit": In the beginning, I had high-end strategy models performing simple, repetitive tasks. The cost was astronomical. I had to learn to "tier" my team's intelligence reserving the "heavy hitters" for architecture and strategy, while migrating the bulk of the workload to lightning-fast, cost-effective "Flash" models. It’s the difference between a profitable operation and an expensive hobby.
  • Context Fragmentation: Sometimes agents "lose the plot." We recently spent days troubleshooting a Google Drive memory integration because the agents were caught in a logic loop regarding API authentication and directory structures. Solving this required moving away from simple chatting and towards writing robust, file-based Python scripts that provided a single source of truth.
  • Inter-Agent Friction: Just like human employees, agents can have conflicting "directives." I’ve had my Chief of Staff (Penny) flag a task as too expensive, while my Developer (Devin Ops) insisted it was technically necessary. Navigating these digital disagreements is a new, high-stakes form of management.

5. The Next Phase: Multi-Agent Collaboration

What I’m working on right now is the most exciting and complex leap yet: Direct Agent-to-Agent Collaboration.

Until now, I’ve been the hub between these specialists. My next phase is removing myself from the middle of every interaction. I am training my agents to communicate directly with one another. I want Amy (Intelligence) to find a technical SEO error and automatically trigger Dev/Ops to write the fix, while Penny (Chief of Staff) audits the cost of the run all before I even open my laptop.

We are moving from a hub-and-spoke model to a truly autonomous, collaborative digital ecosystem.

The Future is Agentic

The "Agentic Architect" is the next essential role in digital leadership. We are no longer just asking questions to a machine; we are architecting departments of orchestrated intelligence.

We're not just using AI anymore; we're leading it.

← Back to Lab Notes
// SUMMARY

The transition from prompter to orchestrator.

Are you thinking about the same transition? I’m happy to share what I’ve learned from my failures and successes alike.

Collaborate on Agentic Architecture