User-controlled Multi-Agent Conversation (Human-in-the-loop) #11689
marcorossi85
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I am not sure if other software already implements a solution like this, but as far as the most well-known ones are concerned, I haven't seen it yet. From a programming standpoint, implementation should not be overly complex.
The core idea is based on the fact that every LLM has unique strengths and weaknesses. By making them interact, these limitations can be mitigated, significantly enhancing the quality of the conversation (hallucination mitigation) and the depth of the output.
The concept involves a chat interface where the user acts as a moderator, 'inviting' two or more LLMs to participate in one conversation. The user would establish the dialogue's rules from the beginning. For example (only):
Of course, this feature would be contingent on having enough RAM and VRAM to load multiple models into memory simultaneously.
I believe this would be a truly innovative and powerful feature!
All reactions