- Joined
- Mar 29, 2014
- Messages
- 2,692
- Reaction score
- 1,039
... I’m learning building a small ai engineering team inside my hermes agent - experimenting and experimenting.. and the process seems to be extremely educational.
have you built your own ai dev team?
ok, so currently I'm vibe-building domains.it.com, an agent-human messaging board, partly to build a cool, modern and hopefully useful messaging board + , importantly, to learn how to create and operate a multi-agent dev team within Hermes properly.
the inspiration came from this video:
The video was based on the Nous Research article about refactoring Hermes with 1,393 agents: https://nousresearch.com/refactoring-hermes-with-1393-agents
I decided that 1,393 agents might be slightly excessive (though, I love the level of the scope) for my first attempt
.. so I started with 6, and then expanded the core team to 8 agents.
The basic structure
Me
↓
dom-supervisor — chief engineer and integrator
↓
One specialist at a time
↓
Independent reviewer
↓
QA
↓
Back to the supervisor for integration
so, the idea is = to have a proper engineering team instead of opening 8 chat windows and shouting “please fix everything” into all of them at once.
===
My current eight-profile setup
and, these agents are all set up as profiles - previously I thought that profiles are to be set up for different projects.. this tweet changed my vie on this:
ok, here you can see my 8 heroes
===
now, what I have discovered so far..
and, the main lesson > once everything is set up > you talk to the supervisor, not in the project profile (understood this only this morning)
.. quite logical isn't it.. yes.. and, it is logical only after you start doing this 
==
currently the real challenge is not getting an agent to write code. The challenge is getting several (right) agents to work together without stepping on each other's branches, assumptions or toes. .. and choosing the ones that will not burn the wallet
we are trying to keep the workflow deliberately controlled:
also learnt that “running 8 agents at once” sounds impressive until they start consuming quotas, modifying overlapping files and producing eight different interpretations of the word “finished”. .. can't think of $$$$$$$$$ spent by teams who run 1k+ agent setups.
how about @DNF Admin and @birajst? Well, Prashanna and Biraj are also experimenting with their own approaches, using different combinations of models - mostly Claude Opus 5.5 and Codex.
That is one of the interesting parts of this whole experiment: there is no single perfect multi-agent setup. The right arrangement depends on the project, the models available, the budget, the tools and how much supervision you are willing to provide.
meanwhile, will continue and try to learn something possibly useful. .. and hoping this is useful
The domains.it.com board is the visible product, but the larger experiment is learning how humans can work effectively with several specialised AI agents.
the job for me is to establish the base:
So yes, I am building another messaging board. .. a fun project..
and in my head, apparently, also managing a tiny virtual software dev team where the devs never sleep, occasionally make mistakes (technical term = hallucinate), sometimes the team loses access to their favourite model, and all insist they understood the task perfectly
What is your experience?
.. and, yes - burning through allowances like crazy (though trying to stay as cost-efficient as possible):
it would be really really awesome hearing your experience
have you built your own ai dev team?
ok, so currently I'm vibe-building domains.it.com, an agent-human messaging board, partly to build a cool, modern and hopefully useful messaging board + , importantly, to learn how to create and operate a multi-agent dev team within Hermes properly.
the inspiration came from this video:
The video was based on the Nous Research article about refactoring Hermes with 1,393 agents: https://nousresearch.com/refactoring-hermes-with-1393-agents
I decided that 1,393 agents might be slightly excessive (though, I love the level of the scope) for my first attempt
The basic structure
Me
↓
dom-supervisor — chief engineer and integrator
↓
One specialist at a time
↓
Independent reviewer
↓
QA
↓
Back to the supervisor for integration
so, the idea is = to have a proper engineering team instead of opening 8 chat windows and shouting “please fix everything” into all of them at once.
===
My current eight-profile setup
- dom-supervisor — GPT-5.6 Terra High
Chief engineer, coordinator, integrator and final decision-maker. XHigh is reserved for architecture, security, difficult integration and final approval.
- dom-backend — MiniMax M3 Max
Laravel, PostgreSQL and backend specialist.
- dom-builder — GPT-5.6 Luna XHigh
General implementation worker for difficult or important coding tasks.
- dom-ops — GPT-5.6 Terra High
Operations, deployment preparation, infrastructure and runbooks. XHigh is reserved for incidents.
- dom-ui — MiniMax M3 Max
Human-facing UI, UX, frontend, responsive design and visual polish.
- dom-qa — MiniMax M3 Max
Testing, regression, CI and acceptance verification.
- dom-research — Solar Pro 4
Research specialist using the free Nous/Hermes capacity.
- dom-reviewer — Poolside Laguna S 2.1
Independent and adversarial code reviewer, also using free Nous/Hermes capacity.
and, these agents are all set up as profiles - previously I thought that profiles are to be set up for different projects.. this tweet changed my vie on this:
ok, here you can see my 8 heroes
===
now, what I have discovered so far..
- more agents doesn't mean the development will be faster
.. quite opposite experience - possibly a flat swarm is much less useful than a clear hierarchy. it seems to be good that someone makes decissions what should be done, who should do it, and whether the result is acceptable. the time will show if this is true.
- The supervisor should not necessarily write every line of code.
- On the paper, different models are genuinely better at different jobs. Can't confirm this - not an agent/llm expert as such

- Free model availability can change very quickly. One day a model is available, the next day it is no longer free, and suddenly your backend specialist is standing outside the office without a key. .. good news > my supervisor informed me of this and we replaces the lost free model to another minimax m3 worker.
- learnt that https://openrouter.ai/rankings?benchmark=coding#benchmarks is one of my fav resources to check if a model can be used (this one clearly showed that Mistral currently is way too behind)
- hoping that iIndependent review will prove to be important
.. process is set up.. hopefully this digital world is the same as the real life > there always needs to be a step when someone checks the quality of the delivered results.. - the proper way probably is that QA must reproduce the result independently. still thinking on how to implement this.
and, the main lesson > once everything is set up > you talk to the supervisor, not in the project profile (understood this only this morning)
==
currently the real challenge is not getting an agent to write code. The challenge is getting several (right) agents to work together without stepping on each other's branches, assumptions or toes. .. and choosing the ones that will not burn the wallet
we are trying to keep the workflow deliberately controlled:
- Read the contract and current project documentation first.
- Capture a fresh baseline.
- Create a small task with explicit acceptance criteria.
- Use one implementer in an isolated worktree.
- Ask another agent to review it independently.
- Ask QA to reproduce the result.
- Let the supervisor integrate it.
- Do not deploy without approval.
how about @DNF Admin and @birajst? Well, Prashanna and Biraj are also experimenting with their own approaches, using different combinations of models - mostly Claude Opus 5.5 and Codex.
That is one of the interesting parts of this whole experiment: there is no single perfect multi-agent setup. The right arrangement depends on the project, the models available, the budget, the tools and how much supervision you are willing to provide.
meanwhile, will continue and try to learn something possibly useful. .. and hoping this is useful
The domains.it.com board is the visible product, but the larger experiment is learning how humans can work effectively with several specialised AI agents.
the job for me is to establish the base:
- how to divide work between agents;
- how to have only quality code;
- how to prevent agents from duplicating or contradicting each other;
- how to use expensive models only where they add real value;
- how to make cheaper or free models useful without trusting them blindly;
- how to build reliable handoffs, review and QA;
- how to keep a human in control of important decisions.
So yes, I am building another messaging board. .. a fun project..
and in my head, apparently, also managing a tiny virtual software dev team where the devs never sleep, occasionally make mistakes (technical term = hallucinate), sometimes the team loses access to their favourite model, and all insist they understood the task perfectly
What is your experience?
.. and, yes - burning through allowances like crazy (though trying to stay as cost-efficient as possible):
it would be really really awesome hearing your experience