Methodology
How Sharper Edge grades blackjack decisions
This page describes exactly what the current implementation does: where the recommendations come from, how they are verified, and the claims the trainer deliberately does not make.
Verified lookup-table recommendations
Every grade comes from a total-dependent basic strategy chart stored as data: hard totals 5–21, soft totals A,2–A,9, and pairs 2,2–A,A, each against dealer upcards 2 through ace, plus the late-surrender cells for profiles that offer it. The tables encode the published consensus charts, cross-checked cell by cell against two independent canonical references — the Wizard of Odds basic strategy charts and the BlackjackInfo Basic Strategy Engine — before being committed.
Each chart cell stores a preferred action and a fallback: double-else-hit, double-else-stand, surrender-else-hit, and so on. When the preferred action is not legal at that point in the hand — doubling after a split at a no-DAS table, surrendering after a hit — the trainer grades the first legal action in the recommendation chain. You are never graded against a play the rules did not allow.
Strategy and rules are separate layers. The rules package says what the table permits; the strategy artifact says what is optimal. Grading combines the two at decision time and nothing else.
Your hand
Dealer shows
Hard 16 vs T — you hit, the dealer makes a hand. This is the entire philosophy in one row.
Three launch strategy profiles
Practice is enabled only for rule presets whose strategy chart has been independently verified. At launch there are three:
Common U.S. Shoe — 6 Deck H17
profile 6d-h17-das-no-surrender-peek · model total-dependent-basic-strategy · version tdbs-6d-h17-das-ns-peek@1.0.0
6D H17 DAS — no surrender. Verified against: Wizard of Odds — Blackjack basic strategy charts (4+ deck H17/S17, DAS, late surrender); BlackjackInfo — Basic Strategy Engine (6 deck, H17/S17, DAS, late surrender).
U.S. Shoe — 6 Deck H17 with Late Surrender
profile 6d-h17-das-late-surrender-peek · model total-dependent-basic-strategy · version tdbs-6d-h17-das-ls-peek@1.0.0
6D H17 DAS — late surrender. Verified against: Wizard of Odds — Blackjack basic strategy charts (4+ deck H17/S17, DAS, late surrender); BlackjackInfo — Basic Strategy Engine (6 deck, H17/S17, DAS, late surrender).
Favorable U.S. Shoe — 6 Deck S17
profile 6d-s17-das-late-surrender-rsa-peek · model total-dependent-basic-strategy · version tdbs-6d-s17-das-ls-rsa-peek@1.0.0
6D S17 DAS — late surrender, RSA. Verified against: Wizard of Odds — Blackjack basic strategy charts (4+ deck H17/S17, DAS, late surrender); BlackjackInfo — Basic Strategy Engine (6 deck, H17/S17, DAS, late surrender).
The remaining presets in the Rules explorer are reference data with strategy verification pending. They are not selectable for practice, and no chart is shown for them, because an unverified chart is worse than none.
No action-EV claims — yet
The current strategy model cannot say how much a mistake costs. Grading is binary — correct or incorrect against the verified chart — and the interface labels feedback “Correct action”, never an exact cost or expected-value figure. A verified action-EV artifact (expected value for every legal action in every decision state) is planned; until it exists and passes independent verification, no EV numbers appear anywhere in the product.
For the same reason, there is no house-edge claim attached to any rule profile, and statistics report decision accuracy and session results rather than a theoretical return.
No count information
Recommendations are rule-conditional, never count-conditional. The strategy lookup receives only the current hand, the dealer upcard, and the legal actions — no prior-round cards, no running count, no true count. Insurance and even money are always declined: without count information, that is the basic-strategy play. Sharper Edge does not teach card counting.
The round engine
Rounds are played by a pure, deterministic state machine with no browser or UI dependencies: initial deal, insurance offer when the dealer shows an ace, dealer peek for ace-and-ten profiles, player turns with the full split queue, dealer draw under the configured H17/S17 rule, and settlement at the configured payouts. Legality is computed from explicit hand state — split depth, split-ace flags, doubled flags — never inferred from card counts alone.
At launch the engine supports American hole-card (peek) games only. No-hole-card (ENHC) and original-bet-only (OBO) profiles are rejected with a clear error until that flow is implemented and tested. Early surrender is likewise out of scope.
Shoes are built from whole 52-card decks and shuffled with a Fisher–Yates shuffle seeded by the browser's cryptographic random source, so no card can appear twice within a shuffle. A cut card triggers a reshuffle between rounds.
How it is tested
- Rules validation: the 13-preset catalog is checked for structural contradictions (peek without a hole card, impossible split-ace configurations, invalid payout ratios).
- Engine unit tests: hand valuation including multi-ace hands, natural blackjack versus ordinary 21, H17/S17 dealer draws, legal actions under DAS/NDAS and double-total restrictions, split-ace rules and resplit caps, peek flow, surrender timing, insurance and even-money settlement, split sequencing, and 3:2 plus 6:5 payouts.
- Strategy golden tests: canonical cells for each of the three artifacts — the hands players argue about most (16 vs 10, 12 vs 2/3, 11 vs A under H17 versus S17, soft 18 cells, the pair chart, and every surrender cell) — are asserted literally, so a chart regression fails the build.
- Storage round-trip: export and re-import of rounds, decisions, settings, and session state is validated end to end.
Sources
The rule model and strategy tables are built from the following published references (last checked dates as recorded in the rules package):
- Blackjack House Edge Calculator — Wizard of Odds, checked 2026-07-26. Defines the major configurable rule axes used by this schema.
- Double-Deck Blackjack Strategy — Wizard of Odds, checked 2026-07-26. Strategy reference for two-deck H17/S17 games and insurance guidance.
- Blackjack Strategy Charts — Blackjack Apprenticeship, checked 2026-07-26. Confirms the standard decision order and separate S17, H17, and ENHC charts.
- Blackjack Basic Strategy Engine — BlackjackInfo, checked 2026-07-26. Useful independent source for golden strategy tests across configurable rules.
- Las Vegas Blackjack Rules — Vegas Advantage, checked 2026-07-26. Current market observations for 3:2 versus 6:5, H17/S17, DAS, surrender, RSA, and insurance.
- Live Blackjack — BetMGM Help Centre, checked 2026-07-26. Current standard live-dealer example: up to eight decks, S17, double any two, NDAS, one split, one card to split aces, insurance, and 3:2 blackjack.
- Double After Split now Allowed on Pragmatic Live Blackjack Tables — LiveDealer.org, checked 2026-07-26. Current market example showing an eight-deck S17 live-dealer family with DAS, one split, no hit on split aces, insurance, and 3:2 blackjack.
- N.J.A.C. 13:69F — Blackjack rules — New Jersey Administrative Code mirror, checked 2026-07-26. Regulatory examples for surrender, doubling, splitting, dealer draw rules, and original-bet-only protection.
- 58 Pa. Code Chapter 633A — Blackjack — Pennsylvania Code & Bulletin, checked 2026-07-26. Regulatory examples for insurance, surrender, DAS, splitting, and original-bet-only settlement.
Straight talk
Limits of the model
Total-dependent basic strategy ignores the composition of a multi-card total (a 10-6 and a 7-4-5 are the same “16”). Composition-dependent refinements exist but are not part of the launch model.
Basic strategy minimizes the house's edge; it does not create a player edge. Blackjack remains a negative-expectation game under every launch profile, and correct play does not guarantee a winning session. Read more in Playing responsibly.
