• 0 Posts
  • 8 Comments
Joined 4 months ago
cake
Cake day: November 20th, 2024

help-circle
  • The theory that the lead maintainer had (he is an actual software developer, I just dabble), is that it might be a type of reinforcement learning:

    • Get your LLM to create what it thinks are valid bug reports/issues
    • Monitor the outcome of those issues (closed immediately, discussion, eventual pull request)
    • Use those outcomes to assign how “good” or “bad” that generated issue was
    • Use that scoring as a way to feed back into the model to influence it to create more “good” issues

    If this is what’s happening, then it’s essentially offloading your LLM’s reinforcement learning scoring to open source maintainers.


  • Really great piece. We have recently seen many popular lemmy instances struggle under recent scraping waves, and that is hardly the first time its happened. I have some firsthand experience with the second part of this article that talks about AI-generated bug reports/vulnerabilities for open source projects.

    I help maintain a python library and got a bug report a couple weeks back of a user getting a type-checking issue and a bit of additional information. It didn’t strictly follow the bug report template we use, but it was well organized enough, so I spent some time digging into it and came up with no way to reproduce this at all. Thankfully, the lead maintainer was able to spot the report for what it was and just closed it and saved me from further efforts to diagnose the issue (after an hour or two were burned already).







  • I wrote my PhD thesis about bacterial flagella. Not about the motor though (which is incredible), but about the long part of the flagella that is extracellular. It is able to change its shape as the bacteria moves. The mechanism by which this happens is at the same time quite simple, but just about impossible to explain via text. Really, really neat bit of evolution that has proven to be home to incredibly rich physics that is still being studied to this day.