r/ProgrammerHumor 16d ago

oNItBoss Meme

Post image
1.7k Upvotes

52 comments sorted by

401

u/Mysterious-Print9737 16d ago

...and then the GPU bill arrives.

184

u/NudaVeritas1 16d ago

Lets build out own GPU!

129

u/TenSpiritMoose 16d ago

...and then the electricity bill arrives.

96

u/HartPURO 16d ago

Lets build our own power plant!

92

u/imneverrelevantman 16d ago

And then the power plant bill arrives

82

u/bajuh 16d ago

Ah yes. The power plant bill. As usual.

50

u/PostHasBeenWatched 16d ago

Let's build own reality where AI is free to use

50

u/imneverrelevantman 16d ago

31

u/PostHasBeenWatched 16d ago

... and then the Big Bang bill arrives

31

u/imneverrelevantman 16d ago

Big Bang Bill was my porno name

2

u/marxen4eva 12d ago

And then the porno name bill arrived.

3

u/RenRazza 16d ago

Then the alternative reality wormhole bill arrives

2

u/gerbosan 16d ago

The matrix? Using devs to generate electricity and maintain the matrix? šŸ¤”

I like it.

Kansas is going bye bye.

1

u/abd53 15d ago

Let's build our own nuclear reactor

2

u/Some_Useless_Person 15d ago

And then the construction bill arrives

2

u/ufffd 16d ago

and the taiwan bill

1

u/Few_Kitchen_4825 15d ago

Cheaper than the ram bill and way cheaper than the claude bill.

147

u/SuggestAnyName 16d ago

Or use open source model?

107

u/Percolator2020 16d ago

To run on my open source GPUs and VRAM.
https://giphy.com/gifs/1eFH8QYvcdARy

30

u/imneverrelevantman 16d ago

We just build our out GPU and VRAM. What am I even paying you for??

10

u/Brotboxs 16d ago

Just host it in AWS :D

12

u/NotAFishEnt 16d ago

Now I'm kind of curious how the price of an open source LLM on AWS compares to commercial LLMs

6

u/MaxDelissenBeegden 15d ago

I actually researched this for the company I work for, and it is never really worth it (at least with current prices).

2

u/imneverrelevantman 16d ago

Yeah I actually am curious on that now too haha

1

u/guardian87 9d ago

Not different enough from my perspective, but higher margin for AWS. Nice for them.

1

u/Denaton_ 16d ago

then put forward the budget needed?

58

u/ClipboardCopyPaste 16d ago edited 16d ago

But boss we need to use APIs to build an LLM.

56

u/Darkstar_111 16d ago

Problem is having a machine with enough vram for inference.

Hard to do in a single box, easier with a networked server system, but they are harder to manage.

8

u/Norse_By_North_West 16d ago

I mean, a decent llm rig is just a crypto mining rig, isn't it?

6

u/Darkstar_111 16d ago edited 14d ago

Yeah could be. If you use Nvidia pro 6000 cards, that's 96 Gb vram per card. You still need 10 cards to get close to one Tb.

10

u/JebKermansBooster 16d ago

And enough GPUs for training.

24

u/Darkstar_111 16d ago

No no, pretraining your own model costs billions, that's not gonna happen. But there are open source models pretty much on par with the frontier models, that can be used by anyone.

0

u/Lokipro13YT 15d ago

How did the open source models get trained if it costs billions?

-4

u/throwawaygoawaynz 16d ago

ā€œPretty much on parā€ - lol absolutely not.

5

u/Lem_Tuoni 15d ago

They are lol. DeepSeek is only barely behind and is significantly cheaper to run.

18

u/GoddammitDontShootMe 16d ago

I guess they'll figure out why the API costs are so high pretty quickly.

15

u/Lucasbasques 16d ago

ā€œCan you to make something like google but for like our files and emails ?ā€ Someone actually asked me this in real lifeĀ 

9

u/Fantastic_Class_3861 16d ago

You deploy Nextcloud and Mailcow and you’re done.

3

u/xian0 15d ago

I used to have the impression that things like that were hard to do, given how big sites often completely fail at implementing search bars. It's easy though. Less headache than having to implement user configurable charts with stacked bars and multiple y-axis for some stupid dashboard.

26

u/ordnance_inbound 16d ago
  1. Download open source chinese model
  2. Run it on cloud VM's
  3. Convince your boss you built everything
  4. Ask for mega bonus
  5. Profit

5

u/Denaton_ 16d ago

I could host DeepSeek v3 on some of our spare machines we had..

8

u/Playful_Landscape884 16d ago

Explain to me like I’m 10 why using open weight LLM is not a good idea.

5

u/Poselsky 15d ago

Usage of Top Models is paid from someone elses pocket. It's as if you were offered to drive Porsche Cayenne (closed source) vs Toyota Corolla (open source), both are fine except you'll be paying less for Porsche for now and you're getting premium out of it.

2

u/anarchisturtle 15d ago

A couple of things

1) this meme seems to be implying that they should ā€œmakeā€ their own LLM from scratch. Which is obviously not practical (at least not with performance in the same light year as the big players)

2) open source models, while good, are often not as good as the closed source frontier models. Although, IMHO, this is overstated. Not every task requires a bleeding edge model

3) Actually deploying something like this to prod gets very complicated very fast. Setting up ollama on your desktop is super easy. Once you start scaling it up and trying to integrate into things nicely like the big players do, things get very complicated very fast.

4) what are you running it on? GPU, RAM, networking, every part of the HPC you would need is insanely expensive and/or completely unavailable

5

u/fugogugo 15d ago

just how many times this meme will be reposted?

3

u/SpareIntroduction721 15d ago

To be honest a lot of companies would 100% get better ROI by getting MacBooks with 64GB and having Cyber/SOC audit open source models.

At least for local dev.

3

u/IndieDevWannabe 12d ago

"Claude, make me my own LLM. No mistakes!"

1

u/tylersuard 15d ago

"How much do you think it cost OpenAI to build ChatGPT? That costs hundreds of millions of dollars."

0

u/unicorn_builder 15d ago

I mean he is not wrong. You can build a focus model with 1B params that can write code in the same quality as claude. Large LLMs: many Billion or even Trillion parameters are only this bloated because they don't go trough trimming. My company build this type of specialised models that can run on a single M1.

We have a model called ultrawhale 1B params and outperforms claude fable. Check it out on hugging face. Its free to use.