Get a focused ambiguity review before you automate.
A lightweight screening report for teams that want a human-readable review of event questions, source rules, and likely resolution friction.
Public event data looks clean until the wording gets tested. OracleMangle finds ambiguous terms, weak source rules, and resolution-risk patterns so analysts and automated systems can route messy questions for review before they create operational drag.
Free delayed signals, $19 Starter API, $79 Pro API, and custom institutional research workflows.
Numbers measured on the public event questions our system has scored to date. See the calibration breakdown below.
A lightweight screening report for teams that want a human-readable review of event questions, source rules, and likely resolution friction.
The report ranks questions by ambiguity, explains the wording problem, and recommends whether to automate, rewrite, or manually review.
Ambiguous event questions create downstream review work, inconsistent labels, and brittle automated decisions. The earlier you catch them, the cheaper they are to route or rewrite.
Most pipelines treat event text as structured data too early. That misses whether the wording is subjective, underspecified, or dependent on sources that may disagree.
“Material,” “significant,” “substantial,” and “generally available” sound usable until a system has to apply them consistently.
OracleMangle scores event questions for resolution risk and returns a simple signal: automate, rewrite, or send to manual review.
These are the kinds of wording problems OracleMangle is built to catch before they become review problems.
Our model scored this at 75% resolution risk. The trigger was obvious: “significant” is subjective unless the workflow defines a measurable threshold.
Scored at 75% risk. “Materially breach” sounds clear until the source rule needs to be applied across real evidence.
“Fully launch” needs interpretation: private beta, public availability, paid access, regional rollout, or something else?
Risk score: 5%. Single authority, binary result, and a straight resolution path. This is what event data looks like when it can flow through automation cleanly.
Calibration on the 139K public event questions the production system has scored to date. Note: the production scorer prioritises questions it considers worth reviewing, so these buckets are not a uniform random sample.
| Risk Bucket | Questions | Contested Outcomes | Contest Rate | vs Baseline |
|---|---|---|---|---|
| Clean (0-10%) | 88,410 | 702 | 0.8% | 0.7x |
| Medium (10-25%) | 44,469 | 548 | 1.2% | 1.1x |
| High (25-50%) | 6,392 | 324 | 5.1% | 4.4x |
| Extreme (50%+) | 213 | 20 | 9.4% | 8.2x |
OracleMangle is built to fit research and automation pipelines: quick scan, structured score, clear routing.
We analyze wording ambiguity, resolution source reliability, and historical precedent across a labelled history of 167K+ public event questions.
The output is a resolution-risk score that ranks questions by how likely they are to create contested interpretation or manual review.
Humans get Telegram examples and explanations. Automated workflows get structured API responses for routing and review logic.
If a question is ambiguous, route it for review before downstream systems treat it as clean data.
import requests
RISK_THRESHOLD = 0.25
response = requests.get(
"https://api.oraclemangle.com/v1/score",
headers={"X-API-Key": API_KEY},
params={"question": event_question},
timeout=5,
)
signal = response.json()
if signal["dispute_risk"] > RISK_THRESHOLD:
queue_manual_review()
else:
continue_workflow()
Structured resolution risk for teams that need machine-readable routing before automation continues.
Each tier is designed for a clear stage: explore the signal, test delayed access, run active automation, then scale with custom support.
For exploring delayed examples before adding OracleMangle to a workflow.
For lightweight research workflows that can work with delayed or limited access.
For active API usage, higher limits, and production research workflows.
For teams that need custom limits, private data flows, or deeper integration support.
The fastest way to build trust is to show the dataset, the contested examples, and the mechanics behind the signal.
How to score event questions and route high-risk wording into manual review.
Read the API overviewThe five-question manual checklist researchers can use even without the product.
Read the guideA searchable reference library of ambiguous event questions and historical resolution friction.
Browse the datasetA plain-English explainer of the ambiguity, source reliability, and routing signals.
Read the explainerQuestions in our top risk bucket produced contested outcomes at 8.2x the baseline rate (9.4% vs 1.1%). The calibration table above shows the full breakdown across 139K scored questions. Methodology and code are public.
You can, and you should for important workflows. OracleMangle is for applying that discipline consistently across far more questions than a person wants to read line by line.
No. Free is useful for learning the signal, Starter is useful for lightweight API experiments, and Pro is useful once the API becomes part of a recurring workflow.
The signal is rooted in ambiguity, weak sources, and undefined thresholds. Different source, same class of wording problem.
Start free in Telegram, use Starter for lightweight API tests, or move straight to Pro for active automation.