Comment by Capricorn2481

5 days ago

> I’ve come to appreciate that there is a new totally valid (imo) kind of software development one can do now where you simply do not read the code at all

No. If nobody actually reads the code, nobody knows what the app does.

> If someone vibe coded something and didn’t read it and I’m worried it contains something dangerous, I can ask Claude to analyze it and then run it in a docker container

And asking an LLM to "analyze it" is worthless. It will miss things here and make up things there. Running it in Docker does not mean it can't mess you up.