Thanks AI Lab
← Back to projects← Назад к проектам

Poker Analyzer Bot

What this project is

Что это за проект

Poker Analyzer Bot is a Telegram bot that reads your tournament hand histories and returns a structured review of the session. You upload an archive of hands, the bot parses every hand, measures your play against reference ranges, and produces a report with statistics, detected leaks, money results, and a written analysis.

Poker Analyzer Bot - это Telegram-бот, который читает историю ваших турнирных рук и возвращает структурированный разбор сессии. Вы загружаете архив раздач, бот разбирает каждую руку, сверяет вашу игру с эталонными чартами и выдает отчет со статистикой, найденными утечками, финансовым результатом и текстовым анализом.

Current status: MVP

Текущий статус: MVP

The product is an MVP. The GTO compliance metric is a rule-based approximation of solver output, not a full solver, and current coverage is focused on preflop: open spots, all-in up to 15 big blinds, and versus-open decisions. Treat the verdicts as a direction to study, not as a final solver verdict. Postflop coverage and a wider chart set are on the roadmap.

Продукт находится в стадии MVP. Метрика соответствия GTO - это эвристическое приближение к выводу солвера, а не полноценный солвер, и текущее покрытие сосредоточено на префлопе: open-споты, all-in до 15 больших блайндов и решения против опена. Воспринимайте вердикты как направление для изучения, а не как окончательный вердикт солвера. Постфлоп и более широкий набор чартов в планах.

Who it is for

Для кого

The bot targets tournament players who want a quick, repeatable review without setting up a desktop tracker. It fits micro and low stakes players who play on mobile and need a clear list of corrections after each session, not a wall of raw numbers.

Бот рассчитан на турнирных игроков, которым нужен быстрый и повторяемый разбор без установки настольного трекера. Он подходит игрокам микро- и низких лимитов, кто играет с телефона и хочет получить ясный список правок после сессии, а не стену сырых цифр.

How the analysis works

Как устроен анализ

The analysis runs in a fixed order. A deterministic layer does all the counting, and the language model only writes the narrative on top of verified numbers. This separation is the core design decision: the model never invents statistics.

Анализ идет в фиксированном порядке. Детерминированный слой выполняет все подсчеты, а языковая модель пишет только текст поверх уже проверенных чисел. Это разделение и есть ключевое архитектурное решение: модель не выдумывает статистику.

  • Parser: reads every hand from the archive and rebuilds positions, actions, and results.
  • Stats engine: computes VPIP, PFR, 3-bet, fold to 3-bet, net result, and per-position numbers.
  • Leak detector: compares preflop decisions against reference ranges and tags deviations as specific leaks.
  • Hand selector: picks the most informative hands so the model cost stays fixed regardless of archive size.
  • Claude analysis: writes the review with both a GTO baseline and an exploit adjustment for the field.
  • Fact verifier: checks the written analysis against the actual hand data and removes claims that do not match.
  • Trend: compares this session with your previous sessions and full history.
  • Парсер: читает каждую руку из архива и восстанавливает позиции, действия и результат.
  • Движок статистики: считает VPIP, PFR, 3-bet, fold to 3-bet, чистый результат и показатели по позициям.
  • Детектор утечек: сверяет префлоп-решения с эталонными чартами и помечает отклонения как конкретные утечки.
  • Селектор рук: отбирает самые показательные раздачи, чтобы стоимость модели не зависела от размера архива.
  • Анализ Claude: пишет разбор сразу с базой по GTO и поправкой на эксплойт под поле.
  • Fact verifier: сверяет текст разбора с реальными данными рук и убирает утверждения, которые не подтверждаются.
  • Тренд: сравнивает текущую сессию с прошлыми и со всей историей.

How to use it, step by step

Как пользоваться, по шагам

  1. Open @AAGTObot in Telegram and press Start.
  2. In the GG Poker client, open your game history and export hands for the session. You get a ZIP archive.
  3. Add the Tournament Summary files to the same upload if you want exact buy-ins, prizes, and ROI.
  4. Send the ZIP file to the bot in chat. You can send several archives; the bot merges them into one session and skips duplicate hands.
  5. If the archive mixes formats, pick the discipline to analyze.
  6. Wait for the report. The bot posts statistics, GTO compliance, the leak list, the money block, and a written review.
  7. Open the Mini App from the menu button to see charts, position tables, and drills.
  8. Ask follow-up questions about the session directly in chat.
  1. Откройте @AAGTObot в Telegram и нажмите Start.
  2. В клиенте GG Poker откройте историю игр и выгрузите руки за сессию. На выходе будет ZIP-архив.
  3. Добавьте к загрузке файлы Tournament Summary, если нужны точные байины, призовые и ROI.
  4. Отправьте ZIP-файл боту в чат. Можно отправить несколько архивов: бот объединит их в одну сессию и отсеет повторные руки.
  5. Если в архиве смешаны форматы, выберите дисциплину для разбора.
  6. Дождитесь отчета. Бот пришлет статистику, соответствие GTO, список утечек, финансовый блок и текстовый разбор.
  7. Откройте Mini App через кнопку меню, чтобы увидеть графики, таблицы по позициям и тренировку.
  8. Задавайте уточняющие вопросы по сессии прямо в чате.

What it looks like

Как выглядит

Screenshots from the public demo mode of the Mini App.

Скриншоты из публичного демо-режима Mini App.

Poker Analyzer Mini App overview: profile, hand of the day, key stats, and finance
Overview: profile, hand of the day, key stats, and finance.
Обзор: профиль, Рука дня, ключевые статы и финансы.
Poker Analyzer Mini App: GTO compliance, position radar, and per-position table
GTO compliance, position radar, and per-position table.
Соответствие GTO, радар по позициям и таблица по позициям.
Poker Analyzer Mini App: buy-in buckets, ranked leaks, drill mode, and trend
Buy-in buckets, ranked leaks, drills, and trend.
Группы байинов, главные утечки, тренировка и динамика.

What you see in the Mini App

Что внутри Mini App

The Mini App is a fast, view-only dashboard. It shows your numbers without calling the model, so it loads quickly and stays free to browse.

Mini App - это быстрый дашборд только для просмотра. Он показывает ваши цифры без обращения к модели, поэтому открывается быстро и остается бесплатным для просмотра.

  • Key stats with target ranges and a green, yellow, or red verdict.
  • GTO compliance: the share of decisions that match, run too wide, or run too tight.
  • Position table: open, all-in, and versus-open behavior for each seat, down to a 13x13 hand grid.
  • Top leaks ranked by frequency, with the share of the session each one covers.
  • Finance: buy-in buckets, ROI, in-the-money rate, net result, and best finish.
  • Period switch to view the last day, week, or full history.
  • Ключевые статы с целевыми диапазонами и вердиктом зеленый, желтый или красный.
  • Соответствие GTO: доля решений в норме, слишком широких или слишком тайтовых.
  • Таблица по позициям: open, all-in и игра против опена для каждого места, вплоть до сетки рук 13x13.
  • Главные утечки по частоте, с долей сессии для каждой.
  • Финансы: группы байинов, ROI, доля попаданий в призовые, чистый результат и лучший финиш.
  • Переключатель периода: последний день, неделя или вся история.

Drills and Hand of the Day

Тренировка и Рука дня

Drill mode turns your own mistakes into a quiz. The bot takes hands where the leak detector found a deviation and asks you to play the spot again, then shows the correct line and a short note. Hand of the Day is a separate daily puzzle with a shared leaderboard, useful for keeping decision practice regular between sessions.

Режим тренировки превращает ваши же ошибки в квиз. Бот берет руки, где детектор нашел отклонение, и предлагает разыграть спот заново, затем показывает верную линию и короткий комментарий. Рука дня - это отдельная ежедневная задача с общим лидербордом, она помогает держать практику решений регулярной между сессиями.

Supported disciplines

Поддерживаемые дисциплины

The bot detects the format from the hands and applies the matching reference charts and benchmarks. Supported formats include regular MTT, bounty and mystery bounty, All-in or Fold, Battle Royale, Spin, and short-handed tables. When an archive contains several formats, each one is reported separately.

Бот определяет формат по рукам и применяет соответствующие чарты и нормы статов. Поддерживаются обычные MTT, bounty и mystery bounty, All-in or Fold, Battle Royale, Spin и шортхенд-столы. Если в архиве несколько форматов, по каждому формируется отдельный отчет.

Cost, limits, and your data

Стоимость, лимиты и ваши данные

The bot is currently free to use. Browsing stats in the Mini App never calls the model. Each report includes an automatic comparison with your full history, and one session covers up to a few thousand hands per upload. Your history is stored per user and you can clear it at any time from the Mini App settings. The pricing model is designed around the stake you play, so heavier stakes would map to a stronger model, but billing is off for now.

Сейчас бот бесплатен. Просмотр статистики в Mini App не обращается к модели. Каждый отчет включает автоматическое сравнение со всей вашей историей, а одна сессия покрывает до нескольких тысяч рук за загрузку. История хранится по каждому пользователю отдельно, и вы можете очистить ее в любой момент в настройках Mini App. Тарифная модель построена вокруг лимита, на котором вы играете, поэтому более высокие лимиты подразумевают более сильную модель, но биллинг пока выключен.

FAQ

Частые вопросы

Is this a gambling product?Это азартная игра?

No. It is an analysis tool only. There is no betting, no real-money play, and no deposits or withdrawals inside the bot. It only reviews hand histories you already played elsewhere.

Нет. Это только инструмент анализа. Внутри бота нет ставок, игры на реальные деньги, а также депозитов и выводов. Бот лишь разбирает историю рук, которые вы уже сыграли в другом месте.

What do I upload to the bot?Что загружать в бота?

A ZIP archive of your GG Poker hand history. Add Tournament Summary files to the same upload if you want exact buy-ins, prizes, and ROI.

ZIP-архив с историей рук GG Poker. Добавьте к загрузке файлы Tournament Summary, если нужны точные байины, призовые и ROI.

Does it replace a solver?Заменяет ли это солвер?

No. It is an MVP. The GTO compliance metric is a rule-based approximation of solver output, focused on preflop. Use it to find leaks quickly, not as a final solver verdict.

Нет. Это MVP. Метрика соответствия GTO - это эвристическое приближение к выводу солвера, сосредоточенное на префлопе. Используйте ее, чтобы быстро находить утечки, а не как окончательный вердикт солвера.

How much does it cost?Сколько это стоит?

It is currently free to use. Browsing statistics in the Mini App never calls the model.

Сейчас пользование бесплатное. Просмотр статистики в Mini App не обращается к модели.