A complete GTO poker solver built from the ground up — the same architecture as the AI that beat the world's best professionals. Open source. Browser-based. Runs in 75ms.
Built progressively from foundational game theory through neural network approximation to real-time search — every algorithm readable and documented.
Tournament evaluation across 300 duplicate hand pairs. Duplicate scoring controls for card luck — each deal played twice with agents swapping seats.
| Matchup | mBB / hand | 95% CI | Result |
|---|---|---|---|
| Blueprint vs Random | +28,403 | ±5,789 | ✓ Significant |
| Search vs Random | +28,134 | ±5,686 | ✓ Significant |
| Search vs Blueprint | +31,798 | ±5,615 | ✓ Significant |
mBB = milli-big-blinds per hand. Margins reflect comparison against a random baseline. Real-time search consistently outperforms blueprint-only play — the core result from Pluribus.
Choose the version that fits how you play or build.