Ask HN: How do you assess developers' AI-assisted coding skills in interviews?

5 points by Blue_Cosma ↗ HN

7 comments

[ 2.6 ms ] story [ 26.7 ms ] thread
Answering with the assumption this is for interviews; we ask them to build a simple component of our app within 1 hour, using any resources they like. We judge them based on their communication (breaking down the problem), code quality, and final result.
AI coding tools (Cursor, Claude Code, etc.) are now part of most developers’ daily workflow, they speed up prototyping, planning, implementation but also change how we think and debug.

I’m curious how you assess developers’ ability to leverage these tools efficiently during the recruiting process. Any tips to share? Any return on experience?

Do you want to hire a developer with 5+ years of LLM experience? Or 3+ years of Claude experience?

Hire learners, or hire people who teach people (evaluate new tools, write guides, conduct training, mentor, etc.).

Let them use whatever they need. The result is the most important because that's how they will end up doing their work. Do not restrict anything.
the fact that these tools enable a developer to do all these things are an attribute of the tool and not the user imo. so i guess just look out for people who and learn quickly and ramp fast, nice to work with etc etc.
Let them use the tool live and observe the use
I think the approach to evaluate how the candidate use the tool, prompt quality, prompt optimization techniques, how to provide the right amount of context (context engineering), how de-pollutes the context, etc., is a good path (on top of generating a working proof of concept for the problem tackled in the interview process, of course).

Basically focus on the thinking strategy (with or without the AI enhanced tools) is a good way to go.