Remix.run Logo
strbean 6 days ago

They're probably using a platform that lets you replay the entire development session (see the pace of typing into a web IDE, what files they are looking at, etc.). Applicants will have to work pretty hard to fake natural-looking input of AI-generated code.

pavlus 6 days ago | parent | next [-]

I would instantly fail it, because I'd go and solve it in some scratch file in IDE, and then paste it there.

hawk_ 6 days ago | parent | prev | next [-]

But then someone has to watch the recording which you can speed up by say 2-4x but not much more than that. This doesn't scale. The number of terrible candidates out there who have no business being anywhere near an IDE is insane.

tayo42 6 days ago | parent [-]

I'd guess you do it like bot detection.

An online coding platform is going to be all js. You can track key press and mouse events and probably get a good idea of what's obviously real and what's not.

arrowsmith 6 days ago | parent | prev [-]

Probably not hard to create a bot that controls your computer and makes it looks like you're typing the code in, pausing to think, going back to fix typos etc..

The arms race never stops.

strbean 6 days ago | parent [-]

Until that bot is widely available to candidates, it's not an issue.

If they built the bot themselves, they've already proven themselves to the extent that an online coding exercise would.