this post was submitted on 08 Apr 2026
1632 points (99.7% liked)

memes

20850 readers
2883 users here now

Community rules

1. Be civilNo trolling, bigotry or other insulting / annoying behaviour

2. No politicsThis is non-politics community. For political memes please go to !politicalmemes@lemmy.world

3. No recent repostsCheck for reposts when posting a meme, you can only repost after 1 month

4. No botsNo bots without the express approval of the mods or the admins

5. No Spam/Ads/AI SlopNo advertisements or spam. This is an instance rule and the only way to live. We also consider AI slop to be spam in this community and is subject to removal.

A collection of some classic Lemmy memes for your enjoyment

Sister communities

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] utopiah@lemmy.world 5 points 1 day ago (1 children)

And that's why GenAI for code is gaining popularity.

It's not because it's better than free open-source libraries. It's because it's better marketed.

[–] nandeEbisu@lemmy.world 2 points 1 day ago (1 children)

Eh, Claude's cutting edge frontier models are definitely better than the good open source models which lag a bit behind. The good open source models are still useful though but you'd get noticeably better performance with the closed model which is why even companies that are perfectly capable of locally hosting an open model choose to pay anthropic a premium.

[–] utopiah@lemmy.world 1 points 1 day ago (1 children)

Maybe but that wasn't my point. My point is that a lot of people now invest a LOT of resources, being token, money, time, etc to invent the wheel again. Instead of relying on e.g. Drupal they'll "generate" yet another CMS which will work (for a while, in theory) not because it's a good idea (IMHO it's not) but because it's been marketed as doable and even "better" on some aspects (e.g. customizable).

[–] nandeEbisu@lemmy.world 2 points 1 day ago (1 children)

Ah, you're referring to local rewrites of utilities that already exist?

I agree that agents are making more in house utilities which can be wasteful. The shift certainly isn't helped by the increase in supply chain attacks though.

[–] utopiah@lemmy.world 3 points 1 day ago

Yes, I didn't know the expression "local rewrites" but that seems to capture it well.

My bet it's another version of the inverse of Not Invented Here https://en.wikipedia.org/wiki/Not_invented_here where the IT department or a random manager claims that whatever was generated is "theirs" implying agency. They don't realize that each iteration will get harder and more expensive (bigger context window) while alternatives have accumulated thousands and thousands of "bugs" or even just usage highlighted limits of their implementation. So they are re-inventing their version at great cost and in the end the difference between what they worked on is basically equivalent of open source equivalents but with no community support and instead a dependency on models and infrastructure they don't own.