TL;DR

Forezai has released Polybot, an MIT-licensed open-source trading bot experiment for Polymarket. The project tests whether an AI agent can form probability estimates that differ from market prices, while warning that automated trading can lead to total capital loss.

Forezai has released Polybot, an MIT-licensed open-source experiment built for Polymarket that tests whether an AI agent can disagree with prediction-market odds and record why it reached a different probability estimate, a development aimed at AI forecasting research but framed by its creator as high-risk trading software.

The project was published at forezai.com/polybot.html and on GitHub as part of Thorsten Meyer AI’s Built in Public Day 13 of 19 series. According to the source material, Polybot opens the portfolio’s Markets family and is designed to compare a market price, such as a 62-cent contract implying about a 62% market probability, against an AI-generated estimate based on public information.

The stated workflow is narrow: estimate a probability, compare it with the market price, measure the gap, and decide whether the difference is large enough to clear costs and risk limits. The source material says the default action is no trade, with most markets skipped and any action limited to small, risk-capped positions when the disagreement is strongest.

Forezai describes Polybot as experimental software, not a financial product or profit system. The release says every estimate records its reasoning so a decision can be inspected after the fact, and it warns that prediction-market participation is restricted or prohibited in some jurisdictions, including for U.S. persons.

Built in Public · Day 13 / 19 ThorstenMeyerAI.com · the operator portfolio
The Markets Layer · Day 13 · Forezai

Polybot — when the AI disagrees with the odds

A prediction market puts a price on the future. Polybot asks: can an AI’s own estimate diverge from that price for real — and should it ever act on the gap?

Not financial advice — and not a recommendation to trade, invest, or use this software. Automated trading carries a substantial risk of loss, up to all of your capital. Prediction-market access is legally restricted or prohibited in some jurisdictions (including for US persons) — know your local law. Experimental open-source software; no guarantee of accuracy or profit. Figures below are illustrative of the logic, not a track record.
01 Estimate vs price → the gap → a decision
AI estimate compared to market price · trade only on a real, cost-clearing edgeillustrative
Market questionMarketAI est.EdgeDecision
Will event A resolve YES by Q3? 62%71%+9 clears threshold → small, risk-capped
Will metric B exceed target? 48%50%+2 too small → SKIP
Will outcome C happen by year-end? 30%34%+4 · low conf. too uncertain → SKIP
default = NO TRADE most markets → skip. Trade rarely, small, only on the strongest disagreements — and even those can be wrong. Each estimate’s reasoning is recorded.
02 A research tool, not a money machine
open & auditable
MIT — and every estimate records why it disagreed, so a decision can be inspected, not just executed.
edge = hypothesis
the gap is a guess, not a property. Backtests flatter; costs are merciless; markets adapt and fight back.
mostly skip
the sane system finds action almost nowhere — and is honest that it can still be wrong.
03 The thesis the whole series inherits
01
Local-first
Runs on owned compute — the experiment costs compute, not a subscription.
02
Provider-agnostic
The forecasting model is swappable — no single model is trusted as an oracle, least of all about the future.
03
Non-developer build
An open, inspectable way to study AI forecasting against a live, adversarial market.
04
Edit by subtraction
The default action is nothing. Trade rarely, small, only on the strongest, cost-clearing disagreements.
04 The operator constellation
18 products · one foundation
Today: Polybot lit — the first Markets node. The portfolio’s instincts meet the most unforgiving test: a live market that keeps score in cash.
Content
DojoClaw
RoundupForge
Stenvrik
ChannelHelm
IdeaNavigator
Decision
IdeaClyst
Threlmark
Outcome-First
Platform
Grimfaste
Delvasta
Open / Reg
Glasspane
QAtrial
Markets
Polybot
TradingAgents
Defense / Intel
Argus
VigilSAR
VigilSAR-Bench
Diagnostic
World Model Readiness
Local-first · Provider-agnostic foundation

Not financial, investment, legal or tax advice; not a recommendation or solicitation to trade, invest or use any software. Forezai · Polybot is experimental open-source software (MIT), provided “as is” without warranty of accuracy or profitability. Trading and automated trading carry a substantial risk of loss including total loss of capital; past or backtested performance does not indicate future results. Prediction-market participation is restricted or prohibited in some jurisdictions (including for US persons) — you are solely responsible for compliance with applicable law. Consult a licensed professional before any financial decision. Produced with AI assistance under human editorial oversight; independent commentary, the author’s own views. Product and company names are trademarks of their respective owners; mention does not imply endorsement.

ThorstenMeyerAI.com · Built in Public · Day 13 of 19 · © 2026 Thorsten Meyer

AI Forecasts Meet Market Prices

Polybot matters because it puts an AI forecasting system against a live market whose prices already reflect the views and capital of traders. Prediction markets are hard to beat because prices aggregate information quickly; the release itself says skepticism should be the starting point for any system claiming to find an edge.

The project also shows a more cautious version of AI trading than many automated-bot pitches. Its published framing treats an apparent edge as a hypothesis rather than a fact, says backtests can flatter a system, and emphasizes that costs, market adaptation, and bad estimates can erase or reverse any apparent advantage.

For readers tracking AI agents, the release is less about a confirmed trading edge and more about auditability. The claim is that an agent can be used to study where its estimates diverge from market prices, with reasoning stored for review instead of hidden behind a black-box trade.

Use Claude to Build an AI Trading Bot: 90 Days with Stocks and Prediction Markets (AI Trading Bot Series Book 1)

Use Claude to Build an AI Trading Bot: 90 Days with Stocks and Prediction Markets (AI Trading Bot Series Book 1)

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Built In Public Day 13

Polybot was presented as Day 13 of 19 in Thorsten Meyer AI’s Built in Public series. The source material places it within an 18-product operator portfolio and identifies it as the first Markets node, alongside other product families in content, decisions, platform, defense, diagnostics, and readiness.

The project inherits several stated design principles from the wider series: local-first operation, provider-agnostic model use, and non-developer buildability. In practical terms, the release says the forecasting model is meant to be swappable, with no single model treated as an oracle about future events.

The release also stresses restraint. Its example table shows a trade only when an AI estimate differs enough from the market price to pass the system’s threshold, while smaller gaps or low-confidence estimates are skipped.

Use Claude to Build an AI Trading Bot: 90 Days with Stocks and Prediction Markets (AI Trading Bot Series Book 1)

Use Claude to Build an AI Trading Bot: 90 Days with Stocks and Prediction Markets (AI Trading Bot Series Book 1)

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Unproven Profit Claims Absent

It is not clear from the source material whether Polybot has traded live capital, produced audited results, or generated any durable advantage over Polymarket prices. The figures shown in the release are described as illustrative of the logic, not a track record.

It is also unknown how the system performs across market types, how it handles stale or misleading public information, and how often model estimates would remain stable under different forecasting providers. The release does not provide independent performance testing, regulatory analysis, or user safety controls beyond the stated warnings.

Amazon

open-source trading bot Polymarket

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Code Review And Testing

The next step for Polybot is public inspection of the MIT-licensed code and any future evidence on how its estimates compare with prediction-market outcomes. Readers considering the project should treat it as research software, check local legal restrictions, and consult a qualified professional before making financial decisions.

Further updates in the Built in Public series may show how Forezai connects Polybot to the rest of its Markets layer, but the current release leaves performance, adoption, and live-use details open.

How to Make Money Using AI in Options Trading: Proven AI Strategies, Algorithms, and Tools for Profitable Options Trading, Risk Management, and Automated Income Generation (AI For Investing)

How to Make Money Using AI in Options Trading: Proven AI Strategies, Algorithms, and Tools for Profitable Options Trading, Risk Management, and Automated Income Generation (AI For Investing)

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Key Questions

What is Forezai Polybot?

Polybot is an MIT-licensed open-source experiment for Polymarket that compares AI-generated probability estimates with prediction-market prices.

Does Polybot prove AI can beat prediction markets?

No. The source material does not present audited trading results or a proven edge. It describes the project as experimental and says apparent gaps between AI estimates and prices are hypotheses.

Is this a recommendation to trade?

No. The release states that it is not financial advice and not a recommendation to trade, invest, or use the software. Automated trading can result in total loss of capital.

Can U.S. users participate in prediction markets through this tool?

The source material says prediction-market access is restricted or prohibited in some jurisdictions, including for U.S. persons. Users are responsible for checking applicable law.

What makes the project different from a standard trading bot?

The stated focus is auditability and research. Polybot records the reasoning behind each estimate and defaults to skipping markets unless a disagreement clears its stated threshold.

Source: Thorsten Meyer AI

This article is for informational purposes only and is not medical advice. Always consult a qualified healthcare professional about your specific situation.
You May Also Like

Life, Larry and the Pursuit of Unhappiness: An Almost History of America (2026)

A new book titled ‘Life, Larry and the Pursuit of Unhappiness’ offers an almost history of America, sparking discussions on national identity and societal values.

Escalation Decision Tool: Interactive Walkthrough

Following this interactive walkthrough will empower you to make confident, accurate escalation decisions that protect your organization—discover how now.

Safety Plan Wizard: Inputs and Outputs

Safety Plan Wizard: Inputs and Outputs streamlines creating comprehensive safety procedures by guiding you through essential details—discover how it can protect your environment effectively.

Stenvrik: News as Geography

Thorsten Meyer AI detailed Stenvrik, a closed-beta news product that maps about 1,700 live stories across 49 city hubs.