141
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 21 Mar 2026
141 points (100.0% liked)
Fuck AI
6462 readers
525 users here now
"We did it, Patrick! We made a technological breakthrough!"
A place for all those who loathe AI to discuss things, post articles, and ridicule the AI hype. Proud supporter of working people. And proud booer of SXSW 2024.
AI, in this case, refers to LLMs, GPT technology, and anything listed as "AI" meant to increase market valuations.
founded 2 years ago
MODERATORS
I have some coworkers who are excited about exactly this and I don't get it at all.
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.
Your example sounds fine to me, but I wonder if maybe the real value of AI coding that you're seeing is not "AI writes code" but rather "AI ignores all the coding rules/conventions, which were being badly applied in this case."
Like, I could picture trying to write a simple tool as you describe and running into the wall of "We're an Angular shop so you need to use the framework." But the AI isn't forced to follow these rules, so it can do a decent job.
This has been the main value of AI to me. It's just like, "sorry, the machine won't let me do a refund," as an alternative to listening a customer scream that they deserve a refund.
Imagine if we could completely do away with standardization! Think of the security implications!