Reasonable policy, a lot of people are still gaining experience with this stuff
Reasonable policy, a lot of people are still gaining experience with this stuff
Posted Mar 10, 2026 16:10 UTC (Tue) by koverstreet (✭ supporter ✭, #4296)Parent article: Debian decides not to decide on AI-generated contributions
LLMs will (try to) do exactly what you ask them; if you rush for the first thing that builds and runs, don't be surprised if you're left with a mess afterwards :)
But, if you work with them iteratively - same as you would with a human contributor - making sure you've got a solid plan and design, cleaning up as you go, you can get very high quality work done with an LLM writing all the code.
You do have to spend some time getting to know their strengths and weaknesses. LLMs are still pretty weak at the design aspect - reasoning that requires thinking about an ambiguous problem from multiple angles and layers of abstraction. But once the problem is understood, they're quite fast and high accuracy at the implementation.
Not that much has really changed about programming. Someone's still got to be putting the effort in on all the boring code hygiene and engineering standards stuff - making sure stuff stays organized, documented, tested :)
