← All books & articles
Verified Theory · Book 7 · v0.1.0

Blood Battle

What changes when squids accumulate and the smooth quadratic multiplier ramps to a +9 jackpot at the 5th squid. Phase 5 drafting in progress; this is a preview document for review.

Phase 5 — Parts 1 + 2 + 3 drafted, Parts 4–8 in outline

Part 1 — What is Blood Battle

What this book covers

This book is a strategy manual for Blood Battle — one of four variants in the Squid family of NLHE-with-tokens poker games. Blood Battle is the variant trained on the QuintAce model under the codename SquidType::BLOOD_BATTLE. This primer establishes the ruleset; the rest of the book is what the trained model has learned about playing it.

Where Blood Battle sits in the Squid family

Four variants share the Squid backbone: every main pot winner collects a "squid" token, and at game end, players without squids pay a chip penalty. The variants differ in how a squid count translates into chip payout:

Variant Weight function What it teaches
Stand-up Game binary, cap = 1 (weight ∈ {0, 1}) Having a squid vs not — the simplest squid frame (Book 2)
Squid Hunt Regular linear, weight = s Pure accumulation — every squid worth +1 (not yet trained)
Squid Hunt Progressive tiered cliffs (1× / 2× / 4× at s = 3 and s = 5) Discrete tier crossings — race past s = 3 and s = 5
Blood Battle (this book) smooth quadratic ramp, weight = min(5, s) × s Continuous race-to-5 with a +9 marginal jackpot at the 4→5 transition

In the canonical Squid-family pedagogical order — Stand-up → Hunt Regular → Hunt Progressive → Blood Battle — this book is the most strategically rich variant. Each step adds one new structural axis on top of the previous: binary → linear accumulation → tiered cliffs → smooth quadratic ramp. For a deeper comparison of all four shapes and the engineering path to the missing one, see the Squid Family Variants Primer.

The Blood Battle ruleset

Blood Battle is 6-max NLHE with two rules layered on.

Rule 1 — Squids accumulate. Every time you win a main pot, you collect a squid (a win token). There's no per-player cap. A player who wins five pots holds five squids.

Rule 2 — Squids translate to chips through a quadratic multiplier curve at game end. The weight function is weight(s) = min(5, s) × s. Up through your fifth squid, weight grows quadratically — each new squid is worth more than the last. After the fifth, weight grows linearly with slope 5 — every additional squid is a flat +5.

Squid count s Weight Marginal value of this squid
1 1 +1
2 4 +3
3 9 +5
4 16 +7
5 25 +9 ← peak
6 30 +5
7 35 +5
... ... ...

The 4→5 jump is +9 weight units — the biggest single jump in the table. The intuition this curve invites is "race to five — the next squid is always more valuable until you cap out at five." The math is correct. But the strategy doesn't follow the math the way you'd expect — players actually play tighter as they approach the s = 5 peak, not wider. The chapters in this book will show why — preview: the shrinking downside as you accumulate matters more than the growing upside.

What's the same as Stand-up Game

The basic frame carries over. You're playing 6-max NLHE with 100bb stacks, standard blinds, all the usual positions. Squids are awarded only to the main pot winner — split pots and side pots award no squid. The val parameter scales how much each squid is worth in chips, trained on five settings: 1, 2, 3, 5, and 10 bb. The reward formula is still chip-EV plus the change in your forward-looking squid value, zero-sum at settlement.

If you've read Stand-up Book 2, the rule frame is familiar. The strategy is not.

What's different from Stand-up — three rule changes

  1. No per-player cap. Stand-up caps you at 1 squid. Blood Battle lets squids stack. A player who wins five pots has five squids.
  2. More squids in the pool. Total squids handed out per game is N + 4 — that's 10 in 6-max (Stand-up has N − 1 = 5). The pool is bigger to allow accumulation.
  3. A quadratic multiplier on the squid count. Stand-up's weight is binary (0 or 1). Blood Battle's weight is min(5, s) × s — the curve in the table above.

How games end

The game ends at Z = 1 — the moment only one player has zero squids. That player pays the penalty to all the holders, and the game stops. By the time Z = 1 fires, no further play happens.

This means you'll always be playing in a state where at least two players still have zero squids (Z ≥ 2). The strategic question is how many — and where in the gradient from "everyone still desperate" (Z = 6, fresh state) to "only two left" (Z = 2, the cliff before the game ends) the table currently sits.

The trained model reflects this: it has only learned to play states with Z ≥ 2. It was never trained on Z = 1 (the terminal state) or Z = 0 (which never arises, because the game ends before it can). When this book talks about strategy at "the start of the game" or "near the end," it means the gradient from Z = 6 down to Z = 2.

What's at stake — the payout math

At settlement, each holder receives val × weight(s) × Z (Z = the number of zero-squid players, which by construction is exactly 1 at game-end since Z = 1 is the trigger). Each loser pays val × sum_of_holder_weights.

Worked example, val = 3. Game ends at Z = 1 with one player at 5 squids, four players at 1 squid each, one player at 0 (the lone loser).

Compare to Stand-up at val = 3: the loser pays a fixed 5 × 3 = 15 bb. Blood Battle's loser in the same setup pays 87 bb — nearly 6× more. The big payout comes from the one player who concentrated 5 squids. Concentration creates outsized stakes.

Two strategic axes

Strategy in Blood Battle depends on two axes — both well-tested across the in-distribution Z = 2 to Z = 6 range.

Axis 1 — The co-desperate count (Z). How many players still have zero squids? Z = 6 means everyone (fresh state at the start of a game). Z = 2 means only two — the game is one squid from ending. As Z decreases (the table moves from fresh state toward game-end), strategy shifts gradually: hero plays modestly wider and more limp-heavy, opponents tighten in some ways and widen in others. The shifts are continuous, not stepped — the model treats the gradient smoothly across Z = 2 through Z = 6.

Axis 2 — Hero's own squid count (three regimes). Where hero sits on the multiplier curve creates three play styles:

The two axes interact: a desperate (s = 0) hero plays differently when six players are still desperate (fresh state) versus when only two are (one squid from game-end). The chapters of this book walk through the interaction across spots — preflop opens, BB defense, flop c-bet, etc.

Terminology for Blood Battle

Term Meaning
Squid Win token. Awarded to main pot winner. Accumulates; no per-player cap.
Squid count s Player's current squid total. Continuous in [0, T].
Hero-has Specify a level: "hero-has-1", "hero-has-3", "hero-has-5+". The strategic state is not binary in Blood Battle.
Desperate A 0-squid player.
Safe A player with s ≥ 1. Can no longer be the lone loser.
Co-desperate count Z Number of players currently at 0 squids. The table-state read. Always Z ≥ 2 in any state where decisions are made — Z = 1 is the terminal state at which the game ends.
Past-peak A player with s ≥ 5 — captured the multiplier peak; further squids are flat +5.

Language to avoid:

Two known implementation gaps

The AceSense product spec defines two extras for Blood Battle that the trained model does not know about. Any solver-backed work has to scope around them.

Future research needs the engineering team to extend training to close these gaps. Both are tracked as open ENG items.

What this primer does NOT cover

Where the rules come from

The rules and multiplier table trace to the engineering team's ground-truth reference at engineering-department/gameplay-ai/projects/llm-verifier-game-expansion/squid-blood-battle/GAME-RULES.md. The folder name and the code identifier SquidType::BLOOD_BATTLE use the variant's literal name — Blood Battle is the canonical product name we use throughout this book. Rules cross-checked against the AceSense product spec §II ("Bloody Mode"). Core mechanics match; two product features (Super Squid, first-hand double squid) are spec'd in product but not yet trained.

The strategic findings in the rest of this book are the model's learned response to these rules, queried only at in-distribution states (Z ≥ 2) per meta_seed_sampler.h:628.

Draft · Blood Battle Part 1 primer · revised 2026-05-01 (renamed from "Squid Hunt Progressive")


Part 2 — The co-desperate gradient: how strategy shifts as the game approaches its end

The single biggest read in Blood Battle

The game ends when only one player remains without a squid. That moment is fixed — Z=1 is the game-end trigger. Everything before that moment, though, exists on a gradient. Z, the number of players currently at zero squids, runs from 6 (fresh state, nobody has won yet) down to 2 (one squid from the game ending). As Z decreases, the table is moving toward its end-state, and the model's strategy shifts.

The shift is gentle, not dramatic. About a 10-percentage-point swing in opening frequency between Z=5 and Z=2 at val=3 — meaningful, but not a regime cliff. Reading where the table sits on this gradient is the single biggest read in Blood Battle — but the read is "how far along is the game," not "is the squid game on or off."

What the gradient looks like — preflop opens

CO opens at val=3, with hero at s=3 (mid-accumulation), as Z decreases:

Z Opp state VPIP limp raise%
5 [0,0,0,0,0] (all opps desperate) 76.2% 47.9% 28.3%
4 [0,0,0,0,1] 83.4% 51.6% 31.8%
3 [0,0,0,1,1] 84.6% 54.8% 29.8%
2 [0,0,1,1,1] (only two desperates left) 86.4% 62.7% 23.7%

VPIP rises ~10 percentage points (76% → 86%) from Z=5 to Z=2. Limp rises ~15 points (48% → 63%). The raise rate stays roughly stable in the 24–32% band. The closer the game is to ending, the more pots hero plays, and the more cheaply hero plays them — limp-heavy participation as the squid stakes per pot get more concentrated and the game-end becomes imminent.

What the gradient looks like — BB defense

BB defense vs CO open at val=3, hero (BB) at s=3:

Z fold call raise
5 0.0% 28.7% 71.3%
3 0.0% 43.4% 56.6%
2 0.0% 45.1% 54.9%

BB defends 100% across every Z value — folding doesn't return at any point. The shift is internal: as Z decreases, call rate climbs ~16 points (28.7% → 45.1%) and raise rate falls a similar amount. BB flats more as the game gets closer to ending, and the reason is structural: when fewer co-desperates remain, the desperate opp's chance of winning the next pot is more concentrated, so BB doesn't want to bloat the pot with a 3-bet that prices opponents out — better to flat, see the flop, and let chip-EV decide.

Note: this is a smaller effect than headline framings might suggest. A 16pp call rate shift across the gradient is real but doesn't constitute a "BB defense regime change."

Postflop: frequency saturates, sizing barely moves

CO c-betting on a dry A-high (Ah9c4d) at val=3, hero=s=3:

Z c-bet% avg bet
5 98.3% 12.14bb
4 97.9% 12.07bb
3 98.4% 12.00bb
2 98.6% 11.56bb

C-bet frequency is essentially constant. Sizing varies by 0.6bb — basically noise. On dry boards, the co-desperate gradient does not significantly affect c-bet frequency or sizing. The pressure that distinguishes Z=2 from Z=5 expresses preflop in opening shape and BB defense mix; postflop on dry textures, the model has converged.

On a wet board (Ts9h8h), the picture is similar: c-bet ranges from 78.6% (Z=2) to 82.0% (Z=5), sizing 13.38–13.59bb. Modest gradient on frequency, near-flat on sizing.

This is an important calibration: postflop in Blood Battle looks much closer to NLHE than the preflop expansion suggests. The squid mechanic affects entry, not the size of the bet you make once you've decided to play.

What the gradient does NOT look like

Earlier framings of this book (and earlier Phase 2 pulls) compared four_at_1 (one opp left desperate, Z=1) to all_at_1 (no opps desperate, Z=0) and found a 62-percentage-point VPIP collapse. Both of those states are out-of-distribution. The training sampler at meta_seed_sampler.h:628 enforces Z ≥ 2 by construction — Z=1 is the terminal state where the game ends, and Z=0 never arises. Querying the model at Z=1 or Z=0 returns OOD output, not learned strategy.

So the dramatic "two regimes" claim from earlier framings is invalidated. The real gradient — the one the model is trained on — is the smooth Z=5 → Z=2 shift documented above. About 10pp of VPIP gradient, 16pp of call/raise mix shift, near-zero sizing variation. Real, but a gradient, not a cliff.

How val interacts with the gradient

The val parameter scales the squid pressure. At val=3, the gradient is roughly ~10pp VPIP across Z=5→Z=2. At val=1 (small squid bonus per pot), the gradient is similar in shape but smaller in magnitude. At val=10 (huge squid bonus), the gradient is reversed and dampened — at high val, hero plays close to NLHE-shaped strategy across all Z values because chip stakes per pot dominate the squid bonus until stack depth exceeds 200bb (see Part 8).

For practical reads at val=3 (the canonical anchor), the Z=5→Z=2 gradient is the right rule of thumb. At val=10, Z matters less.

What this means for the rest of the book

The chapters that follow each pick up one of the spots where the gradient shows up:

If you remember nothing else from this chapter: the closer the game is to its end, the more hero plays — modestly wider, modestly more limp-heavy. Reading where Z sits is your first table read. But it's a gentle gradient, not a switch.

Draft · Blood Battle Part 2 (revised) · 2026-04-28 · renamed 2026-05-01


Part 3 — Preflop Opens

Every position widens

The first place Blood Battle bites is the open frequency. Every position opens substantially wider than the same position in NLHE — and wider than in Stand-up Game too. Here's what fresh-state opens look like at val=3, with each position's VPIP shown for NLHE Cash, Stand-up Game, and Blood Battle:

Position NLHE Stand-up Blood Battle BB vs NLHE
UTG 17.2% 25.6% 66.4% +49.2pp
MP 22.9% 29.2% 74.6% +51.7pp
CO 28.1% 42.9% 84.5% +56.4pp
BTN 43.3% 67.1% 95.3% +52.0pp
SB 57.9% 99.6% 100.0% +42.1pp

Blood Battle widens every seat by 42 to 56 percentage points relative to NLHE. The absolute VPIPs are striking — UTG plays 66% of hands, MP plays 75%, BTN plays 95%. Compared to Stand-up Game, Blood Battle widens roughly another 30 percentage points across positions; the no-cap accumulation plus the multiplier curve make every starting hand more valuable than its Stand-up equivalent.

The position gradient is preserved. UTG is still the tightest seat; BTN the widest. But the absolute frequencies are pulled upward by the squid bonus on every pot, regardless of where you're sitting.

The val=3 peak

Naïvely, you'd expect Blood Battle opens to widen monotonically with val: bigger penalty per game-end → wider opens → more pots played to chase squids. The data says otherwise.

Watch UTG across the val ladder:

val UTG VPIP
1 44.9%
3 66.4%
5 55.9%
10 60.7%

UTG VPIP peaks at val=3 and then narrows at val=5 and val=10. The same shape shows up at MP, CO, BTN — every position peaks at val=3 (or close to it) and gets tighter at higher val.

Why? At val=10 the squid bonus is huge, but each individual pot is also more valuable individually. The model becomes more selective per pot — picking spots where chips actually accumulate, not just spots where it can enter cheaply. At val=3, the bonus is large enough to widen ranges substantially, but small enough that any pot is worth playing. Val=3 sits in a sweet spot for "play almost everything."

Practical: when you sit down at a Blood Battle table, val matters in shape, not just magnitude. Val=3 is the canonical anchor — most aggressive widening. Val=10 narrows back partway, even though the chip stakes are bigger.

The shape inversion as hero accumulates

Across the same chair, the same position, hero plays differently depending on hero's own squid count. At CO val=3 with all opponents fresh:

Hero count s VPIP limp raise%
0 (desperate) 84.5% 77.6% 6.9%
1 81.4% 78.9% 2.5%
2 80.1% 64.0% 16.1%
3 76.2% 47.9% 28.3%
4 73.6% 38.5% 35.1%
5 (past peak) 72.7% 33.5% 39.2%

VPIP narrows by 12 percentage points (84.5% → 72.7%) as hero accumulates from 0 to 5 squids. But the bigger story is the shape inversion: at s=0, hero limps 77.6% and raises 6.9%. At s=5, hero limps 33.5% and raises 39.2%. The limp share of VPIP collapses from 92% to 46%. Limp-heavy when desperate; raise-heavy when accumulated.

Why? Two forces, going opposite directions:

When hero has zero squids, the lone-loser threat is real. Hero needs to win at least one pot before the game ends. Limp is the cheapest way to be in a pot — minimum chip commitment, maximum participation. So hero plays almost everything, but cheaply.

When hero is at five squids — past the multiplier peak — hero is guaranteed safe and has captured the major reward. The next squid is worth a flat +5 (much less than the +9 jackpot at the s=4→5 transition). Hero plays fewer hands, but commits more when playing them, because there's no urgency to enter every pot.

The sweet spot in the middle (s=3, s=4) is where the multiplier is still pulling — the next squid is worth +7 or +9 weight units. Hero plays narrower than desperate, more aggressive than past-peak, with a balanced limp/raise mix.

The same shape shows up at UTG and BTN with smaller magnitude. BTN at val=3 hero-count s=0 limps 85.1% raise 10.2%; at s=5 limps 35.6% raise 48.9%. UTG at val=3 hero-count s=0 limps 63.4% raise 3.0%; at s=5 limps 29.9% raise 31.0%. Position scales the magnitude; the inversion shape is universal.

"Race to 5" is the wrong intuition

The math says the next squid is worth more as you approach s=5. Marginal weight goes +1, +3, +5, +7, +9 across s=1 through s=5. So you'd expect the most aggressive play right before the peak — at s=4, racing toward the +9 jackpot.

The data says no. At s=4 hero plays 73.6% VPIP — tighter than s=0's 84.5%. At s=4 hero limps 38.5% — much less than s=0's 77.6%. The model is not pushing harder as it approaches the peak. It's playing more selectively.

The reason is structural. The forward-looking multiplier curve creates an upside, but the lone-loser threat creates a downside. At s=0, the downside is enormous — hero is at risk of paying the full penalty. As hero accumulates, the downside shrinks — at s=1 hero is safe, at s=5 hero has captured the peak reward. The shrinking downside drops faster than the growing upside rises.

So strategy doesn't follow the multiplier curve directly. It follows the net of "what happens if I play this pot" minus "what happens if I don't" — and the lone-loser fear weighs heavier than the jackpot draw, throughout the gradient.

The co-desperate gradient

The other axis: how many opponents are still desperate. As Z (the count of zero-squid players) decreases, the table is moving closer to its end-state. Phase 2.5 measured the gradient at hero=s=3 CO val=3:

Z (count of desperates) Opp state VPIP limp raise%
5 all opps at 0 76.2% 47.9% 28.3%
4 4 opps at 0, 1 at 1 83.4% 51.6% 31.8%
3 3 opps at 0, 2 at 1 84.6% 54.8% 29.8%
2 2 opps at 0, 3 at 1 86.4% 62.7% 23.7%

VPIP rises ~10 percentage points as Z falls from 5 to 2. Limp rises ~15 points. The gradient is consistent: closer to the game's end-state → more participation → more limp-heavy.

This is a much smaller gradient than earlier framings suggested — about a 10pp swing across the in-distribution range, not a 60pp cliff. There's no binary "regime shift." Strategy slides smoothly across the gradient as Z decreases.

When Z is high (game is far from ending), hero plays the chip-EV-shaped game with squid bonus added. When Z is low (game is close to ending), hero participates more — every pot is one of the last chances to be in the game. The shift is real, but a coach teaching this shouldn't sell it as a binary read.

Hero-count × Z interaction

The two axes (hero count, Z) compound when hero is desperate. Phase 2.5 measured the gradient at hero=s=0, varying co-desperates:

Z Other desperates VPIP limp raise%
6 5 (everyone desperate) 84.5% 77.6% 6.9%
5 4 87.2% 77.9% 9.3%
4 3 89.2% 78.0% 11.2%
3 2 91.2% 78.4% 12.8%
2 1 94.3% 83.7% 10.6%

When hero is desperate, the fewer co-desperates exist, the more hero plays. Z=2 (one other desperate) reaches 94.3% VPIP. The reason is intuitive: when many players share the desperation, the lone-loser fate is diluted across them, and any one player has a smaller share of the threat. When few share, hero is closer to "the one who will lose" — so hero scrambles harder.

Combine with the safe-hero gradient: at hero=s=3 the gradient is ~10pp (76% → 86%); at hero=s=0 it's ~10pp (84% → 94%). Both axes are real but modest. The big picture: the closer the game gets to ending AND the fewer co-desperates hero has, the wider hero plays.

Practical reads at the table

The reads stack:

  1. Count zeros. That's Z. Tells you where on the gradient the table sits.
  2. Read your own count. That's the hero-count regime — desperate, accumulating, or past-peak.
  3. Pick the corner of the table. Hero count × Z gives you four regions: (desperate × high Z), (desperate × low Z), (safe × high Z), (safe × low Z). Each plays slightly differently — gradient, not switch.
  4. Account for val. Val=3 is the canonical sweet spot. Val=1 dampens everything. Val=10 narrows back from peak (you become more selective).
  5. Don't overweight position. Position still matters — UTG is tighter than BTN — but the squid bonus pulls every position so far above NLHE baseline that the position gradient matters less than NLHE habits suggest.

The single biggest preflop adjustment from NLHE: stop folding marginal hands. Squid pressure makes almost every hand worth playing in some form. If a hand was a marginal call in NLHE, it's a comfortable limp in Blood Battle. If it was a fold in NLHE, it's a marginal limp.

If you remember nothing else from this chapter: at val=3, every seat's open range expands by 40-50 percentage points vs NLHE. Limp returns. Fold becomes rare. The exact widening varies with hero count and Z, but the directional shift is universal.

Draft · Blood Battle Part 3 · 2026-04-28 · renamed 2026-05-01


Parts 3–8 — Content Outlines (revised post Phase 2.5)

These outlines reflect the in-distribution mechanism catalog (6 mechanisms, down from 9). The dropped chapters — Hero-Last (was Part 7) and the binary Two-Regimes thesis — rested on OOD model output (Z=1 hero alone; Z=0 all safe). The book is now 8 parts instead of 9.

The two unifying threads:

Revised structure

Part Title
1 What is Blood Battle (primer)
2 The Co-Desperate Gradient (revised)
3 Preflop Opens — per-position widening + the gradient
4 BB Defense — call/raise mix as the dominant lever
5 Flop C-Bet — why postflop barely moves with Z
6 Per-Squid-Count Strategy — three hero regimes
7 Stack Depth, Val Asymmetry, and Limits
8 Open Questions, Scope Limits, Actionables

(The old "Part 7 — Hero-Last and Lone-Desperate" chapter has been dropped. Its data anchors were all Z=1 OOD. The strategic concept — what hero does when alone-desperate — isn't a state the model is trained for.)


Part 3 — Preflop Opens

Mechanisms: M1 (per-position widening), M2 (hero-count regime), M3 (co-desperate gradient), M4 (val pressure) Length target: ~1,800 words Theory lens: classical NLHE opening tree (chip-EV per position) + squid-bonus overlay. The chapter walks how the squid bonus widens every position vs the NLHE baseline, then how the widening varies with hero count and Z.

Key data anchors: - Pull 1 — per-position × val (NLHE / Stand-up / BB baselines, 5 positions × 4 val tiers) — in-dist - Pull 2 + 3a — per-hero-squid-count at fresh state CO/UTG/BTN — in-dist - Phase 2.5 Axis A — Z gradient at hero=s=3, CO val=3 — in-dist - Phase 2.5 Axis B — Z × val ladder — in-dist

Sections:

Theory-vs-data combination point: Part 3 is where the chip-EV opening tree gets two new dimensions stacked on it — hero count and Z. Both are gentler than the OOD comparisons earlier suggested. The chapter walks the math of why.


Part 4 — Preflop Defense (BB)

Mechanisms: M2, M3, M4 Length target: ~1,400 words Theory lens: NLHE BB defense is governed by pot odds + realization equity (MDF). Blood Battle saturates defense at 100% — fold-rate is essentially zero across in-distribution states. The interesting axis is call vs 3-bet, not defend vs fold.

Key data anchors: - Pull 6 sweep A — per-BB-squid-count at fresh-state opps — in-dist - Phase 2.5 Axis CD — BB defense × Z × val — in-dist

Sections:

Theory-vs-data combination point: MDF as a frame breaks down. The pot-size management decision (call vs 3-bet) replaces it as the strategic axis. The chapter argues this directly: in Blood Battle, BB defense isn't a fold-or-defend question; it's a flat-or-3bet question.


Part 5 — Flop C-Bet — Frequency and Sizing

Mechanisms: M3, M6 Length target: ~1,400 words (was 1,800; the chapter is shorter without the OOD sizing claims) Theory lens: classical c-bet theory — frequency tracks range advantage, sizing tracks nut advantage. Blood Battle: in-distribution states show postflop has converged. Both axes are largely insensitive to the Z gradient.

Key data anchors: - Phase 2.5 Axis E — c-bet on dry A94r × Z gradient — in-dist - Phase 2.5 Axis F — c-bet on wet T98ss × Z gradient — in-dist

Sections:

Theory-vs-data combination point: This chapter acknowledges what doesn't change as much as we initially thought. It's a careful chapter — needs the corrections from Phase 2.5 to be honest.


Part 6 — Per-Squid-Count Strategy

Mechanisms: M2 (consolidated) Length target: ~1,400 words Theory lens: marginal utility of next squid (forward-looking), set against the marginal cost of being the lone loser (downside). The chapter argues — counter to "race to 5" — that the SHRINKING DOWNSIDE dominates the GROWING UPSIDE. As you accumulate, you're more "safe-from-lone-loser" than "racing-toward-jackpot."

Key data anchors: - Pull 2 — per-hero-squid-count at CO val=3, opps fresh — in-dist - Pull 3a — replication at UTG and BTN — in-dist - Pull 6 sweep A — BB defense per hero count, opps fresh — in-dist

Sections:

Theory-vs-data combination point: Part 6 is where Blood Battle's "race to 5" naïve interpretation gets pushed back on. The quadratic multiplier exists in the math (+9 at s=5), but the model's behavior shows the dominant force is downside-shrinkage.


Part 7 — Stack Depth, Val Asymmetry, and Limits of the Framework

Mechanisms: M4, M5 Length target: ~1,500 words Theory lens: the squid game pressure is a function of two ratios — (squid_value × stack_depth) / chip_pressure. The framework's strength scales with that ratio, not with val alone.

Key data anchors: - Phase 2.5 Axis G — stack-depth at val=10, Z=2 — in-dist - Pull 4 + Phase 2.5 Axis B — val ladder for opens - Pull 7 + Phase 2.5 Axis CD — val ladder for defense

Sections:

Theory-vs-data combination point: Part 7 consolidates val + stacks into a unified pressure ratio. Theory: (squid × depth) / chips. Data: Phase 2.5 Axis G stack ladder + val ladders.


Part 8 — Open Questions, Scope Limits, and Actionables

Mechanisms: none — synthesis Length target: ~1,500 words Theory lens: consolidation of what the book did claim, what it didn't, and the practical implications.

Sections:


What I'd want from you on review

  1. Overall structure: is the 8-part flow tight enough? Should anything else be merged or cut?
  2. The dropped Hero-Last chapter: comfortable losing it entirely? It was the most dramatic chapter in the original outline; the data behind it was OOD.
  3. Length: total target now ~12K words across 8 parts (vs 13–15K across 9). Right size?
  4. Theory-lens balance: enough classical scaffolding (chip-EV, MDF, range/nut advantage) on the in-distribution mechanisms?

Once approved, I draft Parts 3–8 in full prose against these outlines.