
After the GitHub Copilot experience with the Ubuntu Error Tracker, Ubuntu developer Skia was experiment with Google's Gemini AI to help with a helper script for the Ubuntu monthly snapshot releases -- e.g. the recently released Ubuntu 26.04 "Resolute Raccoon" Snapshot 2 . Skia explained of that Gemini encounter:
"Played again with AI, this time Gemini, to help out write a tiny helper script for the release. Find out more in all the individual commits and comments in this PR but in short, I’d say it has the same kind of issues than Copilot: it doesn’t think, so makes silly mistakes, and can’t figure out the semantic of things, quickly leading to badly named variables that add to the confusion of reading a script that often splits the responsibilities of the work weirdly between functions."
AI/LLMs still have a ways to go in providing effective coding practices for large scale software projects.
This Ubuntu-release pull request has that Gemini-generated code and the subsequent revisions made to it.