Skip to content

Comment on Pause OpenAI Now

Comments

OpenAI and Anthropic are equally evil imo, but what bothers me more is how many tech workers actually think you need any product of either company to accelerate any engineering goals.

I just racked some consumer GPUs in my garage (6x r9700s), cranking 24/7 pumping 20M+ tokens a day towards my goals building compilers, custom operating systems, reproducible build debugging, kernel hardening, novel confidential compute tech... harder problems than anyone I know using cloud LLMs to solve.

I have still never paid for tokens AND have session privacy.

So you have 8K worth of GPUs in your garage, and and it bothers you that other tech workers are paying 20$ a month for access to SOTA models?

Of course we don't NEED to pay for the cloud, but my company is doing this for me and I can't quite justify spending even 4-5K on a compute cluster in my garage, as much as I would love to.

You get 20M tokens a day with a decent coding model on a $20 subscription? I am skeptical. I am further skeptical you can do that with any privacy, so odds are any discounts are a result of you selling your sessions as training data with no option to opt out.

Not saying I get 20M tokens a day, I don't know how many I get or use. My company pays for a subscription to Anthropic and OpenAI. I use the tools at work, they tell me to, it's not my personal data. (There definitely is no privacy). All I am pointing out is that most people can not run a system like that in their garages, even if they wanted to.

You are misinformed on token amounts. As one example, z.ai [0] gives you somewhere in the ballpark of 150-300 Mtok/week, so 1-2x your amounts. Plus the model has a 1M window, and will be smarter.

[0]: https://docs.z.ai/devpack/overview#estimated-token-allowance

Fair context. Still, those prices are at least somewhat subsidized by you selling your plaintext session data which is a non-starter for me. Especially when dealing with code or data that is under NDA and not mine to sell in exchange for cheaper tokens.

Also, when I want 1M context I have 118GB of usable vram on my Strix Halo, or I can combine 4 r9700s and have 128gb and can run 1M context models like laguna or deepseek, but in practice lots of smaller sessions is better for my workflow in most cases.

Qwen 3.8 27b is smart enough that all I want is to speed-max and paralell-max on that.

Sure privacy (or legality) considerations are valid, and depending on the subscription or the API you use, you may or may not get that.

But we are not talking about the same product anymore. Your $12k homelab does not provide the same product as a $20/month subscription (to say nothing of a $200/month one). And the trade-offs of the homely may be worth it (or necessary) for you, but it may not be worth it (or even be feasible) for others.

Well at the very least lets agree that if you are going to use cloud models, there are much better options than OpenAI and Anthropic prices for most people. One does not have to give Sam or Dario money.

Personally though, I would sooner trade my car for GPUs than let a third party be in control of the tools I use to do my job.

So instead of paying $20 or maybe 100$ a month for the equivalent amount of output, I can spend $10k on GPUs (plus a few more thousands for related hardware), then for ongoing electricity, and then have space to store these things.

You're right people don't need the subscription, they just need a far more privileged life. One were dropping $12k instead of $20-100 a month is an equivalent financial strain.

$1200 for a GPU capable of running Qwen 3.8 27b at 7M tokens a day is likely plenty for most people and will pay for itself.

Also factor in cloud LLM prices are subsidized by you giving up your sessions as training data with no ability to opt out.

I don't think that math will work out. If you are okay with using only 7M tokens per day, and 7M from a small model, then you don't have very demanding needs. If you don't have demanding needs, I think you're unlikely to be willing to space $1200 ( plus $800 for the rest of the system) to run a local model, when for $10/month you can get an open code subscription (or api access) which won't train on your data (or something of open router).

I know that 7M a day is a pittance for my use cases, and given that you have multiple cards, it wasn't enough for your use case either.

Sure, I just add more cards as I need more throughput, and can combine up to four cards when I need 1M context on a smarter model, but in practice since 3.8 27b came out it is all I use.

Also, unless your sessions are end to end encrypted to a secure enclave, then they are living in plain text -somewhere- and privacy policies tend to change when money is left on the table, if blackhats do not get to the data and sell it first.

And since you're not running those GPUs efficiently at 95% utilization rates or higher to serve tokens profitably, you paid far more than the people who simply pay per token from Together AI or Fireworks AI or something. They also get ZDR/session privacy. If you're really tin-foil hatted, you can go to a TEE cloud like Alpha Compute or something which is probably safer/more secure than your own computer.

You're very right to be wanting to use open sourced models. You're delusional for thinking that buying your GPUs directly saves any money. You are not a cloud service provider, don't act like one.

I have the one of the cheapest private and sovereign AI solutions money can buy, and I get a good laugh whenever the big providers are down.

Also, $1200 for a GPUs that can produce ~7M tokens a day of Qwen 3.8 27b at 80tps is faster and cheaper than any major provider can serve a model of that class as far as I am aware. Pays for itself pretty fast.

7M tokens in one day? My record is 3 Billion. So I guess it depends on the projects you are doing for how useful this is. Maybe one day...

I mean I full source bootstrap deterministic operating systems for secure enclaves from zero. And by from zero, I mean from 180 bytes of human reviewable hex machine code all the way up to a llvm/rust/musl toolchain, custom rust init system, job manager, and a full cryptographic remote attestation stack. Also recently custom bootstrap compilers.

Truly I am not aware of many more complex problems in systems engineering than these, which is why I love working on them, though every new line written is exactly what I would have typed myself when I use LLMs. I mostly use LLMS to help me debug and surgically -delete- dead code and deps to get to results small enough to review in full.

And ~20M tokens a day results in about the max output I can keep up with and carefully review at key checkpoints.

My assumption is the fact my tokens are not unlimited and have ratcheted up one GPU at a time it has caused me to stay much more connected to every line written, but also I am a security engineer working on tech that cannot fail and must be reviewed by a minimum of two humans.

For someone working on video games, I imagine a more lax move fast and break things approach to LLMs might make more sense.

I cannot even comprehend what kind of project could possibly need 3B tokens in a day and still produce results a human could actually hope to review, but do share because I am curious!

That is extremely expensive and not even SOTA level LLMs. Good for you, but you are mistaken in thinking this is the "right" idea for everyone. It gives me a headache just thinking about doing that.

Do you have a blog post or other documentation on how to replicate this config for self hosted inference?

1. Plug r9700 GPU into linux computer

2. Use free daily tokens from opencode or similar to set it up for you with a coding agent like jcode or crush

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.