logoalt Hacker News

movedxtoday at 7:18 AM6 repliesview on HN

Code is simply math. It either works or it does not. Does your calculator work? Then use it. Does your AI agent of choice produce code that works? Then use it.

Or don't. It's up to you. You're as free to walk away as you are to embrace what's been made here.


Replies

whstltoday at 7:54 AM

This is dangerous advice on so many levels.

“Is math” and “Either works or not” is only true with formal specifications and formal verification, which dwarfs the cost of producing said software.

dgellowtoday at 7:50 AM

Math isn’t known to rm -rf your drive or exfiltrate your private keys and secrets

vccvxvccvvxctoday at 10:19 AM

Code is, but running application aren't "math". They have side effects - like uploading your private keys to hostile servers - which "math" conveniently ignores.

istoleabreadtoday at 9:45 AM

> It either works or it does not.

It also matters how it works.

_under_scores_today at 7:35 AM

This is a bit of an uncharitable take. "It either works or it does not" is an oversimplification when you consider that code often doesn't work in the way it was intended - that's what bugs are. Are vibe coded apps inherently more buggy? Not necessarily. But the I'd argue there's more surface in a vibe coded app that requires blind trust.

Citizen_Lametoday at 7:27 AM

Not really, something can work and be full of security holes.