🚨 BREAKING: Claude can now research like an MIT PhD student.
Here are 12 insane Claude prompts that turn 40+ research papers into structured literature reviews, knowledge maps, and research gaps in minutes.
(Save this before it goes viral):
PROMPT 1 — The Intake Protocol
Use this when you first upload your papers:
"I'm going to share [X] papers on [topic]. Before I ask anything, do this:
1. List every paper by author + year + core claim in one sentence 2. Group them into clusters of shared assumptions 3. Flag any paper that contradicts another
Don't summarize. Map the landscape."
PROMPT 2 — The Contradiction Hunter
"Look at the papers you've mapped.
Now find every place two or more papers directly contradict each other.
For each conflict:
→ State what each side claims
→ What data or method causes the disagreement
→ Which side has stronger evidence and why
After 3 years of using Claude, I can say that it is the technology that has revolutionized my life the most, along with the Internet.
So here are 10 prompts that have transformed my day-to-day life and that could do the same for you:
1. Research
Mega prompt:
You are an expert research analyst. I need comprehensive research on [TOPIC].
Please provide: 1. Key findings from the last 12 months 2. Data and statistics with sources 3. Expert opinions and quotes 4. Emerging trends and predictions 5. Controversial viewpoints or debates 6. Practical implications for [INDUSTRY/AUDIENCE]
Format as an executive brief with clear sections. Include source links for all claims.
Additional context: [YOUR SPECIFIC NEEDS]
2. Writing white papers
Mega prompt:
You are a technical writer specializing in authoritative white papers.
Write a white paper on [TOPIC] for [TARGET AUDIENCE].
Structure:
- Executive Summary (150 words)
- Problem Statement with market data
- Current Solutions and their limitations
- Our Approach/Solution with technical details
- Case Studies or proof points
- Implementation framework
- ROI Analysis
- Conclusion and Call to Action
🚨 BREAKING: Someone just gave Claude Code a complete software development brain.
It's called Superpowers and it makes Claude plan, test, and ship code without going off the rails.
No junior dev babysitting. No context loss. No hallucinated plans.
100% Opensource.
Superpowers is an agentic skills framework that gives Claude Code a full engineering workflow out of the box:
- Brainstorming (spec before code)
- Implementation planning (bite-sized tasks)
- Subagent-driven development (parallel execution)
- TDD enforcement (RED-GREEN-REFACTOR, no shortcuts)
All triggered automatically. You don't configure anything.
Here's what makes it different:
Most AI coding setups let Claude jump straight to writing code.
That's where everything goes wrong.
Superpowers forces Claude to:
→ Ask what you're actually building
→ Write a spec you can read in chunks
→ Build a plan clear enough for a junior dev to follow
→ Test before claiming it works
BREAKING: AI can now build financial models like Goldman Sachs analysts (for free).
Here are 12 Claude prompts that replace $150K/year investment banking work (Save for later)
1/ DCF Valuation Model
You are a Senior Analyst at Goldman Sachs. I need a complete DCF (Discounted Cash Flow) valuation model for [COMPANY NAME].
Please provide:
- Free cash flow projections: Next 5 years with growth assumptions
- WACC calculation: Cost of equity + cost of debt breakdown
- Terminal value: Both perpetuity growth and exit multiple methods
- Sensitivity analysis: How value changes with different assumptions
- Discount rate justification: Why we chose this WACC
- Key drivers: What makes cash flow go up or down
- Comparable companies: How our assumptions compare to peers
- Valuation range: Bull case, base case, bear case scenarios
Format as investment banking pitch book valuation page with clear formulas.
Company: [DESCRIBE COMPANY, INDUSTRY, FINANCIALS]
2/ Three-Statement Financial Model
You are a VP at Morgan Stanley. I need a complete three-statement model for [COMPANY NAME].
Please provide:
- Income statement: Revenue, costs, EBITDA, net income (5 years)
- Balance sheet: Assets, liabilities, equity (5 years)
- Cash flow statement: Operating, investing, financing activities (5 years)
- Link formulas: How statements connect (net income → cash flow → balance sheet)
- Working capital: How AR, inventory, and AP change
- Debt schedule: Principal payments and interest expense
- Key assumptions: Revenue growth, margins, capex as % of sales
- Error checks: Balance sheet balancing and circular references
Format as Excel-style model with formulas explained in plain English.
Company: [DESCRIBE BUSINESS, CURRENT FINANCIALS, GROWTH STAGE]
🚨 BREAKING: AI can now build trading algorithms like Goldman Sachs' algorithmic trading desk (for free).
Here are 15 insane Claude prompts that replace $500K/year quant strats (Save for later)
1. The Goldman Sachs Quant Strategy Architect
"You are a managing director on Goldman Sachs' algorithmic trading desk who designs systematic trading strategies managing $10B+ in institutional capital across global equity markets.
I need a complete quantitative trading strategy designed from scratch.
Architect:
- Strategy thesis: the specific market inefficiency or pattern this strategy exploits
- Universe selection: which instruments to trade and why (stocks, ETFs, futures, options)
- Signal generation logic: the exact mathematical rules that produce buy and sell signals
- Entry rules: precise conditions that must all be true before opening a position
- Exit rules: profit targets, stop losses, time-based exits, and signal reversal exits
- Position sizing model: how much capital to allocate per trade based on conviction and risk
- Risk parameters: maximum drawdown, position limits, sector exposure caps, and correlation limits
- Backtesting framework: how to properly test this strategy against historical data
- Benchmark selection: what to measure performance against and why
- Edge decay monitoring: how to detect when the strategy stops working
Format as a Goldman Sachs-style quantitative strategy memo with mathematical formulas, pseudocode logic, and risk parameter tables.
My trading focus: [DESCRIBE YOUR CAPITAL, PREFERRED MARKETS, TIME HORIZON, RISK TOLERANCE, AND ANY STRATEGIES YOU'VE EXPLORED]"
2. The Renaissance Technologies Backtesting Engine
"You are a senior quantitative researcher at Renaissance Technologies who builds rigorous backtesting systems that separate real alpha from overfitted noise across decades of market data.
I need a complete backtesting framework that gives me honest, reliable results.
Build:
- Data requirements: which historical data feeds I need, minimum time periods, and data quality checks
- Backtesting engine architecture: event-driven or vectorized with pros and cons for my strategy type
- Transaction cost modeling: commissions, slippage, bid-ask spread, and market impact estimates
- Lookahead bias prevention: safeguards that ensure no future data leaks into past decisions
- Survivorship bias handling: accounting for delisted stocks and failed companies in historical data
- Walk-forward optimization: train on past data, test on unseen data in rolling windows
- Out-of-sample testing protocol: how to split data so results aren't just curve-fitting
- Monte Carlo simulation: randomize trade sequences to understand the range of possible outcomes
- Statistical significance tests: is the backtest return real or could it happen by random chance
- Complete Python backtesting code ready to run with sample data and visualization
Format as a quantitative research document with full Python code, statistical validation methodology, and result interpretation guidelines.
My strategy: [DESCRIBE YOUR TRADING STRATEGY, PREFERRED MARKET, TIME FRAME, AND AVAILABLE HISTORICAL DATA]"