logoalt Hacker News

popinman322today at 6:41 PM3 repliesview on HN

Very much agree. Until the vibe-coded version has been fully audited and profiled to perform, within reasonable tolerances, as well as the original code base, it feels like a bad idea to support it downstream or use it in production.


Replies

layer8today at 7:00 PM

Even if it performs reasonably, it may still be unmaintainable, meaning that any future changes are likely to introduce bugs and instabilities. At the present state of AI coding it’s completely understandable not wanting to depend on code that the maintainers have no good understanding of. The code auditors would have to become the maintainers.

show 1 reply
happytoexplaintoday at 6:49 PM

Yes, but only if auditing includes an exhaustive human review of the code, not just passing the tests we (or an AI) thought to write.

gpmtoday at 6:50 PM

I'd hope that the bun team is going to put into the work to ensure the LLM translated version is up to snuff before cutting a release from it though... it doesn't seem fair to assume that that isn't going to happen.