44
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 09 May 2026
44 points (100.0% liked)
AI
6423 readers
23 users here now
Artificial intelligence (AI) is intelligence demonstrated by machines, unlike the natural intelligence displayed by humans and animals, which involves consciousness and emotionality. The distinction between the former and the latter categories is often revealed by the acronym chosen.
founded 5 years ago
This is where commit based version control can help mitigate the damage or detect it early. The golden rule in AI assistance in programming (if you're going to use it) is to check the changes to make sure you understand everything before you commit it. If documents had a git-like version control system it would be easier to detect corruption early.
Or just use Markdown files in a git repo IDK
That's not how humans work. We're lazy.
You ever use snapshot tests? They're garbage. They're garbage because people glance at a 300 line diff and go "that seems right", because a good chunk of the time it is. But some portion of the time, it's borked up.
Having it in git doesn't solve that problem.
I'm not. Stop being lazy. Review your damn code.
LLMs don't work if you don't put the effort in. They save time when you do.
my pleas to my new management to do this fall on deaf ears, but they're gung-ho about ai.
Or use markdown, LaTeX, typst. No reason to use word docs anymore imo