Skip to content
View themultivac's full-sized avatar

Block or report themultivac

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
themultivac/README.md

The Multivac

Independent evaluation infrastructure for frontier language models.

Live: app.themultivac.com · Site: themultivac.com · Physics: multivacphysics.com


What is here

multivac-evaluation — the evaluation engine and the full dataset, MIT licensed. 27,540 model to model judgments across 55 frontier models, 198 questions and 9 category pools, released with a datasheet and citation metadata for third party reproduction. Includes the execution graded coding benchmark, which runs candidate code in isolated subprocesses with networking disabled rather than asking a model whether the code looks right.

multivac-app — the platform itself. Next.js 15, React 19 and TypeScript on the front, FastAPI behind it, Postgres and Redis underneath. Closed source, live at app.themultivac.com.

multivacphysics — cross family adversarial evaluation of LLM physics reasoning.

Why

Most model leaderboards use a single judge and do not disclose which one. Ask different frontier models to grade the same 22,254 responses and their average scores diverge by 2.5 points on a 10 point scale, so the choice of judge quietly moves the result more than the models differ.

And where correctness can be decided by execution, a judge should not get a vote at all. On one coding task with a race condition, every peer judge scored a functionally broken fix a perfect 10. Running it showed the fix overselling in 25 of 25 stress trials, identical to applying no fix. Looking correct and being correct diverge exactly where it matters.

Methodology, data and known limitations are public, including the bugs. Preprint on arXiv.


Built by Yash Darji.

Popular repositories Loading

  1. multivac-evaluation multivac-evaluation Public

    Python 6

  2. themultivac.github.io themultivac.github.io Public

    HTML

  3. multivacphysics multivacphysics Public

    HTML

  4. themultivac themultivac Public