Lightning Rod: AI Forecasting API
Predict anything with AI
997 followers
Predict anything with AI
997 followers
Foresight by Lightning Rod is an OpenAI-compatible forecasting API for developers building forecasting agents, prediction bots, and decision tools. Ask a question about a future event and get a scored, calibrated forecast back. Unlike general-purpose LLMs, Foresight is trained and evaluated on real-world outcomes, with benchmark-verified accuracy, cheaper inference, and a drop-in API for forecasting workflows.
This is the 3rd launch from Lightning Rod: AI Forecasting API. View more

Foresight by Lightning Rod
Launching today
Foresight by Lightning Rod is an OpenAI-compatible forecasting API for developers building agents, prediction-market bots, and decision tools. Ask a question about a future event and get a scored, calibrated forecast back. Unlike general-purpose LLMs, Foresight is trained and evaluated on real-world outcomes, with benchmark-verified accuracy, cheaper inference, and a drop-in API for forecasting workflows.







Free Options
Launch Team / Built With



Lightning Rod: AI Forecasting API
Hey Product Hunt — Ben here, founder of Lightning Rod Labs.
Frontier AI is powerful, but it is not built for forecasting. Frontier models are trained to produce plausible text, not well-calibrated probabilities about what will actually happen. They are also expensive to run inside agentic workflows, where bots may need to forecast thousands of markets, events, or decisions.
We trained Foresight to make better predictions at lower inference cost.
Foresight is an AI forecasting API with better accuracy at a lower inference cost. It is trained using our Future-as-Label method (Spotlight at the ICML 2026 AI Forecasting Workshop), which uses real-world outcomes over time for training. Instead of hand-labeling datasets or imitating generic text, Foresight learns from what actually happened.
Foresight beats frontier models 100x larger on live prediction benchmarks, like ProphetArena and ForecastBench, with a particularly large lead in prediction market categories like Sports & Politics.
Our API is OpenAI-compatible, so developers can easily swap it into existing workflows.
Better accuracy. Cheaper inference. OpenAI-compatible API.
Use code PHFORESIGHT for $50 free API credits this month.
We'd love feedback from builders working on forecasting agents, prediction tools, or any workflow where better forecasts matter.
RiteKit Company Logo API
@bturtel Congrats on the launch, Ben. A forecasting API actually benchmarked on real-world outcomes is rare — most AI tools claim predictive power with no calibration to back it. Purpose-building it for agents and prediction markets, accurate and cost-effective, is a sharp wedge.
One idea while it's live: your PH launch is still editable, and a video in the gallery holds attention better than screenshots. So I made you one from your site, free, and it's whitelabel — yours to post as your own: https://foxplug.com/v/foresight-by-lightning-rod-5f375d9f
I build FoxPlug — it turns your real product updates into videos, posts, and GIFs automatically: guided feature tours, GIFs, short posts for X, long-form for a blog, and full product walkthroughs. foxplug.com — building in public, loudly.
Lightning Rod: AI Forecasting API
@saulfleischman agreed! We think forecasting is a powerful benchmark for AI generally–it requires a deep understanding of how the real world works, and it's impossible to hack since the outcomes haven't happened yet.
Cool video!
@bturtel Congrats on the launch, Ben. Really interesting angle. I like that you’re treating forecasting as its own capability, not just another LLM feature.
Curious where you’re seeing the strongest early use case so far: prediction-market bots, agents making decisions under uncertainty, or internal business forecasting?
Lightning Rod: AI Forecasting API
@marie_saxon thanks Marie! The strongest pull so far is developers building forecasting bots and agents of all kinds. A decent chunk is prediction markets, but a lot of it is broader: any agentic workflow that needs to make calibrated estimates about the future, where we provide a more accurate and economical solution than calling frontier models.
Would love any feedback if you give it a try!
The calibration angle is the part that actually matters, and the part most forecasting tools skip. When we plugged raw LLM probabilities into a decision loop, the point estimates were fine but the confidence was wildly off at the tails, so the expected-value math downstream was garbage. Two things I'd want to know: do you return a calibration band or just a point probability, and how does calibration hold up under regime shift, when the future stops resembling the outcomes you were scored on?
Lightning Rod: AI Forecasting API
@dipankar_sarkar Calibration is actually where we see some of the biggest gains from training. We've demonstrated this across a few domains (papers here: https://www.lightningrod.ai/about), and we often find that out-of-the-box LLMs are often wildly miscalibrated.
For high-stakes use cases we can also ensemble to get confidence bands around the probabilities themselves.
On regime shift: these are reasoning models, so what we're really training is better thinking, not a fixed mapping from inputs to probabilities. That typically holds up surprisingly well under regime change. I'd love to hear any feedback if you try it out!
The OpenAI-compatible interface is the right call. It means teams can drop this into existing agent pipelines without touching their orchestration layer. We've hit the same problem with general LLMs hallucinating probabilities. They'll say '70% chance' with no calibration behind it. How do you handle calibration drift as events resolve? Is accuracy validated continuously against a live benchmark, or is it a periodic evaluation cycle?
Lightning Rod: AI Forecasting API
@anand_thakkar1 We do run continuous benchmarks (including using 3rd parties like ForecastBench & ProphetArena) and haven't seen meaningful drift over time. One big reason is that the model anchors on the context you give it rather than leaning only on its weights, so it learns how to reason over whatever info is gathered, not just what it knows.
Also, the gains we get in training tend to show up in reasoning process itself, which makes it far less sensitive to regime shifts than a model that's just memorized patterns.
Would love any feedback if you try it!
Ensembling to get bands around the probabilities is exactly the part I'd reach for, since in a decision loop a miscalibrated tail costs you asymmetrically more than a wrong point estimate. The tension I keep hitting: ensembling N models fights the cheap-inference pitch the moment an agent is forecasting thousands of markets a run. Do you expose the band per-call in the API response, or is it a heavier mode you opt into when the stakes justify the extra passes?
Lightning Rod: AI Forecasting API
@dipankar_sarkar Absolutely, plenty of our users will run ensembles– running the same forecast multiple times (even with slightly different context / prompts) to get a distribution of results. We do see this meaningfully improves accuracy in our testing.
This is a big reason why having an economical LLM for forecasting is so important–cheaper inference makes it possible to run everything you need to run at scale without eating too much of your margin.
One thing I'm curious about: if a lot of forecasting agents end up using the same underlying model, their predictions naturally become more correlated. That's fine for a single application, but it changes things in systems that rely on independent signals. Has that come up with customers using Foresight at scale? Congrats on the launch!
Lightning Rod: AI Forecasting API
@jared_salois That is true, but its also worth pointing out that a model choice is only half of the story - the other half is the prediction context you provide to the model as a prompt. That context becomes your "secret sauce" that can give you an edge over other forecasters, even when using the same underlying model.
But if you don't want to build your own custom context aggregation pipeline, we recommed trying out our "research mode" that does it for you: https://docs.lightningrod.ai/#prediction-context
Lightning Rod: AI Forecasting API
@jared_salois great question — yes, there’s definitely some correlation if everyone is using the same underlying model.
That being said, many of the best builders don’t use Foresight as one static oracle. They ensemble prompts, vary the context, reason from different assumptions, compare against market prices / their own signals, and aggregate.
That’s one reason cheaper inference matters: you can actually run complex / multi-step forecasting workflows at scale.
can developers fine-tune forecasts for specific domains like fiance or healthcare?
Lightning Rod: AI Forecasting API
@aleksander_brousseau great question. We do offer fine-tuning via our SDK, although its in private beta at the moment – please reach out if you're curious in giving it a shot.
One big advantage of our Future-as-Label methodology (https://openreview.net/forum?id=vIXPxsiCID) is that we can fine-tune models using the messy, unstructured operational data that companies already have (like docs, reports, patient records, claims, etc) instead of needing labeled datasets to train on. So we regularly train custom models (https://www.lightningrod.ai/custom-models) for clients and we're working on making this more out-of-the-box.
Have you compared it against prediction markets directly, or only against LLMs?
Lightning Rod: AI Forecasting API
@ella_reyes1 Yes — we regularly compete on 3rd party benchmarks like ForecastBench and ProphetArena, where we beat frontier models and are evaluated against live market outcomes. We do see an edge in some categories like Sports and Politics. That said, a base forecasting model is just one layer — signals gathering, market timing, bet selection, position sizing all matter too. Foresight gives you a strong calibrated foundation, but sustained alpha in prediction markets requires a differentiated approach on top, like proprietary data sources or novel strategies that can't be easily replicated.