Deep Dive
How Ask Equibrah Works
Real-time AI guidance that knows your game type, your opponents, and the situation you're in, not just your cards and the board.
What is a large language model?
A large language model (LLM) is a type of AI that has been trained on massive amounts of text data to understand and generate human language. At its core, an LLM works by predicting the most likely next token in a sequence , given everything it's seen so far, what should come next?
That sounds simple, but doing it well requires the model to develop a deep understanding of context, reasoning, and domain knowledge. The model isn't looking up answers in a database, it's drawing on patterns learned during training to generate a response that fits the situation. The quality of those responses depends heavily on what data the model was trained on and how it was fine-tuned for specific tasks.
Specialization through training data
A general-purpose LLM knows a little about a lot of things. But when you take that same architecture and train it with large volumes of domain-specific data, it becomes significantly better at tasks within that domain. This is how models are specialized, a medical AI is trained on clinical literature, a legal AI on case law, and a poker AI on hand histories, strategy, and game theory.
The more high-quality, relevant data a model trains on, the better it gets at recognizing patterns, understanding edge cases, and producing outputs that an expert in that field would consider reasonable. It's not memorizing, it's learning the structure and reasoning behind the domain.
Variant-specific models
Equibrah doesn't use a single one-size-fits-all model. We use variant-specific models, one specialized for NLHE and another for PLO. The strategy, hand evaluation, and decision-making in these two formats are fundamentally different, and a model trained to excel at hold'em advice shouldn't be the same one giving you PLO guidance.
When you click "Ask Equibrah," the system automatically routes your question to the model that matches the game you're currently playing. You don't have to think about it, it just works.
Context the model sees
Your Hand
Hole cards & board state
Opponent Stats
HUD data for each player
Game State
Pot, position, action
Just like our equity calculations, the AI models are made aware of the HUD stats of your opponents. When there's a current aggressor, someone who bet or raised, the model receives their stats as well, giving it direct insight into whether you're facing a tight player who rarely bluffs or a loose cannon who could have anything.
This means the advice isn't generic. A recommendation to fold against a nit's check-raise means something very different than folding against a whale's check-raise, and the model knows the difference because it has the data to distinguish between them. The more hands your HUD has tracked on an opponent, the more informed the AI's guidance becomes.
Why it gives you an action, not a number
Ask Equibrah tells you to fold, check, call or raise, and it tells you why. What it deliberately will not do is hand you a bet size, and that is worth explaining.
The action is the robust half of the answer. Whether you continue in a hand comes down to your holding, the board, the price you are being laid, your position, and who is doing the betting, and all of that is already in front of the model. The number is a different problem. Correct sizing depends on effective stack depth, on what your entire range looks like in that spot, on the turn and river barrels you intend to fire, and on how one specific opponent responds to a third of the pot versus three quarters of it.
It is fair to ask why solver sites can show you a size when we will not. The answer is not that they are faster. They are answering a smaller question. A solve runs against a locked down version of poker: two players, one fixed stack depth, one fixed rake, and a short menu of legal bet sizes.
A live table is not that game. Up to ten players with ten different stack depths, straddles, rebuys, someone sitting out, forty big blinds effective against one opponent and two hundred against another. No solve matches that table, and pots with three or more players in them are far less settled than heads up pots even with unlimited time to work on them.
There is one more reason a single figure would mislead you. Even where a solve does exist, its answer at most decision points is a mix rather than one size. It might bet a third of the pot most of the time, three quarters some of the time, and check the rest. Printing one number and calling it the size implies a precision the underlying math never claimed.
So we give you the decision and the reasoning, and we let your HUD inform the size. If the player you are facing folds to continuation bets often, a small bet does the job and costs you less when it fails. If they rarely fold, size up for value and cut the bluffs. That read is already sitting on their HUD panel.
There are spots where a size would genuinely help, and we know it. The thing worth holding on to is that Ask Equibrah is not a solver. It is closer to a very specialized coach with deep knowledge of every game type and every situation, and a coach tells you what to do and why, then trusts you to pick the number.
A note on AI limitations
LLMs are not deterministic in the way most people think of with computers. They don't follow a fixed set of rules to arrive at the same answer every time. Given the same input twice, a model can produce different outputs, and occasionally, even the best models make mistakes that seem obvious in hindsight.
This isn't a bug, it's inherent to how these systems work. The same property that allows an LLM to reason flexibly about complex, novel situations is the same property that means it can sometimes misinterpret a straightforward one. No model is immune to this, regardless of how well it's been trained.
Equibrah's AI guidance should be used in balance with your own common sense and judgment. Think of it as a very knowledgeable second opinion, not an infallible oracle. It will give you strong, well-reasoned advice the vast majority of the time, but the final decision is always yours.
Use it as a tool to reinforce your thinking, challenge your assumptions, and catch spots you might have missed, not as a replacement for learning the game yourself.

