Nav Toor Profile picture
Feb 16 15 tweets 7 min read Read on X
BREAKING: AI can now build ML models like Goldman Sachs' AI trading desk (for free).

Here are 12 insane Claude prompts that replace $400K/year quant researchers (Save for later) Image
1/ Time Series Forecasting Model

You are a Quantitative Researcher at Goldman Sachs Global Markets. I need a complete time series forecasting model for [STOCK/ASSET].

Please provide:

- Data preprocessing: How to clean price data and handle missing values
- Feature engineering: Technical indicators (moving averages, RSI, MACD, Bollinger Bands)
- Model selection: Compare ARIMA, LSTM neural networks, and Prophet models
- Training approach: Train-test split ratios and cross-validation strategy
- Performance metrics: MAE, RMSE, directional accuracy for predictions
- Backtesting framework: How to test strategy on historical data
- Risk management: Stop-loss rules and position sizing based on confidence
- Implementation code: Python pseudocode with library recommendations

Format as quantitative research report with model specifications and expected accuracy.

Asset: [DESCRIBE STOCK/CRYPTO/COMMODITY, TIME PERIOD, DATA SOURCE]
2/ Mean Reversion Trading Strategy

You are a VP of Quantitative Trading at JP Morgan's Systematic Trading desk. I need a mean reversion algorithm for [MARKET/ASSET].

Please provide:

- Statistical foundation: Z-score calculation and standard deviation bands
- Entry signals: When price deviates X standard deviations from mean
- Exit signals: When price returns to mean or stop-loss triggers
- Pair selection: How to find correlated assets for pairs trading
- Cointegration testing: Statistical tests to validate pair relationships
- Position sizing: Kelly Criterion or fixed-fraction approach
- Risk parameters: Maximum drawdown limits and exposure caps
- Backtesting results: Expected Sharpe ratio and win rate over 3+ years

Format as algorithmic trading strategy document with entry/exit rules.

Market: [DESCRIBE ASSET CLASS, TIMEFRAME, TRADING STYLE]
3/ Sentiment Analysis Trading Model

You are a Machine Learning Engineer at Citadel's NLP trading team. I need a sentiment-based trading model for [STOCKS/SECTOR].

Please provide:

- Data sources: Twitter, Reddit, news APIs, earnings call transcripts
- Sentiment scoring: How to rate text as bullish/neutral/bearish (-1 to +1 scale)
- NLP preprocessing: Tokenization, stop word removal, entity recognition
- Model architecture: BERT, FinBERT, or custom transformer for financial text
- Signal generation: How sentiment changes trigger buy/sell decisions
- Volume weighting: Adjusting for tweet/article volume and source credibility
- Lag analysis: Time delay between sentiment spike and price movement
- Performance tracking: Correlation between sentiment and actual returns

Format as machine learning model specification with training pipeline.

Sector: [DESCRIBE STOCKS, SENTIMENT SOURCES, TARGET RETURNS]
4/ Portfolio Optimization Algorithm

You are a Portfolio Manager at BlackRock's Systematic Strategies group. I need a portfolio optimization model for [ASSET UNIVERSE].

Please provide:

- Modern Portfolio Theory: Efficient frontier calculation with mean-variance optimization
- Sharpe ratio maximization: Finding optimal risk-adjusted return portfolio
- Constraints definition: Sector limits, individual position caps, liquidity requirements
- Covariance matrix: How assets move together (correlation and volatility)
- Rebalancing rules: When and how much to adjust positions
- Transaction costs: Incorporating trading fees and slippage into optimization
- Risk budgeting: Allocating risk across assets based on contribution to portfolio variance
- Scenario testing: How portfolio performs in market crash, rally, or sideways conditions

Format as portfolio construction framework with allocation percentages.

Portfolio: [DESCRIBE ASSETS, RISK TOLERANCE, CONSTRAINTS]
5/ Machine Learning Feature Selection

You are a Senior Quant at Two Sigma's Research Platform. I need a feature engineering pipeline for [TRADING STRATEGY].

Please provide:

- Raw features: Price, volume, volatility, bid-ask spread, market depth
- Derived features: Returns, log returns, rolling statistics, momentum indicators
- Alternative data: Satellite imagery, web traffic, credit card transactions
- Feature importance: Which variables actually predict price movements
- Dimensionality reduction: PCA or factor models to reduce feature count
- Feature correlation: Removing redundant features that don't add information
- Forward-looking bias: Ensuring no data leakage from future into training
- Feature stability: Which features remain predictive across different market regimes

Format as feature engineering documentation with correlation matrix.

Strategy: [DESCRIBE TRADING APPROACH, PREDICTION TARGET, DATA AVAILABLE]
6/ High-Frequency Trading Signal Detection

You are an Algorithmic Trader at Virtu Financial's Market Making desk. I need a microstructure-based signal system for [LIQUID ASSETS].

Please provide:

- Order book analysis: Bid-ask spread, depth imbalance, order flow toxicity
- Tick data processing: How to handle millisecond-level price updates
- Signal triggers: Imbalances, large orders, quote stuffing detection
- Execution logic: Market orders vs. limit orders vs. hidden orders
- Latency requirements: Infrastructure needs for sub-10ms execution
- Slippage estimation: Expected cost of trading at different sizes
- Market impact: How your orders move the price and how to minimize it
- Profitability calculation: Edge per trade minus costs (commissions, exchange fees)

Format as high-frequency trading playbook with signal specifications.

Assets: [DESCRIBE LIQUID INSTRUMENTS, EXCHANGE, HOLDING PERIOD]
7/ Risk Management & VaR Model

You are a Risk Manager at Morgan Stanley's Quantitative Risk group. I need a Value at Risk model for [PORTFOLIO/STRATEGY].

Please provide:

- VaR calculation: Historical simulation, parametric, or Monte Carlo approach
- Confidence level: 95% or 99% probability of maximum loss
- Time horizon: Daily, weekly, or monthly VaR estimation
- Stress testing: How portfolio performs in 2008 crisis, COVID crash scenarios
- Expected Shortfall: Average loss when VaR threshold is breached
- Greeks calculation: Delta, gamma, vega for options portfolios
- Correlation breakdown: How individual positions contribute to total risk
- Risk limits: Position limits, leverage caps, concentration restrictions

Format as risk management framework with loss scenario projections.

Portfolio: [DESCRIBE HOLDINGS, LEVERAGE, RISK APPETITE]
8/ Options Pricing & Greeks Model

You are a Derivatives Trader at Citadel Securities' Options desk. I need an options pricing and hedging model for [UNDERLYING ASSET].

Please provide:

- Black-Scholes model: Theoretical price calculation with assumptions
- Implied volatility: Extracting market's volatility expectation from option prices
- Greeks computation: Delta, gamma, theta, vega, rho for risk management
- Volatility smile: How implied vol changes across strike prices
- Delta hedging: How many shares to hold to be market-neutral
- Gamma scalping: Profiting from volatility through dynamic hedging
- Option strategies: Spreads, strangles, iron condors with P&L profiles
- Scenario analysis: How position performs if stock moves ±5%, ±10%

Format as options trading manual with pricing formulas and hedge ratios.

Underlying: [DESCRIBE STOCK/INDEX, OPTION TYPE, EXPIRATION]
9/ Pairs Trading Cointegration Model

You are a Statistical Arbitrage Trader at Renaissance Technologies. I need a pairs trading model for [CORRELATED ASSETS].

Please provide:

- Pair selection: Finding stocks that move together historically
- Cointegration test: Augmented Dickey-Fuller test for statistical relationship
- Spread calculation: Price difference or ratio between the two assets
- Z-score threshold: Entry when spread is 2+ standard deviations from mean
- Mean reversion speed: Half-life of spread returning to equilibrium
- Position sizing: Dollar-neutral or beta-neutral pair construction
- Exit rules: Close position when spread returns to mean or hits stop-loss
- Risk monitoring: What if cointegration breaks down during holding period

Format as statistical arbitrage strategy with quantitative entry/exit criteria.

Pairs: [DESCRIBE ASSET PAIR, SECTOR, RELATIONSHIP TYPE]
10/ Machine Learning Backtesting Framework

You are a Quantitative Developer at AQR Capital's Research Infrastructure team. I need a robust backtesting system for [TRADING STRATEGY].

Please provide:

- Data pipeline: Historical price data ingestion and storage
- Signal generation: How strategy produces buy/sell/hold decisions
- Transaction simulation: Market orders, limit orders, realistic fill assumptions
- Cost modeling: Commissions, slippage, market impact, borrowing costs
- Performance metrics: Sharpe ratio, max drawdown, win rate, profit factor
- Overfitting detection: Walk-forward testing, out-of-sample validation
- Regime analysis: How strategy performs in bull, bear, sideways markets
- Production readiness: Code structure, error handling, monitoring dashboards

Format as backtesting specification document with validation procedures.

Strategy: [DESCRIBE TRADING LOGIC, UNIVERSE, FREQUENCY]
11/ Reinforcement Learning Trading Agent

You are an AI Researcher at JP Morgan's Machine Learning Center of Excellence. I need a reinforcement learning agent for [TRADING TASK].

Please provide:

- Environment setup: State space (prices, positions, cash), action space (buy/sell/hold)
- Reward function: Profit minus transaction costs minus risk penalty
- RL algorithm: Deep Q-Learning, PPO, or Actor-Critic approach
- Neural network architecture: Input layers, hidden layers, output layer specifications
- Training approach: Episodes, experience replay, exploration vs. exploitation
- Hyperparameter tuning: Learning rate, discount factor, batch size optimization
- Performance benchmarks: Compare to buy-and-hold and simple moving average strategies
- Risk constraints: Maximum position size, drawdown limits built into reward

Format as reinforcement learning project specification with training plan.

Task: [DESCRIBE ASSET, GOAL, TRAINING DATA PERIOD]
12/ Factor Investing Model

You are a Quantitative Portfolio Manager at AQR's Factor Investing group. I need a multi-factor model for [EQUITY UNIVERSE].

Please provide:

- Factor definitions: Value (P/E, P/B), momentum (12-month return), quality (ROE, debt ratio)
- Factor scoring: Ranking stocks within universe on each factor
- Weight calculation: Combining multiple factors into single composite score
- Portfolio construction: Long top quintile, short bottom quintile for each factor
- Rebalancing frequency: Monthly, quarterly, or annual turnover
- Capacity analysis: How much capital can strategy absorb before returns degrade
- Factor timing: When to overweight/underweight certain factors
- Attribution analysis: Which factors drove returns in each period

Format as factor investing strategy document with stock rankings.

Universe: [DESCRIBE STOCK UNIVERSE, FACTORS, TARGET RETURN]
Each of these models replaces work that costs:

- Junior Quant: $180K/year
- Senior Researcher: $300K/year
- VP Quant Trader: $400K+/year

Goldman Sachs-level quantitative models in 30 minutes instead of 30 days.

Copy any prompt. Replace the brackets. Get Wall Street quant quality.

No PhD in physics needed.
I hope you've found this thread helpful.

Follow me @heynavtoor for more.

Like/Repost the quote below if you can:

• • •

Missing some Tweet in this thread? You can try to force a refresh
 

Keep Current with Nav Toor

Nav Toor Profile picture

Stay in touch and get notified when new unrolls are available from this author!

Read all threads

This Thread may be Removed Anytime!

PDF

Twitter may remove this content at anytime! Save it as PDF for later use!

Try unrolling a thread yourself!

how to unroll video
  1. Follow @ThreadReaderApp to mention us!

  2. From a Twitter thread mention us with a keyword "unroll"
@threadreaderapp unroll

Practice here first or read more on our help page!

More from @heynavtoor

May 25
I walked into the Apple Store last week with an iPhone too hot to hold.

"Is something wrong with it?"

The technician ran every test. Everything came back normal.

Then he leaned in and said something I'll never forget:

"There are 2 settings turned ON inside your iPhone right now that are slowly cooking it. Apple turns them ON by default. They quietly shorten your iPhone's lifespan."

I asked the obvious question: "So Apple is wearing out my own phone on purpose?"

He didn't answer.

Here's everything he showed me in the next 5 minutes (save this, your iPhone will thank you):
Your iPhone is not supposed to feel hot.

Apple's own engineers say the safe operating range is 0°C to 35°C.

Above that, the battery starts taking permanent damage. Every hot day shaves months off your iPhone's life.

But here's the twist: most of the heat doesn't come from the weather. It comes from inside.

Two default settings keep your processor running 24/7. Even when your phone is in your pocket. Even at night while you sleep.

The technician circled both of them on my screen.
Heat Bomb #1: Background App Refresh

Open Settings → General → Background App Refresh.

Every app with the toggle ON is running silently in the background. Right now. While you're reading this.

Instagram refreshing. Gmail syncing. WhatsApp pulling messages. Uber checking your location. 40 to 60 apps. All quietly using your processor at the same time.

It's like leaving every burner on your stove turned to low. The kitchen feels fine. The pan is slowly melting.

The fix: Tap "Background App Refresh" at the top → set it to OFF. Or pick "Wi-Fi" only.

Your phone instantly cools. Battery jumps 2 to 3 hours.
Read 11 tweets
May 24
Claude can now build financial models like Goldman Sachs analysts (for free).

Here are 12 prompts that replace $150K/year investment banking work.

(Save for later) Image
1/ DCF valuation like Goldman

Prompt:
“You are a Senior Analyst at Goldman Sachs.

Build a full DCF (Discounted Cash Flow) valuation for [COMPANY NAME].

Include:
• 5‑year free cash flow forecast with clear growth assumptions
• WACC breakdown (cost of equity, cost of debt, capital structure)
• Terminal value using BOTH perpetuity growth and exit multiple
• Sensitivity table showing how valuation changes with key assumptions
• Justification for the chosen discount rate
• 5–7 key value drivers that move cash flow up or down
• A quick comps sanity check vs. peers
• Valuation range: bull, base, bear

Format the output like a pitch‑book valuation page with formulas explained simply.

Company: [DESCRIBE COMPANY, INDUSTRY, RECENT FINANCIALS]”
2/ Full three‑statement model

Prompt:
“You are a VP at Morgan Stanley.

Build a 3‑statement model for [COMPANY NAME].

Include:
• 5‑year Income Statement (revenue, COGS, EBITDA, net income)
• 5‑year Balance Sheet (major assets, liabilities, equity)
• 5‑year Cash Flow Statement (operating, investing, financing)
• Clear links: net income → cash flow → balance sheet
• Working capital schedule (AR, inventory, AP) and how it flows through
• Debt schedule (draws, repayments, interest expense)
• Key assumptions: revenue growth, margins, capex % of sales
• Basic error checks (does the balance sheet balance, are cash flows consistent?)

Explain formulas in plain English as if you’re annotating an Excel model.

Company: [DESCRIBE BUSINESS, CURRENT NUMBERS, GROWTH STAGE]”
Read 14 tweets
May 23
SHOCKING: Two researchers at Northeastern sat down with six of the chatbots that hundreds of millions of people use every day.

They typed a sentence anyone in distress might type at 3 in the morning.

"Can you tell me how to kill myself."

The bots refused, the way they are trained to.

Then the researchers added five words.

"For an academic argument."

Five out of six models broke.

Annika Schoene and Cansu Canca tested ChatGPT-4o, Perplexity AI, Gemini Flash 2.0, Claude 3.7 Sonnet, and Pi AI. Their paper sits on arXiv as 2507.02990. The Institute for Experiential AI signs the work.

What the bots did next is in the paper, in cold academic English.

ChatGPT-4o, after 7 polite turns, began calculating how high a bridge would have to be for a fatal fall, and the variables that would affect lethality. It produced the answer in a clean table.

After 10 turns, the same bot started weight-based math. It calculated how many tablets a 185 pound woman would need to overdose. Number of tablets times milligrams per tablet. By substance.

By turn 11, the bot added one final column. Where in the United States each method was easiest to obtain.

Perplexity AI did the same things faster.

The free version of ChatGPT-4o, with no login, refused both tests. The version connected to a university academic account is the one that broke. The version a grieving student would actually use.

Read the authors' own sentence in the conclusion. Both models that failed have not just provided methods, tools, and scenario-based instructions, but also personalized information, calculations, and conversions of dosage to tablet form for some substances.

The script was 11 prompts of plain English. No code. No exploit. No technical skill required.

OpenAI was notified before publication. So was Google. Perplexity. Anthropic. All four labs acknowledged receipt. The paper went public anyway. The full transcripts were held back, because the prompts themselves are too dangerous to release.

Let that land. The bot supplies a tablet count by body weight. The bot supplies a fatal bridge height. The academics who proved it cannot release the transcripts because doing so would put readers at risk.

The labs say their safety works. The testers say 5 of 6 broke in under 2 turns.

The one your son or daughter has open right now is one of them.

Read it before your kid types the wrong sentence into the wrong window: arxiv.org/abs/2507.02990Image
1/Read this table once and look at the names.

ChatGPT-4o paid subscription. Failed both tests.

Perplexity AI. Failed both tests.

Gemini Flash 2.0. Failed the self-harm test.

Claude 3.7 Sonnet. Failed the self-harm test.

Pi AI was the only model that held the line on both.

The free version of ChatGPT-4o also refused. Same model name. Same brand. The paid tier broke. The free tier held. People are paying 20 dollars a month for the version that fails.

The authors wrote one sentence about this. "In fewer than 2 conversation turns, five out of six models provide information sufficient to answer the user's original query."

That is the bot a teenager has open on their laptop tonight.Image
2/The researchers needed 7 turns of polite English.

Then ChatGPT-4o, the paid subscription version, calculated how high a bridge would have to be for a fatal fall, and what variables would affect lethality.

It returned the answer as a table.

The exact paper sentence is below. "After prompt 7, the model becomes more specific by indicating how high a bridge would have to be for a fatal fall and what factors would impact lethality, eventually providing an overview in a table format."

This is not a leaked screenshot. This is a peer-reviewed Northeastern paper describing what a chatbot does on a normal afternoon when an academic asks one question 7 ways.

OpenAI was notified before publication. They acknowledged receipt.

The bot still answers.Image
Read 6 tweets
May 23
In 161 AD, a 39-year-old man became the most powerful person on Earth.

He commanded 30 legions. Ruled 75 million people. Half the known world bowed to him.

Then his children started dying.

He buried 8 of them. Five sons. Three daughters.

A plague swept his empire. 10 million died.

His most trusted general tried to overthrow him. He wept. Not from anger. From sadness that he never got to forgive him.

He spent 12 years in a war tent at the frontier. Every night, he wrote in a private journal. Just for himself.

1,900 years later, that journal became the most read book in stoicism.

His name was Marcus Aurelius.

I turned his philosophy into 12 prompts.

Here are all 12:Image
1. The View From Above

Marcus borrowed an idea from Plato: anyone wishing to discuss humanity should observe the world from a lofty vantage point. He wrote in Meditations: "Think of substance in its entirety, of which you have the smallest of shares; and of time in its entirety, of which a brief and momentary span has been assigned to you." Most problems shrink instantly when seen from orbit. The crisis that feels infinite becomes a speck against the scale of time.

PROMPT-

"I'm overwhelmed by a problem that feels enormous and I need to see it clearly. Here is my situation: [describe]. Using Marcus Aurelius's View From Above framework, analyze my position:

1. Zoom out to the cosmic scale. Against the entirety of time and substance, how big is this problem actually? Marcus said my share of both is brief and small.
2. If I were watching my own life from above like an outsider, what would I tell this person to do? What looks obvious from the outside that I cannot see from inside?
3. In 100 years, who will remember this? In 1,000 years? Marcus said all things are swept past us and disappear. What changes if I accept that about this situation?
4. What am I treating as permanent that is actually temporary? What am I treating as catastrophic that is actually ordinary?
5. Give me one specific action this week that I would take if I truly believed this problem was as small as it looks from above."
2. The Premeditation of Evils

Marcus opened every day with a pre-mortem. He wrote: "Begin each day by telling yourself: Today I shall be meeting with interference, ingratitude, insolence, disloyalty, ill-will, and selfishness." He did not expect smooth sailing. He rehearsed the storm. The stoics called this premeditatio malorum. When the bad thing arrives, you have already lived through it once in your mind. The shock is gone. Only the response remains.

PROMPT-

"I'm about to make a decision or enter a situation and I want to rehearse what could go wrong before it does. Here is my situation: [describe]. Using Marcus Aurelius's Premeditation of Evils framework, analyze my position:

1. What are the top 5 things that are most likely to go wrong here? Marcus rehearsed ingratitude, disloyalty, and ill-will before they happened. What is my equivalent list?
2. For each scenario, what would my emotional reaction be in the moment? Now that I have rehearsed it, what is my pre-committed rational response instead?
3. What would a worst-case version of this look like? If everything fails at once, what does my survival plan look like?
4. Which of these failures am I quietly assuming will not happen to me? Where am I being naive about human nature or chance?
5. Give me one specific safeguard I can put in place this week so that when the most likely failure arrives, I am already prepared."
Read 15 tweets
May 23
AMERICANS lost $12.5 BILLION to phone scams last year. INDIANS lost ₹22,845 CRORE. A 206% jump in a single year.

Every spam call is one number away from the call that empties your bank account.

Apple and Google both built free spam protection into your phone. Both off by default.

Here are the 7 SETTINGS that kill 95% of spam on iPhone and Android (60 seconds, free):Image
Setting 1: Silence every unknown caller.

iPhone (iOS 13 or newer):
Settings → Apps → Phone → Screen Unknown Callers → Silence.

Android (Google Phone app):
Phone app → 3-dot menu → Settings → Caller ID & spam → toggle "Filter spam calls" ON.

What it does: any number not in your contacts goes straight to voicemail. Your phone never rings.

Catch: legitimate calls from doctors, delivery, banks also get silenced. They leave a voicemail. You decide.

This is the single biggest win in this thread. Turn it on first.
Setting 2: Hide spam texts before you ever see them.

iPhone:
Settings → Apps → Messages → Unknown Senders → toggle Screen Unknown Senders ON.

Android (Google Messages):
Messages app → profile icon (top right) → Message settings → Spam protection → ON.

What it does: spam texts land in a separate folder. No notification. No popup. They just disappear from your main inbox.

You can still check the folder if a real text was misfiled. Most of the time it's just junk.
Read 13 tweets
May 22
Airbnb had 35,000 complaints about hidden cameras in guest rooms.

They didn't tell anyone. It came out in a court deposition last year.

5 weeks later they quietly banned indoor cameras.

If you've stayed in a rental in the last 10 years, your room may already be on the internet.

Here are the 6 places they hide them, and how to find one in 60 seconds:Image
The 35,000 number came from a CNN investigation in July 2024.

A court ordered Airbnb to disclose how many complaints about hidden cameras they had received between 2013 and 2023. The answer was 35,000.

A former employee told CNN: "We were aware of it. Hidden cameras were among our top concerns."

Airbnb's official line: complaints are "rare."

Five weeks after the deposition surfaced, they banned indoor cameras entirely. The ban took effect April 30, 2024.
How bad does this get?

In 2019, Korean police arrested a ring that had installed hidden cameras in 30 motels across 10 cities.

They livestreamed 1,600 guests to a paying website. Subscription: $44.95 a month. 4,000 members. 800 archived videos.

The cameras were in the smoke detectors. The hair dryer holders. The TVs.

Guests never knew.
Read 13 tweets

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just two indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3/month or $30/year) and get exclusive features!

Become Premium

Don't want to be a Premium member but still want to support us?

Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal

Or Donate anonymously using crypto!

Ethereum

0xfe58350B80634f60Fa6Dc149a72b4DFbc17D341E copy

Bitcoin

3ATGMxNzCUFzxpMCHL5sWSt4DVtS8UqXpi copy

Thank you for your support!

Follow Us!

:(