Human coders are still better than LLMs
11–20 of 762 posts
Re: Human coders are still better than LLMs
#12The other, related question is, are human coders with an LLM better than human coders without an LLM, and by how much?
(habnds made the same point, just before I did.)
Re: Human coders are still better than LLMs
#13“Better” is always task-dependent. LLMs are already far better than me (and most devs I’d imagine) at rote things like getting CSS syntax right for a desired effect, or remembering the right way to invoke a popular library (e.g. fetch) These little side quests used to eat a lot of my time and I’m happy to have a tool that can do these almost instantly.
Re: Human coders are still better than LLMs
#14Re: Human coders are still better than LLMs
#15seems comparable to chess where it's well established that a human + a computer is much more skilled than either one individually
Re: Human coders are still better than LLMs
#16The question is, for how long?
Now that the project has grown and all that stuff is hammered out, it can't seem to consistently write code that compiles. It's very tunnel visioned on the specific file its generating, rather than where that fits in the context of what/how we're building what we're building.
Re: Human coders are still better than LLMs
#17Re: Human coders are still better than LLMs
#18Re: Human coders are still better than LLMs
#19One thing I know is that I wouldn't ask an LLM to write an entire section of code or even a function without going in and reviewing.