this post was submitted on 22 Mar 2026
-2 points (42.9% liked)
No Stupid Questions
3998 readers
56 users here now
There is no such thing as a Stupid Question!
Don't be embarrassed of your curiosity; everyone has questions that they may feel uncomfortable asking certain people, so this place gives you a nice area not to be judged about asking it. Everyone here is willing to help.
- ex. How do I change oil
- ex. How to tie shoes
- ex. Can you cry underwater?
Reminder that the rules for lemmy.ca still apply!
Thanks for reading all of this, even if you didn't read all of this, and your eye started somewhere else, have a watermelon slice ๐.
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
A conversation/collaboration... not really.
You can create a 'swarm' of agents with differing roles, define different roles and phases, to have it iterate on a problem.
Groups of agents of the same role, operating in parallel, should ideally be using different models (or have context that gives them differing goals - eg focused on maintainable abstractions, security, scalability, test case identification, etc).
The implementation can do a similar thing - a code generator followed by reviewers, proposals for action, and then apply improvements... and you can iterate on testing or benchmarking too, all before hand-over.
This can improve results (at a non-trivial cost sometimes, so budgets are important) and it will still miss sometimes. You can help it of course with hints, directions or even implementations or stubs of implementations of abstractions you expect.
I love your reply and I just want to add for @cheese_greater@lemmy.world that the llms don't understand their output or your input or in this case the input and output of the various "conversing" llms. eseentialy they can't converse or colloborate in the way we do but what @taldennz@lemmy.nz has is right and being used by at least some of the models although I assume by now all are doing something like it.