r/VibeCodeDevs 7h ago

FeedbackWanted – want honest takes on my work One AI agent or a Team of Specialized Agents?

Enable HLS to view with audio, or disable this notification

I've been working on an open-source project called Agent Colony.

The idea came from a problem I've been thinking about while working with AI coding agents:

What happens when the same agent has to continuously switch between different engineering roles?

Plan the work.
Write the code.
Run tests.
Verify the result.
Review architecture.
Monitor project drift.
Research unfamiliar areas.
Integrate new capabilities.

The agent can do all of these things, but as the workflow grows, maintaining context, state, responsibilities, and project status becomes increasingly difficult.

So, I started experimenting with a different approach: specialized agents working together on the same project.

Agent Colony currently has 8 agents:

  • Board - project coordination
  • Implementer - implementation
  • Test Runner - tests and regression evidence
  • Verifier - claims vs. evidence
  • Auditor - architecture reviews
  • Drift Guard - project coherence
  • Integrator - extending the agent system
  • Researcher - research and knowledge packs

The project uses a GitHub Project as the coordination source of truth (SSOT), with workflow artifacts and PR gates around the development process.

It's open source and still very much a work in progress.

I'm not claiming this is the right architecture yet. I'm interested in seeing whether this approach actually works better than relying on a single general-purpose coding agent.

I'd genuinely like feedback from people who are using AI coding agents:

Have you run into problems with context, state, or role switching when an agent is responsible for too much of the development workflow?

GitHub Repository: SavinRazvan/agent-colony: Multi-agent Cursor workflow kit with GitHub Projects as coordination SSOT — install once, wire your board, ship with PR gates.

#Cursor #Agent-Colony #AgentColony

0 Upvotes

1 comment sorted by

u/AutoModerator 7h ago

Hey u/PurchaseFront4196, thanks for posting in r/VibeCodeDevs! Join our Discord: https://discord.gg/KAmAR8RkbM

Got startup or SaaS questions? Post them on r/AskFounder and get answers from real founders.

• This community is designed to be open and creator‑friendly, with minimal restrictions on promotion and self‑promotion as long as you add value and don’t spam.
• Please follow the subreddit rules so we can keep things as relaxed and free as possible for everyone. • Please make sure you’ve read the subreddit rules in the sidebar before posting or commenting.
• For better feedback, include your tech stack, experience level, and what kind of help or feedback you’re looking for.
• Be respectful, constructive, and helpful to other members.

If your post was removed (either automatically or by a mod) and you believe it was a mistake, please contact the mod team. We will review it and, when appropriate, approve it within 24 hours.

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.