Preferred form of modification
Preferred form of modification
Posted Mar 10, 2026 14:55 UTC (Tue) by kleptog (subscriber, #1183)Parent article: Debian decides not to decide on AI-generated contributions
> Nussbaum answered that would be ""the input to the tool, not the generated source code"".
I thought: that can't be right. Then I looked at what he actually said:
> Assuming we are making the hypothesis of an LLM that is packaged in Debian and used as part of the build process of the package (so it's a build-dependency, and does not require internet access during build), how is that different from the 'bc' source package's use of flex/bison to generate C source files[0], or the 'swiglpk' source package's use of swig?
There is absolutely no way LLMs are useful for such a scenario. That's like for every build sending a task to Mechanical Turk to code and using the response blindly. LLMs are by their nature non-deterministic (though I guess you could turn down the temperature). That makes it not comparable to flex/bison.
