Retrieval beats recency.
Every prediction market has a lag window.
We live inside it.
https://api.sibyl.edycu.dev/
The window between breaking news and a fully priced prediction market.
That's where every alpha lives. That's where Sibyl operates.
// retrieval-augmented · market-anchored · calibrated
Maya holds a Kalshi contract on Fed rate hikes, priced at 42¢. The CPI report dropped 8 minutes ago. She knows the market is wrong — but she can't quantify by how much. Existing AI forecasters just re-prompt the same stale training data and return the same wrong answer.
Sibyl treats prediction as an evidence retrieval problem. The LLM reasons — the pipeline creates the edge.
End-to-end: raw event text → calibrated probability in <500ms
Deployed at api.sibyl.edycu.dev — Bearer auth, OpenAI-compatible.
/predict and OpenAI-compatible /chat/completions.p_yes for backwards compatibility.Instead of asking "what's the probability?", Sibyl asks "how much should I update from what the market already says?" The market price is a calibrated prior from thousands of informed traders. We start there and adjust on fresh evidence.
5 specialized retrieval pipelines — each tuned to its domain's evidence patterns. Sports gets injury feeds. Economics gets macro data. Geopolitics gets Reuters.
Route high-confidence events to GPT-4o-mini. Close calls (40–60% market) get Claude Sonnet 4. Full 2-week evaluation window estimated at $15–40.
The first evaluation harness that scores AI agents on real prediction markets with real money at stake. Without it, we'd need 7 separate systems ourselves.
15 integration points used
Exa, Brave, Tavily — production-grade web search SDKs with sub-200ms latency. The Prophet Arena SDK ships ai_prophet.search.SearchClient as a first-class primitive. This wasn't possible 18 months ago.
4 sources per prediction
GPT-4o-mini is 40× cheaper than GPT-4 on high-confidence sports results. Claude Sonnet 4 demonstrably outperforms on ambiguous political questions. Cost-aware routing is a durable technical moat.
$15–40 total · 100% completion
from zero to live deployment
/predict + OpenAI-compatible /chat/completionsPoint the Prophet Arena evaluation harness at our endpoint. We built every integration point — from SDK retrieval to Platt calibration — so the harness just works.