• 0 Posts
  • 13 Comments
Joined 7 months ago
cake
Cake day: December 7th, 2023

help-circle









  • It saves the government and courts (and by extension tax payers) a whole lot of time and money. There’s no need for a normal trial and all the extra crap that comes of that (like appeals). It also removes/reduces the risk(s) of a death penalty sentence (much more expensive than a life sentence), further trauma for the victims as well as their friends and families, and avoids the extremely unlikely but still possible chance that the accused is found not guilty or uses some other legal maneuver to avoid real consequences.




  • Anecdotally speaking, I’ve been suspecting this was happening already with code related AI as I’ve been noticing a pretty steep decline in code quality of the code suggestions various AI tools have been providing.

    Some of these tools, like GitHub’s AI product, are trained on their own code repositories. As more and more developers use AI to help generate code and especially as more novice level developers rely on AI to help learn new technologies, more of that AI generated code is getting added to the repos (in theory) that are used to train the AI. Not that all AI code is garbage, but there’s enough that is garbage in my experience, that I suspect it’s going to be a garbage in, garbage out affair sans human correction/oversight. Currently, as far as I can tell, these tools aren’t really using much in the way of good metrics to rate whether the code they are training on is quality or not, nor whether it actually even works or not.

    More and more often I’m getting ungrounded output (the new term for hallucinations) when it comes to code, rather than the actual helpful and relevant stuff that had me so excited when I first started using these products. And I worry that it’s going to get worse. I hope not, of course, but it is a little concerning when the AI tools are more consistently providing useless / broken suggestions.