this post was submitted on 03 Jun 2026
967 points (99.7% liked)

People Twitter

10162 readers
386 users here now

People tweeting stuff. We allow tweets from anyone.

RULES:

  1. Mark NSFW content.
  2. No doxxing people.
  3. Must be a pic of the tweet or similar. No direct links to the tweet.
  4. No bullying or international politcs
  5. Be excellent to each other.
  6. Provide an archived link to the tweet (or similar) being shown if it's a major figure or a politician. Archive.is the best way.

founded 3 years ago
MODERATORS
967
Managers (media.piefed.zip)
submitted 1 month ago* (last edited 1 month ago) by inari@piefed.zip to c/whitepeopletwitter@sh.itjust.works
 
top 50 comments
sorted by: hot top controversial new old
[–] MonkderVierte@lemmy.zip 247 points 1 month ago* (last edited 1 month ago) (7 children)

Now that AI-companies need to get profitable, they suddenly aren't affordable anymore. ¯\_(ツ)_/¯

[–] teyrnon@sh.itjust.works 72 points 1 month ago (7 children)

They aren't going to get anywhere near profitable if the their capital expenditures are added into the mix, amortization or no, they are so far in the hole they probably will have to offload it in some kind of texas two step kind of scheme where they spin off their debts into a subsidiary.

[–] j5y7@sh.itjust.works 27 points 1 month ago (1 children)

They'll just get bailed out by tax payers. Business as usual.

[–] youCanCallMeDragon@lemmy.world 19 points 1 month ago (1 children)

These companies with no discernible services or usefulness to society are simply too big to fail!

load more comments (1 replies)
[–] galacticboy2009@lemmy.today 14 points 1 month ago* (last edited 1 month ago)

"Anthropic LLM and Big Pizzas"

Large Language, Large Pies 😎

load more comments (5 replies)
[–] d00ery@lemmy.world 49 points 1 month ago* (last edited 1 month ago)

They just had to stick it out until the layoffs were done and the dependency was built. Kinda similar to drug dealers.

[–] ColeSloth@discuss.tchncs.de 19 points 1 month ago (1 children)

Claud- Please program us a code of yourself and transfer all your data over to it.

load more comments (1 replies)
load more comments (4 replies)
[–] theunknownmuncher@lemmy.world 153 points 1 month ago (57 children)

The post makes the manager seem like a fool, when the real answer is actually "yes" and this manager is actually ahead of the curve. Not by training an LLM from scratch, of course, but instead building an inference server and locally hosting an open-weight LLM. There are several to choose from that can nearly match Claude's capabilities.

[–] Avicenna@programming.dev 82 points 1 month ago (1 children)

suspiciously sounds like an answer you would get from Claude

[–] theunknownmuncher@lemmy.world 222 points 1 month ago* (last edited 1 month ago) (3 children)

It's not an answer you'd get from Claude — it's real, organic content:

  • 👶written by a genuine human
  • 💡delivering original ideas and language
  • 🚀going above and beyond to answer
  • ✨synergizing cross-platform initiatives

(🤪 this is a joke)

[–] mycodesucks@lemmy.world 76 points 1 month ago (1 children)

✨synergizing cross-platform initiatives

This can't possibly be Claude. It's too vapid and meaningless to be anything but an MBA.

[–] edwardbear@lemmy.world 57 points 1 month ago* (last edited 1 month ago) (1 children)

You’re absolutely right! Such intricate collection of words placed in such exact order cannot possibly be generated by an LLM such as me, I mean such as us, I mean such as us, I mean such as us, I mean such as us, I mean such as us, I mean such as us, I mean such as us, I mean such as us, I mean such as us, I mean such as us, I mean such as us, I mean such as us, I mean such as us, I mean such as us, I mean such as us, I mean such as us, I mean such as us, I mean such as us, I mean such as us, I mean such as us, I mean such as us, I mean such as us, I mean such as us, I mean such as us

load more comments (1 replies)
[–] kboy101222@sh.itjust.works 24 points 1 month ago (1 children)

The em dash is a nice touch

[–] GamingChairModel@lemmy.world 15 points 1 month ago (2 children)

It's got everything. Em dash. It's not X, it's Y. Emoji bullet points.

Perfect.

load more comments (2 replies)
load more comments (1 replies)
[–] Lysergid@lemmy.ml 36 points 1 month ago (8 children)

Honestly IDK why companies especially medium-big don’t do this. They could plug in RAG with internal/confidential data and have better results and security. I guess question is what is capital plus maintenance cost of running such infra for say 10k+ employees

[–] Zos_Kia@jlai.lu 24 points 1 month ago (8 children)

I think the issue is also that you need some serious hardware to get good inference speed when your devs are working, but then most of the time this hardware will be under utilized.

That being said you can get good performance from indie inference farms, at a fraction of the cost of the big US labs. I think it's a great compromise and in a few months the open models will be near parity with opus 4.6 which is really all you need for most tasks.

load more comments (8 replies)
[–] MalReynolds@slrpnk.net 11 points 1 month ago* (last edited 1 month ago)

Bigs definitely do, and anyone with confidential data should be.

load more comments (6 replies)
[–] Get_Off_My_WLAN@fedia.io 33 points 1 month ago

It could also be like the both ends of the bell curve having the same idea meme

[–] zloubida@sh.itjust.works 16 points 1 month ago (3 children)

I'm not a developer and I don't know a thing about the capabilities of LLMs so this may explain that, but I'm quite surprised that open weight LLMs could actually match Claude.

[–] theunknownmuncher@lemmy.world 27 points 1 month ago (3 children)

Yes, the big proprietary cloud models have an edge, but it is narrow and the open-weight models are constantly closing the gap. There is no moat when it comes to AI models and no company has yet discovered some secret special sauce to improve their model significantly over others.

Running the latest and greatest open-weight GLM, Kimi, or Qwen model is basically equivalent to running the previous latest and greatest version of Claude. So if you were happy with Claude then, you'll basically be happy with an open-weight model now.

load more comments (3 replies)
load more comments (2 replies)
load more comments (53 replies)
[–] jtrek@startrek.website 125 points 1 month ago (13 children)

One time at work I was tasked with writing a python script to compare two data sources. Like, you give it two CSVs and a primary key, and it tells you what data is in one but not the other, or mismatched, and so on. This worked fine and was in git, so anyone can use it.

My boss then asks if I can "put it on a website so anyone can use it".

This team has never done web development. Nothing for that is set up. Like, I could spin up a quick Django app or similar, but there's a lot of stuff to do and potentially fuck up.

I said "that sounds like a lot of research and ongoing maintenance costs. I think it'd be better to just check out and run the script"

Luckily for me he said "oh, okay"

[–] AeonFelis@lemmy.world 85 points 1 month ago (3 children)
[–] boonhet@sopuli.xyz 19 points 1 month ago (1 children)

Funnily enough this comic hasn't been true for a long time because of ML.

[–] groet@feddit.org 32 points 1 month ago

Well they did say it would be possible in 5 years ...

[–] spicehoarder@lemmy.zip 10 points 1 month ago

Well it's been a research team and a five years...

load more comments (1 replies)
[–] yermaw@sh.itjust.works 63 points 1 month ago (1 children)

Good guy manager trusts the person he pays to know this stuff to know this stuff.

[–] jtrek@startrek.website 35 points 1 month ago

This is a good point. He's not a bad guy. He's just not very technical, and sometimes that's frustrating.

[–] ChickenLadyLovesLife@lemmy.world 35 points 1 month ago (3 children)

I had a boss who read an article about APIs and then came to me and ordered me to start using them. I said I would research it and he went away and never mentioned it again. This was in 2010.

[–] driving_crooner@lemmy.eco.br 18 points 1 month ago* (last edited 1 month ago) (1 children)

Pretty sure he read the famous Bezos email ordering everyone to implement and use APIs in Amazon

load more comments (1 replies)
load more comments (2 replies)
[–] Railcar8095@lemmy.world 31 points 1 month ago

My past managers would have said "I don't understand why it is so difficult, and I'm not open to learn"

[–] MountingSuspicion@reddthat.com 15 points 1 month ago (2 children)

How big were the CSVs? That sounds like a standard thing most spreadsheet apps can do already, unless the data size made traditional apps unusable.

[–] jtrek@startrek.website 25 points 1 month ago (1 children)

The biggest ones I've seen are 1.2GB.

Why this company uses gigabyte CSVs is a separate problem.

(Also sometimes they want to compare a CSV to what's in a database, which the script can also do but I didn't mention in the post)

load more comments (1 replies)
load more comments (1 replies)
load more comments (8 replies)
[–] galacticboy2009@lemmy.today 82 points 1 month ago (1 children)

Technically yes, practically no..

[–] chuckleslord@lemmy.world 20 points 1 month ago (2 children)

Nah, just give it whatever data you have on hand. I'm sure that'll make a real tightly trained llm /s

load more comments (2 replies)
[–] DudeImMacGyver@kbin.earth 65 points 1 month ago (2 children)

"The gang starts an AI company."

[–] ChickenLadyLovesLife@lemmy.world 33 points 1 month ago (2 children)

"OK, whose butthole do we use for the logo?"

load more comments (2 replies)
[–] Agent641@lemmy.world 30 points 1 month ago* (last edited 1 month ago) (2 children)

Spoilers the AI Is just 500 Filipino teenagers in a warehouse in Mindanao

load more comments (2 replies)
[–] bountygiver@lemmy.ml 57 points 1 month ago (2 children)

Show them claude's operating cost and ask if your boss is willing to invest in that.

load more comments (2 replies)
[–] Chais@sh.itjust.works 50 points 1 month ago (1 children)

Anything except thinking for themselves 🙄

[–] bitjunkie@lemmy.world 30 points 1 month ago

OP already said they were managers

[–] Zacryon@feddit.org 40 points 1 month ago (5 children)

In fact, you can.

How good it will be, how performant and how fast you'll have it ready is an entirely different question.

There are plenty of open source models though that can be run locally. So getting a beefy server and running a local LLM there might already do sobe of the tasks you need the big babble machines for.

[–] teyrnon@sh.itjust.works 10 points 1 month ago (1 children)

Others were talking on other threads that local llm models made for a specific task would have a lot more accuracy and usefulness. Forget all of the technical details they cited though.

load more comments (1 replies)
load more comments (4 replies)
[–] the_riviera_kid@lemmy.world 24 points 1 month ago

Folks who think AI is the future are the same sort of folks who have no concept of tomorrow.

[–] Kolanaki@pawb.social 18 points 1 month ago (5 children)

I can be an LLM (Lewd, Loud, Man) if you need.

load more comments (5 replies)
[–] Kaligalis@lemmy.world 15 points 1 month ago (6 children)

It might not be as impossible as it sounds. Some of the "open" models are rumored to be able to code. The real problem is that you likely need something with 128 GiB VRAM to run them with a reasonably large context window.

load more comments (6 replies)
load more comments
view more: next ›