Hacker News new | ask | show | jobs
by ryandrake 26 days ago
Yea, it really depends on your mode of thinking. Might be why a lot of people struggle with LLM coding while others think it’s great and are productive.

When I’m writing code I think in terms of data structures and algorithms. I have the idea fully formed in my head and coding becomes a mere typing exercise.

If I have to use a chatbot instead, now I have to do the awkward exercise of translating that code into English text that the chatbot can understand, just so the LLM can convert it back to code. And always a lot is lost in that translation.

What is useful are things that speed up data entry, autocorrect formatting, and linting things I forget and so on. Not some awkward thing that makes me round-trip to English as an extra step.