logoalt Hacker News

satvikpendemyesterday at 3:55 PM3 repliesview on HN

Oftentimes, plausible code is good enough, hence why people keep using AI to generate code. This is a distinction without a difference.


Replies

andaiyesterday at 4:03 PM

There appears to be a similar approach in UX... plausible user experience is close enough.

show 1 reply
topaz0yesterday at 5:59 PM

2 seconds to insert 100 rows in an empty database table is not "good enough" if you are doing anything that is worth doing.

show 1 reply
bluetomcatyesterday at 4:06 PM

No. Plausible code is syntactically-correct BS disguised as a solution, hiding a countless amount of weird semantic behaviours, invariants and edge cases. It doesn't reflect a natural and common-sense thought process that a human may follow. It's a jumble of badly-joined patterns with no integral sense of how they fit together in the larger conceptual picture.

show 1 reply