Remix.run Logo
sheepscreek a day ago

Posting a question here for anyone on hiring panels - is AI tooling generally allowed during coding interviews now? Are coding interviews still a thing? Just wondering where the general landscape is today. I'm coming out of semi-IC-retirement, have deep knowledge and technical, but I've never been much of a competitive coder.

LLMs have been a game changer for me - allowing me to attempt the craziest and most hard things I could ever imagine and loving every minute of it (eg. making any Windows Forms application run on Linux/macOS, rewriting TradingView charts into a cross-platform wgpu backed native charting library lol).

SpicyLemonZest a day ago | parent [-]

Coding interviews are still a thing at pretty much all of the places they've historically been. I don't think it's clear yet how much that's going to change, especially since many people feel you do have to be a good coder to use LLM tools most effectively.

pixel_popping a day ago | parent [-]

It will change, as most devs will naturally lose some of their ability to code manually right (I know I did, I can still fully read anything in many languages, but I know if you put me in a blank sheet right now, I might need a few minutes to recall), which mean a coding test might not be appropriate at that point. I believe we might have tests that are more about testing your "agentic skill" more than anything else.

SpicyLemonZest a day ago | parent [-]

I don't know, were coding tests as implemented ever really appropriate? I work on 90th percentile theoretical stuff, and there's maybe three times in my career that I sat down and coded an algorithmic puzzle from first principles without a reference solution to work off of.