Skip to content

Pokercat Guide

Solver Overview

The strategy panel is the heart of the Dashboard: once the table is captured, Pokercat rebuilds the hand state in real time and asks a strategy engine what to do. This page explains how the engines fit together and how to pick a mode. For details on each engine, see GTO & GTO+, Exploit and LLM.
How a decision is made

Every time the action is on you, Pokercat runs the same pipeline:

  1. Read the table — OCR turns the video feed into a structured game state: cards, stacks, bets, positions.
  2. Rebuild the hand — the game-flow engine reconstructs the full action sequence (who did what, on which street, for how much).
  3. Query an engine — the rebuilt state is sent to the strategy engine selected by your mode.
  4. Show the answer — recommended actions with frequencies and sizings appear in the strategy panel, usually well under a second.

The same pipeline covers all streets from preflop to river.

Strategy modes

The mode dropdown at the top of the strategy panel decides which engine answers. Pick one mode and Pokercat handles the rest.

ModeEngine behind itWhen to use it
AutoGTO library, with LLM as fallbackThe default. Uses the GTO library whenever the spot is covered and hands the decision to your selected LLMs when it is not (for example some multiway pots or unusual lines).
GTOGTO library onlyYou want the pure equilibrium baseline, nothing else. Spots outside the library show no answer instead of falling back.
GTO+GTO library + exploit shiftThe GTO baseline with a profit-oriented shift applied on top, driven by the opponent profile you assigned.
LLMLarge language modelsEvery decision is answered by the LLMs you selected, including spots solvers traditionally struggle with.
ExploitOpponent-profile modelingMaximum deviation from equilibrium against a specific player type. Currently in development — see Exploit.
Reading the output
ElementBrief
Action barThe recommended actions (fold / call / raise sizes) with their frequencies. Mixed strategies show more than one action.
Range detailThe full range view behind the recommendation, so you can see how your exact hand class fits in.
Engine tagWhich engine produced the answer — useful in Auto mode, where the path can switch between GTO and LLM within a session.

Every decision, together with the engine that produced it and the eventual result of the hand, is saved to your Data Hub automatically.