♠ Poker Dojo

Bot
Pot: 0
You
60

THE THINKING FRAMEWORK

Press Deal hand. On every decision this panel walks the same five questions a good player asks — what do I have, what can they have, what is the price, does my equity beat the price, and which line is best. Read Concepts first if the terms are new.

Guided shows the full reasoning. Socratic makes you estimate first, then grades your calibration. Solo hides everything until the hand ends.

Drills

Repetition until the arithmetic is reflex. Every answer shows the full working.
Correct: 0 Attempted: 0 Streak: 0 Accuracy:

Risk Lab — sizing risk to edge

You have a repeatable edge. How much do you risk each time? Bet too little and you waste the edge; too much and variance destroys you even though every single bet is +EV. This is risk appetite in one chart.
median final x
busted
finished ahead
90th pct x

1 · Equity — your share of the pot

Equity is the probability you end up with the best hand if the remaining cards are dealt with no further betting. It is pure combinatorics: across every way the deck can complete the board, in what fraction do you win? Split pots count as half.

Two very different quantities get called "equity", and confusing them is the most common beginner error:

  • Equity vs a specific hand — exact and clean. AA vs KK is 81/19.
  • Equity vs a range — the average of your equity against every hand they might hold, weighted by likelihood. This is the number that governs real decisions, because you never know their exact hand.

The coach shows both: equity vs a random hand, and vs the bot's modelled range. Watch the gap. When someone raises preflop and then bets twice, their range is strong, so your equity vs range sits well below your equity vs random. That gap is exactly what "they probably have something" means, quantified.

Mental model. Equity is not "am I winning?" It is "what fraction of this pot is mathematically mine right now?" A flush draw with no pair owns about a third of the pot despite currently losing to everything. Owning a third of a pot is valuable, and you should be willing to pay up to a third of it to keep the claim.

2 · Outs and the rule of 2 and 4

An out is an unseen card that improves you to what is probably the best hand. After the flop, 47 cards are unseen (52 minus your 2 minus the board's 3). With two cards still to come each out is worth roughly 4%; with one card to come, roughly 2%.

equity = outs x 4 (on the flop, two cards to come) equity = outs x 2 (on the turn, one card to come) Exact, flop: 1 - C(47-o, 2) / C(47, 2) Exact, turn: o / 46

The rule of 4 overshoots above about 10 outs because it double-counts hitting on both streets. A better correction: outs x 4 - (outs - 8) when outs > 8.

DrawOutsFlop to river (exact)Turn to river
Gutshot straight416.5%8.7%
Two overcards624.1%13.0%
Open-ended straight831.5%17.4%
Flush draw935.0%19.6%
Flush + gutshot1245.0%26.1%
Flush + open-ender1554.1%32.6%

Clean vs dirty outs. Not every out wins. Pairing an overcard on a board with a flush draw sometimes loses to the flush arriving at the same time; completing a low flush can lose to a higher one. Discount dirty outs — count 9 flush outs fully but treat 6 overcard outs as perhaps 4. The coach labels which of your outs are suspect, and comparing its outs estimate against the simulated equity vs range shows you how much the discount is worth.

3 · Pot odds — the price you are offered

When someone bets, they hand you a price. If the pot including their bet is P and you must call C, the final pot is P + C and calling breaks even exactly when:

required equity = C / (P + C)

Worked example: pot 100, they bet 50. The pot is now 150; you call 50, making 200. Required equity = 50/200 = 25%. A flush draw (35%) calls comfortably; a gutshot (16.5%) does not.

Bet size as a fraction of the pot maps directly onto the equity you need — memorise the middle column:

They betYou need to callThey need this to succeed as a pure bluff
quarter pot16.7%20%
third pot20%25%
half pot25%33%
three-quarter pot30%43%
full pot33%50%
double pot40%67%
The insight that changes your game. Against a half-pot bet you only need to win one time in four. So "I am probably behind" is not a reason to fold — you are usually behind when you call, and calling is still correct. Stop asking "do I have the best hand?" and start asking "do I have more equity than the price demands?" Only the second question has money attached to it.

4 · Expected value — the only scoreboard

EV(fold) = 0 - folding is the baseline, never a loss EV(call) = equity x (final pot) - cost of call EV(raise) = P(they fold) x (pot now) + P(they call) x [ equity_when_called x (final pot) - your risk ]

Every decision compares these three numbers and picks the largest. That is the entire game. Note what is not in the formula: how much you already put in this pot, how the last hand went, how you feel. Money already in the pot is not yours — it belongs to the pot, and the only question is whether the next chip you add is priced well.

Worked example. Pot 180, they bet 100, you hold a flush draw with 35% equity.

final pot if you call = 180 + 100 + 100 = 380 required equity = 100 / 380 = 26.3% EV(call) = 0.35 x 380 - 100 = +33 chips EV(fold) = 0 so calling is worth +33 chips more than folding

Now suppose they bet 400 instead, into the same 180:

final pot = 180 + 400 + 400 = 980 required = 400 / 980 = 40.8% EV(call) = 0.35 x 980 - 400 = -57 chips the same hand is now a clear fold. Nothing changed except the price.
How to think. A hand is not "good" or "bad" in isolation — it is good or bad at a price. This is the most transferable idea in poker. There is no such thing as a good investment, only a good investment at a valuation.

5 · Implied and reverse implied odds

Pot odds pretend the hand ends after this call. It does not. Two corrections:

Implied odds — money you expect to win on later streets when you hit. A gutshot needing 20% but only holding 16.5% can still be a call if, when you spike the straight, you will extract another half-pot from a player who cannot see it coming. The condition is deep stacks and a disguised draw.

effective required equity = C / (P + C + future_winnings_when_you_hit)

Reverse implied odds — money you expect to lose when you improve and are still second best. Weak top pair, a low flush, the bottom end of a straight: these hands make you feel good and then cost you your stack. The immediate math looks fine, the hand loses money over time. Whenever your "good" outcome is one someone else can beat easily, subtract value rather than add it.

Test for it. Ask: "if I hit my card and they keep betting, am I happy?" If the answer is "not really", you have reverse implied odds and should discount that draw.

6 · The decision loop — five questions, every time

Skill in poker is not knowing more facts. It is running the same short loop reliably, especially when tired, tilted, or bored. The coach panel is this loop made visible; the goal is to internalise it until the panel is redundant.

  1. What do I have? Name the made hand. Name the draws and count outs. Decide which outs are clean.
  2. What can they have? Start from the hands they would have played this way preflop, then delete the ones inconsistent with each action since. This is one directional filter, never a reset.
  3. What is the price? Compute required equity from the bet size before you think about your cards. Doing it in this order stops you rationalising.
  4. Does my equity beat the price? Compare equity vs their range to required equity. The difference, in percentage points, is your edge.
  5. Which line maximises EV? Fold, call, and raise all have a number. Raising has two sources of profit — folds now and equity later. Pick the biggest, not the most comfortable.
Discipline over insight. Most losses are not brilliant plays missed; they are the loop skipped. When you find yourself acting before step 3, that is the leak — not your hand selection.

7 · Ranges, not hands — the core mental shift

Beginners ask "what does he have?" and guess one hand. Then every card either confirms or refutes the guess and they end up wrong in expensive ways. Strong players ask "what is the set of hands he could have, and how does my hand do against that set on average?"

A range is a set of holdings with weights. Heads-up there are 1326 possible two-card combos; a preflop raise might narrow that to the top 40%, roughly 530 combos. Every subsequent action filters further. The filter only ever removes — a range never grows as the hand goes on.

How to narrow, concretely

  • They bet big on a dry board — polarised: strong made hands plus a few bluffs; the medium hands are gone. Your marginal made hands are now bluff-catchers, and the question is purely whether there are enough bluffs to justify the price.
  • They bet small — wide and merged: they can do this with many hands, so your equity vs range stays close to your equity vs random, and you should continue more often.
  • They check — the very strong hands mostly leave the range. Now your medium hands are worth betting, and your weak ones can bluff.
  • They call and call — medium strength. Calling ranges are the widest and weakest of the aggressive lines; a player who only ever calls can be bet at relentlessly.

Counting combos — the one arithmetic trick worth having

Any specific unpaired hand (e.g. AK): 4 x 4 = 16 combos suited only: 4 combos offsuit only: 12 combos Any pocket pair (e.g. QQ): C(4,2) = 6 combos

So AK is nearly three times as likely as QQ before any board cards. If the flop contains an ace, AK drops to 12 combos and AA drops to 3 — card removal quietly reshapes ranges, and it is why "he could have aces" is usually less scary than it feels.

Worked read: they raise preflop, bet the flop, bet the turn big on K♠ 9♥ 2♦ 7♣. Value hands consistent with that: KK (3 combos after a king appears... 6 minus removal), K9, K7, 99, 77, 22, AK. Bluffs: spade draws, T8, J9. If value outnumbers bluffs three to one, your ace-high needs to fold; if the board is drawy enough that bluffs are plentiful, the same hand becomes a call. Same cards, different answer, because the range changed.

8 · Polarisation and the shape of a betting range

Ranges have shapes, and the shape tells you how to respond.

  • Polarised — the very best hands and the worst (bluffs), nothing in the middle. Correct size: large. Correct response: call with your bluff-catchers at the right frequency, raise rarely.
  • Merged / linear — the top chunk with no gaps, including plenty of medium hands. Correct size: small to medium. Correct response: continue widely, and raise your good-but-not-great hands more.
  • Condensed / capped — medium hands only, the monsters already bet. This range is defenceless against big bets; attack it.

Recognising a capped range is where most of the money is. If your opponent checks twice on a board where they would surely have bet a strong hand, their range is capped and you can bet large with almost anything — not because your cards are good, but because their range cannot fight back.

9 · Bet sizing and the mathematics of bluffing

A bet has two ways to make money: they fold now, or they call and you win at showdown. A pure bluff relies entirely on the first. The break-even fold frequency is:

break-even fold % = risk / (risk + reward) = your bet / (your bet + pot before your bet) half-pot bluff -> 0.5 / 1.5 = 33% of the time they must fold full-pot bluff -> 1.0 / 2.0 = 50% double-pot -> 2.0 / 3.0 = 67%

A semi-bluff is far better than a pure bluff because it also wins when called and you improve. If you hold a flush draw with 35% equity when called:

Pot 200, you bet 150 as a semi-bluff. Pure-bluff requirement: 150/350 = 43% folds needed. But when called you still win 35% of a 500 pot. EV = f x 200 + (1-f) x [0.35 x 500 - 150] = f x 200 + (1-f) x 25 break-even f = about -14%, i.e. negative The bet is profitable even if they NEVER fold.

This is why aggression with draws is not gambling — it is the mathematically dominant line. It is also the clearest lesson for real-world risk: take the risks that pay off in more than one way. A bet that only wins if everyone else flinches is a fragile bet; a bet that also wins on merit is robust.

Choosing a size

  • Big (75–150% pot) when your range is polarised, the board is drawy, or you want to charge a draw. Big bets also grow the pot for future streets when you have the best hand.
  • Small (25–40% pot) when your range is merged, the board is dry and static, or you want to deny equity cheaply and keep worse hands in.
  • Consistency matters more than the number. If you only bet big with monsters and small with weak hands, your sizing becomes a broadcast. Use the same size for your strong and weak hands in a given spot.

10 · Indifference — the idea behind unexploitable play

Suppose you bet the pot on the river with a polarised range. How often should you be bluffing so that your opponent cannot beat you regardless of what they do? The answer: often enough that calling and folding are worth exactly the same to them. They become indifferent, and an indifferent opponent cannot exploit you.

Optimal bluff fraction of your betting range = risk / (risk + reward for them) half-pot bet -> bluff about 25% of the time full-pot bet -> bluff about 33% double-pot -> bluff about 40% Defence: to stop them auto-profiting on bluffs, continue with 1 - (bet / (bet + pot)) of your range vs a half-pot bet -> defend about 67% vs a full-pot bet -> defend about 50%

This is the seed of game theory optimal play. You do not need to master it to win, but two practical habits fall out of it: always have some bluffs when you bet big, and do not fold so much that a bluff prints money against you. Beginners fail both — they only bet when strong and they fold too often when facing pressure. The two leaks feed each other.

How to think. Randomising deliberately is a strength, not indecision. When two lines are close in EV, mixing them makes you unreadable and costs you nothing. Certainty is not always the goal; being hard to predict has its own value.

11 · Position — information as an asset

Acting last is worth real money. In position you see their action before committing, you control the size of the pot, you can take free cards with draws, and you can bluff with better information. The same hand is materially more profitable in position than out of it — roughly the difference between a break-even holding and a clear profit.

Heads-up, the dealer posts the small blind and acts first preflop but last on every later street, which is why the dealer should play far more hands. In this trainer the position swaps every hand; notice how much more comfortable your decisions feel with the BTN tag.

Transfer. Position is the value of going second. In negotiation, hiring, pricing, or investing, the party who commits later with more information holds a structural edge. Ask of any decision: can I cheaply buy the right to act later?

12 · Variance — why a good player loses all night

Your edge per decision is small — a few percent of a pot. The noise per hand is enormous by comparison. Over one session, luck dominates completely; over tens of thousands of hands, edge dominates. The law of large numbers is the business model, and patience is the operating cost.

Concretely: a solid winning cash player earns perhaps 5 big blinds per 100 hands with a standard deviation near 90 bb per 100. The ratio means downswings of 20 to 30 buy-ins are normal, not evidence of a broken strategy. In this trainer your net can be deeply negative across 50 hands while every decision was correct — check the +EV decision counter rather than the chip count.

Rough time for the signal to beat the noise: hands needed = (sd / winrate)^2 = (90/5)^2 = about 324 hands per 100 = roughly 32,000 hands to be one sd clear of break-even

13 · The Kelly criterion — sizing risk to edge

Given a repeatable bet with win probability p and payout b to 1, the fraction of bankroll that maximises long-run growth is:

f* = (p(b+1) - 1) / b and for b = 1: f* = 2p - 1 Example: a 55% coinflip at even money -> f* = 10% of bankroll.

Three facts that make Kelly worth internalising:

  • Growth is logarithmic, so ruin is infinitely bad and Kelly never risks everything. A strategy that can zero you out is not merely risky, it is disqualified.
  • Betting above f* raises variance and lowers growth. At exactly 2x Kelly, expected growth is zero. Beyond that you shrink to nothing while every individual bet remains +EV. Read that sentence twice; it is the most counterintuitive result in risk.
  • Kelly assumes you know your edge. You never do. Estimation error means the practical optimum is a quarter to a half of Kelly — the growth cost is small and the protection against being wrong about your own edge is large.

Go to the Risk Lab and run 4x Kelly with a genuine 60% edge. Watching a real edge get destroyed by sizing is the fastest way to feel why professionals are boring about position size.

14 · Bankroll management — Kelly in practice

FormatBuy-ins to keepWhy
Cash, live20–30lower variance, softer games
Cash, online30–50tougher fields, faster swings
Tournaments100+you cash rarely and win rarely; the distribution has a long tail

Rules that matter more than the exact number: move down a stake when you dip below the threshold, never top up mid-session out of frustration, and keep the poker bankroll physically separate from money you need. Ruin is the only unrecoverable state. Everything else is a drawdown.

15 · Resulting — the habit that separates good from lucky

"Resulting" is judging a decision by its outcome. It is the most expensive cognitive error in any probabilistic domain, because it teaches you the wrong lesson at exactly the moment you are most emotional. You call correctly with 70% equity, lose, and conclude you should have folded. You call terribly with 12%, spike the river, and feel clever. Both conclusions are wrong, and the second is more dangerous.

The fix is to separate two ledgers and only take the first one seriously:

  • Decision quality — given what I knew, was this the highest-EV line? Reviewable, improvable, and in your control.
  • Outcome — did the cards cooperate? Noise, not in your control, and no information about decision quality in any single instance.

This is why the trainer counts +EV decisions, loose calls, and over-folds separately from your chip stack, and why the post-hand debrief reviews reasoning rather than results. Aim to make the decision counter go up and ignore the money for a hundred hands.

Practical drill. After each hand, say out loud what you would do the same way if the hand were replayed with the cards reshuffled. If the answer changes because of what happened to land, you are resulting.

16 · What actually transfers to risk-taking outside poker

  • Price, not certainty. "Will this work?" is the wrong question. "What does it cost, what does it pay, and how likely is it?" is the right one. Most people reject 30%-likely bets that pay 5 to 1, and take 90%-likely bets that pay 1 to 20.
  • Fold cheaply, often, without shame. Folding is EV zero and always available. Most good poker is quietly declining bad prices. Optionality plus discipline beats bravado.
  • Sunk cost has no place in the formula. Chips already in the pot are not yours. Neither is the time you already spent on the project.
  • Size to survive. The Kelly lesson is that being right is not enough — you have to still be solvent when being right pays off. Never take a bet that can zero you, however good the odds.
  • Prefer bets with two ways to win. The semi-bluff principle: a risk that pays off both if others yield and if the fundamentals land is far more robust than one that needs a single thing to go right.
  • Judge process, not outcome. Keep a decision journal with your reasoning and probability estimate at the time. Review the reasoning, not the result.
  • Volume is what converts edge into money. A small edge repeated often is a business. A large edge taken once is a story.
The one-line version. Risk appetite is not the willingness to feel brave. It is the ability to act on positive expectation, at a size you can survive, while tolerating a noisy short run without changing your mind.

17 · Numbers worth memorising

SituationNumber
Pocket pair dealt5.9% (1 in 17)
Specific pocket pair (e.g. AA)0.45% (1 in 221)
Suited connectors dealt3.9%
Flopping a set with a pocket pair11.8% (1 in 8.5)
Flopping a pair with two unpaired cards32%
Flopping a flush draw with suited cards10.9%
Pair vs two overcards (88 vs AK)52 / 48
Dominated ace (AK vs AQ)73 / 27
Overpair vs underpair (AA vs KK)81 / 19
Pair vs one overcard one under (99 vs AT)70 / 30
Flush draw vs top pair on the flopabout 35 / 65

Chen formula — a preflop score you can compute in your head

high card: A=10 K=8 Q=7 J=6 else rank/2 (T=5, 9=4.5, ... 2=1) pair: double it, minimum 5 suited: +2 gap: 0 gap 0 | 1 gap -1 | 2 gap -2 | 3 gap -4 | 4+ gap -5 bonus: +1 if gap 0-1 and both cards below Q round up AKs = 10 + 2 = 12 | 77 = 3.5 x 2 = 7 | T9s = 5 + 2 + 1 = 8 | 72o = 3.5 - 5 = -1.5 -> fold Rough guide: 9+ premium | 7-8 strong | 5-6 playable in position | below 5 fold

This trainer uses Chen scores to build the bot's preflop range, so the ranges you see in the coach panel are exactly this heuristic applied consistently.

18 · A starting strategy for the next hundred hands

  1. Preflop: as the dealer, raise your top ~50% and fold the rest. Out of position, defend against a raise with about the top 40%, and re-raise your top 10% only.
  2. Bet when you have a reason. Two valid reasons: worse hands will call (value), or better hands will fold (bluff). "I want to see what happens" is not a reason.
  3. Bluff with equity. Prefer draws over air. Semi-bluffs win two ways.
  4. Facing a bet, always compute the price first. Bet size to required equity, before you look at your cards again. Then compare against equity vs their range, not vs a random hand.
  5. Fold the bottom of your range on later streets. If you called the flop with a weak pair and they fire again on the turn and river, their range has narrowed past you. Let it go.
  6. Do not pay off the polarised line. Big bet, big raise, dry board, and you hold one medium pair: this is where beginners donate. Count their plausible bluffs before calling.
  7. Attack weakness. Two checks from them means a capped range. Bet, and size up.
  8. Review, do not react. Read every post-hand debrief. Track the +EV decision counter, not the chip count. Improvement shows up there first, and in the money weeks later.

This trainer plays heads-up No-Limit Hold'em with play chips only. The bot is a simple equity-and-range robot, not a real opponent — it will not exploit you, so beating it is not evidence of skill. Use it to make the loop automatic, and use the Risk Lab to make sizing instinctive.