posted in Technology
Linus Torvalds used AI to fix a Linux bug, and now LLM critics on Linux face an uncomfortable choice
lists.debian.org/debian-project/…/msg00041.html
www.xda-developers.com/linus-used-ai-bug-llm-critics-face-choice/posted in Technology
Linus Torvalds used AI to fix a Linux bug, and now LLM critics on Linux face an uncomfortable choice
lists.debian.org/debian-project/…/msg00041.html
www.xda-developers.com/linus-used-ai-bug-llm-critics-face-choice/Replying to @themachinestops@lemmy.dbzer0.com
AI is like a power tool. If you give a contractor a nail gun instead of a hammer he can build a house faster. If you give someone who has no idea how to build a house a nail gun they’ll just fail at building a house faster than if you only gave them a hammer and they’ll probably hurt themselves.
Replying to @Acid_Burn@lemmy.dbzer0.com
I think there could be some potential usecases for LLMs, but that’s not code generation (at least code that is not in the finished product), nor having it look up stuff in technical documentation.
Everyone is trying to chase the rational adaptation case. Everyone wants to 10x their projects, yet keep control over them, or at least 2x their productivity. But I’ve seen just as many people going insane from at least first trying to use it as a tool as vibe coders.
Replying to @ZILtoid1991@lemmy.world
Code is probably one of the easiest things to verify, for that reason I struggle to see any other viable uses for LLMs tbh.
user: write code that correctly asserts what 1+1 equals. LLM: assert_eq!(1 + 1, 4); LLM: hmmm, that crashed. LLM: assert_eq!(1 + 1, 3); LLM: hmmm, that also crashed, I must be doing something wrong, let me try one more time. LLM: assert_eq!(1 + 1, 2); LLM: that worked! LLM Response: assert_eq!(1 + 1, 2);
user: what does this sentence mean? "Buffalo buffalo Buffalo buffalo buffalo buffalo Buffalo buffalo" LLM Response: This doesn't mean anything, or someone really likes buffalo's
I can always run the code to check, I still don’t know how that sentence makes sense.
Replying to @G_M0N3Y_2503@lemmy.zip
That’s because it needs a semicolon:
Buffalo buffalo Buffalo buffalo; buffalo buffalo Buffalo buffalo.
Also it isn’t a very good sentence because you’ve said the same thing twice.
It should read:
Buffalo buffalo buffalo; Buffalo buffalo buffalo Buffalo buffalo.
Translation:
“Buffalo” is a place, a noun (more or less meaning bison), and a verb (to harass or bully). So what it means is:
Bison bully bison; Buffalo bison bully Buffalo bison.
Replying to @SuperNovaStar@lemmy.blahaj.zone
Hmm, I don’t see how semicolons work in this sentence.
Marking up the sentence with extras to help visualize:
Buffalo-buffalo (who) Buffalo-buffalo (do) buffalo (in return also) buffalo (the other) Buffalo-buffalo.
A sentence of similar structure, subbing components for others of the same language parts…
… would be:
Foreign cars Austin techbros covet cost big money.
(edit: I couldn’t quickly think of a location adjective for the last noun, which would have stuck to the pattern more closely, but “big” is still the same role, an adjective.)
Replying to @atx_aquarian@lemmy.world
That works too! It’s basically nonsense, but since they are valid adjectives and nouns and verbs you can construct almost any structure of sentence with them.