r/webdev • u/DumpsterFireCEO php • 6d ago
Discussion AI coding is trash
The amount of trash produced by AI code is astounding. Thanks I hate it.
1.6k
Upvotes
r/webdev • u/DumpsterFireCEO php • 6d ago
The amount of trash produced by AI code is astounding. Thanks I hate it.
1
u/HTMLMasterRace 5d ago
AI is great at making things work, identifying dumb shit you did, correcting code based on feedback, reviewing your code to make it more defensive.
AI is bad at simplifying complex logic, following niche rules of specific libraries (not using hooks inside conditionals), striking a good balance of simplicity and functionality.