Poker、卡牌遊戲與 Human–AI Hybrid:從 Bot、Solver、RTA 到決策來源危機
Poker, Card Games, and Human–AI Hybrids: From Bots and Solvers to Real-Time Assistance and the Crisis of Decision Provenance
Series: AI Game Intelligence, Randomness, and Adaptive Markets
Paper 06
Version: v0.1
Date: 2026-09-02
Author: Neo.K with Aletheia(GPT-5.6 Sol)
Institution: EveMissLab/一言諾科技有限公司
摘要
Poker 與策略卡牌遊戲標誌著本系列的一次根本轉折。
在輪盤、老虎機與大量莊家制遊戲中,人工智慧面對的主要問題是隨機生成機制、固定賠付結構與制度允許邊界;在 Poker 類不完全資訊策略遊戲中,玩家面對的則是另一個會觀察、推斷、欺騙、調整與學習的智能體。
因此,問題從:
Player vs Mechanism
轉變為:
Intelligence vs Intelligence.
Poker AI 的歷史已證明,這類遊戲中人工智慧可以形成超越頂尖人類的策略能力。Libratus 在雙人無限注德州撲克中擊敗頂尖職業玩家;Pluribus 隨後在六人無限注德州撲克中達成超人類表現。這表示「AI 是否可以在 Poker 中顯著改善策略品質」早已不是理論問題。
真正的新問題是:當這種能力從研究環境進入真實線上遊戲,平台如何區分合法學習與即時外部決策?
本文建立以下演化鏈:
Bot→Solver→RTA→Human–AI Hybrid→Decision Provenance.
早期 bot 直接替玩家執行動作,因此可以透過滑鼠、時間、程序與自動化行為辨識。Solver 時代則使玩家可以在遊戲外研究近似均衡策略。Real-Time Assistance 進一步把 solver 帶進即時決策週期。生成式 AI、vision model 與第二裝置又使問題更困難:玩家本人可能仍在操作 client,但實際決策可能由另一個模型產生。
因此:
Human Action⇒Human-Generated Decision.
本文將「誰執行動作」與「誰生成決策」正式分離,提出:
Action Provenance
與:
Decision Provenance.
現代線上 Poker 平台也正在從單純抓自動 bot,演化為多層 Game Integrity。PokerStars 的現行規則禁止 bot、AI 即時建議、進階 equity、ICM 與 Nash-equilibrium 類即時工具;GGPoker 2026 年政策則明確禁止 RTA、AI bot、solver、chart、HUD、remote-access tool、virtual machine 等多種可能提供不公平即時輔助的工具。PokerStars 亦公開表示其 Game Integrity 系統會分析數以千億計手牌與玩家策略/行為特徵,而 GGPoker 已與 GTO Wizard 合作,利用 Fair Play Check 與策略接近度分析輔助偵測 RTA。
因此,反作弊也出現對稱演化:
AI for Play→AI for Detection.
本文最後將這一問題延伸到 Hearthstone、MTG Arena 與其他策略卡牌遊戲。這些遊戲雖不一定直接涉及每局金錢輸贏,但 bot、帳戶 farming、即時建議、資料不對稱與 matchmaking manipulation 仍會破壞競技公平。平台的反制也開始從單純封號,擴張到改變 matchmaking topology,使特定極端行為彼此匹配。
本文不提供 RTA、bot、自動遊戲、第二裝置輔助、反偵測或規避平台安全機制的實作方法。本篇研究的是策略智能、決策來源、公平競技與反 AI 治理。
1. 從 Paper 05 跨入 Intelligence vs Intelligence
Paper 05 的莊家制遊戲主要可寫成:
π∗=argπ∈ΠmaxE[R∣G,S,P].
其中規則:
G
大致由營運者固定。
Poker 則不同。
對手策略:
π−i
本身也是環境的一部分。
因此玩家 i 的效用:
Ui=Ui(πi,π−i,S).
最佳策略不只依賴牌面,還依賴其他智能體如何行動。
2. Poker 是不完全資訊博弈
在 Poker 中,每個玩家只看到自己的資訊集合:
Ii.
但完整世界狀態:
S
包含其他玩家的 hole cards。
因此:
Ii⊂S.
玩家必須根據:
Ii
推測:
P(S∣Ii).
這與完整資訊棋類有根本差異。
3. 策略不是單一答案
Poker 策略可寫為:
πi(a∣Ii).
其中:
a∈A(Ii).
合理策略往往不是:
這裡一定下注。
而是:
P(bet)=p1,
P(check)=p2,
P(raise)=p3.
即混合策略。
4. 不可預測性本身成為策略資產
如果玩家在某狀態:
I
永遠採取同一動作,
對手可以更新:
P(H∣a,I)
並利用其規律。
因此 Poker 智能不只是:
find best move,
而包含:
maintain strategically appropriate uncertainty.
這也是 AI 在 Poker 中具有巨大優勢的一個原因:它可以更一致地執行複雜 mixed strategy。
5. AI Poker 已經證明可以達到超人類策略能力
2017 年 Libratus 在雙人無限注 Texas Hold'em 中擊敗四名頂尖職業玩家。
2019 年 Carnegie Mellon University 與 Facebook AI 共同開發的 Pluribus 進一步在六人無限注 Texas Hold'em 中擊敗多名頂尖職業玩家。
因此:
AI strategic superiority in poker is empirically established.
真正剩下的問題不是:
AI 會不會玩?
而是:
AI 在什麼時候被允許參與?
6. Pluribus 的理論意義
Pluribus 的突破不只是算得更快。
它需要在多人、不完全資訊、非零和近似、對手策略多樣的環境中行動。
這使 Poker 成為 AI strategic reasoning 的代表性問題之一。
因此:
Poker AI
不應被理解成單純機率計算器。
它是一種:
belief modelling+counterfactual reasoning+strategic randomization+adaptation.
7. Poker AI 的第一個合法場域:離線學習
如果一名玩家在牌局結束後把自己的 hand history 交給 solver 或 AI:
Hpast→analysis,
並用它改善未來能力,
這可理解為:
training assistance.
它和讀書、找教練、看錄影具有相似功能。
8. Training Assistance 與 Real-Time Assistance
真正的界線在時間。
離線:
tadvice>tdecision.
即時:
tadvice≤tdecision.
若外部系統在當前 hand 還可被影響時提供具體策略建議,就進入:
Real-Time Assistance.
9. 為什麼 RTA 特別具有破壞性
一個人類玩家原本具有能力上限:
CH.
外部 AI 的能力:
CA.
若即時把:
CA
接入每個 decision point,
有效決策能力可能變成:
Chybrid>CH.
因此平台上的 account identity:
Account=Human
不再代表:
Decision System=Human.
10. 第一階段:Fully Automated Bot
早期 bot 可以抽象為:
St→M→at.
人類不需要參與。
因此:
decision generation=machine,
且:
action execution=machine.
這是最容易理解的作弊類型。
11. Fully Automated Bot 的傳統痕跡
早期平台可以觀察:
- mouse trajectory;
- click behaviour;
- response timing;
- session duration;
- repetitive patterns;
- identical strategies;
- software processes。
PokerStars 回顧其早期 bot detection 時表示,平台曾利用只有人類滑鼠操作會出現的行為差異辨認 fully automated bots。
因此早期 anti-bot 可以主要依賴:
Ddevice+Dtiming+Dexecution.
12. 第二階段:Solver
Solver 不需要替玩家操作。
它只需要回答:
π∗(a∣I).
玩家可以:
- 在遊戲外建立解;
- 研究 range;
- 學習 bet sizing;
- 改善策略。
只要不在牌局進行中直接提供即時決策,這類工具在不同平台通常具有較寬鬆的合法或允許空間。
13. Solver 改變了「人類最佳玩法」本身
當頂尖玩家使用 solver 學習:
π∗,
人類 meta 會逐漸:
πH→πsolver−informed.
因此 AI 即使沒有出現在正式比賽時,
仍然改變了:
human strategic baseline.
這與 Paper 03 的 AI market efficiency 類似。
14. AI 外部化成文化
一旦 solver 策略被:
- 教學;
- 影片;
- chart;
- coaching;
- community;
吸收,
原本的:
machine knowledge
會轉化為:
human strategic culture.
因此不能把「使用 AI 學習」與「AI 即時替你決策」混為一談。
15. 第三階段:Push-This-Button Bot
PokerStars 使用 PTBB 一詞描述:
machine decides+human executes.
可寫成:
St→M→at∗→H→click.
最後滑鼠確實是人按的。
但:
decision origin=machine.
16. PTBB 揭露 Action 與 Decision 的分裂
設:
AP=Action Provenance,
DP=Decision Provenance.
對一般人類:
AP=H,
DP=H.
對 fully automated bot:
AP=M,
DP=M.
對 PTBB:
AP=H,
但:
DP=M.
這就是本篇最重要的新分類。
17. 第四階段:Real-Time Assistance
RTA 比 PTBB 更廣。
外部系統不一定直接輸出:
Raise.
它也可能提供:
- range;
- recommended frequency;
- equity;
- ICM;
- Nash-equilibrium analysis;
- situation-specific chart。
只要資訊是針對當前 game state,並在決策仍可修改時提供,就可能影響 decision provenance。
18. PokerStars 的現行規則
PokerStars 現行第三方工具政策禁止:
- 無人介入 bot;
- 降低人類決策需求的工具;
- 即時讀取 game state 並建議行動的工具;
- hole-card sharing;
- datamining;
- 遊戲進行中使用進階 equity、ICM 或 Nash-equilibrium 類工具。
PokerStars 也明確表示,真人必須自己決定動作以及下注/加注的相對大小。
因此平台的規則核心已不是:
human physically clicks.
而是:
human must make the decision.
19. GGPoker 的 2026 RTA 定義
GGPoker 2026 年 Security & Ecology Policy 定義 RTA 為任何:
external assistance
只要其:
- 提供不公平優勢;
- 即時影響決策;
- 使玩家能做到原本無法自行複製的玩法;
都可能落入 RTA。
政策甚至明確寫:
Every decision at the table should be free of external assistance.
20. GGPoker 的 Bot 定義也包含 AI
現行政策將 bot 定義為:
- software;
- program;
- website;
- app;
只要它可以:
play without human intervention
或:
reduce the requirement of human decision/action.
並明確包含:
artificial intelligence
以及 fully / partially automated bots。
21. 現代平台開始禁止「輔助環境」
GGPoker 2026 政策除 RTA 與 bots 外,也禁止多類可能改變即時公平性的工具,包括:
- solver;
- chart;
- HUD;
- automated note-taking;
- remote-access software;
- virtual machine;
- emulator;
- location-masking tools;
- game-data extraction tool。
這反映平台已不再只防一個叫做:
bot.exe
的程式。
而是在治理:
decision-support environment.
22. 第五階段:Human--AI Hybrid
生成式 AI 使決策輔助更自然。
不再需要專門 Poker solver interface。
一般模型可能具備:
- vision;
- natural-language reasoning;
- tool use;
- memory;
- voice output。
因此:
general AI
本身就可能成為一個 strategy interface。
23. Human--AI Hybrid 不一定自動化
系統可能:
observe→reason→suggest,
而人:
accept/reject→act.
所以:
human remains in the loop
並不足以證明公平。
因為 human-in-the-loop 可以只是:
execution relay.
24. Decision Contribution 是連續量
真實 Human--AI hybrid 不一定只有:
0%
或:
100%
機器決策。
可以定義概念上的:
αA∈[0,1]
表示 AI 對最終策略決策的貢獻程度。
則:
D=F(DH,DA,αA).
問題是:
αA
在外部通常不可直接觀測。
25. Assistance Continuum
本文提出六級分類:
H0 — Human Only
DP=H.
H1 — Pre-Game AI Training
AI 只在正式遊戲之前提供一般訓練。
H2 — Static In-Game Reference
遊戲時使用固定、不讀取當前 state 的參考資料。
其是否允許取決於平台規則。
H3 — State-Aware RTA
AI 讀取當前狀態並提供即時建議。
H4 — Human-Executed Machine Decision
AI 決定具體行動,人只負責執行。
H5 — Fully Automated Bot
AI 同時決策與執行。
這個 continuum 比「人類/bot」二分更符合 AI 時代。
26. 第二裝置問題
假設 Poker client 運行在:
D1.
外部 AI 運行在:
D2.
兩者沒有軟體連線。
例如:
D2
只透過外部感測取得畫面資訊。
此時:
client-side process scan
可能完全看不到:
D2.
這就是:
Second-Device Problem.
27. 第二裝置問題不是某個特定作弊工具
它是一個更一般的系統原理:
Decision computation can be physically decoupled from action execution.
只要:
observation channel
與:
advice channel
存在,
運算設備不必和 client 位於同一台機器。
28. 這使 Process Detection 不再充分
傳統:
Dprocess
可能檢查:
- 程序;
- DLL;
- memory;
- window;
- known solver。
第二裝置存在時:
Dprocess≈0
並不意味:
P(RTA)=0.
因此:
absence of local tool evidence⇒absence of external decision assistance.
29. 平台因此必須轉向 Behaviour
現代反作弊逐漸研究:
πplayer(a∣I).
如果它在大量罕見決策點上突然異常接近:
π∗(a∣I),
可能提高:
P(RTA∣D).
但這仍然不能單獨構成證明。
30. 為什麼不能「玩得太好就封」
因為真正頂尖玩家本來就可能:
D(πH,π∗)≪1.
而 solver culture 又會使人類策略逐年接近 equilibrium-informed play。
因此:
strategy optimality=proof of machine assistance.
31. False Positive 問題
若平台只以:
D(π,π∗)<τ
判定作弊,
頂尖玩家會有:
P(false positive)
問題。
因此 anti-RTA 必須使用多證據融合。
32. Modern Integrity Evidence Stack
本文提出:
E=(Edevice,Etiming,Estrategy,Ebehaviour,Egraph,Eexternal,Ehuman).
任何單一維度都不應理想化為完美 detector。
33. Device Evidence
包括平台依法與依條款可觀察的:
- running tools;
- remote-access state;
- VM / emulator;
- known prohibited software。
其優點是直接。
缺點是第二裝置可能繞開這一層。
34. Timing Evidence
對某些外部查詢系統,玩家可能呈現:
Tresponse
與問題複雜度異常相關。
但:
slow decision=RTA.
正常人也會思考。
因此 timing 只能作為聯合證據。
35. Strategy Evidence
分析:
D(πplayer,π∗).
不只看整體 EV loss,
還可以研究:
- rare spots;
- mixed-frequency accuracy;
- unusual bet sizes;
- obscure lines。
真正可疑的可能不是:
high skill,
而是:
skill profile inconsistent with the player’s own historical manifold.
36. Behavioural Baseline
設玩家過往分布:
πi(0).
目前時間窗口:
πi(1).
定義:
Δi=D(πi(1),πi(0)).
若:
Δi≫0,
只表示:
behavioural regime change.
仍需要解釋原因。
37. Cognitive Regime Shift
一名玩家可能因:
- coaching;
- study;
- fatigue;
- tilt;
- game selection;
- legitimate improvement;
而改變策略。
因此:
behavioural discontinuity=machine substitution.
這也是 Cognitive Forensics 必須非常保守的原因。
38. Graph Evidence
多人 Poker 還有:
collusion.
因此平台可建立:
G=(V,E)
其中節點可能是:
- accounts;
- devices;
- locations;
- financial relations;
- repeated tables。
邊:
Eij
表示可疑相關。
這與單一 RTA 問題不同,但可以聯合出現。
39. External Evidence
2025 年 GGPoker 與 GTO Wizard 的合作代表一個新方向:
Poker Platform+Solver Provider
共同處理 Game Integrity。
GGPoker 公開表示,利用 GTO Wizard 的 game-integrity services,封鎖了:
31
個違反 fair-play rule 的帳號。
這是一個重要制度轉折。
40. Fair Play Check
GTO Wizard 的 Fair Play Check 可以驗證:
a particular board
是否在指定時間範圍內曾於其服務被 solve。
因此可以把:
thand
與:
tsolver
進行證據對照。
這不是普遍監控所有外部 AI 的萬能方法,但它展示:
external computation can itself leave provenance evidence.
41. Solver Provider 也開始成為 Integrity Infrastructure
GTO Wizard 的 Game Integrity 服務還提供:
- Fair Play Check automation;
- GTO reports;
- superhuman-play detection;
- player strategy 與 optimal strategy closeness assessment。
這代表原本提供:
strategy intelligence
的公司,也開始提供:
strategy provenance evidence.
42. AI 防 AI
因此出現一個對稱結構:
Mplay↔Mdetect.
攻擊端:
AI improves decisions.
防守端:
AI detects statistically implausible decision patterns.
這是一個真正的 adaptive adversarial ecology。
43. PokerStars 的 Game Integrity 規模
PokerStars 2025 年公開表示其 Game Integrity 團隊約有數十名專職專家、程式設計師、分析師與前職業 Poker 玩家,並可以使用平台累積超過:
235 billion
手牌進行分析。
平台表示自動系統會持續 flag 可疑帳號,再交由專門人員調查。
因此防守方具有:
server-side population-scale data advantage.
44. 伺服器的 God's-Eye View
單一玩家只看:
Ii.
平台則知道:
- 所有合法 server state;
- action sequence;
- timing;
- account history;
- game outcomes;
- table graph。
在牌局完成後,平台通常擁有比任何單一玩家完整得多的:
S.
因此:
player AI advantage
不代表:
player has the better forensic dataset.
45. PokerStars 不依賴單一「抓螢幕」方法
PokerStars 2025 年公開說明其反作弊會分析 gameplay 與 behavioural tendency,同時表示其並不以抓取玩家螢幕內容作為手段。
這是一個重要治理信號:
anti-cheat power
必須與:
privacy constraint
共同考慮。
46. Privacy--Integrity Tradeoff
如果平台要求:
- webcam;
- full-screen capture;
- room scan;
- second-device inspection;
可以提高某些偵測能力。
但會增加:
Cprivacy.
因此平台治理目標不是單純:
maxDetection.
而更接近:
max[Integrity−λPrivacyCost−γFalsePositiveCost].
47. False Positive 也是公平性問題
如果 anti-AI 系統錯誤封鎖:
Helite,
那麼:
anti-cheat itself becomes a source of unfairness.
所以:
high sensitivity
與:
high specificity
必須同時考慮。
48. Human Review 不能完全消失
平台的機器模型可以輸出:
P(violation∣E).
但對高影響處置:
ban,
fund confiscation,
理想制度仍需要:
multi-evidence human review.
PokerStars 公開描述其案件會由專門人員處理並進行複核。
49. Decision Provenance
本文正式定義:
DP(d)=provenance of the cognitive process generating decision d.
它和:
AP(a)=provenance of the physical action executing a
不同。
50. Decision Provenance 為什麼比 Identity 更重要
傳統線上平台驗證:
Who owns the account?
但 AI 時代還必須問:
What system generated the decision?
同一個 verified human account 可以對應:
DP=H,
也可以對應:
DP=H+A,
甚至:
DP=A.
51. Decision Provenance 不是二元變數
可以把決策表示成:
d=F(H,A,R,E),
其中:
H=human reasoning,
A=AI assistance,
R=reference material,
E=environmental information.
因此真正的問題是:
which contributions are permitted?
而不是:
was AI present at all?
52. Fairness 是制度定義,不是自然常數
某平台可能允許:
H1
即 AI 離線訓練。
禁止:
H3,H4,H5.
另一個教育型遊戲可能允許:
H2.
所以:
Fairness=F(rules,expectations,disclosure,symmetry).
不存在跨所有遊戲唯一固定的 AI fairness boundary。
53. Symmetry Principle
如果某競賽明確允許所有玩家使用同一類 AI:
Aallowed,
那麼 AI 本身可能從:
unfair assistance
變成:
part of the game.
因此核心問題之一是:
Are capabilities symmetrically available and explicitly permitted?
54. 但對稱工具仍可能改變遊戲本體
即使每個人都可以用 AI,
遊戲仍可能從:
human strategy competition
轉變成:
AI selection/orchestration competition.
所以:
equal access=same game identity.
這是競技治理很深的問題。
55. Poker 為什麼特別敏感
Poker 的文化價值部分來自:
- bluff;
- read;
- adaptation;
- uncertainty;
- human inconsistency。
若即時 solver 完全主導:
πH→πA,
競技本體可能從:
human strategic reasoning
變成:
tool-mediated equilibrium execution.
平台因此有理由把「人本人作決策」寫成核心規則。
56. Card Games 不一定有直接金錢賭注
Hearthstone、MTG Arena 等遊戲通常不是每局直接:
win money / lose money.
但仍存在:
- rank;
- rewards;
- account progression;
- tournament qualification;
- time value;
- account economy。
因此 bot 與 AI assistance 仍會創造:
competitive and economic externality.
57. Card-Game Bot 的目標可以是 Grinding
某 bot 不需要:
EVcash>0.
只要:
Rewardtime>Costautomation,
就可能有誘因持續運行。
因此:
bot economics
與 Poker RTA 不完全相同。
58. Hearthstone 的大規模 Bot 問題
Blizzard 在 2024 年公開多次進行大規模 bot enforcement,其中一輪表示自前次更新後又處理超過:
240,000
個帳號。
這顯示:
detection=permanent elimination.
若新帳號成本足夠低,bot ecology 可以持續再生。
59. Bot Ecology
可以寫成:
Nt+1=Nt+Bt−Dt,
其中:
Bt=new bot creation,
Dt=detected/removed bots.
只要:
Bt≥Dt,
總 bot population 就不會下降。
因此:
ban rate alone
不是完整治理指標。
60. 平台可以直接改變遊戲拓樸
Hearthstone 2024 年 Arena 的一項措施很有代表性。
針對反覆提前 retire、持續重抽直到拿到極強牌組的極端行為,Blizzard 並沒有完全刪除 retire 功能,而是讓這類玩家進入另一個 matchmaking pool。
因此:
strategy→topology response.
61. Matchmaking Topology as Countermeasure
設一般玩家池:
P0.
極端策略玩家:
PE.
平台可以把:
PE
重新映射到:
P1.
使其:
mainly compete with similar strategies.
這種治理不一定需要判定:
你是不是作弊。
而是直接降低某種行為對一般生態的外部性。
62. 這和美國 CAW 很像
Paper 03 中 NYRA 不是禁止所有電腦模型。
它改的是:
execution timing topology.
Hearthstone 的例子則改:
matchmaking topology.
兩者共同反映:
platform can neutralize an advantage by changing the game environment.
63. Wizards 的一般反作弊邊界
Wizards of the Coast 現行 Terms 禁止:
- unauthorized data mining;
- bots;
- hacks;
- 未授權 software / code;
- 使使用者相對未使用者取得優勢的工具。
因此策略卡牌遊戲同樣面臨:
authorized assistance boundary.
而不是只有真錢 Poker 才有這個問題。
64. Deck Tracker 與 RTA 的界線會越來越困難
一般 deck tracker 可能只是:
memory externalization.
但加入:
opponent model+current-state solve+action recommendation,
就會逐步走向:
decision substitution.
因此未來規則不應只按工具名稱分類,而需要按:
function
分類。
65. Functional Assistance Taxonomy
本文建議以功能分成:
F0=record,
F1=summarize,
F2=calculate static information,
F3=infer hidden state,
F4=recommend action,
F5=execute action.
越往後:
decision substitution↑.
66. 這比「是不是 AI」更穩定
因為未來:
AI
會出現在幾乎所有軟體。
所以規則若只寫:
禁止 AI。
會變得非常模糊。
更合理是:
禁止哪些功能在什麼時間介入決策.
67. Temporal Assistance Boundary
同一個工具在:
t<tmatch
可能是合法 trainer。
在:
t=tdecision
可能成為 prohibited RTA。
因此 permission 應該寫成:
P(F,t,state−awareness).
68. State Awareness 是核心變數
一般教學:
A(generic poker theory)
與:
A(It)
完全不同。
第二者知道:
the exact current decision state.
因此 RTA governance 的重要軸應包含:
state awareness.
69. Decision Specificity
另一個軸是建議是否具體。
低 specificity:
考慮 pot odds。
高 specificity:
此處採取某個特定 action。
所以可定義:
SD∈[0,1].
當:
SD↑,
decision substitution 通常也提高。
70. Human Cognitive Work Requirement
本文再定義:
CH=remaining human cognitive work.
對純 coaching:
CH≈1.
對 PTBB:
CH≈0.
因此一個公平競技規則可以關心:
how much strategic cognition remains with the registered player.
71. Decision Substitution Index
概念上可定義:
DSI=f(AS,SD,TR,CH−1),
其中:
AS=state awareness,
SD=decision specificity,
TR=real-time coupling,
CH=remaining human cognitive work.
越高表示外部系統越接近替代玩家本人的決策角色。
72. 這比 Bot / Not Bot 更能描述未來
未來可能出現:
- AI whisper coach;
- augmented-reality advice;
- multimodal assistant;
- partial recommendation;
- probability overlay。
這些未必是 full bot。
但:
DSI
可能非常高。
因此:
automation level=decision substitution level.
73. Decision Provenance Crisis
當:
AP=H
而:
DP
不可直接觀測,
平台會遇到:
Decision Provenance Crisis.
即:
可以驗證是誰按下按鈕,卻無法直接驗證是誰產生策略。
這是生成式 AI 時代的新公平性核心。
74. 這不只是 Poker
同樣問題可以出現在:
- Chess;
- Go;
- competitive card games;
- esports;
- online examinations;
- coding competitions;
- remote professional assessments。
只要:
human identity is verified
但:
cognitive origin is externally augmentable,
Decision Provenance 就成為問題。
75. Cognitive Forensics
本文把從行為結果推斷可能決策來源的研究方向稱為:
Cognitive Forensics.
其目的不是讀心。
而是估計:
P(DP∣Eobservable).
76. Cognitive Forensics 不應宣稱完美確定性
因為:
P(DP∣E)
永遠受:
- model uncertainty;
- human variability;
- legitimate learning;
- incomplete evidence;
影響。
所以結果更應是:
evidence-weighted attribution.
而不是:
mathematical proof of cognition source.
77. Detection 也會產生 Adversarial Adaptation
一旦平台公開 detector:
D,
作弊者就會優化:
minPD(detected).
因此形成:
Dt→At+1→Dt+1.
這就是:
anti-cheat arms race.
78. 不應公開過度具體的反偵測細節
完整研究可以分析:
classes of signals,
但若公開:
- exact thresholds;
- exact timing signatures;
- exact evasion patterns;
反而可能降低平台安全。
因此本系列只描述:
defensive principles
不提供規避方法。
79. AI Game Integrity 的六層防禦
本文將現代公平競技防禦濃縮為:
Layer 1: RulesLayer 2: Client/EnvironmentLayer 3: BehaviourLayer 4: StrategyLayer 5: Graph/External EvidenceLayer 6: Human Adjudication
真正強的系統不依賴單一 detector。
80. Rules Layer
最先必須清楚定義:
what assistance is allowed.
規則模糊時,再好的 detector 也無法產生正當處置。
81. Environment Layer
目的不是全面監控私人裝置。
而是在合理權限內辨識:
known prohibited interaction.
並受:
privacy proportionality
限制。
82. Behaviour Layer
建立:
πihistory
與:
πicurrent
的比較。
重點是 regime change,不是「高手就是作弊」。
83. Strategy Layer
研究:
D(πi,π∗).
但必須和玩家能力、stake、history 及罕見 spot 分布共同解讀。
84. Graph / External Layer
利用:
- collusion graph;
- account relation;
- solver-provider evidence;
- other external corroboration。
GGPoker 與 GTO Wizard 的合作是目前最清楚的制度案例之一。
85. Human Adjudication Layer
最後把:
E1,…,En
組合成:
P(violation∣E).
再依:
- policy;
- severity;
- uncertainty;
決定:
warning,
suspension,
ban.
86. 第一核心命題:Intelligence Interaction
在策略遊戲中:
Ui=Ui(πi,π−i),
因此 AI 價值不只來自預測環境,也來自建模與回應其他智能體。
87. 第二核心命題:Action--Decision Separation
AP=H⇒DP=H.
這是 Human--AI Hybrid 公平性最重要的邏輯基礎。
88. 第三核心命題:Second-Device Incompleteness
若外部決策系統與 client 實體分離,
則:
Dlocal=0⇒P(external assistance)=0.
因此 client-side scanning 在理論上不可能單獨成為完整解。
89. 第四核心命題:Optimality Is Not Proof
D(π,π∗)→0
不充分推出:
DP=A.
因為高手與 solver-trained humans 也可以接近均衡策略。
90. 第五核心命題:Multi-Evidence Necessity
高影響作弊判定應依賴:
P(DP∣E1,…,En)
而不是:
P(DP∣E1).
此命題直接支持多層 Game Integrity。
91. 第六核心命題:Assistance Functionalism
未來治理應優先分類:
what the tool does
而不是:
whether it is called AI.
因為 AI 將逐漸成為一般軟體基礎能力。
92. 第七核心命題:Temporal Permission
同一工具:
T
可以在:
tstudy
合法,
但在:
tdecision
違反規則。
因此:
Permission=P(F,t,S).
其中:
F=function,
t=timing,
S=state awareness.
93. 第八核心命題:Topology Countermeasure
當某策略造成:
Externality>θ,
平台不一定只能:
detect and ban.
它也可以修改:
matchmaking / timing / access topology.
Hearthstone Arena 與 NYRA CAW 分別提供了遊戲與博彩市場中的類似案例。
94. 第九核心命題:Decision Substitution
AI 作弊風險與:
degree of substituted strategic cognition
比與單純 automation level 更直接相關。
因此:
DSI
可以成為未來公平競技研究的重要抽象變數。
95. 第十核心命題:Integrity--Privacy Dual Constraint
反作弊最佳化不是:
maxDetection.
而是:
max[Integrity−λPrivacyCost−γFalsePositiveCost].
任何要求完全監控所有第二裝置的制度,都會遇到極高的隱私與比例原則成本。
96. 系列研究邊界
本文不提供:
RTA implementation
bot implementation
screen-reading poker assistant
second-device assistance workflow
anti-cheat evasion
solver-query concealment
本文只研究:
- game theory;
- AI strategic capability;
- platform rules;
- decision provenance;
- game integrity;
- anti-cheat architecture;
- privacy;
- governance。
97. 與 Paper 05 的差異
Paper 05:
Player vs Mechanism.
Paper 06:
Intelligence vs Intelligence.
因此 AI 的角色從:
better calculation
升級為:
strategic cognition.
98. 與 Paper 03 的共同點
Paper 03 的市場是:
many intelligent agents→collective price.
Paper 06 則是:
many intelligent agents→direct strategic interaction.
兩者都屬:
multi-agent adaptive systems.
99. 與 Paper 07 的銜接
本篇提出:
Decision Provenance Crisis.
但尚未完整回答:
如何治理與判定?
Paper 07 將把:
Cognitive Forensics
獨立出來,研究:
- provenance model;
- evidence fusion;
- behavioural fingerprint;
- false positive;
- privacy;
- adversarial adaptation;
- adjudication standard。
100. 結論
Poker 把 AI 博弈研究推到了一個與輪盤、彩券及傳統 casino 完全不同的位置。
在 Poker 中:
randomness remains,
但更重要的是:
another intelligence is inside the system.
玩家必須對:
P(S∣I)
形成 belief,
同時對:
π−i
形成 opponent model,
再選擇:
πi.
人工智慧已經證明可以在這種不完全資訊策略環境達到超人類能力。
所以 AI 時代的 Poker 問題不再是:
機器能不能玩得比人好?
答案早已是:
Yes.
真正問題變成:
When is that intelligence allowed to enter the decision loop?
早期 bot:
AP=M,
DP=M.
今天的 Human--AI Hybrid 卻可能:
AP=H,
DP=H+A
甚至:
DP=A.
因此:
human execution is no longer sufficient evidence of human decision.
這就是 Decision Provenance Crisis。
而現代平台的反應也正在改變。
PokerStars 已不只分析滑鼠與 bot process,而使用巨大 hand-history 資料、策略與行為模型以及人工 Game Integrity review。
GGPoker 2026 年規則更直接把 RTA、AI bots、solver、chart、HUD、remote access 與 virtualized environments 納入整個 security ecology。
GTO Wizard 則代表另一個新現象:原本提供策略智能的 solver provider,也開始提供 Fair Play Check、superhuman-play detection 與 strategy-closeness analysis,協助平台判斷外部計算是否可能介入即時遊戲。GGPoker 2025 年公開表示,雙方合作後已針對 31 個違反 fair-play rule 的帳號採取封鎖措施。
因此:
AI for strategic advantage
正在同時產生:
AI for strategic forensics.
卡牌遊戲則進一步顯示,制度不一定只能靠「抓到然後封號」。
Hearthstone 對某些極端 Arena 行為採用不同 matchmaking pool,說明平台還可以直接改變:
game topology.
於是整個 AI 競技治理的演化,可以概括為:
Detect Automation↓Detect Assistance↓Infer Decision Provenance↓Redesign Competitive Topology
這也讓 AI 公平性問題第一次超出「是不是外掛」。
真正的問題成為:
How much of the strategic cognition must remain with the registered human participant for the contest to remain the same contest?
當一個人仍然坐在螢幕前、仍然親手按下按鈕,但重要判斷已由外部模型完成時,身份驗證仍然成功,卻未必完成了認知來源驗證。
因此本文最後提出:
Identity Provenance=Action Provenance=Decision Provenance.
這三者在前 AI 時代經常被默認為同一件事。
在 Human--AI Hybrid 時代,它們必須被正式分離。
而下一篇 Paper 07 將從這裡開始:
如果 Decision Provenance 無法直接觀測, 我們究竟可以如何在不犧牲隱私與正常高手的前提下, 建立合理的 Cognitive Forensics?
References / Empirical and Policy Anchors
- Carnegie Mellon University, 2019, reporting Pluribus's superhuman performance against professional players in six-player no-limit Texas Hold'em and summarizing the earlier Libratus result.
- PokerStars, current Third Party Tools and Services Policy and General Terms, accessed 2026, defining prohibited bots, real-time advice, advanced equity, ICM and Nash-equilibrium assistance during play.
- PokerStars Game Integrity materials, 2024--2026, describing FAB, PTBB, RTA detection, behavioural analysis, proprietary models, continuous automated flagging, specialist review, and analysis across more than 235 billion hands.
- GGPoker, Security & Ecology Policy, current version dated 2026-03-13, defining RTA, bots, AI, prohibited decision assistance, remote-access tools, virtual machines and related integrity restrictions.
- GGPoker, 2025, GGPoker & GTO Wizard Join Forces, reporting 31 blocked accounts following use of GTO Wizard game-integrity services and describing Fair Play Check.
- GTO Wizard, current Game Integrity materials, accessed 2026, describing Fair Play Check Automation, GTO Reports, superhuman-play detection and strategy-to-optimal-strategy closeness assessment.
- Blizzard Entertainment, April 2024 Hearthstone Bot Ban Update, reporting action against more than 240,000 additional accounts and the use of a separate Arena matchmaking pool for repeated early-retirement behaviour.
- Wizards of the Coast, current Terms, accessed 2026, prohibiting unauthorized bots, cheats, software, data mining and tools that grant advantages not available to ordinary players.
Next:
Paper 07 — 反 AI 博弈系統:Decision Provenance、Cognitive Forensics 與公平競技治理