5 ms·
Big AI sets out its terms for regulatory capture
- bbor 13d ago[dead]
- bix6 13d agoCan anyone recommend me a viable alternative to these clowns? I would like to move my work (excel and light coding) off the big guys. My computer isn’t very powerful though so I need to upgrade or find hosted models (host my own?) that won’t steal my sensitive data? Edit: miss me with the downvotes. These guys are clowns. I want alternatives. Thank you to everyone offering help!
- myaccountonhn 13d agoOpencode go for 10$ a month is fantastic. Just use it with Glm5.2-flash.
- bix6 13d agoI’ll take a look thank you!
- akazantsev 13d agoIt's better to buy models directly from providers that guarantee the quality of their quantization. Otherwise, model quality is a gamble. You can pay the same $10 on Novita or with any other provider.
- marcuskaz 13d agoOpenRouter or Fireworks are two of many that allow you to run numerous different models. You can use open code harnesses like Pi or Opencode that connect easily to these services. https://openrouter.ai/ https://openrouter.ai/ https://fireworks.ai/ https://fireworks.ai/ http://pi.dev/ http://pi.dev/ https://opencode.ai/ https://opencode.ai/
- bix6 13d agoThank you! Is there one you’d recommend in particular when working with sensitive data?
- tolugenius 13d agoYou might want to consider a local setup? Personally I do model + llama.cpp + Pi + tmux, that's as barebones as you can get and everything is great. I also use opencode for bigger task, I could probably hook that to a local model but I'm not sure (still new to this). But if you work with sensitive data you need a local setup purely.
- bix6 13d agoI am interested in a local setup but whenever I read about it, it seems the money is better spent on cloud inference since even with thousands of dollars of my own hardware I wouldn’t have frontier like capability? I am bad at choosing models though (I just throw everything at Opus atm).
- tolugenius 13d agoWell yes you won't have frontier capability but that doesn't mean you'd have nothing, I'm not sure what you have but I know there are tools that let you see what models (and their quant variants) you can safely run, I'd look into that first and see what options you have and what you're willing to delegate to a smaller model vs use opus for. Maybe opus to plan vs smaller models for focused implementation, or what works for you workflow and needs.
- jmtulloss 13d agoI’m biased (my wife works there) but Fireworks or another US-based inference provider is going to be a better fit than OpenRouter. Fireworks has zero data retention by default[1] and has tools to make it easy to run your existing harness against open models [2] OpenRouter isn’t a provider, they route to other providers, so you would need to specify which ones you’re comfortable with anyway. [1]:https://docs.fireworks.ai/guides/security_compliance/data_handling https://docs.fireworks.ai/guides/security_compliance/data_ha... [2]:https://fireworks.ai/nexus https://fireworks.ai/nexus
- cmiles8 13d agoA lot of companies are starting to run towards open models on walled off infra. There might be a moat to be had in really good infra-as-a-service for hosting models, but there’s zero moat to be had in the models themselves. Which is a problem for those trying to convince people a proprietary model company should be worth trillions.
- Roark66 13d agoOpenrouter is not ideal, because you don't know who they send your traffic to and there are rumours of vendors cheating by providing quantized models. I'm very happy with Deepinfra. Less model coverage, but good prices and quite fast. However I have to caution you about one thing. No one will give you as many input tokens for so little money as Claude Max x5 (maybe x20 too, I use x5). I tend to use 1.1B to 1.4B a week about 0.8-1B cached. Even with cache were talking thousands of $ in API prices a week. Hundreds if we're talking cheap cloud like Deepinfra. However, local AI well setup is actually a good alternative for this if Claude Max was unavailable. For example my system a ryzen 7950x 192GB ram, 5x rtx3090 plus an rtx5060 ti 16gb. (3 rtx3090 cards via usb4 egpu dock). Let's me run Qwen3.8-Flash-Next with 3slots (no rtx5060 used) at 55tok/s decode dropping to 50 at the end of a 260k context, 1200tok/s refill dropping to 950 at the end of context. With RAM and ssd cashing and 80% cache were talking on the order of 4B a week could be ingested by this setup (roughly) if it was running 24/7. I found 6 interactive cloud code sessions are fairly pleasant with this 3 user setup. If I include the rtx5060 in the mix I can bump to 5 users, but it slows down by about 15% (note the speeds are give are for one active user, multiple users at once see maybe 70% of tgat per user so aggregate is much higher in multi user setup). So in theory I should be able to run 10 cloud code sessions. Although I'm testing CC alternative now (pi with own plugins) because this model, while multimodal has only 260k context 30k of which CC eats on the getgo. Many people say local AI makes no sense financially. But in the event you process huge inputs that are often cached it does make sense.
- bix6 13d agoI haven’t heard of Deepinfra so I’ll check them out! I think your local setup would be a bit much for me capability / price wise. But maybe I can find a scaled down version. I don’t need insane tok/s. Oftentimes I just let things run and come back later.
- Roark66 10d agoIf I was building it from scratch today on a budget I'd replace all my rtx3090s with modded rtx2080 ti 22gb. If they support nvlink od connect each pair. They are near a third of the cost of an rtx3090 while the performance is much better than a third. They cost $550 day before yesterday on Aliexpress here in EU. The problem is there aren't any cheaper gpu-less setups that could run this at let's say around half of my speed including prefill. While some people reported 20t/s on a strix I never saw a prefill number. I think it would be pretty bad (like 150-200tok/s). And these 20t/s are probably single user only at small context. So not worth the money for me. A Ram based alternative is a threadripper system with 8 ram channels, because it can have memory bandwidth comparable to cheaper gpus. But you need to use registered RAM and that is bonkers prices now. So personally I think sticking to a desktop pc MB, 2 or 3 gpus inside, plus 3 via usb4 is probably optimal. Using usb4 leaves your nvme slots for nvme. I'd consider 96GB RAM minimum comfortable (to keep kv cache of 10-12 claude code tabs you may work in). Don't forget the cost of the eGPU docks and psus. It's not trivial when you have 3-4 of them. I paid around $250 each. I only have this system because I was lucky to buy 80% of it when prices were better. If I was buying today I'd be hard pressed to justify even the 192gb of ddr5 (normal, not registered). If you or anyone else does this mind you'll spend a couple days getting resizable BAR working reliably. There is one more option. Tesla v100 cards. 16gb and 32gb. I would disregard 16gb cards immediately. Why? Pipeline paralellism allows you to split a model between cards for almost "free" (latency), but the layers are usually few GB big and you can never allocate it to consume all vram. You always have 0.5-2gb unused per card. 2gb is a lot for a 16gb card. So 32gb v100 sounds good right? Maybe... But if I was going towards v100 I'd not buy pcie version but the datacenter grade (I forgot the interconnect name). There are big adapter pcbs on Aliexpress that take 4 of those v100s and they allow you to connect all to single pcie, but the 3 v100s are all nvlinked. The pcb costs in the region of $500-600. But it doesn't make any nvlink exit the board. If they did... I'd be buying two such systems. Linking 8 32gb v100s together and with fast interconnect you can run tensor paralellism which uses compute of all those cards at once. It would prebeat my system 4x at least. Consider Qwen3.8-27B 4bit 8bit kv, q4 (if I remember correctly) run at 30-40 tok/s on a single rtx3090. Two cards in tensor paralellism and nvlink run it at over double at 90t/s and prefill, was amazing too.
- andrewla 13d agohttps://www.qubrid.com/ai-appliances/qubrid-llm-gen-ai-appliance-server-8-x-nvidia-h200-gpu https://www.qubrid.com/ai-appliances/qubrid-llm-gen-ai-appli... This is crazy but honestly very tempting at this point.
- jens_tlb 13d ago[dead]
- badsectoracula 13d ago> Amodei, meanwhile, outlined some very specific things he wants from Washington: Stop selling Nvidia chips to China so its AI companies can’t build better models, and a crackdown on model distillation. You have to be the embodiment of hubris to believe the only reason a technologically advanced country of 1.4 billion people with several AI labs and government support can make competitive models is because they all distill yours.
- bpodgursky 13d agoNobody thinks a distillation crackdown is a long term plan, but it does delay Chinese labs for the couple years while they are compute-starved. Of course they could make competitive models if they were drowning in NVIDIA chips but they aren't, and the native ones aren't at scale production for at least a year.
- benxh 13d agoAt the current pace of iteration from Deepseek I think this is a moot point, they'll keep building their own RL environments, and just keep RL on top of whatever flavor of model they can train/host on their Huawei SuperPods
- toasty228 13d agoIf anything it'll speed up their progress by forcing local solutions. https://www.heise.de/en/news/DeepSeek-orders-160-000-Huawei-AI-chips-for-new-data-center-11443963.html https://www.heise.de/en/news/DeepSeek-orders-160-000-Huawei-...
- bpodgursky 13d ago> According to Bloomberg, supply bottlenecks for high-end memory and other key components could limit chip production this year. Since Huawei also has to serve other customers, DeepSeek might have to wait over a year for the full delivery, estimates Bloomberg. Like I said, it will delay the Chinese labs for a couple years. These are not even top-line chips. Frankly, China was not going to allow them to depend on NVIDIA forever, I don't think this motivates domestic production that much over the counterfactual. If NVIDIA didn't have export controls, China was going to set up formal import controls. They want to own their entire supply chain.
- mcshicks 13d agoI think there is an obvious example in the FAA of a successful safety regulation of another potentially dangerous technology industry. A similar agency would seem to me like a logical starting point. I did some minor work a long time ago in commercial avionics software and while it was a very tedious process I did have confidence in it. Obviously a lot of things would have to be different but the basic structure of development and testing standards, record keeping, transparency, and government incident investigation seems like the place to start.
- ultrarunner 13d agoAnd what has the FAA done to both costs and innovation?
- mcshicks 13d agoI'm getting on a plane tomorrow. I think I would prefer a world with the FAA than one without it.
- LiquidSky 13d agoMove fast and break passengers
- superxpro12 13d agoNot enough if you ask those 600 people Boeing killed from failing to disclose MCAS.
- lopsotronic 13d ago"Giant Metal Things Hucked Through the Air Across Ocean" are of a quantitatively higher risk profile than "New Computer Thing", no matter how you slice that particular salami. If you tossed the aviation regulatory framework out the window, you have maybe ten years before aviation reverts to high end hobbyists[1], due to the escalating risk profile. [1] or proletarian desperation, of course.
- mikeholownych 12d ago
- DrProtic 13d agoI was on edge for last few months, but made a decision recently to not give another dollar to Anthropic. It’s so obvious they’re playing safety card to get politicians to reign down on individual’s freedoms.
- VCFundedGenYer 13d agoAll these companies are suddenly crying about "slowing down" after insisting on having no guardrails nor restrictions? All at once in lockstep? Who paid them to say this? These are all lies.
- Arcuru 13d agoI can't find the reference right now, but I'm certain that Anthropic has been asking for a coordinated slowdown for at least 4 or 5 months. I think it was around their Mythos/Fable releases this spring.
- emptybits 13d agoFour ostensibly competing billionaires agree with each other and want worldwide government regulations around their moneymaking? o_O Chilling and suspicious. Of course, this will lead to a modicum of safety in some provable way to justify (in uncritical minds) the rest of the implications: fewer freedoms and more surveillance for everyone else.
- lioeters 13d agoAlignment for the good of humanity has completely failed. Now one of the most powerful technology of our time - and the reins of the (arguably) most powerful nation - is in the hands of sociopaths who want to rule the world and decide the evolutionary course of future generations.
- password54321 13d agoIf it was that serious, we would be seeing a lot more action than a tweet and a blog post. I'm not even sure why the public needs to know about how "scary" AI is as we can't do much, don't know any of the technical details and Anthropic have already decided to punish anyone involved in anti-ai protests. "Anthropic Is Building a Huge Surveillance System to Spy on Anti-AI Activists and Predict Their Activities" https://futurism.com/artificial-intelligence/anthropic-surveillance-predictive-system-spy-ai-activists https://futurism.com/artificial-intelligence/anthropic-surve...