Earlier quoted context omitted.
If you can't stand out from an LLM then why can't it do your job? Also, not using LLMs might be a red flag. I wouldn't want a dev that is not open to this technology...
> 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…
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.