logoalt Hacker News

SillyUsername • yesterday at 6:24 AM • 4 replies • view on HN

I'm going through the same problem right now

Qwen 3.8 27b is the supervisor

Qwen 3.5 4b are the 6-15 minions it controls

Gemma 4 e4b is the validator for the supervisor.

A plan means it preps all work for the agents up front, tests that evals work, makes sure the dev environment is right for each agent, then finds and fixes each before the distributed tasks even begin.

What I thought would take minutes took hours as a supervisor or one agent did the prep / pre flight work.

My solution so far has been to drop all but basic setup and force the supervisor to ask before every op - if this is not the design choices, can this be run in parallel? If so, hand it off NOW.

I'm still iterating this workflow, but less setup for all the minions plus handing them work that may be incomplete/ broken is caught and fixed by the minion and its own qa gates.

This can mean a number of minions end up replicating the same fixes, but in general the time cost of that is small Vs the supervisor working in parallel instead of too sequentially.


Replies

mappu • today at 1:37 AM

If you can run the smarter 3.8 27B model, why not use it for everything?

adastra22 • yesterday at 10:31 AM

Tell the planner to not do all that. Just plan out the high level. No code. No implementation details.

➕ show 1 reply
UncleOxidant • yesterday at 10:34 PM

How do you set all of that up with supervisor and minions? What harness?

MuffinFlavored • yesterday at 10:12 PM

    > Qwen 3.8 27b is the supervisor
    > 
    > Qwen 3.5 4b are the 6-15 minions it controls
    > 
    > Gemma 4 e4b is the validator for the supervisor.

I just use Opus 5.5 and don't think about it?
➕ show 2 replies