• 0 Posts
  • 89 Comments
Joined 6 months ago
cake
Cake day: January 21st, 2026

help-circle
  • I worked in software for, well, let’s say 20 years, at some elite places, too. And the one thing that I never understood was how few people ever bothered “to make sure it is correct,” as you put it, even before this new problem with AI. They didn’t even bother to make sure it was correct even when they wrote it themselves.

    You don’t know how many times I’ve been sent a request to review code, and it should have only been like 20 lines of code, but instead it was page after page of irrelevant stuff, because they created the review from the wrong baseline. But they never even took a single look at it before they sent it to me.

    So many people don’t write tests for their code that generally my biggest achievement at any given assignment was creating test frameworks that let them write tests using domain specific language, because it made it much easier. At a certain point, if it’s easy enough, even those people will write tests, especially if they know that I’ll be doing the review.

    I honestly don’t see AI code as being all that different. People still don’t even do the minimum, but they just get exposed and embarrassed more easily.



  • For anybody who doesn’t know what a front end is, the job of the front end is generally to take data from the back end and present it to the user. So for the fediverse, a front end might be the web page or app. The back end is the actual instance where you made your user.

    Lots of front ends do filtering, but at the explicit instruction of the user. It’s better to do it on the back end if you can because it’s wasteful to send data to the front end only to throw it away. But there is a place for front end filtering, just not in secret.

    So in this case, a person who used tesseract as well as, say, a lemmy web page interface, would probably expect to see the same data in both places, but the tesseract front end would actually be hiding a lot of stuff.








  • OpenAI’s general model doesn’t give out reliable medical advice. So, they need to instruct it not to give out medical advice, and instead to tell the user to consult a real doctor. Hopefully they have done that already.

    But beyond that, there’s a quagmire. Some people will move mountains to avoid talking to humans about anything, or even about some certain things like their health, and if ChatGPT refuses to give advice, they’ll either find a way around the instructions to the AI, or they’ll just find another AI that is willing to give medical advice. So part of me is glad that these people will get a specialized medical advice AI model, because it’s better than nothing, and if OpenAI wants to risk the lawsuits, that’s their problem. But it’s still dangerous if their new medical advice model hallucinates like all of the current models seem to. I personally wouldn’t recommend people use it.