Hacker News new | ask | show | jobs
by lrvick 6 days ago
Buy a few GPUs so you can skip the Claude subscription, and never have to worry about rate limits, privacy, or refusals. Will pay for itself with a small team in a few months.

I mostly work on custom from scratch Linux operating systems and packages across dozens of languages.

I do 100% of my AI work today using two AMD r9700 pro GPUs on a 10yo pc I pulled out of an old arcade machine.

AI subscriptions only make sense for people who cannot build a basic home computer.

3 comments

It’s not cheaper to run Claude in your own GPUs rather than the $200/mo for certain workloads. For a large portion of what I work on, the bottleneck is my time, not tokens. You certainly could throw more tokens at it but if you need it to work a certain way for certain reasons, and your plan/goals are beyond the scope of what the top-capability models can do, then throwing them at the problem just bogs you down in extra cruft or reviews/iteration that you could more effectively do being the primary driver of the work.
Sure, you can keep paying $200/mo to Anthropic forever, and accept heavy censorship on the types of tasks you can do (e.g. malware research), accept no privacy, and accept rate limiting and the requirement of internet access at all times.

Or buy $2400 of GPU today to get you something close to get you within 10% of Opus 4.6 on coding benchmarks, that pays for itself in 1 year, AND you can work with private code and data offline as you like with no censorship or restrictions.

The value proposition of Anthropic is comically bad to anyone that understands how to insert PCI-E cards into a motherboard and install linux.

How long has this been your daily driver? How has this setup worked for you compared to enterprise models? Which models?
Maybe 2 months. I have mostly used the Qwen series, and currently running Qwen3.6 27B for programming and debugging and Qwen3.6 35B for speed and research. Both punch way way above their weight and replaced Qwen3.5 122B for me. Qwen 3.6 27B even is, for my workloads, preferable over Big Pickle (GLM-4.6) which is the only large third party model I have used extensively for reference and comparison as it is free and requires no signup or PII via OpenCode. My go to agent solution though is Charm Crush.
Do you have a write up available on your build? A friend is looking for a similar solution where they can offer an API/service for internal use.
Not really much to write up.

Insert 2-4 $1200 r9700 GPUs in a Linux 7.0.0+ machine with 64GB+ of DDR4-5 memory, fire up llama.cpp, and connect with any OpenAI compatible tools.

A free public anonymous LLM like BigPickle can easily set up the software for you if in doubt.

You are not shipping all your intellectual property to a third party. There’s nothing more valuable than that.
Yeah, the point was mostly that you can offload a lot of stuff to AI + code — stuff that before you would have needed people for.

Obviously, it becomes better to have local models running on your own hardware — that will be best. I don't think we are there yet, though. Software, yes. If you tweak Pi and DeepSeek Pro, you can get Claude-code-level stuff. You'd still need to buy the hardware, though. Not cheap. Eventually, it will get very cheap.

How do the self hosted models compare in terms of foundational ones? Say comparing to opus 4.8 1M, etc?
Qwen3.6 27b is ~10% worse than Opus 4.6 to be fair (though at a fraction of the size), but in exchange you get to run offline with complete privacy, no rate limiting, no refusals from any task, be it malware research or otherwise. Also my favorite reason: controlling the means of production.

Those are all well worth being a month behind frontier models.