Technical interviews with AI allowed on CoderPad — what are interviewers actually evaluating?

Posted by No_Bowl_6218@reddit | ExperiencedDevs | View on Reddit | 18 comments

I’m preparing for interviews at product companies that explicitly state AI usage on CoderPad is encouraged. I already get the business context well before the interview.

In my day-to-day workflow with Claude Code, I typically run /init, refine the CLAUDE.md to set context, use /plan mode with Opus for new features, then implement with Sonnet.

My question: in an AI-allowed interview setting, what are interviewers actually looking to observe? The ability to structure the problem before writing any code? How well you steer the AI rather than letting it drive? Whether you critically review outputs and push back? Writing tests first and using AI to make them pass?

My gut feeling is that what’s being assessed is no longer “can you code” but “can you orchestrate and reason with AI”. But I’m not sure what concretely separates a strong senior candidate from someone who just lets the AI spin in circles.

Have you been through this kind of interview, or do you run them? What did you notice?