• 0 Posts
  • 188 Comments
Joined 2 years ago
cake
Cake day: June 17th, 2023

help-circle


  • OK sure if you want to be pedantic. The point is that LLMs can do things traditional code generators can’t.

    You don’t have to like it or use it. I myself am very vocal about the weaknesses and existential dangers of AI code. It’s going to cause the worst security nightmares in humanity’s recorded history. I recommend to companies that they DON’T trust LLMs for their coding because it creates unmaintainable nightmares of spaghetti code.

    But pretending that they have NO advantages over traditional code generators is utter silliness perpetuated by people who refuse to argue in good faith.










  • Hard disagree. There is a certain level of boilerplate that is necessary for an app to do everything it needs. Django, for example, requires you to specify model files, admin files, view files, form files, etc. that all look quite similar but are dependent on your specific use case. You can easily have an AI write these boilerplate for you because they are strongly related to one another, but they can’t easily be distilled down to something simpler because there are key decisions that need specified.