3 comments

[ 22.1 ms ] story [ 17.0 ms ] thread
I may be old school, but I still find it crazy that people just allow AI to write code. I use AI a lot when I'm coding, but I always ask, review the ouput then copy and paste what I actually need.

I constantly find it outputting things that are wrong, not handling errors properly, or not worrying about security.

A bit of prompting to ask it to not throw away errors and write TDD-style helps imo.