

Hey Paul Triolo? Are you fucking shitting me? You really think that Nvidia, the fucking Graphics Mafia, wouldn’t build a kill switch into the chips they make for China so they can be shut down remotely if AGI or war occurs? They might have done that because Trump asked them to or they might have done it because doing evil things is their hobby. It makes infinity sense that Nvidia, of all companies, would be doing that sort of thing!
I would say that you should not count on AI to write security critical code. This is pretty likely to result in vulnerabilities. AI often has oversights. At the very least you need to learn what common practices are considered secure and work towards putting them into practice. AI can help you do this with code examples, but you should try to limit this to things that the AI can prove to work correctly by running them. And especially do not try to roll your own cryptography.
We already have a tool for doing very common tasks in programming like authentication - they are called libraries and are at least an order of magnitude more reliable than what you get from AI. AI has its place too, but it’s not useful for everything and can be especially harmful in certain situations like security critical code where you absolutely need the code to have certain properties that the AI cannot reason about.