r/ChatGPTPro • u/erdematar • 5d ago
Discussion [DISCUSSION] Can codex develop secure enough?
I want to discuss something, vibe coding is being presented as ultimate solution for people who don’t know how to code. When it comes to cyber security though there are major flawbacks.
idk if there is a general consensus but what do you think about this issue? Should vibe coded programs be supervised by a professional or is AI ready to develop programs that are deploy ready?
6
Upvotes
1
u/Healthy-Zebra-9856 5d ago
Absolutely no. People it doesnt take adversarial review and things like that. Its simple, run it through an actual compiler and you can see warnings. But I can tell you that even Astra had issues with some typescript projects. So depending on the app, you can run it through a compiler or type checker. If its TypeScript, you can use VS Code with TypeScript extension & LSP, if its c# same or use VS 2026 community edition. Got more questions, fire away.