Earlier quoted context omitted.
Interviews aren’t about solving problems. The interviewer isn’t interested in a problem’s solution, they’re interested in seeing how you get to the answer. They’re about trying to find out if you’ll be a good hire, which notably includes whether you’re willing and interested in spending effort learning. They already know how to use AI, they don’t need you for that. They want to know that you’ll contribute to the team…
Yeah everyone says that they are interested in how you got there but this isn’t true in reality from my experience. Your bias inevitably judges them on the solution because you have many other candidates who got the correct solution.
Ask HN: What is interviewing like now with everyone using AI?
711–720 of 735 posts
Re: Ask HN: What is interviewing like now with everyone using AI?
#712Earlier quoted context omitted.
I can't say I've interviewed someone to which this applies - unfortunately! Probably just doesn't get surfaced by my channels. I would definitely not expect someone out of work for a while to have any meaningful side projects. I mean, if they do, that's cool, but I bet the sheer stress of not having a job kills a lot of creativity and productivity. Haven't been there, so I can only imagine. For such a candidate, I'd…
Thanks for being understanding and compassionate about the situation! I like your idea of a time limited freelance gig, though immigration obstacles do sometimes make that quite complicated (as in my current situation). It's way better than not considering that people might have a reason for a resume with gaps or other irregularities which is not being a bad employee. Beyond immigration types of obstacles, somehow re…
One of the problems I see in big corporates is that feedback cycles for bad policy can be so long, whoever caused something is far away when the effects hit. AKA nobody really cares. But to be fair, I've always tried to care, and worked with many others who do.
Re: Ask HN: What is interviewing like now with everyone using AI?
#713Earlier quoted context omitted.
> I feel like take home tests are meaningless and I always have. Even more so now with LLMs This has been discussed many times already here. You need to set an "LLM trap" (like an SSH honey trap) by asking the candidate to explain the code they wrote. Also, you can wait until the code review to ask them how they would unit test the code. Most cheaters will fall apart in the first 60 seconds. It is such an obvious tel…
"Drawbacks" was the wrong word to use here, "potential problems" is what I meant - collisions. Normally a follow up question: how do you solve those. But drawbacks too: memory usage - us developers are pretty used to having astronomical amounts of computational resources at our disposals but more often than not, people don't work on workstations with 246gb of ram.
Re: Ask HN: What is interviewing like now with everyone using AI?
#714Re: Ask HN: What is interviewing like now with everyone using AI?
#715Earlier quoted context omitted.
The employer sets the terms of the interview. If you don’t like them, don’t apply. What you’re suggesting here isn’t any different than submitting a fraudulent resume because you disagree with the required qualifications.
I would like to be paid though. What do I care about the terms of the interview as long as they hire me? What is being suggested here is not participating in the mind numbing process that is called ‘applying for a job’.
Because committing fraud to get hired is a pretty shitty way to live your life
Re: Ask HN: What is interviewing like now with everyone using AI?
#716Earlier quoted context omitted.
Wanting to be paid under false pretenses is the definition of fraud.
That doesn’t make any sense. The best engineers I know can’t pass these interviews because they started working long before they became standard.
Re: Ask HN: What is interviewing like now with everyone using AI?
#717Earlier quoted context omitted.
Wanting to be paid under false pretenses is the definition of fraud.
> Wanting to be paid under false pretenses is the definition of fraud. What? No, it isn't. Regardless, if the job requirements state "X years of XYZ experience" and you have to have >X years of experience, then using AI to look up how to do a leetcode problem for some algorithm you haven't used since your university days is absolutely not "false pretenses" nor fraud.
Re: Ask HN: What is interviewing like now with everyone using AI?
#718Earlier quoted context omitted.
> I feel like take home tests are meaningless and I always have. Even more so now with LLMs This has been discussed many times already here. You need to set an "LLM trap" (like an SSH honey trap) by asking the candidate to explain the code they wrote. Also, you can wait until the code review to ask them how they would unit test the code. Most cheaters will fall apart in the first 60 seconds. It is such an obvious tel…
What if I use an LLM but I understand the code? The drawback is that elements in a hashmap can’t be sorted and accessing a specific element by key is slower then accessing something in an array by index. Linear search is easier to implement. These are all trivial questions you ask to determine if a person can develop code. The hard questions are whether the person is the cream of the crop. The amount of supply of dev…
> What if I use an LLM but I understand the code?
That's OK. I wrote: > If anything, I would love it if someone told me that they used an LLM and explained what was good and bad about the experience. Or maybe they used it and the code was sub-par, so they need to make minor (or major) changes. Regardless, I think we are kidding ourselves if people will not make (prudent and imprudent!) use of LLMs. We need to adapt.Re: Ask HN: What is interviewing like now with everyone using AI?
#719Nontech roles are just a sea of prompt-generated answers, they don't tie into the applicants' experience and are usually about 200 words of waffle. If you're applying for something, type out a few sentences then give it to a prompt to refine. Don't just paste the question in.
Tech roles we focus on the combination of soft skills and technical skills and so we've gone back to a 'pair' programming exercise and a whiteboard architecture exercise. In reality, it's just a spectator sport that we nudge them forward if needed.
In Java looking for them to cover the basics of debugging a problem, writing a test, and mocking out some services. I would say 50% are unable to or unwilling to write a test to prove the error or don't know how to mock out a service.
Whiteboard exercise looking for them to explain a system they've worked on in the past. We question some of their decisions and see how they handle themselves. Not many get defensive (though some do).
Re: Ask HN: What is interviewing like now with everyone using AI?
#720Earlier quoted context omitted.
When I was interviewing candidates at IBM, I came up with a process I was really happy with. It started with a coding challenge involving several public APIs, in fact the same coding challenge that was given to me when I interviewed there. What I added: 1. Instead of asking "do you have any questions for me?" at the very end, we started with that general discussion. 2. A few days ahead, I emailed the candidate the pr…
That sounds really cool. I wish I was running into more job interviews like the one you describe. The adversarial interviewing really hurts the entire feel of the process
Agreed. I have been through technical interviews where at the end, my feeling as a candidate was "I don't want to work with this asshole".