Earlier quoted context omitted.
But companies don't pay high salaries for the 80% mundane and easy tasks you do day to day. They pay for the 20% that is challenging and especially for that 1% of problems that occur only once every few months or years. If that 80% was 100% of the job then the company could pay 1/2 to 1/3rd the amount by outsourcing it.
I disagree, companies pay based on the problems you can solve to make them money or help achieve organizational goals. One of those ways can be coding, but there are many others.
AI killed the tech interview. Now what?
641–650 of 651 posts
Re: AI killed the tech interview. Now what?
#642Earlier quoted context omitted.
I don’t think shame is the obstacle; it’s that for many, a break like this is financially straining or outright impossible.
That is a lot like saying that a college degree is financially straining or outright impossible. In many respects, developing open source is a lot less straining, as there are no large fees, with the main expenses being living expenses. This is why it's important to live far below one's means when one does have a job.
Remember not that not everyone is a coastal techie with loads of extra cash to put away.
Re: AI killed the tech interview. Now what?
#643Earlier quoted context omitted.
I agree. Do you have any thoughts on how to mitigate this? After all, its in your best advantage and the companies to hire someone with talents because of the value they can bring.
Unfortunately (at least in my opinion) the way to mitigate it is make contacts, friends, colleagues etc. Meet people, stay in touch with them. In my experience relationships are by far the most important aspect of a career. I'm not naturally someone who forms these relationships easily, but it's by far the most valuable and important thing I've done in terms of the jobs I've had.
This means I'm mostly judged by my ability to perform mindless drone work.
Re: AI killed the tech interview. Now what?
#644The best interview process I've ever been a part of involved pair programming with the person for a couple hours, after doing the tech screening having a phone call with a member of the team. You never failed to know within a few minutes whether the person could do the job, and be a good coworker. This process worked so well, it created the best team, most productive team I've worked on in 20+ years in the industry,…
Pair programming on what problem though? I dont think many companies would want an outsider to work on their codebase.
Re: AI killed the tech interview. Now what?
#645Earlier quoted context omitted.
No, it's not actually about mastery of binary trees or other abstract computer science concepts. leetcode is really a culture fit test and success points to the combination of "smarts", diligence, and conformity to some acceptable degree. It shows you have some baseline of familiarity with computing, can focus on an arbitrary task to pursue a goal, and will conform to an arbitrary process when it's asked of you. Thos…
"Leetcode" style tests were probably good when almost no one did it. Now it selects for the very very very bad trait of high ambition and knowing to play the system.
Re: AI killed the tech interview. Now what?
#646Code reviews. Teams are really sleeping on code reviews as an assessment tool. As in having the candidate review code. A junior, mid, senior, staff are going to see very different things in the same codebase. Not only that, as AI generated code becomes more common, teams might want to actively select for devs that can efficiently review code for quality and correctness. I went through one interview with a YC company…
Yep, I've done a lot of SQL interviews and it is always interesting to see the folks who've crash and burned at code review and killed it at writing individual queries and sometimes the unexpected, the opposite happened, the person would fly through a code review and do really subpar on writing it, a signal I usually took to mean that the person was nervous as hell in the interview. The two folks who showed this beha…
Re: AI killed the tech interview. Now what?
#647Re: AI killed the tech interview. Now what?
#648Earlier quoted context omitted.
> Do we have different definitions of "marginally qualified"? Not every candidate is an interview. I recently hired. I got 90 applications and from these, 80% were an instant "No". They didn't match the job description or had no permit to work in my country. I invited the rest. Simple interview, pair-program a dead simple App with a prebuilt skeleton with me with any framework of choice. Make one GET request, render…
Who are you interviewing? Do these people who can't do this have any experience at all?
Re: AI killed the tech interview. Now what?
#649I have no problem in having candidates using google, ai or whatever to answer technical stuff - if a candidate can write a query, read the results and be able to explain what he just read, he would be an instant hire. It seems that people keep focusing on the wrong skillset; sure, many companies think knowing sort algorithms and binary trees is super important for a CRUD maintenance job, but they forget the most important tech trait - the ability to adapt and evolve; the ability to learn.
Re: AI killed the tech interview. Now what?
#650Earlier quoted context omitted.
"Leetcode" style tests were probably good when almost no one did it. Now it selects for the very very very bad trait of high ambition and knowing to play the system.
That’s not an optimal selection outcome, but it actually is a decent one.