AI Probability Engine
3-model Bayesian consensus: AI + Heuristic + Microstructure
Predite's AI probability engine is the brain behind the scanner. It estimates true event probabilities for prediction market contracts, which is then compared to market prices to identify edge. This document explains how it works, what it's good at, and what it isn't.
## The 3-Model Consensus Approach
We don't rely on a single AI model. Instead, three independent estimation methods run and their outputs are weighted into a final probability:
Output: probability estimate with structured reasoning.
Output: numerical estimate without natural language reasoning.
## Why Three Models, Not One
Each model has known failure modes:
- LLM: can hallucinate confidently, may anchor on recent news too heavily
- •Heuristic: rigid, can't handle novel situations or contextual nuance
- •Anchor: useless for unique events without historical precedent
By combining them, errors tend to cancel out. The final estimate is more robust than any individual model.
## Calibration
A probability estimate of "70% likely" should mean that, across many such predictions, the event actually happens 70% of the time. This is called calibration.
We track calibration internally:
- •Each prediction logged with timestamp, estimate, eventual outcome
- •Periodically grouped into 5% buckets (60-65%, 65-70%, etc)
- •Compare predicted probability to actual outcome rate
Current calibration (as of mid-2026):
- •Politics: well-calibrated within 3pp across most ranges
- •Sports: slight optimism bias (predicted 70%, actually 67%)
- •Crypto: higher variance, less consistent
- •Economic: well-calibrated on Kalshi-style indicators
Calibration is published periodically in our blog. It's the most honest measure of AI accuracy.
## What the AI Is Good At
## What the AI Struggles With
For these categories, treat AI estimates with skepticism and rely more on your own domain knowledge.
## How News Integration Works
We continuously pull headlines and key facts from:
- •General news APIs (for political and economic context)
- •Sports data services (for game-specific markets)
- •Crypto-specific feeds (for token/protocol markets)
- •Resolution-relevant primary sources
These get fed into the AI's context window when analyzing related markets. So if there's a major news event affecting a market, the AI's analysis reflects it.
Caveat: news integration has limits. We can't cover every news source. We can't read paywalled content. We can't anticipate stories that haven't broken yet.
## How AI Confidence Is Computed
The confidence score (0-100%) reflects:
- •Convergence between the three models (more agreement = higher confidence)
- •Quality of available context (more relevant news = higher confidence)
- •Distance from extremes (estimates near 50% have lower confidence than near 5% or 95%)
- •Historical accuracy on similar question types
A 90% confidence estimate is genuinely more reliable than a 50% confidence one. Trust the confidence metric — it's not marketing fluff.
## Common Mistakes Users Make
## Improving the AI
We iterate continuously:
- •Retraining the LLM context with new event types
- •Tuning heuristic parameters based on backtest performance
- •Adjusting weight ratios based on observed calibration
- •Adding new news sources as we find them
Major changes are announced in our changelog. If you notice systematic AI errors in specific market categories, report them via the in-app feedback (it actually goes to a human and we read it).
## Use Cases by Plan
## Honest Limitations
We don't sell AI as magic. Real performance:
- •Average edge identified: 2-5pp (lower than scanner displays raw)
- •Win rate on AI signals: 55-60% (slightly above random)
- •After execution costs: positive expected value, but not large
- •Variance is real: drawdowns happen, sometimes 20-30% before recovery
This is consistent with the underlying truth: prediction markets are mostly efficient, and informational edge in the era of AI is real but modest. We're not promising 30% monthly returns. We're providing tools to extract modest edge consistently over years.
## Related Docs
- [How the EV Scanner Works](/docs/ev-scanner)
- •[Reading Signals](/docs/reading-signals)
- •[Bot Strategies](/docs/bot-strategies)
- •[Paper Trading](/docs/paper-trading)