ailin¹

Collective Intelligence: The Next Frontier of AI

103,753 AI models coordinate inside one Collective Intelligence model.

From Individual AI to Collective Intelligence

AI has spent the last era making individual models more capable. The next frontier is collective.

Different models contribute different perspectives, and that isn't a slogan: Condorcet's Jury Theorem and Hong and Page's Diversity Prediction Theorem show structured diversity can outperform lone expertise. Structured collective strategies put that research to work: models reason independently, cross-check one another, and converge on a single auditable answer.

The goal isn't more models. It's different intelligences working better together.

That is Collective Intelligence. Ailin¹ already runs it.

Ailin¹ Collective: The Mechanism Behind the Claim

Ailin¹ is built for Collective Intelligence. Routing, discovery, orchestration, and verification are mechanisms that serve it. Drawing on 103,753 discoverable model identifiers, each request is routed through one of 32 registered orchestration strategies: a single model when speed is what matters, several coordinated to reason, debate, and cross-check one another when correctness is.

Collective responses include decision provenance. The coordination path stays inspectable.

  • Which models ran
  • Which strategy coordinated them
  • What the collective cost

Tested against frontier models, in the open

We tested the collective against GPT-5.5-pro, Claude Opus 4.8, Gemini 3.1 Pro, and Grok 4.3, graded by objective, machine-checked answers instead of taste. In an auditable, reproducible experiment, the collective outperformed all four. Check the repository.

Ailin¹ Collective

Every request runs through the same routing cascade before a single model is called, one that can call on collective strategies grounded in peer-reviewed results on group decision-making, Condorcet's Jury Theorem and Hong and Page's Diversity Prediction Theorem among them. Name exactly what you want, and it's honored immediately. Say nothing, and the cascade decides.

State-of-the-Art Isn't a Black Box. It's Two Levers You Control.

Five chat aliases span the full range, from an instant single model to five-model consensus. Two independent fields set the boundaries: max_cost is a ceiling, quality_target is a floor. Set one, the other, or both. Ailin¹ Collective never crosses whichever boundary you define.

Most platforms hand you a model list and call it a choice. Ailin¹ hands you two independent levers, not one slider: how good the answer needs to be, and what you're willing to spend to get it.

max_cost only
Cap spend and let quality find its own level.
quality_target only
Guarantee a floor and let cost follow demand.
Both
Pin an exact corridor between them.
Enforcement
max_cost is a hard ceiling, not a suggestion: exceeding it fails the request immediately with 400 strategy_budget_exceeded before any model is called, instead of quietly overspending.
Proof
Every response carries a receipt: strategy_used, every model that touched your request, and the exact cost_usd. Not a black box is something you can check, not just something we claim.
Ailin¹ Collective routing aliases, what each optimizes for, typical cost, and when to use it
Alias Optimizes for Typical cost Use when
ailin-auto Balanced fit, decided per request Normal Default. No constraint beyond balanced cost and quality.
ailin-best Quality, cost unbounded Highest Correctness-critical work where cost is not the binding constraint.
ailin-fast Latency, single model Low Interactive paths with a strict latency budget.
ailin-economy Cost, hard ceiling enforced Lowest High-volume background work
ailin-consensus Correctness via independent cross-checking Higher, on purpose Silent incorrectness is the failure mode you are paying to eliminate.

Every response returns decision provenance in ailin_metadata: strategy_used, models_used and cost_usd, so the routing decision can be verified rather than trusted.

Example response

{
  "ailin_metadata": {
    "strategy_used": "ailin-consensus",
    "models_used": [
      "gpt-5.5-pro",
      "claude-opus-4.8",
      "gemini-3.1-pro"
    ],
    "cost_usd": 0.0842
  }
}

How Ailin¹ Collective Decides: The Routing Cascade

A layered cascade, evaluated fastest-first. Each request resolves as early as it safely can, so simple requests settle fast while harder ones draw on the deeper layers.

  1. Explicit routing

    You named it, an alias, a model, or a strategy, so this layer resolves the request instantly. It always wins over every layer below it.

  2. Triage

    A fast classifier reads the task's intent and complexity and maps it to a fitting strategy before any model runs.

  3. Configuration archive

    Unlocks with usage history

    Once at least 5 outcomes are recorded for a task niche, Ailin¹ Collective reuses what's already proven instead of re-deriving it.

    Not a single black-box pick: a bank of elite configurations tracked across 6 optimization axes, quality, cost-efficiency, speed, balance, reliability, quality-per-token, for that niche, so the strategy and model set reused is the one that actually won on the dimension your request cares about.

  4. Cost / quality / latency frontier

    Unlocks with usage history

    Optimizes the multi-objective trade-off (quality, cost, speed, success rate) directly when no historical shortcut applies yet.

  5. Learned strategy preference

    Unlocks with usage history

    A Thompson Sampling bandit weights strategies by their real, measured outcomes over time, refining the cascade's own defaults, and it audits itself: if its overall measured reward rate drops below 95% of the best snapshot it has ever recorded, the bandit automatically rolls its entire learned state back to that best-known snapshot.

  6. Fallback heuristic

    If no layer above resolves the request, a deterministic scored heuristic selects the strategy from task type, complexity and the available model pool. Strategy resolution always terminates with a decision, recorded in strategy_used.

Layers 3 to 5 need at least 5 recorded outcomes for a given task niche before they activate; until then, layer 6's deterministic, auditable heuristic makes the call whenever layers 1 and 2 don't resolve it first.

32 Strategies, Grounded in Research

Dozens of ways for models to think together, every one auditable. Different problems benefit from different forms of collective reasoning.

consensus

Condorcet's Jury Theorem (1785): majority vote across 3 to 5 models, with a diversity floor so agreement can't come from cloned reasoning.

diversity-ensemble

Hong and Page's Diversity Prediction Theorem (PNAS, 2004): assembles a team that maximizes cross-axis diversity by construction.

debate

Models argue across structured rounds with a moderator.

swarm-explore

Parallel exploration, auto-selected by triage for open-ended design and architecture work.

stigmergic-refinement

Convergence through a shared artifact rather than a vote, auto-selected by triage for high-complexity writing.

expert-panel

Independent multi-role review before an answer ships, addressable directly for verification-heavy requests.

tri-role-collective

Planner, Solver, Auditor: a deterministic state machine, not a trained coordinator, that structurally blocks the Auditor from being the same model or reasoning pass that just produced the answer as Solver.

+25 more strategies
Auto-selectable
Most likely to be picked automatically by the routing cascade.
Explicit-only
Real and running, addressed directly via the strategy:tier syntax.
Shadow / experimental
Under continuous evaluation alongside live traffic, rarely selected automatically yet.

None of these are ad hoc. Every strategy in the catalog maps to a specific, named result in coordination or collective-decision research, not an internal guess dressed up as science.

You Don't Pick the Model. Ailin¹ Collective Does.

Simplicity when the task is simple. Depth when it isn't. You set the boundaries, Ailin¹ Collective decides within them, and one field always overrides it.

You never have to decide whether a request needs one model or five. Every request runs through Ailin¹ Collective, the same routing cascade behind ailin-auto, before a single model is called. Know exactly what you want? Name it: an alias like ailin-fast, a specific model, or strategy: "single", and Ailin¹ Collective honors it immediately, no negotiation, no added latency. Say nothing, and the cascade reads the task itself and picks a shape that fits it. Running a single model through Ailin¹ isn't a fallback or a downgrade. It's a first-class path Ailin¹ Collective reaches for constantly, on purpose.

What about creative work and refactors?

On objectively verifiable tasks, machine-checked, not a taste judgment, the collective is the one that wins. On open-ended creative work, a single well-chosen model wins just as clearly. That's exactly why triage exists: the cascade doesn't average across task types, it discriminates between them. Creative work goes single by default. Verifiable work goes collective.

Verifiable tasks 97%

accuracy (37 of 38), against 68 to 82% for single frontier models. The verifier never let a wrong answer through across three full rounds.

Open-ended creative work 0 / 5

collective wins across creative-writing and refactoring trials (0 of 3, 0 of 2). Small sample, and the scoring method is known to favor single-voice prose: a signal, not a law.

Single model

One consistent voice, start to finish. Lower cost, lower latency, and exactly as reachable as the alternative.

ailin-fast

Multi-model collective

Independent proposers working in parallel, cross-checked and reconciled by a synthesizer before you see one answer, so disagreement gets caught before it reaches you, not after.

ailin-consensus

You don't choose between simple and thorough by memorizing when to use which. You say what you know, Ailin¹ Collective fills in what you didn't, and the override is always exactly one field away.

Thousands of models. Only the right ones activate.

The Collective Is the Advantage

Access to more models is not the breakthrough. What matters is what happens when different intelligences can work together. Ailin¹ turns a continuously discovered ecosystem of 103,753 model identifiers into a collective, then activates only the subset each strategy needs.

103,753 discoverable model identifiers. What runs is chosen for diversity, not counted for size.
  • Always current

    A newly published model is indexed on the same discovery cycle it appears in, with no release train to wait for.

  • Full-spectrum

    Text, vision, audio, and embeddings in the same catalog, behind the same endpoint.

  • Diversity by design

    Multi-model strategies like consensus and diversity-ensemble pick models through a provider round-robin, so two models running back to back in the same request never share a provider. It's the mechanism the code itself names 'Diversity Ensemble (Page Theorem).'

Why Intelligence Becomes More Powerful When It Becomes Collective

AI was built around individual models. Its next frontier is collective. Individual models can be extraordinarily capable, but each still reflects its own architecture, training history, blind spots, and failure modes. Collective Intelligence lets independent models contribute different perspectives, challenge assumptions, specialize, compare alternatives, and verify results where the task supports it. What follows isn't a wish list. It's five mechanisms already running in production, not a roadmap.

Near single-model cost, when it counts

On tasks a machine can check, a deterministic verifier accepts the correct answer immediately and short-circuits the rest of the collective, so cost on those tasks lands far closer to a single model's than to the rest of the collective, right where the collective's accuracy advantage is strongest.

Resilience

One provider's outage doesn't become yours. The collective routes around degraded models and failures on its own, and every response still carries decision provenance: which strategy ran, which models, and what it cost.

Diversity by construction

Provider, architecture, and training objective are forced apart by round-robin selection, so consecutive models in a run never share a provider. That's Hong and Page's Diversity Prediction Theorem built into the routing layer, not a hope that different training data happens to disagree usefully. It surfaces blind spots; it doesn't promise to erase them.

Reduced single-provider dependence

A collective spans multiple providers, so no single provider's roadmap, pricing, or policy defines your product alone.

Dynamic specialization

The right specialist for the right task: reasoning, code, vision, long-context, or low-latency, elected in real time for every request.

Frequently asked questions

Straight answers, with the field, file, or number behind each one.

Integration & basics

Yes. The core surface (chat/completions, responses, embeddings, models) is drop-in compatible, with an additive ailin_metadata block carrying decision provenance. Point your existing client at the Ailin¹ endpoint, swap the auth header, and the same request shape works.

Built for Collective Intelligence, and that's a specific engineering claim, not a tagline. Routing decides where a request goes; orchestration scripts a sequence you write yourself; Collective Intelligence is the layer that defines how multiple models reason, cross-check, and synthesize together, with routing, orchestration, and verification as mechanisms that serve it. The mechanisms trace back to named research: Hong and Page's Diversity Prediction Theorem (PNAS, 2004), Condorcet's Jury Theorem (1785), and Woolley et al.'s collective intelligence factor 'c' (Science, 2010). One strategy is even named after it in the source: diversity-ensemble ships as 'Diversity Ensemble (Page Theorem).' A request activates several models under one of these strategies, then returns one answer with decision provenance for how it got there.

The live catalog holds 103,753 discoverable model identifiers, continuously discovered and capability-tagged across dozens of providers, never a static list someone edits by hand. A single request never touches all of them: each collective strategy activates only the subset it requires, never the entire catalog.

Ailin¹ Collective & strategies

ailin-auto (balanced default, let the cascade decide), ailin-best (quality first, cost unbounded), ailin-fast (latency first, single model), ailin-economy (cost first, hard ceiling enforced), ailin-consensus (correctness via independent cross-checking). Start with ailin-auto. Reach for another only when you know something the router doesn't.

By default, Ailin¹ decides, through Ailin¹ Collective's routing cascade: explicit routing first if you named something, then triage if you didn't. You can override any layer by pinning a model, an alias, or a strategy directly, and that choice always wins. Most integrations never need to.

A layered cascade, evaluated fastest-first: explicit routing if you named it; triage, which classifies the task and maps it to a strategy; a configuration archive that reuses what's historically worked for that exact task niche; a cost/quality/latency frontier that optimizes the trade-off directly; and a learned strategy preference (a Thompson Sampling bandit) that weights strategies by real outcomes over time. Those three middle layers need at least 5 recorded outcomes for a given niche before they activate; until then, a deterministic, auditable fallback heuristic makes the call, the same heuristic that backstops every layer above it if none of them resolve the request.

32 strategies are registered in the coordination engine, from a single routed model up to nine-agent swarms exploring a problem in parallel. Most are reachable automatically; the rest are explicit-only. You can also address any of them directly as <strategy>:<tier>, for example consensus:large, locking in the exact mechanism and price tier.

On open-ended creative writing and code refactoring, our own (small-sample) strategy comparisons show a single strong model beating the full collective outright. On objectively verifiable tasks, that comparison flips: a verified consensus strategy scored 37 of 38 (97%), against 68 to 82% for the single frontier models tested alongside it. Ailin¹ doesn't force consensus onto those requests by default, and it never locks you into its own guess either way: one field gets you a single consistent voice (ailin-fast, strategy: "single"), and the same one field gets you independent multi-model verification (expert-panel, tri-role-collective) if that's what you actually want instead.

Cost & accountability

Yes, per request. max_cost hard-caps spend before any model is called; if the estimated cost of the strategy that would run exceeds it, the request fails with 400 strategy_budget_exceeded instead of silently overspending. quality_target is the paired floor. Every response reports the real number back: ailin_metadata.cost_usd, with a line-item breakdown. Multi-model strategies cost meaningfully more than a single model. For tasks a machine can check (structured extraction, math, code with tests, factual QA), that premium mostly disappears: when a verified strategy's deterministic short-circuit fires, our latest frontier benchmark measured collective cost at about $2.98/Mtok, roughly 100x cheaper than the unverified collective path and within the same order of magnitude as single-model pricing.

Every response carries ailin_metadata.final_decider_model_id, the exact model that produced your answer, plus final_decider_role (primary, synthesizer, fallback, or cache) and a full subcalls[] array listing every participant with its own cost, latency, and outcome. If you're escalating a quality issue to a provider, that identifier is what matters, not "the Ailin API." If you need to reconstruct why a multi-model decision came out the way it did, enable the persisted coordination trace: GET /v1/collective/runs/:id/trace returns a millisecond-level timeline of every phase, and it's built so one tenant can never confirm another tenant's run even exists, a lookup on someone else's run ID returns the same 404 as a run that was never created.

Evidence & trust

On a benchmark of 10 objectively verifiable tasks (machine-checkable answers, not a taste judgment), run 38 times, a consensus strategy paired with a deterministic verifier answered correctly 37 of 38 times in our own evaluation, against 68 to 82% for the individual frontier models tested alongside it (GPT-5.5-pro, Claude Opus 4.8, Gemini 3.1 Pro, Grok 4.3). Across all three rounds, the verifier never once selected an objectively wrong answer. Without it, other collective strategies fall back inside the same range as the single flagships, so the advantage tracks the verifier, not the extra models. The reported score can be recomputed from the published raw outputs and evaluation checker. Run it yourself instead of taking our word for it.

No, not your raw prompts. The training-data export pipeline never touches prompt content: it exports anonymized operational metadata only (strategy used, cost, latency, quality scores), with trace IDs hashed via SHA-256 plus a secret pepper and truncated to 16 characters, and your organization and user identifiers stripped before anything is staged. If that pepper isn't configured, the export job refuses to run rather than exporting unprotected data.

Authentication, tenant isolation, quota enforcement, capability-filtered routing, and request tracing run on every call today. Supply-chain and licensing compliance are live in production, not on a roadmap: AGPL section 13 compliance endpoints (/source, /license), SLSA/Sigstore release provenance, and an SPDX-format SBOM ship with every release. A formal certification program (SOC 2, ISO 27001) is in progress and not yet certified; if your procurement needs a specific attestation, ask your account team rather than assuming from marketing copy, ours included. Beyond taking our word for it: the coordination engine behind the numbers above is public at github.com/ailinone/collective-intelligence (AGPL-3.0-or-later), with the benchmark scripts and raw data in the repo.

Help Build the Collective Era of AI

The next frontier of AI is collective, and it should be built in the open. In our own benchmark, a verified consensus answered 37 of 38 objectively verifiable tasks correctly, against 68 to 82% for isolated frontier models, and never once selected a wrong answer. The documentation covers the full API surface. The repository holds the coordination engine, the benchmark scripts, and the raw data behind that result.