Bob’s Guns is an excellent track by Ludique.

she/her

  • 0 Posts
  • 24 Comments
Joined 3 years ago
cake
Cake day: March 31st, 2022

help-circle
  • 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.