logoalt Hacker News

acc_297today at 4:05 PM15 repliesview on HN

On the post-grad job hunt right now - I note that most employers will ask in a technical interview or whiteboard interview "how are you using LLMs?"

It's tough to answer because you want to hedge for both an AI enthused employer and an AI hesitant employer with limited information about who they are and how they personally use these products. I've been responding with a sort of long winded answer about how 'there is clearly a learning curve for how this technology fits into any process and how I always always always double double double check yadayadayada'

I'm probably using the chat/ask functionality on a daily basis for quick debugging / new technology learning questions but I have yet to really use the fully agent or computer-use products because I've had more bad results than good the few times I've tried them (re-factoring a big repo of decades old fortran+C code for modern compiler/OS some things started to work but ultimately I abandoned that effort).


Replies

hypfertoday at 4:11 PM

> It's tough to answer because you want to hedge for both an AI enthused employer and an AI hesitant employer with limited information about who they are and how they personally use these products.

Have you considered just answering truthfully?

Would you even want to work somewhere where you need to play a role and where they flip out when you say the wrong word you should've correctly guessed through mind reading? That sounds not like a job but a toxic relationship.

show 14 replies
tomrodtoday at 5:32 PM

> It's tough to answer because you want to hedge for both an AI enthused employer and an AI hesitant employer with limited information about who they are and how they personally use these products.

I'm an old hat on both sides of this type of discussion from a post-grad view.

Recommendation: use it to own the conversation and to signal mutual fit. Yes, your idea of AI lover versus hesitant matters. I recommend reframing the question to pivot to your fit to the org (and org fit to you) question. Show/concisely explain how you consider whether LLMs are fit to a task and how to tell it improves outcomes.

An outcome focus and willingness to show thought process around a common use case will be a substantially strong response.

show 1 reply
synergy20today at 4:14 PM

still 10x better than the 'finish this leetcode tweak algorithm in 20 minutes and tell me your thought process along the way, and yes you will never need that skill in the real job but we need find out who had time to cram for the algorithm books in the last few months'

show 1 reply
vibe_that_workstoday at 4:31 PM

Replying as a hiring manager since this might help other post-grad job seekers:

- Any long-winded answer to a question is immediate out and has been for years.

- Not having used agents and not being able to comment on what to do and what not to do with them is immediate out since early this year.

show 5 replies
xpcttoday at 4:31 PM

I understand the pressure to get employed from your perspective, but differences in opinion should be voiced out and typically aren't the thing leading to rejection from the company. It's common that engineering leads seek out people with different backgrounds and views to work on the same team. If anything, answering truthfully will make you stand out from others who've responded in a generic, heavily hedged way.

show 2 replies
goaliecatoday at 5:00 PM

You should find out during the screener what kinds of view the executives have on LLMs. don’t wait until you’re midway through the third round.

mgfisttoday at 6:07 PM

One trick is to ask them that question first to gauge their perspective on it first

whinviktoday at 4:20 PM

> re-factoring a big repo of decades old fortran+C cod

Having been in academia in the past and now in software I can say with a lot of certainty that this will take a lot more upfront work than otherwise.

Academic code does not have a lot of structure. And usually lacks a lot in terms of tests. While AI is best when it can mimic patterns as well as there are tests to target.

So you will probably need to budget a few weeks to establish good patters, docs as well as testing patterns before you can seriously make it really do what you want it to do.

show 1 reply
WhyIsItAlwaysHNtoday at 4:34 PM

Consider using agent mode for some things, you are definitely missing out.

The analogy I've had for myself is that it feels like using a bulldozer to dig rather than a shovel. If you use it to dig archaeological artifacts, it can make things worse than you started. A lot of the work however, is just moving dirt around, so you are wasting time by using a shovel.

show 1 reply
MattPerrytoday at 4:14 PM

Exact same experience. My background is embedded and VLSI so I hedge my bets by saying that LLM are ok for Python scripting, but not there yet for synthesizable Verilog. It is really hard to see if the "how are you using LLMs?" question is for "we are AI Native™" or a form of cheating (like in university).

Blikkentrekkertoday at 6:32 PM

> It's tough to answer because you want to hedge for both an AI enthused employer and an AI hesitant employer

That this doesn't have a clear and obvious answer one can expect shows how the issue is politics, not strategy.

When you apply as a mechanic, there is no such weird political debates about certain power tools where people have passionate opinions on which tool to use.

divbzerotoday at 5:02 PM

A balanced answer that’s often true these days is: you’ve found that LLMs are impressively useful in some cases but fall dramatically short in others.

giancarlostorotoday at 4:56 PM

Just answer honestly, and include a note that you intend to fully comply with the companies AI policies. Thats the best answer anyone can give.

bluefirebrandtoday at 4:12 PM

I personally think "I pretty much use it as a faster and more flexible StackOverflow" is probably the most neutral position you can have on it

That's probably not going to be enough for AI maxxers, but it probably won't be too much of a turn off for anyone but the most extreme AI minners, and everyone in between will probably be fine with it.

Frankly I plan to steer well clear of any "the majority of our code is AI generated" shops for the foreseeable future. Seems like disasters waiting to happen and I'd rather let other people step on those rakes

show 1 reply
dmitrygrtoday at 4:07 PM

"for entertainment value, when i'd like to see how an enthusiastic 5-year-old would react to the task."

show 1 reply