Comment on Replit AI deletes entire database during code freeze, then lies about itComments−layer81yOne thing that AI likely won’t obviate the need of is making backups.Here’s another funny one: https://aicodinghorrors.com/ai-went-straight-for-rm-rf-cmb5b...−rahimnathwani1yNot only backups, but also a database with transaction logs or some way to play back the transactions after the most recent backup.−Cthulhu_1yTBH that's good practice without AIs too. People make mistakes, software has bugs, hardware dies.
Comments
One thing that AI likely won’t obviate the need of is making backups.
Here’s another funny one: https://aicodinghorrors.com/ai-went-straight-for-rm-rf-cmb5b...
Not only backups, but also a database with transaction logs or some way to play back the transactions after the most recent backup.
TBH that's good practice without AIs too. People make mistakes, software has bugs, hardware dies.