logoalt Hacker News

skydhashtoday at 12:27 PM5 repliesview on HN

> Far all we know, there is an amazing developer out there who without LLMs, might have been the single best developer in the country, but even this person might not be able to figure out how to effectively work with LLMs. And vice-versa too.

If working with LLMs effectively means accepting subpar results or be a reverse centaur, then I’d be glad not to be able to work with them.

I’ve never seen a good example where AI is a net positive to any development workflow. No one argues against compilers, build tools, IDEs, task runners, deploy and orchestration tools. Because they are great levers that lets you create more with less effort.


Replies

vehemenztoday at 12:46 PM

Many developers have narrow job descriptions, and the creative, productive uses of AI aren’t really obvious.

Where it shines is glueing systems together or building one-off automations that would take days, or weeks, to figure out. It’s for things you don’t have time to figure out or didn’t think were possible.

embedding-shapetoday at 2:31 PM

> If working with LLMs effectively means accepting subpar results

Why would it mean that? That's one way of using them, sure. Personally, my code is better as I have more time to think about the software design than before, and I'm less avoidant of refactoring in my personal projects.

> I’ve never seen a good example where AI is a net positive to any development workflow

Alright, does that mean you also believe it's impossible then that anyone out there is using AI in a "net positive" way for their development workflow? Or just that you've never seen it, but you're open to it existing?

show 1 reply
tdecktoday at 2:41 PM

I think many people did argue against these things when they were new. Compilers, for instance, were seen as a waste of the computer's resources and produced less than optimal code.

rightbytetoday at 3:28 PM

> No one argues against compilers, build tools, IDEs, task runners, deploy and orchestration tools.

Uhm ... I've heard quite alot arguing against IDEs. And I feel IDEs are too much of a lock in.

yoz-ytoday at 12:51 PM

Eh. The useful LLM usage I see is in internal tools (bugs don’t matter because the output or UI is the only thing that counts and they are throw away) or personal projects that otherwise wouldn’t exist.

Both of these can be quite invisible. But the benefit is there.