In a fascinating crossover of quantitative finance history and modern AI tooling, AI engineer Gurisingh has distilled the legendary methodology of Edward O. Thorp into a set of 10 prompts. Thorp, a mathematician and hedge fund manager, famously used probability theory to beat blackjack in the 1960s before applying similar principles to achieve a 29-year streak of positive returns on Wall Street.
Gurisingh's project translates Thorp's core principles—probabilistic thinking, edge identification, risk management, and systematic execution—into instructions for large language models like ChatGPT. The goal is to provide a structured framework for using AI as a reasoning partner in developing and backtesting trading strategies.
The Thorp Methodology: From Blackjack to Wall Street
Ed Thorp's legacy is built on applying rigorous mathematics to games of chance and financial markets. In 1962, he published "Beat the Dealer," which mathematically proved card counting could give players an edge in blackjack, leading casinos to change their rules. He later co-founded what is considered one of the first quantitative hedge funds, Princeton-Newport Partners. Using statistical arbitrage and convertible bond hedging—concepts he pioneered before the Black-Scholes model was published—the fund delivered a 20% annualized return from 1969 to 1988 without a single down year.
His approach was not about predicting the future but about identifying mispriced odds and managing risk through position sizing and hedging.
The 10-Prompt Framework for AI Trading Agents
While Gurisingh did not publish the exact prompts in the source tweet, the project implies a decomposition of Thorp's process into steps an LLM can facilitate. Based on Thorp's known methodology, a likely prompt framework would include:
- Defining an Edge: Prompting the AI to help identify a statistical anomaly or market inefficiency.
- Probability Estimation: Instructing the model to reason about the probabilistic outcomes of a trade, akin to calculating blackjack odds.
- Kelly Criterion Calculation: Using the AI to help determine optimal position sizing based on the estimated edge and bankroll—a cornerstone of Thorp's risk management.
- Hedge Construction: Asking the model to propose hedging strategies to reduce unwanted risk exposure.
- Backtest Scenario Generation: Prompting the AI to outline historical stress tests for a strategy.
- Bias Identification: Using the LLM as a devil's advocate to find flaws in the reasoning or data.
- Systematic Rule Writing: Translating a qualitative edge into precise, executable trading rules.
This framework shifts the AI's role from a predictive "oracle" to a structured reasoning engine that enforces discipline, challenges assumptions, and performs computational groundwork.
What This Means in Practice
For a quantitative analyst or systematic trader, these prompts could be used to:
- Structure Research: Guide the initial exploration of a new market anomaly.
- Stress-Test Logic: Force a verbal defense of a strategy's core assumptions.
- Draft Code: Generate pseudo-code or Python snippets for backtesting engines based on the formulated rules.
The value isn't in the AI making trading decisions, but in it accelerating and formalizing the researcher's workflow, ensuring key steps like explicit probability estimation and position sizing are never skipped.
Limitations and Caveats
This is a conceptual framework, not a plug-and-profit system. Critical limitations include:
- Data & Execution: The prompts rely on the user providing accurate data and implementing the output in real trading systems.
- LLM Numerical Reliability: LLMs are known to hallucinate numbers and calculations; any critical math (like Kelly Criterion) must be verified independently.
- No Alpha Generation: The prompts structure the process of testing an idea a human brings to the table. They do not generate novel, profitable trading ideas on their own.
The project is best viewed as a modern template for systematic thinking, inspired by one of history's most successful quants.
gentic.news Analysis
This project sits at the intersection of two growing trends we track: the democratization of quantitative finance and the use of LLMs as reasoning frameworks, not just content generators. It follows a pattern of AI engineers repurposing historical algorithmic wisdom, similar to recent open-source projects that have implemented and expanded on classical trading signals from academic papers.
Gurisingh's prompt set is essentially a meta-strategy—a system for building systems. This aligns with a broader shift in AI-aided finance from seeking predictive models to building robust research and validation pipelines. We've observed related entities like Numerai and QuantConnect trending (📈) as platforms that facilitate structured, crowd-sourced quantitative research, though their approach is more data- and platform-centric.
The reference to Ed Thorp is particularly apt. Before machine learning, Thorp's success was built on first-principles probability and rigorous process—the very discipline these prompts aim to instill. In an era where AI can sometimes encourage speculative, data-mined strategies, this framework advocates for a return to foundational, logic-first methodology. It contradicts the trend of purely pattern-matching, black-box AI trading models by enforcing explicit, auditable reasoning steps.
For practitioners, the key takeaway is the structure. The 10 prompts represent a checklist against behavioral finance pitfalls. Whether using an LLM or not, systematically answering these prompts for any trade idea would likely improve outcomes by mitigating overconfidence and sloppy risk management.
Frequently Asked Questions
Can I use these ChatGPT prompts to get rich trading?
No. These prompts are a framework for systematic thinking and research, not a source of guaranteed trading signals. They require you to input a viable trading idea and data. Their value is in providing a disciplined process to evaluate and manage risk for an idea you already have, similar to how a checklist improves a pilot's safety but doesn't fly the plane.
Who is Ed Thorp and why is he important to quant trading?
Edward O. Thorp is a mathematician, author, and hedge fund manager considered a founding father of quantitative finance. He was the first to prove blackjack could be beaten systematically using card counting (probability theory). He then applied similar mathematical principles—specifically the Kelly Criterion for bet sizing and early forms of options pricing/hedging—to the financial markets, generating extraordinary risk-adjusted returns for decades. He demonstrated that disciplined, probabilistic systems could outperform intuition in both gambling and investing.
How accurate are LLMs at calculating probabilities for trading?
Large Language Models (LLMs) like ChatGPT are not reliable calculators. They are proficient with language and pattern recognition but can make significant errors in numerical and probabilistic reasoning. Any critical numerical output from an LLM, such as a probability estimate or position size calculation, must be independently verified using dedicated statistical software or code. The LLM's role in this framework is best confined to logic structuring, idea expansion, and draft code generation, not final computation.
Is this related to AI-powered trading bots?
It is adjacent but distinct. Most AI trading bots attempt to autonomously predict price movements and execute trades. This prompt framework is designed for a human researcher or quant. It uses the AI as an assistant to structure the development and testing of a trading strategy. The human provides the core insight and data, and the AI helps formalize it, stress-test it, and draft the implementation rules. The execution could later be automated, but the alpha generation and system design remain human-led.








