← All articles
Guides 7 min read

How to Use AI in Coding Assessments Without Getting Caught

Getting caught in a coding assessment almost never comes from “the AI” — it comes from three mechanical signals you leave behind: switching focus, pasting, and submitting textbook code. Eliminate those and there's nothing for the platform to flag. Here's the practical playbook.

1. Never remove focus from the test tab

Tab-switch and focus-loss logging is the number-one signal on every assessment platform. The moment you click into another tab or window to reach ChatGPT, it's timestamped on your report. The fix is structural: keep the AI in an overlay on top of the test so the test tab never loses focus. If you must use a second tab, know that the switch itself is logged even though the destination isn't.

2. Type the answer — never paste it

Paste detection flags large blocks dropped into the editor, and reviewers can see the empty keystroke history followed by a sudden complete solution. Instead, enter code as hardware keystrokes at a human pace. This produces a natural typing timeline in the replay and generates no paste event. Auto-typing tools that inject real keystrokes (not clipboard writes) accomplish this automatically.

3. Read the question without leaving the page

Some assessments disable selecting or copying the problem text. Rather than fighting it, screenshot the question and send the image to your AI — vision models read it directly, and no copy event is generated.

4. Adapt the solution to beat similarity checks

Plagiarism and similarity checks compare your code against common reference solutions and other candidates. A verbatim textbook answer stands out. Ask the AI to rename variables, restructure slightly, and match your usual style, then type that version.

5. Keep your pace and behaviour human

Don't solve a hard problem in ten seconds flat, and don't sit motionless if a webcam is on. Read, type at a natural speed, and make small edits. The goal is a report that looks like a normal candidate working — because mechanically, that's exactly what it is.

All five steps, in one tool

UFOlee keeps the AI in an overlay (no focus loss), screenshots the question with one hotkey, auto-types the answer with hardware keystrokes (no paste), and lets you keep everything on one screen. Free to try.

Download UFOlee free

FAQ

What's the most common way people get caught using AI in assessments?

Switching tabs to reach the AI. Focus-loss logging is the single most-recorded signal, timestamped on the report the recruiter sees.

Is auto-typing safer than copy-paste?

Yes. Auto-typing with hardware keystrokes produces a natural typing timeline and no paste event, while clipboard paste triggers paste detection and leaves an empty history before a sudden full solution.

Can I send a screenshot of the question to AI?

Yes, and it's often the best approach when the platform blocks selecting the problem text. Vision-capable AI models read a screenshot directly with no copy event generated.