"Don't roll your own security. Don't roll your own Cryptography." -- these are exceptionally valuable lessons for the bottom 95% of software developers (very much including myself.) I think the major issue with "vibe coding" is that.... as far as I can tell, most LLMS are **completely happy** to hand-roll security for your application. Like... reimplement oAuth from scratch (!)..... You basically have to bully LLMs into **not** doing that......

Reply to this note

Please Login to reply.

Discussion

that's your job 👍

When I was vibe coding I had to keep asking it to not be retarded for it to finally work. 😂

That is now what we will call developers .

In general, DO NOT use LLMs for anything security related. I'm against vibe coding in general, but ESPECIALLY for anything security related. Please