this post was submitted on 07 Mar 2026
219 points (98.7% liked)

Fuck AI

6262 readers
900 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
you are viewing a single comment's thread
view the rest of the comments
[–] boonhet@sopuli.xyz 4 points 1 day ago

It's modern javascript/typescript you're talking about, isn't it?

They're an edge case IMO, and largely the issue is actually modernizing old languages. If you take something like Go or Rust as an example for a modern language, it's actually nice because the tooling is standardized for the language. In particular, the dependency management is built into the standard tooling.

Now you can always make it more complex by doing things like including docker in your build pipeline and maybe even creating pipelines that automatically deploy to kubernetes on a successful build... But all that is completely optional for like 99% of scenarios.