OfferHack
Start practicing

Last-minute prep for frontier AI interviews

Cracking the frontier AI lab interview.

Pick your company, role, and interview area. Start with the highest-priority prompts, practice in the format that round demands, and walk in knowing you used your remaining time well.

  • Company + role filters
  • Must-priority prompts first
  • Timed mocks + runnable code
A shortcut to focus—not around the work

Reported patterns and role research help you choose what to practice. They do not promise leaked, official, or repeated questions.

OfferHackAnthropic · Software engineering42:18
solution.py
class TokenBucket:
  def allow(self, tokens):
    now = time.monotonic()
    self.refill(now)
    if self.balance < tokens:
      return False
    self.balance -= tokens
    return True

Burst trafficPassed in 18 ms

Concurrent refillPassed in 24 ms

Clock driftPassed in 11 ms

Code executed successfully3 / 3 tests passed

All twelve company banks

Find the company on your calendar.

Browse all question titles
Logos identify the company-specific curricula available to browse. OfferHack is independent and is not affiliated with or endorsed by these companies.

When the interview is close

Do less. Practice the right things harder.

The full library contains 2,215 vetted prompts. You are not meant to study them all. Choose one company, role, and interview area; OfferHack keeps that focused lane in front of you.Open my focused lane
  1. Choose the interview you actually have.

    Select the company, role, and interview area. Put every unrelated question out of view.

  2. Work the Must-priority set.

    Run the code, structure the answer, sketch the system, or start the mock. Practice the real working mode.

  3. Redo misses. Rehearse the hard parts.

    Return to weak attempts and saved drafts instead of opening another generic list.

How focus works

A deep library behind one short prep lane.

OfferHack uses the full question bank as coverage, then lets you narrow by company, role, interview area, topic, and priority. Depth stays available without becoming your to-do list.
Bank

Company-specific focus

See the right company questions first.

Reported patterns and role research are organized by company and round, so you can stop translating a generic question bank into your actual interview.
Practice

Round-native work

Spend the remaining time doing, not collecting.

Run Python or JavaScript, defend a research decision, sketch a system, structure a product answer, use a real timer, and inspect the failure—not just a sample response.
Freshness

One less research project

Skip the tab hunt. Keep the source context.

Question sets are revised as missions, products, technical work, interview loops, and candidate reports change. Source limitations stay attached to the practice.

For frontier AI product candidates

Product judgment where capability, safety, and compute collide.

Practice product sense, model strategy, metrics, execution, technical fluency, safety trade-offs, and leadership—with worked guides that help you build a sharp answer without memorizing one.Practice frontier AI product questions
OpenAI · Product Management157 questions
Product sense

Design a safe first-run experience for an agent that can take actions.

Strategy

Should a frontier-model company build vertical applications or stay horizontal?

Metrics

Define success for a reasoning model beyond benchmark performance.

Execution

A launch doubles usage and triples latency. What do you do in the first hour?

Depth when you need it

Focused sets for the lab you are interviewing with.

208 prompts

OpenAI

Engineering and product tracks spanning coding, systems, ML judgment, strategy, and execution.

Explore this track
103 prompts

Anthropic

Coding, systems, values, product, safety judgment, and communication practice.

Explore this track
64 prompts

Thinking Machines Lab

Research discussion, ML systems, infrastructure, experimentation, and mission-driven judgment.

Explore this track
92 prompts

Physical Intelligence

Robotics coding, controls, estimation, embodied AI systems, product, and timed mocks.

Explore this track

OfferHack is independent preparation. These are reported patterns and research-shaped drills—not official, leaked, or guaranteed interview questions.

Anonymous by default

Your preparation does not need a public identity.

We never ask for your name. Your email is used only for private sign-in and billing, and the product labels every workspace as Anonymous candidate.

Already practicing?

Pick up exactly where you left off.

Open your private workspace, saved drafts, question progress, and active mock.