Applied AI / Forward Deployed Engineer · Round-by-Round Playbook · Lesson 2 of 4
Take-homes & work trials: evals first, then the video
Most AI-native loops now gate on a build artifact: OpenAI's ~5-hour build-on-our-APIs with a recorded video walkthrough; Anthropic's 3–4-hour app from a fictional customer brief; Sierra/LangChain-style build-an-agent-for-a-fictional-client; and paid multi-hour work trials inside the company's real codebase. Typical calibration: 2–4 hours of actual work inside a multi-day window — scope ruthlessly.
What graders actually score
- It runs, end to end, on their machine, first try. A modest working thing beats an ambitious broken one.
- An eval harness — even 15–30 labeled cases with a pass/fail script. Hiring managers say it plainly: the red flag is a candidate who doesn't start with evals.
- Production hygiene: error handling, retries/backoff, logging, graceful degradation, no hardcoded keys.
- Judgment in writing: a short README with tradeoffs, cost/latency notes, and 'what I'd do with another week.'
- Handled ambiguity: the brief is deliberately underspecified — state your assumptions the way you would to a customer.
The video walkthrough (a customer-demo proxy)
- Demo the working thing first (60–90 seconds).
- Architecture in one diagram — why this shape.
- One tradeoff you made consciously, and what you gave up.
- Your evals: what you measured and what it showed.
- What you'd do next. Keep it ≤5 minutes, energy up — they're imagining you in front of their customer.
Check the AI rulesSome take-homes expect you to use AI tools; others (Anthropic's, notably) prohibit them unless explicitly permitted. The rule is stated in the brief — read it, follow it, and never hide usage: transcripts and style make it obvious.
◆ Lock it in
- Take-homes are graded on: it runs · eval harness · production hygiene · written tradeoffs · stated assumptions.
- Start with evals — its absence is the documented red flag.
- Video: demo → architecture → one tradeoff → evals → next steps, ≤5 minutes.
Feynman drill — say it out loudYou get a 3-hour take-home: 'build a support agent for our fictional client.' Sketch your hour-by-hour plan.
Step 1 rate your confidence · Step 2 pick your answer
You have 3 hours for a take-home agent build. Which allocation wins the round?
Step 1 — how sure are you?