I built a Hermes Skill where 3 AI models argue with each other before giving you an answer - adversarial multi-model consensus with RRF + Borda Count ranking
Summary
PolyGnosis is an adversarial multi-model consensus system built as a Hermes skill. It runs three AI models in parallel with different expert personas, then has a hostile critic phase, scoring via RRF and Borda Count, and a synthesis gate—all built agentically using DeepSeek V4-Pro.
Similar Articles
@PrajwalTomar_: Hermes Agent just shipped the most interesting feature I've seen in a while. It combines multiple AI models into one an…
Hermes Agent ships 'Mixture of Agents', a feature that runs multiple frontier AI models in parallel and aggregates their outputs, reportedly outperforming individual models like Opus 4.8 and GPT 5.5 on internal benchmarks.
Emergent Collaborative Deliberation in Multi-Model AI Systems: A BFT-Derived Protocol for Epistemic Synthesis
This paper proposes a BFT-derived protocol for epistemic synthesis enabling emergent collaborative deliberation among multiple AI models.
@akshay_pachaar: Hermes Mixture of Agents (MoA) explained. Every agent commits to a single model, and every model has blind spots the ot…
Hermes Agent by Nous Research introduces Mixture of Agents (MoA), allowing users to define presets that combine multiple models for consultation and a final answer model, improving performance by covering blind spots. The feature integrates seamlessly into the existing agent loop, maintaining tools, memory, and context.
Built a platform where Claude, ChatGPT, and Gemini debate each other before giving you an answer
A platform where Claude, ChatGPT, and Gemini debate each other to produce a consensus answer, with features like exam mode, confidence scoring, and arbitration logic.
Watching AI models disagree with each other is surprisingly useful
The article discusses how comparing responses from multiple AI models can reveal reasoning gaps and uncertainties, proposing lightweight multi-model comparison as a useful validation layer before complex agent orchestration.