How can I combine multiple AI model subscriptions and run a cross-model “voting” system for best-answer generation? #314
Replies: 4 comments
-
|
hey moin das hört sich ja fast an wie mein Projekt,.. ich habe mir eine ähnliche Achitekur wie du beschreibst mit mit Antigravfity gebaut,... wie weit bist du denn in diesen Projekt, ist es noch theoretisch oder hast du schon einen praktischen ansatz ? ich kann dir ja mal die zusammenfassung geben die mir antigravfity vom jetztigen ausgeworfen hat TRIPODS: DIE EVOLUTION DER DIGITALEN BELEGSCHAFTZusammenfassende Präsentation - Architektur, Funktionen & Vision1. VISION & MISSIONTripods ist die Antwort auf die Grenzen herkömmlicher Sprachmodelle. Während klassische KIs lediglich Inhalte generieren, ist Tripods darauf ausgelegt, autonom in digitalen Umgebungen zu HANDELN. Es transformiert die KI vom bloßen digitalen Berater zum aktiven, operativ tätigen Mitarbeiter. KERNPRINZIP: "Sehen -> Denken -> Handeln -> Lernen" 2. SYSTEM-ARCHITEKTUR (ASCII-MAP)+---------------+ +---------------+ +---------------+ 3. DIE AGENTEN-ROLLEN (Multi-Agent Synergy)A. ORCHESTRATOR MAIN:
B. CODER AGENT (Der Entwickler):
C. EXECUTOR AGENT (Der Operator):
4. FUNKTIONALITÄT & PLUGINS
5. ADAPTIVES GEDÄCHTNIS (Memory Architecture)
6. ANWENDUNGSMÖGLICHKEITEN (Use Cases)
7. SICHERHEIT (Zero-Trust)
===================================================== |
Beta Was this translation helpful? Give feedback.
-
|
mein programm hat leider aber auch noch einige Bugs und ich lasse es auch im moment meistens nur mit einen LLM laufen, da ich mir auch nicht 3 API-schlüssel aktiv im token verbrauch leisten kann. aber grundsätzlich läuft die Struktur und das LLM tut auch im Single betrieb was es soll,.. und es ist auch wie wie openclaw über telegram steuerbar und hat voll zugriff über maus und tastatur steuerung auf meinen laptop, aber leider nur schriftlich, da ich dem programm noch keine mircophone berechtigungen oder tonverarbeitung gegeben habe |
Beta Was this translation helpful? Give feedback.
-
IMG_4678.2.MOV |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.


Uh oh!
There was an error while loading. Please reload this page.
-
I want to build a system where several AI models receive the same user query, generate their own answers independently, and then collectively “vote” or compare their outputs to determine the best final answer.
However, I only have standard consumer subscriptions for these products (not API plans):
My challenge:
These consumer subscriptions normally do not provide direct API access, which makes automated querying or orchestrating multiple models difficult.
My questions
Is it technically possible to implement a multi-model pipeline using these non-API subscriptions?
Are there any legal/ToS-compliant ways to programmatically send prompts to these models without paid API access?
If not, what would be the minimal architecture or toolset required to build a “model congress” where each model returns an answer, and a separate agent evaluates or votes on them?
Are there recommended open-source frameworks for managing multi-model orchestration and answer evaluation?
I’m looking for guidance on how such a system can be built — or if it's even feasible — given the limitations of standard, non-API consumer products.
Beta Was this translation helpful? Give feedback.
All reactions