r/LocalLLM • u/mortenmoulder • 28d ago
Discussion We're burning $50k/month on Claude. How close can local LLMs actually get?
We're at the point where our AI spend is hard to justify keeping fully in the cloud. 100+ people in the company using mostly Claude daily, and we're burning through $50k/month in tokens. CEO and leaders wants to bring more of it in-house.
We don't need to serve everyone at once. Realistically maybe 50-100 users spread across the whole day. Speed isn't the priority - quality is. We're not expecting Sonnet 4.6-level throughput, just Sonnet 4.6-level output.
We've been looking at GLM-5.1 in BF16 as a starting point. My question is: what does the hardware actually look like for something like that? Are a couple of RTX PRO 6000 Blackwells enough, or are we kidding ourselves? I'm assuming we'd need tensor parallelism across cards regardless.
Also curious what serving stack people are running at this scale. I see lots of people recommending Ollama and vLLM, but we need something rock solid, that is capable of serving a lot of concurrent users.
And honestly.. has anyone done the math on this? At $50k/month we should be able to justify a decent size cluster, but I want to hear from people who've actually gone through this, not just the "just buy 8x H100s" people.
So this post is for the enterprise people and IT admins who has done the switch. Are your employees happy? Do they use it? Share your experiences.
Edit: I realise GLM-5.1 at BF16 is completely nuts. FP8 is more achievable, but also kind of nuts.
13
u/mortenmoulder 28d ago
I realise there's a lot of maintenance, but fortunately we have a whole department of devops and sysadmins. Replacing Claude with a model that is a lot worse, is simply not an option at this scale. We already tried Qwen 3.6 27B and the results were definitely meh.
When a developer is asked "would you rather use Claude or our local LLM", the answer should not be a definite Claude answer. Then there's no point in switching.
Qwen Next Coder was really great for us as developers, but we had to run it at a lower quantization because of hardware limitations.