• 1 Post
  • 1.5K Comments
Joined 3 years ago
cake
Cake day: June 29th, 2023

help-circle














  • For some small things, code from scratch by the LLM is really nice.

    For example, I’ve had the LLMs generate one page HTML dashboards to show data from Postgres over REST. They look nicer than what I could produce. They use vanilla JS with no libraries to maintain, and they handle all of the fiddly UI crap you need to do filtering and formatting.

    But for larger, more important projects, I can see that being more of a downside. For instance, code from scratch is going to have vulnerabilities, but no one is out there scanning your code for those vulnerable and reporting them, like they are for libraries.

    And also, code from scratch is so much more to maintain. The tech debt will be insane.