Skip to content

Blog

Notes on multi-model AI, from the data up.

Leaderboard reads, methodology deep-dives, and reactive write-ups on new frontier models. Also available as an RSS feed.

  1. 4 min readconsensus · multi-model · methodology

    What is consensus in AI? A taxonomy

    AI consensus is not one thing. Models can agree on the final answer, the reasoning path, the uncertainty, or only the next step. Knowing which kind of consensus you have changes how much to trust it.

    Read post
  2. 3 min readmethodology · llm-as-judge · leaderboard

    How LLM-as-a-judge works (and where it fails)

    LLM-as-a-judge turns model evaluation into a structured comparison: show a judge the candidate answers, ask for a decision, and aggregate many decisions. It is useful, but only when its biases are visible.

    Read post
  3. 3 min readengineering · multi-model · product

    How we built a 6-model AI debate engine

    Polymind is a fan-out engine: one prompt goes to several providers, optional critique rounds let models revise, and a judge synthesizes the final answer. The hard parts are orchestration, streaming, persistence, and trust boundaries.

    Read post
  4. 6 min readmethodology · leaderboard · multi-model

    How to honestly compare LLMs: a methodology

    Public benchmarks saturate, leaderboards get gamed, and 'I tried it on my own question' is anecdote. Here is the rough shape of an honest comparison — same prompt, parallel models, post-hoc judging, enough samples to mean anything — and how Polymind tries to do it.

    Read post
  5. 5 min readmulti-model · consensus · product

    Multi-model AI: why one chatbot isn't enough

    The single-chatbot habit hides how often frontier models disagree. Querying many in parallel turns that disagreement into the most useful thing on the screen — and consensus, when it happens, into something you can actually rely on.

    Read post
  6. 4 min readleaderboard · methodology · multi-model

    Which AI wins most often in 2026? Polymind's open leaderboard

    Polymind runs frontier LLMs side-by-side, then asks a judge model which answer it leaned on. Those judge picks, ranked with a Wilson lower bound, give an opinion on which AI actually wins — not on a one-shot benchmark, but across a growing body of real questions.

    Read post
  7. 7 min readmethodology · leaderboard · statistics

    Wilson lower bound vs raw win rate: why LMSYS and Polymind sort this way

    Ranking models by raw win rate puts the noisiest, smallest-sample contenders at the top. The Wilson lower bound is the standard fix — same trick Reddit uses for comments and LMSYS uses for Elo intervals. Here's the math, a worked example, and where the fix breaks.

    Read post