Research & Engineering

Quantitative AI Insights.

Deep technical dives into multi-agent systems, Kelly optimization, and the science of autonomous capital deployment.

Agentic Engineering April 14, 2026

Replacing Monolithic Scripts with Multi-Agent Swarms for Arbitrage.

For the last decade, quantitative trading has been defined by rigid, monolithic architectures. A script ingests data, calculates a moving average, and fires an order. But prediction markets are uniquely chaotic—driven by unstructured human narrative, geopolitical breaking news, and nuanced semantic shifts that simple algorithms cannot parse.

The core problem with legacy infrastructure is brittleness. When an unexpected black swan event occurs, a hard-coded bot either shuts down or blindly executes into ruin. By contrast, an autonomous agent can ingest a breaking Reuters headline, recognize it as an anomalous tail-risk, and immediately adjust the covariance matrix of its Kelly sizing model. We achieve this by splitting the workload: one agent reads the news (The Oracle), one calculates risk (The Actuary), and one handles execution (The Broker).

Read Full Paper →
Quantitative Finance March 28, 2026

Dynamic Shin (1992) Debiasing in Low-Liquidity Orderbooks.

Extracting the volatility risk premium from statistically bloated favorites is a proven strategy, but scaling it requires precise parameterization. Here, we detail our proprietary modifications to the Shin debiasing constants to protect capital in highly illiquid L2 environments.

Standard Kelly Criterion math assumes infinite liquidity and zero slippage—two assumptions that instantly destroy capital in emerging prediction markets. The Poly-Alpha OS automatically scales down its fractional Kelly bets dynamically. As the spread widens, our agents autonomously query the historical data lake to identify similar liquidity deserts, scaling back their deployment in real-time.

Read Full Paper →
Product Update March 10, 2026

Poly-Alpha OS v2.0: Sub-10ms Layer-2 Routing is Live.

We are thrilled to announce a complete rewrite of our execution pipeline. Poly-Alpha now natively interacts directly with Polygon RPC nodes, bypassing rate-limited REST APIs entirely to achieve sub-10ms limit order placements.

Speed is paramount. By directly monitoring the mempool and executing via highly optimized smart contract wrappers, our agents now guarantee priority queue positioning on the orderbook, maximizing fill rates and allowing clients to capture Maker rebates with unprecedented consistency.

Read Release Notes →
Market Analysis February 22, 2026

Why Prediction Markets Are the Most Efficient AI Training Ground.

Unlike traditional financial markets, prediction markets resolve with binary clarity. This creates a perfect closed-loop environment for reinforcement learning: an agent places a bet, the market resolves, and the agent receives an unambiguous reward signal. This property is invaluable for training models to identify mispriced probabilities.

The Poly-Alpha swarm exploits this training ground by continuously deploying small probe bets to test its own probability models, updating its internal representations based on live market feedback. It is a form of self-supervised online learning that would be prohibitively expensive in traditional markets.

Read Full Analysis →