
A wave of junior engineers is entering the market who have never written a function without autocomplete. They grew up debugging with Claude, not with Stack Overflow and trial and error.
Some of them are genuinely capable. Others are fragile in ways that do not surface until they are already hired.
Here is how to tell them apart.
A strong AI-native junior moves fast on greenfield work. They are comfortable with unfamiliar tools, write reasonable tests, and iterate quickly. Their weakness is not speed. It is the moment the AI's advice is wrong and they do not have enough foundation to notice.
That is the specific thing to test for.
Give them a small project and tell them to use Claude or any AI tool they want. That part is normal.
Build in one trap: a specific step where Claude's natural suggestion is plausible but wrong. It could be a subtle security assumption, a race condition, or an approach that works locally but fails under any real load.
Then watch the recording.
Did they catch it? Did they run a test that would have caught it? Or did they paste and submit?
Run the same candidate through two sessions on the same task. One with AI tools available, one without.
The gap between the two results is the signal.
A junior who performs reasonably in both is genuinely learning. A junior who scores very high with Claude and struggles completely without it has a skill floor you need to know about. Not because AI-assisted work is invalid, but because the skill floor is what shows up when Claude is wrong and they cannot tell.
EasyEnv lets you set up both versions of the interview under the same role. The two recordings sit side by side for a senior to compare. It takes about fifteen minutes to read the difference.
After the session, ask them to walk you through one decision Claude made. Ask why they accepted it. Ask what they would do if Claude gave conflicting suggestions in two different prompts.
If they have never thought about verifying AI output, that is the real answer.
An AI-native junior is not a worse hire by default. They are a different profile. The question is whether they have the judgment to direct AI tools, or whether they are depending on AI to cover gaps they have not yet closed.
Two sessions will not tell you everything. They will tell you considerably more than one.
Run live coding sessions and take-home challenges in real production environments. Watch sessions back, score consistently, and hire with confidence.
More posts you might like
At high volume the real constraint is engineer attention, not candidate quality. Here is what automation genuinely handles at each stage, what it quietly makes worse, and how to find out whether your funnel is throwing away good people.
Recruiters are asked to make a technical call they were never equipped to make, then blamed for the shortlist. Here are questions that need no technical knowledge to evaluate, and the one artifact worth handing to the hiring manager.
Read moreGenerated code fails in a different pattern from human code, which is why normal review habits miss it. Here is the review order that catches the most in the least time, and the hiring task built from it.
Read more