←back to thread

LLM Inevitabilism

(tomrenner.com)
1616 points SwoopsFromAbove | 5 comments | | HN request time: 0.001s | source
Show context
mg ◴[] No.44568158[source]
In the 90s a friend told me about the internet. And that he knows someone who is in a university and has access to it and can show us. An hour later, we were sitting in front of a computer in that university and watched his friend surfing the web. Clicking on links, receiving pages of text. Faster than one could read. In a nice layout. Even with images. And links to other pages. We were shocked. No printing, no shipping, no waiting. This was the future. It was inevitable.

Yesterday I wanted to rewrite a program to use a large library that would have required me to dive deep down into the documentation or read its code to tackle my use case. As a first try, I just copy+pasted the whole library and my whole program into GPT 4.1 and told it to rewrite it using the library. It succeeded at the first attempt. The rewrite itself was small enough that I could read all code changes in 15 minutes and make a few stylistic changes. Done. Hours of time saved. This is the future. It is inevitable.

PS: Most replies seem to compare my experience to experiences that the responders have with agentic coding, where the developer is iteratively changing the code by chatting with an LLM. I am not doing that. I use a "One prompt one file. No code edits." approach, which I describe here:

https://www.gibney.org/prompt_coding

replies(58): >>44568182 #>>44568188 #>>44568190 #>>44568192 #>>44568320 #>>44568350 #>>44568360 #>>44568380 #>>44568449 #>>44568468 #>>44568473 #>>44568515 #>>44568537 #>>44568578 #>>44568699 #>>44568746 #>>44568760 #>>44568767 #>>44568791 #>>44568805 #>>44568823 #>>44568844 #>>44568871 #>>44568887 #>>44568901 #>>44568927 #>>44569007 #>>44569010 #>>44569128 #>>44569134 #>>44569145 #>>44569203 #>>44569303 #>>44569320 #>>44569347 #>>44569391 #>>44569396 #>>44569574 #>>44569581 #>>44569584 #>>44569621 #>>44569732 #>>44569761 #>>44569803 #>>44569903 #>>44570005 #>>44570024 #>>44570069 #>>44570120 #>>44570129 #>>44570365 #>>44570482 #>>44570537 #>>44570585 #>>44570642 #>>44570674 #>>44572113 #>>44574176 #
1. teiferer ◴[] No.44569203[source]
As long as you view LLM as just a tool to do some mostly-mechanical changes to some codebase, you are missing the big picture which the article is about.

What do LLMs mean for your mom? For society? For the future world view of your kids? Nobody cares about library refactoring.

replies(1): >>44569529 #
2. InfinityByTen ◴[] No.44569529[source]
A lot of people are missing this point. It's not about what it can do today. It's about what all you're promised it can do and then be sold to you like there's no alternative; and no one really knows if it will be able to do it or what all non-KPI functions are lost because AI is the only way ahead.

Having used a customer service, I just happen to know that a smarter and a better chat-bot for a bog-standard service request (like a road-side car breakdown) isn't the solution for a better experience.

But now, since a chat bot is cheaper to run, the discussion in the service provider HQ will be about which chat-bot technology to migrate to because user research says it provides for an overall better UX. No one remembers what it is to talk to a human.

replies(2): >>44569899 #>>44571651 #
3. chadcmulligan ◴[] No.44569899[source]
There's an ISP in Australia that markets themselves as their call centre is in Australia, I imagine businesses will do the same with AI - we have real people you can talk to, the market will decide I suppose. Given the current state of AI, there's no way I'd deal with a company where I couldn't talk to a person.
replies(1): >>44571644 #
4. InfinityByTen ◴[] No.44571644{3}[source]
The issue I have with market drivers is that, it is heavily influenced by the politics of a region and how strong is the lobby/influence from the big corps to push for "cost efficient" solutions. And that it can continue, till something really really bad and catastrophic happens, an inflection point of sorts (and is not easily covered up).
5. Paradigma11 ◴[] No.44571651[source]
Agents can be great to assist you. The problem is that customer service can be adversarial in which case you do not want to give the customer somebody capable on their side. Which is why they are not capable and suck.