โ† Back to Resources

Prompts

Anthropic Fellows Program: Application Guide & Strategies

๐Ÿ’ฐ Anthropic Fellows Program โ€” Get Paid Nearly $4K/Week

๐Ÿ”‘ TL;DR: Anthropic pays fellows a weekly stipend of $3,850 USD (~$15,400/month) plus access to ~$15,000/month in compute funding for a 4-month research program. No degree or prior AI experience required for the AI Safety and Economics tracks.

๐Ÿ”— Official program info: https://alignment.anthropic.com/2025/anthropic-fellows-program-2026/

๐Ÿ”— Apply / job board listings: https://job-boards.greenhouse.io/anthropic


๐Ÿ“‹ Program Overview

DetailInfo
๐Ÿ’ต Weekly Stipend$3,850 USD / ยฃ2,310 GBP / $4,300 CAD
๐Ÿ–ฅ๏ธ Compute Funding~$15,000/month per fellow
โณ Duration4 months (possible extension)
๐ŸŒ EligibilityUS, UK, or Canada (work authorization required)
โœˆ๏ธ Visa SponsorshipNot available
๐Ÿ“ˆ Past Outcomes25โ€“50% of fellows received full-time offers (40%+ in cohort 1)
๐Ÿค Recruiting PartnerConstellation (for AI Safety/Security tracks)
๐Ÿ“ WorkspacesBerkeley, CA or London, UK (remote-friendly)

๐ŸŽฏ The 5 Fellows Tracks

๐Ÿ› ๏ธ Technical Tracks (engineering background needed)
  1. ML Systems & Performance Fellows โ€” large-scale AI infrastructure, distributed systems, performance optimization.
  2. Reinforcement Learning Fellows โ€” RL systems, training environments, evaluation methods.
  3. AI Security Fellows โ€” AI-enabled cyber risks, vulnerability analysis, adversarial systems.
๐ŸŒฑ Open Tracks (no traditional background required)
  1. AI Safety Fellows โ€” reducing catastrophic risks from advanced AI systems. Looking for curious, motivated people regardless of credentials.
  2. Economics & Societal Impacts Fellows โ€” AI's effects on labor markets, economic systems, governance, and policy. Hosted via The Anthropic Institute.

๐Ÿงญ The Interview Process (What to Actually Expect)

โš ๏ธ Based on the AI Safety track loop โ€” other workstreams may vary slightly, but the shape is similar.
StageFormatFocus
1๏ธโƒฃ Application screenWritten application + 3 referencesMotivation, research interests, team/track fit, commitment to AI safety
2๏ธโƒฃ CodeSignal online assessment90 min, 4 progressive stages (250 pts each, 1000 total)Build a small system from scratch that gets harder each stage
3๏ธโƒฃ Live coding screen90 min CodeSignal w/ an Anthropic engineerOne dense implementation prompt + a follow-up extension
4๏ธโƒฃ Final loop โ€” Prompting & Engineering with LLMs55 min in Google Colab (GPU)Complete a missing piece of an LLM inference pipeline, then discuss prompting/hallucinations
5๏ธโƒฃ Research brainstorm15 min, open-endedFrame and defend an original AI safety/alignment research idea
๐Ÿ” Reference checksOngoing3 references, may be contacted anytime, including live calls
๐Ÿšซ No LLM use during live rounds. Anthropic explicitly bars AI assistance during the OA, live coding, prompting round, and research brainstorm โ€” but you can use Claude to polish your written application beforehand.
๐Ÿ“Š CodeSignal bar: Anthropic states 480/1000 is the cutoff, but real candidate reports suggest the practical bar is closer to 600/1000. Don't just "pass" โ€” aim to clear all 4 stages cleanly.

๐Ÿ“ Application Strategy Toolkit

๐Ÿš€ Step-by-Step Application Plan
  1. Pick your track honestly. ML Systems, RL, and AI Security need real engineering depth. AI Safety and Economics are open to strong generalists โ€” don't force yourself into a technical track if it's not your background.
  2. Nail the "why this track" answer. Every application asks you to articulate a specific research area you're excited about and tie it to a track. Vague answers ("I love AI") get filtered immediately.
  3. Line up 3 strong references now. Anthropic prefers people from the ML/research community who can speak concretely to your strengths AND weaknesses. Brief them on the fellowship and your application before you submit โ€” Anthropic may call them at any point, including last-minute during the final round.
  4. Use Claude to polish (not write) your application. Draft your motivation/research-interest answers yourself first, then use Claude to tighten clarity and cut fluff. AI-generated-sounding applications are an easy filter-out.
  5. Apply early โ€” it's rolling. Cohorts start multiple times a year; earlier applications get more runway through a multi-week loop.
  6. Don't self-select out. Anthropic explicitly says they care more about your ability to execute on research than your credentials or pedigree.
๐Ÿ–ฅ๏ธ How to Practice for the Technical Tracks (ML Systems, RL, AI Security)

The core skill being tested is NOT algorithms โ€” it's building small systems incrementally under time pressure.

  • Practice "build a system, then extend it" problems, not LeetCode-style puzzles. Examples from real candidates:
  • Design for extension from the start. Stage 1 code that's too rigid will force a rewrite by stage 3. Practice writing clean, modular code even under time pressure โ€” think about what "stage 2" might ask before you've been told.
  • Time-box ruthlessly. The OA is 90 minutes across 4 stages (250 pts each). If you're stuck on stage 3, get a partial solution working and move on โ€” don't lose stage 4 entirely chasing perfection on stage 3.
  • For RL specifically: be comfortable with training loops, reward functions, evaluation harnesses, and basic RL algorithms (policy gradients, PPO basics) โ€” even at a conceptual/implementation level, not just theory.
  • For AI Security: practice thinking like an attacker โ€” vulnerability analysis, adversarial inputs, red-teaming mindset. Be ready to discuss how you'd probe a system for weaknesses, not just how to defend it.
  • For ML Systems: brush up on distributed systems fundamentals โ€” concurrency, sharding, caching, performance bottlenecks. Practice profiling and optimizing code, not just writing it.
๐Ÿ—ฃ๏ธ How to Practice for the Live Coding Screen (round 3)
  • The prompt will be dense โ€” that's intentional. Real candidates report 10โ€“15 minutes of clarifying questions is expected before writing code. Practice reading a spec, then forcing yourself to ask 3โ€“5 clarifying questions before touching the keyboard.
  • Narrate your thinking, but stay efficient. Anthropic engineers are described as direct and time-pressed โ€” skip small talk, narrate only what moves the problem forward.
  • Expect a mid-round twist. The format is "main task + follow-up extension." Practice adapting working code to a new requirement on the fly without starting over.
  • Mock interview this specifically. Find a partner/coach, give them a deliberately dense prompt, and have them interrupt with a follow-up extension halfway through.
๐Ÿค– How to Practice for the "Prompting & Engineering with LLMs" Round
  • Test your environment in advance. This round runs in a Google Colab notebook with GPU access โ€” confirm GPU execution before the interview so you're not burning interview time on setup.
  • Practice completing partial LLM pipeline code. Be comfortable reading 20-30 lines of skeleton code involving model inference/output processing and filling in missing pieces under time pressure.
  • Prioritize the implementation task over the discussion. Most candidates only finish Part 1 (the coding task) in the 55 minutes โ€” treat the prompt-engineering discussion as a bonus you earn by moving fast through Part 1.
  • Be ready to discuss, out loud:
  • Your AI safety framing matters here. Interviewers are explicitly looking for whether your design choices reflect genuine safety consciousness, not just technical optimization.
๐Ÿง  How to Practice for the Research Brainstorm (round 5)
  • This round has no right answer and no feedback signal โ€” interviewers won't tell you if you're "on track." Practice committing to a direction and defending it without external validation.
  • Read Anthropic's actual published research before this round:
  • Practice framing vague prompts into tractable questions, fast. You have ~15 minutes total to go from prompt โ†’ framing โ†’ at least one substantive idea.
  • Sample prompts to rehearse against (real examples from candidates, alignment-focused):
  • For non-alignment tracks, adapt this same drill to your track's domain (e.g., economics: "How would you measure AI's labor market displacement effects?").
๐Ÿ’ฌ Prompt: Draft Your Statement of Interest
I'm applying for the [TRACK NAME] Fellows track at Anthropic. 
Help me refine (not write from scratch) a statement of interest that:
- Connects my background in [YOUR BACKGROUND] to this specific track
- Names a specific research area I'm excited about and explains why
- Highlights relevant projects or experience (even if non-traditional)
- Demonstrates genuine motivation to work on AI safety/security/economics
- Sounds like me, not like an AI โ€” keep my voice and phrasing
- Is concise (under 300 words)

Here's my first draft: [PASTE YOUR DRAFT]
๐Ÿงช Prompt: Mock Technical Interview (Technical Tracks)
Act as an Anthropic Fellows technical interviewer for the [ML Systems / 
Reinforcement Learning / AI Security] track.

Give me a "build a system, then extend it" coding prompt similar to what's 
used in Anthropic's CodeSignal assessment โ€” start with a base system, 
then add 2-3 progressively harder extensions.

After I describe my approach, critique it for:
- Whether my initial design supports the later extensions without a rewrite
- Time management across stages
- Edge cases I'm missing
Be direct about weaknesses.
๐Ÿงฌ Prompt: Mock Research Brainstorm (AI Safety / Alignment)
Act as a potential Anthropic mentor running a 15-minute research brainstorm 
for the AI Safety Fellows track. Give me an open-ended alignment or safety 
prompt (e.g. related to misalignment detection, robustness, or scalable 
oversight).

Don't give me feedback on whether I'm "on the right track" โ€” just let me 
think out loud, then afterward, evaluate:
- How quickly I framed a tractable research question
- Whether my proposal shows real grounding in current alignment research
- How well I defended my reasoning without guidance

โšก Pro Tips


โš ๏ธ Important Notes

๐ŸŒ Currently open to applicants residing in the US, UK, or Canada with valid work authorization. Visa sponsorship is not provided for the Fellows Program.
๐Ÿ” Anthropic runs multiple cohorts per year on a rolling basis โ€” if you miss one start date, another is likely coming.
๐Ÿšซ LLM assistance is allowed for polishing your written application, but is not permitted during any live interview round (OA, live coding, prompting round, research brainstorm).