QCoreAI vs. the multi-agent field
Every row below points at a real file in this codebase — not a slogan. Where a framework plausibly does something too (just manually, or via a separate add-on), it's marked partial, not crossed out. See the honest caveats at the bottom before you take this as the whole picture.
LEGEND
Historical vs. latest run — per category
Win-rate (%) vs. a single flagship. The curated historical entry is the citable baseline; the latest run is whatever a maintainer most recently reproduced — see the caveat below if they diverge.
Caveat on the latest run: Local dev server, only ONE free-tier provider configured (OpenRouter) -- not the full free fleet the historical entry assumes, which is why the cost multiplier here (~6.2-6.4x) is roughly double the historical ~2.8x. Also notable: 'knowledge' (pure factual recall) won 67-80% here, not the ~50% tie the historical entry reports -- with only 5-6 samples per category, this could be per-category variance rather than a real shift, but it's worth a properly free-fleet-configured re-run before revising the 'auto' router's FACT-vs-Council routing rationale in orchestrator.ts on the strength of this run alone.
Where we don't claim to win
- Ecosystem & community. AutoGen, LangGraph and CrewAI have years of public issues, plugins, tutorials and third-party integrations. QCoreAI is a single-team platform layer — younger, narrower, and without an open-source community around it.
- Generality. LangGraph in particular is a general graph-execution engine, not just a chat-agent framework — it's used for workflows this comparison doesn't cover at all.
- Portability. These frameworks run anywhere you can `pip install`/`npm install` them. QCoreAI's Council is a service inside the AEVION platform, not a standalone library.
Quality benchmark methodology: questions across 7 categories, order-randomised A/B to cancel position bias, judged by Claude Fable 5. N=40 pairwise-judged (order-randomised) benchmark: Council beats a single flagship on reasoning/writing/advice/analysis/math/coding, ties only on knowledge — with a reproducible script, not a claim. Reproduce it withnode scripts/qcore-eval.jsthennode scripts/sync-qcore-benchmark.jsin the backend.