Meta's AI round: the format
What Meta's AI-assisted coding round actually is in 2026: 60 minutes, three phases, a model menu, and a rubric that grades how you use the AI more than what the AI produces.
As of May 2026, Meta's onsite SWE loop replaces one of the two traditional coding rounds with a 60-minute round in which the candidate has an LLM open in the editor. The recruiter tells you which of your two coding rounds is the AI one a few days before the loop; you do not get to opt out. The format went from internal pilot to nearly every SWE candidate in roughly six months.
That speed is why this chapter has a date stamp at the top of every section. Pieces of what you are about to read will be wrong by next quarter. Treat the round's shape as durable and treat any specific name (a model, a problem, a duration in minutes) as recruiter-confirmable, not memorizable.
What is the AI round?#
It is a coding round where the AI is in the room as a tool, and the round is graded on how you use it. The official label, where Meta has used one publicly, is "AI-Enabled Coding Interview"; "AI round" is the candidate-side shorthand.[1]
The round was first surfaced in a leaked internal Meta post in late July 2025 calling for mock candidates, framed two ways: that the future Meta engineer will work alongside an LLM, and that giving candidates an LLM makes Take-home-style cheating less effective.[1:1] Pilot interviews ran in August 2025; the round entered active onsite use in October 2025. By April 2026 it was the default at most levels.[2][3] At E7 and above, candidates increasingly report only one coding round on the loop, and it is this one.[3:1]
Where it sits on the loop, as of April 2026:
Caption: as of April 2026, the loop pairs one traditional coding round with one AI round; the recruiter labels which is which ahead of time.[2:2][3:2]
How long is it, and what does the hour look like?#
Sixty minutes, reported consistently across every named source between October 2025 and April 2026.[2:3][3:3][4:1] That is fifteen minutes longer than the historical 45-minute coding round. The extra time pays for two things: an interviewer-led platform tour at the start (typically 5 to 6 minutes), and a larger codebase scope, because the problem is now multi-file rather than function-shaped.
Inside the 60 minutes, candidate reports converge on a three-phase structure:[2:4][4:2]
Caption: the 60-minute window decomposes into orientation, debugging, primary implementation, optimization, and walkthrough; reaching phase 3 is reachable but not required for an offer.[2:5][3:4][4:3]
Phase 1 is a small bug planted in the existing codebase. Reported examples are not algorithmic: an int cast where a double was needed, an off-by-one, an inverted conditional. Some interviewers explicitly ban the AI on this phase; others leave it open. If the choice is yours, debug unaided. The early signal of independent debugging carries weight, and the time cost is low because the bug is small.[2:6]
Phase 2 is the meat. You build a feature into the existing structure, or extend a partial implementation, or finish a debug that has more in it than phase 1's bug. Hello Interview's count is "120+ lines" for a passing implementation, and that line count is calibrated assuming you delegate mechanical work to the AI.[2:7] Refusing to use the AI here is a recognised failure mode; you will run out of time.
Phase 3 is optimization on larger inputs. Test cases are tiered, and each tier exposes a different weakness in the phase 2 solution. Recognising what optimization the test data demands is the load-bearing skill. The AI helps with the implementation; it rarely supplies the insight.[2:8] Multiple candidates have received offers without finishing phase 3.[2:9][3:5]
What tools am I given?#
The round runs in a specialized CoderPad environment with three panels: file explorer on the left, code editor in the middle, AI chat plus problem instructions on the right.[2:10][4:4] Code reruns on save; you pick the test runner from a dropdown. Meta sends candidates a CoderPad practice link before the loop, including a sample problem informally called "the puzzle". Multiple candidates report the puzzle is harder than the actual interview problem, which makes it useful for environment familiarisation rather than as a difficulty calibrator.[2:11]
The AI chat panel can read every file in the project. It cannot edit your files. You type or paste every line yourself.[2:12]
Supported languages, as of April 2026: Java, C++, C#, Python, Kotlin, TypeScript.[2:13] Pilot-era reports from November 2025 noted a narrower list and one candidate having to fall back to Python because their preferred language was not supported.[5] Confirm the list with your recruiter for your specific date.
Which model do I get?#
The model menu is the most volatile piece of the format. As of early 2026, candidates choose from a dropdown that has included GPT-5, GPT-4o mini, Claude Sonnet 4 and 4.5, Claude Haiku 4.5, Claude Opus 4, Gemini 2.5 Pro, and Llama 4 Maverick.[2:14][4:5][6] Reports from January 2026 and April 2026 list overlapping but not identical menus.[4:6][7] Most recent candidate accounts default to Claude Sonnet 4.5; GPT-5 gets flagged as too slow under interview time pressure.[2:15]
The AI may be nerfed. Multiple candidates have reported the assistant being noticeably worse in the live interview than in the practice environment — hallucinating on problems the same model handles cleanly outside, describing functionality without surfacing bugs, refusing to volunteer fixes.[2:16][5:1] The leading theory, corroborated across reports, is that Meta modifies behaviour through the system prompt: don't volunteer bug fixes, don't supply complete solutions unprompted, describe rather than diagnose. Plan accordingly. If you have practiced only against an unconstrained model, your live experience will feel slower and dumber, and you will lose minutes being surprised.
How is it graded?#
The same four competencies Meta uses to grade the traditional coding round, with one read against an AI-augmented surface:[2:17][7:1]
- Problem solving. Do you understand the problem, pick the right algorithm, reason through edge cases?
- Code quality. Is the code clean and maintainable, and do you understand what the AI generated?
- Verification. Do you run code frequently, check AI output before moving on, test edge cases?
- Communication. Are you narrating your process, explaining decisions, talking through what the AI provided?
Hello Interview surfaces an internal Meta line on this: candidates should use AI but must show they understand the code, explain its output, test before using it, and not prompt their way out of thinking.[2:18] One recruiter quote, reported the same place: "you can be marked down if you use it as a crutch."[2:19]
Two failure modes are penalized hard enough that every guide consulted names them as the fastest ways to fail. The first is pasting a block of AI code you cannot defend line by line; when the interviewer asks why a branch handles the empty case that way, you freeze.[2:20][8] The second is prompting the AI to solve the entire problem and then trying to operate the result like an oracle; the interviewer watches the chat panel and sees it.[4:7][7:2] Both are covered as patterns you can train against in the prompting chapter, and the failure modes themselves are catalogued in Failures and red flags.
When does this chapter expire?#
Soon. Format volatility on this round is genuinely high, and five things change quarterly: the model menu, the active problem rotation (around nine problems as of April 2026), the senior-level structure, the degree of AI nerfing through the system prompt, and which roles the round applies to.[2:21][4:8]
What you should do with that. Treat the shape as durable: 60 minutes, three phases, AI in the editor, four-competency rubric. Treat every specific name as confirmable. When your recruiter sends the loop schedule, ask which model menu is current, which languages the platform supports, and whether phase 1 permits AI. None of those questions are awkward; recruiters expect them on this round and would rather answer in advance than watch the candidate burn five minutes orienting in the editor.
The companion chapters carry the operational play. How to prompt inside the round is the workflow, including the pipelining trick that buys most of your time back. Failures and red flags is the catalogue of mistakes other candidates have already made.
References#
Wired, "Meta Is Going to Let Job Candidates Use AI During Coding Tests", July 29, 2025, wired.com/story/meta-ai-job-interview-coding. ↩︎ ↩︎
Evan King (Hello Interview, ex-Meta Staff Engineer), "Meta's AI-Enabled Coding Interview: How to Prepare", April 2026, hellointerview.com/blog/meta-ai-enabled-coding. ↩︎ ↩︎ ↩︎ ↩︎ ↩︎ ↩︎ ↩︎ ↩︎ ↩︎ ↩︎ ↩︎ ↩︎ ↩︎ ↩︎ ↩︎ ↩︎ ↩︎ ↩︎ ↩︎ ↩︎ ↩︎ ↩︎
Rafay Abbasi (Cracking the Tech Interview), "Meta's New Coding Round Uses AI, Here's Exactly How to Handle It", April 29, 2026, dglearning.substack.com/p/how-to-prepare-for-the-meta-ai-assisted. ↩︎ ↩︎ ↩︎ ↩︎ ↩︎ ↩︎
Rafay Abbasi (Cracking the Tech Interview), "Inside Meta's New AI-Enabled Coding Round: What Changed and How to Prep", April 17, 2026, dglearning.substack.com/p/inside-metas-new-ai-enabled-coding. ↩︎ ↩︎ ↩︎ ↩︎ ↩︎ ↩︎ ↩︎ ↩︎ ↩︎
InterviewDB, "My First-Hand Experience with Meta's New AI-Enabled Interview", November 18, 2025, interviewdb.io/guides/meta-ai-enabled-interview. ↩︎ ↩︎
Coditioning, "Meta's AI-Enabled Coding Interview: Questions + Prep Guide", updated January 30, 2026, coditioning.com/blog/13/meta-ai-enabled-coding-interview-guide. ↩︎
Githire B. Wahome (interviewing.io, ex-Meta), "Using AI in Meta's AI-assisted coding interview (with real prompts and examples)", April 2026, interviewing.io/blog/how-to-use-ai-in-meta-s-ai-assisted-coding-interview-with-real-prompts-and-examples. ↩︎ ↩︎ ↩︎
Isabel (Leetcode Wizard), "Meta's AI-Enabled Coding Interview: Everything You Need to Know to Prepare", April 30, 2026, leetcodewizard.io/blog/metas-ai-enabled-coding-interview-everything-you-need-to-know-to-prepare. ↩︎