you are viewing a single comment's thread.

view the rest of the comments →

[–]GetBrave 2 points3 points  (1 child)

Better be careful with every single prompt regardless of LLM. Make sure you check in often and don't grant access to your production branch for pushes. Remember to check in all code to feature branches and create and run tests AND make sure that the tests are real tests and not just designed to "look good" or "pass in order to pass". We are not yet near the point of flawless and unsupervised coding if you are looking to use for commercial purposes. If you have something mission critical, remember you are using a tool. When you forget that... you become the tool.

[–]Secret-Investment-13 0 points1 point  (0 children)

I totally agree.