this post was submitted on 25 May 2024
775 points (97.1% liked)
Technology
59171 readers
2537 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- Be excellent to each another!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, to ask if your bot can be added please contact us.
- Check for duplicates before posting, duplicates may be removed
Approved Bots
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
They don't require as much human intervention to make the results usable as would be required if the tool didn't exist at all.
Compilers produce machine code, but require human intervention to write the programs that they compile to machine code. Are compilers useless wastes of energy?
Compilers are deterministic and you can reason about how they came to their results, and because of that they are useful.
No, they're useful because they produce useful machine code.
That's a distinction without a difference. The code is useful because we can reason how it was made and we can then make deterministic changes. Try using a compiler that gives you a qualitatively different result each time it runs even though the inputs are the same.
It's useful because it does the stuff we want it to do.
You're focusing on a very high level philosophical meaning of "usefulness." I'm focusing on what actually does what I need it to do.
I'm providing explicit examples of compilers doing "the stuff we want it to do". LLMs do what the want 50% of the time and it still needs modifications afterwards. Imagine having to correct a compiler output and calling that compiler "useful".
So if something isn't perfect it's not "useful?"
I use LLMs when programming. Despite their imperfection they save me an enormous amount of time. I can confidently confirm that LLMs are useful from personal direct experience.