• 1 Post
  • 3 Comments
Joined 2 years ago
cake
Cake day: December 5th, 2023

help-circle
  • It works short term. If you have a deadline tomorrow by all means.

    Long term you need to be aware of not just the code but the theory behind the code. You can make it work if you’re promoting what you need and read the result, understand it and test it but if we pure vibe coding is probably too much. How are you gonna solve problems when you don’t fully understand how things work?

    Another thing, a lot of AI generated code solves the problem in the most obvious often bad way. For example I asked the AI for help with an ORM limitation I was running into and so many times the code it suggested was just query the db, then filter in code afterwards