Remix.run Logo
movedx 2 hours ago

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.

dgellow an hour ago | parent | next [-]

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

whstl an hour ago | parent | prev | next [-]

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.

_under_scores_ an hour ago | parent | prev | next [-]

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_Lame 2 hours ago | parent | prev [-]

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