Also, not using LLMs might be a red flag. I wouldn't want a dev that is not open to this technology...
The person you're replying to is a senior, not junior candidate.
For junior devs who are still learning, LLMs are a great force multiplier that help them understand code faster and integrate new things.
For senior devs, LLMs are a maybe-optional tool that might save a couple hours per week, on a good week. I would consider extremely heavy LLM use a much larger red flag for a senior level position, than not using them at all.
As an experienced engineer, I know how to describe what I want which is 90% of getting the right implementation.
Secondly, because I know what I want and how it should work, I tend to know it when I see it. Often it only takes a nudge to get to a solution similar to what I already would have done. Usually it is just a quick comment like: "Do it in a functional style." or "This needs to have double check locking around {something}."
When I am working in the edge of my knowledge I can also lean on the model, but I know when I need to validate approaches that I am not sure satisfy my constraints.
A junior engineer doesn't know what they need most of the time and they usually don't understand which are the important constraints to communicate to the model.
I use an LLM to generate probably 50-60% of my code? Certainly it isn't ALWAYS strictly faster, but sometimes it is way way faster. On of the other things that is an advantage is it requires less detailed thinking at the inception phase which allows my do fire off something to build a class, make a change when I am in a context where I can't devote 100% of my attention to it and then review all the code later, still saving a bunch of time.
See here: https://papers.ssrn.com/sol3/papers.cfm?abstract_id=4945566
Worse/less experienced developers see a much greater increase in output, and better and more experienced developers see much less improvement. AI are great at generating junior level work en masse, but their output generally is not up to quality and functionality standards at a more senior level. This is both what I've personally observed and what my peers have said as well.
Out of curiosity, which LLM code tool do you use?
This is mostly because if i don't know that i'm asking for the wrong thing, the llm won't correct me and provide code that answers the wrong question and make things up to do that if needed.
Sure i learn by debugging the llm's nonsensical code too, and it solves my "don't want to watch a 2h tutorial because if i just watch the 10minutes that explain what i want to learn, i don't understand any of the context". But it's not much faster with the llm since I need to google things anyway to check if it is gaslighting me.
It does help understanding errors i'm unfamiliar with and the most value i found is pasting in my own code and asking it to explain what the code should do, so i find errors in my logic when it compiles but doesn't have the desired effect. And it will mention concepts i'm lacking to look them up (it won't explain em clearly but at least it's flagging them to me) in a way youtubers earely do.
Still haven't made up my mind if it is a net positive as it often ends up getting on my nerves to wait 10min for a fluff intro before it gets to the answer. Better than a 20min fluff video intro on youtube maybe?
For unit tests, it's a godsend. Particularly if you write one unit test, and then it can write another in the style you wrote.
Meanwhile, a sr with an LLM is a straight up superpower!
I'm an industrial engineer who writes software and admittedly not a "senior dev", I guess, but LLMs help me save much more than just a few hours of week when crapping out a bunch of Qt/Python code that would cause my eyes to glaze over if I had to plod through it.
Someone with experience can first think through the problem. Maybe use chatgpt for some resarch and fresh up your memory first.
Then you can break up the problem and let chatgpt implement the stuff instead typing everything. Since you are smart and experience you know what chunks of code it can write (basically nothing new. only stuff you could copy pasta before if you had somehow access to all code in the internet yourself).
TLDR: It is way faster to use it. Especially for experienced programmers. Everything else is just ignorant.
My job isn't writing resumes and cover letters.
> Also, not using LLMs might be a red flag. I wouldn't want a dev that is not open to this technology...
lmao this is exactly the issue. There are hiring managers in here saying they're trying to filter out people using LLMs in applications and you're telling me to use LLMs.
Like completely fabricate what they need for a plausible answer from thin air.
As of now they do more harm than good.
Reminds me of a guy I used to work with. He just made stuff up all the time. Turns out, the answers never actually mattered, people were just bored at their desk and wanted to give the appearance of doing work. I think he's in management at Apple now.
Clearly management material.
We all know that.
I downvoted your post because this is a complete nonsequitur.