418
Linus Torvalds used AI to fix a Linux bug, and now LLM critics on Linux face an uncomfortable choice
(www.xda-developers.com)
This is a most excellent place for technology news and articles.
We're not talking about the average clueless vibe coder here. Programming involves a lot more than just writing code. What Torvalds did was essentially "AI assisted coding". As i understand it, he used it to narrow down the position of the bug in the code and then fixed it himself with a one-liner because apparently AI couldn't find a solution on its own:
https://github.com/torvalds/linux/commit/818bebeb63dd6bf5f4e07e145f6cdbace520a34c>
That's basically how AI should be used. To speed up things that are technically easy to do, but still very time consuming.