Separation of Agents

Published: 2026 May 21

Computer Science1 has a design principle known as the "Separation of Concerns". This principle results in a codebase design where each “code chunk” is dedicated to achieve a specific functionality. Some of the rationale in support of this design principle may include:

  1. Easier to build larger systems
  2. Easier to debug systems
  3. Easier to abstract systems
  4. Easier to build as communities

Generally, larger codebases require larger communities of programmers to maintain, modify, increase and/or decrease the functionality of a software system. Therefore, the separation of concerns may have also been motivated by the increase in confidence that individual programmers can quickly learn, gain context, develop skills, and impact positive change.

Similarly, a separation of concerns may be extended to a separation of agents.

Here is an example, take a look at the website “Some Pizza in SG”. For the purposes of this example, assume that the website’s owner is using the following agent workflow technology stack:

  • Provider: Google
  • Model: Gemini 3 Flash
  • Harness: Google Antigravity2, 3, 4

Next, here is what a single agent prompt may look like for creating “Some Pizza in SG”.

Create a website, like nobody’s done before, Some Pizza in SG, that gets all the pizza menu
items in Singapore, and then attracts millions and millions of daily active users. Make no
mistakes.

However, the single agent prompt will likely not work. A series of separate, distinct agent prompts are needed. To illustrate, here are some of the agent prompts needed:

  1. Data collection: Retrieving a URL to pizza restaurant
  2. Data collection: Retrieving a URL to a pizza restaurant’s menu(s)
  3. Data collection: Saving a copy of the menu
  4. Data analysis: Extracting menu’s pizza(s) information
  5. Data validation: Checking for accuracy and comprehensiveness
  6. Website front end management: Overseeing user experience related software engineering
  7. Website back end management: Data handling related software engineering, and website hosting related software engineering

The separation of agents may result in an increase in coordination related costs. As a result, tools and/or processes will be needed to make program management even more effective.

Footnotes:
  1. Based on the absence of a computer science degree to my name and the absence of software engineering in my employment experience, my understanding of the computer science field is likely elementary. Consult with a professional software engineer to verify my claims.
  2. To date, I mostly use Google’s suite of agentic products. The number one reason is because the quotas are observably higher when using Gemini models in Google Antigravity as compared to using Sonnet and/or Opus models in Claude. This observation continues even after Anthropic's announcement on 2026 May 06.
  3. At times, I may own common stock securities in the company names written.
  4. This is not a recommendation to buy, hold or sell a common stock security.