Open source AI must win(opensourceaimustwin.com)
829 points by vednig 6 hours ago | 78 comments
palisade 5 hours ago
I've been contemplating a decentralized model training system for some time using volunteer machines that we all contribute. But, it is astronomically difficult. The communication speeds are untenable.

And, there is the issue of data poisoning from untrusted nodes. I've almost cracked that last issue with a self-healing checkpointed rollback system that doesn't have to throw out anything that follows the corrupt datum.

But, I'm just one person with an idea and I don't have infinite funds to make this happen. This isn't a small project.

Maybe there would be interest in something like this, now that entire frontier labs are being banned from making further progress.

The total power of all GPUs on the planet dwarf their capabilities, if we had a way to harness them in a distributed way efficiently. We wouldn't be able to train a Fable as fast as them, but eventually having access is better than never having access.

sho 3 hours ago
As I replied to a child comment - this is a nice idea that just isn't tenable in reality. AI hardware isn't just hilariously faster than consumer GPUs, it's also hilariously more power-efficient and has hilariously better connectivity. Every one of these dimensions kills the idea.

The far, FAR superior power efficiency means that even if you did harness every public GPU or GPU-like device on earth, you'd end up consuming so much excess electricity it would be cheaper on net to simply take the money that would have gone to the power bill and spend it on your own datacenter.

And even if electricity was free, having those GPUs spread over the world with internet-level latency will slow everything down by factors of thousands to millions - if it's feasible at all. Regardless, you're not getting fable-oss this decade, maybe even not this century.

It would be better for governments to buy and own their own datacenters, maybe as a coalition, and dedicate their operation to the public good. I believe that is what we actually have to do.

WithinReason 37 minutes ago
Efficiency difference between training on GPUs and TPUs is 2x at best. You can get very efficient with tensorcores, converging to TPU efficiency. In the end math is math, you can't make a multiplication more efficient than it already is on GPU.
zozbot234 1 minute ago
The power-constrained part of compute is data movement, not the elementary arithmetic per se. Anyway, it's very possible to tweak the underlying design to increase throughput a lot for any given power budget at the cost of high latency. This seems especially useful for training workloads where we don't really care about latency as much.
24 minutes ago
ux266478 2 hours ago
AI hardware is for inference, not training. Training uses normal HPC crap. Superpods aren't really power efficient, it's kind of a meme, and it stems from limiting the power draw of other components by having less of them. It's more of a rounding error.

> you'd end up consuming so much excess electricity it would be cheaper on net to simply take the money that would have gone to the power bill and spend it on your own datacenter.

Costs spread over a large population, it really doesn't matter. You're not getting hundreds of thousands of people to pitch half their monthly electric bill to pay for someone else's datacenter. They will pay the electricity themselves quite happily though, if all they need to do is give you compute. This isn't new.

Interconnect is the bottleneck for distributed training, nothing else really.

sho 1 hour ago
> AI hardware is for inference, not training

Not sure what you are referring to, unless you don't think h100/h200/b200 are "AI hardware"

> Superpods aren't really power efficient

Maybe not compared to a specialized rig with multiple 4090s, but that is the best case for consumer hardware - the vast majority will be dramatically less efficient than that

Anyway, I agree the interconnect is by far the biggest obstacle and seems insurmountable, I should probably have led with that.

pksebben 2 hours ago
Bit of a doozie though, that one.

I recall getting really excited over hinton's FF foray, right before he bailed on AI as a societal direction (which, if anyone ever had the right, I suppose he does). If one squints, one can see a backprop-free base being much easier to train on geographically distributed and heterogenous hardware.

dyauspitr 1 hour ago
That makes no sense. It’s basically the same calculations for training as well.
Cider9986 1 hour ago
What makes you think Deepseek or GLM won't catch up to Fable level? Why would there be a break in the trend now?
kuboble 21 minutes ago
I think there are at least few question marks.

One being that extrapolating from like 3 data points is hardly science. All trends break at some point.

The other is that the measures to prevent distillation of their models (if it was a secret sauce of Chinese models) could work if nobody is allowed to use them.

trenchgun 3 hours ago
>But when people think of decentralized training, they don’t first think of gigantic datacenters, owned by the same company, training models across large distances. Instead, they imagine thousands of small datacenters, or individual consumers, pooling their spare compute over the internet to orchestrate a training run larger than any single actor could manage alone. Many companies are pursuing this vision: Pluralis Research, Prime Intellect and Nous Research have already successfully decentrally trained models at scale. But in practice, training decentrally over the internet has lagged far behind more centralized training. Even their largest models (Pluralis’ 8B Protocol Model, Prime Intellect’s INTELLECT-1, and Nous’ Consilience 40B) have been trained with 1,000x less compute than today’s frontier models (such as xAI’s Grok 4). https://epoch.ai/gradient-updates/how-far-can-decentralized-...
girvo 4 hours ago
> The total power of all GPUs on the planet dwarf their capabilities

That just isn't true. It misunderstands exactly how much silicon has gone directly to those companies, and exactly how much more powerful said silicon is compared to consumer grade gear.

sho 3 hours ago
If folding@home is a useful yardstick by which we might estimate the amount of GPU-ish capability that civilians might be coaxed into donating to a shared enterprise, yeah, it doesn't look pretty. This is extremely rough napkin math but comparing to xAI's Collosus 2 for example, for training workflows you're probably looking at 4-5 orders of magnitude the capability of all of folding@home combined. That's 100,000 times faster.

Very rough math like I said but I doubt it's directionally wrong.

And even if you did force literally everyone on earth with some sort of GPU to max it out 24/7 in service of an open source AI training enterprise - you would waste so much power trying to use that inefficient consumer hardware with the worst latency imaginable that it would be cheaper and faster to get everyone to instead chip in some cash to buy a datacenter with blackwell chips instead! So the idea has no legs whatsoever.

WithinReason 30 minutes ago
folding@home reached 2.43 exaflops by April 12, 2020, which would make it the largest supercomputer on the planet.
WithinReason 40 minutes ago
The gradient info can be compressed 10000x with the right tricks, I think it is achievable. Nous claims they did it already:

https://github.com/NousResearch/DisTrO

There are other gradient compression papers from the past reporting large compression rates

andai 1 hour ago
>The communication speeds are untenable.

Can it be parallelized or not?

If you take a model, make two copies, and fine-tune each one on different data, what happens when you merge them? Does it work if you freeze different layers?

I think this works if the steps are small enough. And the transfer should become tenable if the steps are big enough. Where's the cutoff?

Davidzheng 5 hours ago
Is the total compute capacity outside of meta, google, amazon, anthropic, oai and x is higher than even the capacity of any of them? In any case, there's no chance a public collaboration gets to anthropic levels of compute even if communication were no issue.
kelnos 4 hours ago
Is the issue that training with less compute takes more time? Or is it just not possible? I think a collective using distributed training could tolerate the idea that it takes 10x as long as Anthropic to train a model, or whatever.
cpdomina 2 hours ago
there was a project trying to achieve some of those goals a few years ago using p2p: petals https://github.com/bigscience-workshop/petals

their bloom model was also a collaborative effort https://huggingface.co/docs/transformers/en/model_doc/bloom

whiplash451 2 hours ago
This could be of interest to you: https://thealliance.ai/projects/tapestry
procflora 1 hour ago
Man, that project is such bait for my particular sensibilities but just looking at the copy about not sharing your data and only sharing weights has me feeling very disappointed in the project already. I would want a project like this to not elide fact that sharing your weight updates probably effectively means sharing your data too.
Catloafdev 4 hours ago
Ya that'd be an awesome project, the only issue is how do you verify it's not being poisoned? To actually validate it would require more analysis than the training took to run. It would require a trusted network, not an open one, unless that can get solved somehow.
laserx 5 hours ago
there are some strong open source groups like NOUS research taking the fight https://nousresearch.com/
rustcleaner 3 hours ago
Could it be done by making a sparse MoE of thousands, or tens of thousands, of smaller experts in very niche domains? Maybe a tree-like structure of experts which can delegate from relatively general but inaccurate to extremely niche but accurate? Also these experts might be plug-and-play, easily swap out an inferior expert with a stronger one in the future without having to redo the whole pile?
Zetaphor 2 hours ago
That's not really how the experts in an MoE work. They activate on token probabilities and are activated on every token. You don't necessarily have a discrete math expert and a discrete physics expert. And if it were you would still need a router that is trained on all of those domains.
whateverboat 1 hour ago
The biggest problem is accuracy and integrity of the actors in the project.
slashdave 2 hours ago
Well, I suppose it is understandable why you want to attack the most obvious problem with such a scheme: obtaining sufficient compute.

That does mean you are actually neglecting the more difficult issues.

labbett 2 hours ago
Sounds like SETI@home but for AGI... SAGI@home?
DonHopkins 2 hours ago
Since SAGI can't be practically distributed, and it puts so many people out of work, how about moving all of the unhoused people into the nice warm data centers, and call it home@SAGI.

Or is that too close to the plot of The Matrix?

merelydev 1 hour ago
I think decentralized AI, that no one controls, is potentially very dangerous. An entirely new species that is a threat to our civilization, and no one can switch it off.

Its like the free market/capitalism without the government oversight.

thomasjeff1 5 hours ago
I believe we are not the only ones
ai_fry_ur_brain 4 hours ago
[flagged]
palisade 3 hours ago
Someone with AI psychosis would say it was easy. I'm saying the opposite. I'm stating that it'd be cool, but at the moment I don't see how it is feasible. And, for fun I tried to solve one small aspect of the problem.

I also didn't bring up the concept out of nowhere, this is in response to an article about open source AI. The premise of the post is releasing control to the public. What is more open than a decentralized system? And, why wouldn't you brainstorm in a comment on such a thread?

I also didn't ask an AI for the idea, it's just an idea I have. There's a difference.

bot403 4 hours ago
The first half of your comment is unnecessarily aggressive and dismissive to op.
ai_fry_ur_brain 3 hours ago
Okay
WarmWash 4 hours ago
Who is going to fund it? Training is unfathomably expensive.

You have either VC funded models looking for a return on investment, or CCP funded models looking to solidify authoritarian "model Chinese society".

Maybe there are some university 4B models, but I doubt those will carry far.

nstart 3 hours ago
Tbh, there really needs to be some legal precedent set that makes model distillation a legal activity. If the model makers can rip everyone else's work and launder information as if it's their own without giving credit back to the original creators, I don't see why it should be illegal to distill the models. It's the same thing the frontier model makers are doing to IP everywhere else.
mewpmewp2 2 hours ago
And which leading country is going to go for allowing other countries to distill their models?
vineyardmike 59 minutes ago
If your country doesn't have any leading models, why not legalize distillation, either explicitly or implicitly?

(Chinese labs famously distilled American models, and that seems to be going well for them. They now have a competitive industry, home-grown talent choosing not to leave, and they now can truly compete without distillation).

dimitar 1 hour ago
It doesn’t have to be the leading countries, if the EU allows it, it is good enough to create a market for distilled models
mewpmewp2 1 hour ago
But EU is way behind right?
Grombobulous 4 hours ago
I share your concerns, although we still see pretty similarly large and complex things that remain open source today.

I am astonished on a daily basis that my Linux computer is so close to the same experience as two operating systems put out by trillion dollar companies. It even does things that those commercial alternatives don’t do.

Also, if DeepSeek is truly putting out models with 1/10th the cost of Western competitors, and a fraction of the employee headcount, I think it implies that there will be a market for someone else to be in the space offering an alternative.

I think about how companies like IBM are so willing to contribute to Linux and give away those contributions for free because they are part of group of corporate sponsors that need an alternative to more dominant commercial players in the market.

Meta “gives away” React for similar reasons: it’s more beneficial for them to have it be a standard and be able to hire people who already know it.

It’s definitely harder to imagine the same ecosystem benefits of an AI model, but maybe it’s out there somewhere.

I could imagine some data center/VPS providers trying to sponsor something like that so that the big AI companies have less leverage over them.

Or maybe all this optimism is a pipe dream?

WarmWash 4 hours ago
Software is "free" though, which is why it has such a vibrant open source scene. One guy can code for a weekend and fill the screens of 5 million with something fun by Monday.

However, Once real costs are involved, participation tanks. Open source hardware, because it actually requires money to realize, has 1/10,000 the depth of open source software, if that.

Obviously everyone wants an open source AI, but virtually no one wants to fork over money, especially when the end result is others getting it free. A proper training run would require millions of people donating hundreds of dollars. Its not something one guy over a weekend can do...

Grombobulous 3 hours ago
Admittedly, I don’t know how the gap you’re describing gets closed.

With a lot of OSS it’s just free volunteer hours.

Compute isn’t free.

The closest thing I can think of is the idea that some group of businesses who can benefit from open models being around might fund that sort of thing. It’s just hard to imagine who they might be.

cortesoft 3 hours ago
> I share your concerns, although we still see pretty similarly large and complex things that remain open source today.

I feel like they aren't comparable. Open source software just requires human labor, and lots of people are willing and able to share that with the world for free.

Training AI requires capital, to build and power giant datacenters. People don't donate capital at that level.

echelon 4 hours ago
> I am astonished on a daily basis that my Linux computer is so close to the same experience as two operating systems put out by trillion dollar companies. It even does things that those commercial alternatives don’t do.

We live in a world where you can "port" open source software to a new language (Rust) and close it up.

Linux will be ported to Rust and closed. It'll probably also be put under MIT/BSD because nobody cares anymore, but the companies will have their own internal private variants. And these will be the ones that see corporate development.

The value in open source is that it was a lot of concentrated value that was hard to copy, clone, or rip off. Now you can one shot a replacement with a few hundred bucks in tokens.

The economic value of Linux used to be billions of dollars. Soon it'll probably be closer to $0.

It's over.

> Meta “gives away” React for similar reasons: it’s more beneficial for them to have it be a standard and be able to hire people who already know it.

Nah, now you just one shot your thing. And you do it fast enough and with distribution and you win. Eventually human devs can't afford to keep competing and launching startups slower than a hyperscaler's own massively funded efforts.

This is the end of open source and the end of solo developers.

And when the ruthlessly effective models that can one shot entire business functions cost $1,000,000 per invocation. Oracle can afford to press the button to create, say, a new smartphone. But you cannot.

Just wait until devices start requiring trusted computing attestation. The ladder is going to be pulled up.

Grombobulous 4 hours ago
There’s a lot of merit to what you’re saying, but I don’t share that high level of pessimism.

The scenario you describe is basically that software is free as in beer now. We as a corporation don’t really need to bother using GPL/Apache licensed software because we can one-shot something of our own and not deal with with giving back contributions to the open source community.

But that highway goes both directions. That means that the open source community can also one-shot their software, build more with fewer resources, or it might even just devalue proprietary software even further.

If software is so easy to make, what’s the point of keeping it proprietary? I can’t charge you $100/year for Microsoft Word if I can tell Claude Opus 9.0 to clone it with $100 worth of tokens.

kamaal 4 hours ago
>>We don’t really need to bother using GPL/Apache licensed software because we can one-shot something of our own and not bother with giving back contributions.

Thinking of a open weight/source AI as gcc/perl was in the 1990s is more helpful line of approach to take here.

The tool used to achieve a thing must be open.

echelon 4 hours ago
I suppose you're right. All software is about to be as valuable as a single jpeg you see on your Instagram feed.

What matters is physical infrastructure (datacenters), the lead on competitors / open source models, and distribution/mindshare.

cwnyth 4 hours ago
Ever calculate the cost of a computer in the 1960s, adjusted for inflation? Training is unfathomably expensive right now. What if a bunch of universities pooled their money? Or a bunch of nations pooled their money? Breakthroughs will eventually happen, optimization will occur, etc.

People questioned whether there could ever be a viable open source operating system, yet Linux has been a viable option for a desktop environment for decades now, and that's not to mention its ubiquitous use as a server or phone OS.

danaris 1 hour ago
Yes, but have you seen what's happened to hardware improvements over the past 20 years?

From the 1960s to the mid-2000s, every 10 years you'd have a big enough improvement in computing power that you could basically throw out the old computers and replace them with two new ones that were each massive improvements for the same cost (this varied, of course, from hyperbole to massive understatement). We achieved this by shrinking transistors, so we could fit more onto the die. With that, we could dramatically increase clock speeds and the amount of RAM we could cram into a machine

But then we hit the wall of physics. Things haven't stopped improving since ~2015, but they've slowed down so, so much. We've made transistors so small that there's very little more improvement we can get by continuing down that path—they're already seeing serious quantum tunneling effects that need to be adjusted for.

We can no longer assume that we can just powerscale our way out of any computation-cost problem. And breakthroughs, by their very nature, cannot be relied upon—we have no guarantee that there's even a possible way to improve our silicon to scale the way we did before, let alone that it'll be something achievable this decade, or that it'll be cost-effective.

kamaal 4 hours ago
Yes,

You have to start some where. Im guessing, making progress also brings in new ideas how to move further.

kristjansson 59 minutes ago
It’s expensive, but not unfathomably, esp in an open source setting where capable people might contribute high quality data for post training (worked problems, code reviews, feedback, …) gratis instead of at immense cost.
Fordec 4 hours ago
Anyone who isn't currently own a piece of who is winning by the current model. Basic disruption theory, if the game isn't going your way, change the game.
well_ackshually 2 hours ago
You have an unhealthy and unreasonable obsession with the idea of CCP models, you should get that checked.
threethirtytwo 4 hours ago
Maybe we do p2p compute?
nullbio 4 hours ago
This is a good idea. I've been hoping that a large player with enough social reach would create an open-source fund that everyone can contribute to, to develop a company that trains and releases open-source models at the cutting edge. We can crowdfund the training costs, and the whole world benefits.

It's the most logical solution for AI anyway, considering that it's training on humanities collective knowledge. It should be more of a public-funded and public-access resource, rather than something greedy tech companies distribute like crumbs while they use unlocked powers internally to clone all of our businesses and swallow the economy.

brcmthrowaway 4 hours ago
Who funds Semiconductor fabs
nullbio 4 hours ago
When Jensen (Nvidia) was doing interviews at his recent public talks, he was asked something along the lines of: "Why release these new laptops which are a low margin market, if your other businesses are vastly more profitable?" and his answer was basically that if they can build the coolest and best technology and push the frontier, they will do it. It's not all about making tons of money. He seemed genuinely excited about the tech.

It highlights the difference between companies like Nvidia and Anthropic to me, where one is clearly all about the money and power, and the other is doing it because they genuinely want to accelerate progress and make cool stuff as the driving factor. It's no surprise therefore, that Nvidia is the worlds largest open-source contributor to AI, with over 800 open-weight models.

Of course, these models run on Nvidia hardware, so they benefit from it as a company. But with that healthy mindset, they found a way to contribute that not only benefits everyone, but also benefits themselves.

Contrast to Anthropic, who has gone the complete opposite direction. Closed off everything, restricting everything, fearmongering progress, regulatory capture attempts, the list goes on. I mean, they won't even agree on using AGENTS.md as a standard because CLAUDE.md is free marketing for them. That's the level of disgusting greed we are dealing with...

From a game theory perspective, the cooperative strategies tend to win. As a result, Nvidia has set themselves up for a lifetime. Anthropic however, is playing a strategy of winner takes all, and they're happy to see the world and the entire AI industry collapse in the process.

ThrowawayR2 2 hours ago
Amazing that anyone in 2026 still can believe in "don't be evil" marketing from multibillion dollar corporations.
nullbio 32 minutes ago
The proof is in the pudding though. I'm judging based on their actions, not on their words. They're making AI models and AI research widely accessible, including selling consumer grade hardware to run them locally, and to use open-weight models. They could have just gone all in on selling to Anthropic, OpenAI, and all the other big tech companies, but they aren't. Meanwhile, Anthropic is trying to price people out of the market, increasing their restrictions, cutting the latest model from subscription plans, etc.
SXX 4 hours ago
Nvidia and "open source" is like opposite things. Nvidia only ever opened stuff that helps their bottom line or improve vendor lock-in.

But yeah they are good shovel seller and competitor to actually evil companies that literally wants to eat all the world chips and energy supply.

nullbio 27 minutes ago
Strongly disagree: https://build.nvidia.com/models

Their license terms are also incredibly generous and allow commercial use, modification, etc, at no cost.

SXX 15 minutes ago
How soon do you think this generosity end if AMD or Intel or some chinese competitor would be able to provide price competetive hardware?
zozbot234 2 hours ago
In the open source space, the Nemotron models from nVidia are quite real. Including a Nemotron Ultra variety meant to be large enough for near-SOTA.
SXX 18 minutes ago
Nvidia not doing it out of goodness of their hearts and love to open source. If at anynpoint their CUDA vendor lock-in moat will faik because Intel or AMD manage to get working software they'll return to keep everything locked and proprietary ASAP.

Basically everything Nvidia does in open source is there to make sure their proprietary stack have a good moat and no competitor stack can catch up.

cwnyth 4 hours ago
That's not really the impression I get from Anthropic, but if you have the links to back it up, I'm always willing to change my mind.

Compared to bizes like Oracle, Microsoft, or Facebook, I felt that Anthropic was more interested in progress (not to the neglect of business―AI training is expensive at the end of the day), but maybe I've just not seen what you've seen.

nullbio 3 hours ago
FabCH 23 minutes ago
While it is not at all practical to train an LLM with tens or hundreds of billions of parameters on hobbyists hardware, what if there are other architectures that perform just as well but are easier to train by 1000 volunteers?

I always wondered if 1000 1M parameter models fine-tuned to specific tasks with a small router could perform as well as 100B models.

And I know this is roughly how MoE works, but current MoE models still require training the model as a whole, and big players don’t have an incentive to change that.

But OpenSource community does…

gslepak 5 hours ago
Where does Anthropic or OpenAI winning leave us?

Dependents of an AI-megacorp for our "facts"? Our software? Our work?

It's possible these companies will become everyone's boss, and will dictate to everyone what everyone is allowed to work on, think, say, do, believe, etc.

Before Big Tech springs that trap, we must support and divert resources to open models.

operatingthetan 5 hours ago
It is a bit surprising that the true 'big brother' type dystopic aspects of AI are not discussed that much and instead we talk about them taking all the jobs. We feed these things so much information. It could be used against us for advertising, control, or worse.
ThrustVectoring 4 hours ago
"All the jobs" includes those tasked by the state to commit, plan, and organize violence, it's plenty dystopian already. Like, one important reason why the military and militarized police don't engage in egregious overreach is that the people who'd be responsible live standard lives in their own society and it's hard to get high compliance for that sort of thing. Replace that relatively democratized infrastructure of thousands of intelligence analysts, mid-level management, etc with a bunch of AI agents, and a meaningful restriction on the power of the upper echelons of the state is removed.
Grombobulous 4 hours ago
Simple answer: taking the jobs is how it’ll impact regular people the most.

We already have personalized, algorithmic advertising and what I would call “control” all over the place: things like consolidated oligarch-owned media.

AI isn’t going to change how we are advertised to or controlled all that much, at least compared to the prospect of being put out of work or taking a huge salary cut similar to the mid-century worker who used to have a $40/hour union factory job and now works at Walmart below health insurance threshold for $15/hour.

LastTrain 4 hours ago
Hyperinflation is how it will impact most people. You will still have your job, at your pay, but a continually higher percentage of earnings will go to very few at the top.
wahnfrieden 4 hours ago
Why do you think AI won’t be a factor in how we’re controlled if our rights become stripped away and we’re increasingly surveilled? Or if violence is deployed by the state against its people with broader targeting? You seem to take for granted that nothing will change except maybe the flavor of rhetoric.
Grombobulous 4 hours ago
Oh I definitely think it will be a factor. I don’t mean to say that it won’t.

What I’m saying is that the general public is most obviously and personally impacted by their economic situation and job prospects.

Joe Citizen who lives by the rules might not even notice that new Flock camera on his street, but he will notice if he’s laid off from his job.

saulapremium 2 hours ago
My view is even gloomier. They won't have to coerce you, because with everything they know about you and human psychology, they will be able to manipulate you effectively enough for whatever they want.
Terr_ 4 hours ago
"You're absolutely right, I think you deserve to treat yourself with Mococoa, made with all-natural cocoa beans from the upper slopes of Mount Nicaragua! It's what humans like myself crave."

Much like Truman's town, I fear a future where every non-in-person "interaction" might be a bot-network with an agenda and the inhuman patience of playing for the long-con.

a1exyz 3 hours ago
Well as we get poorer and poorer it will be less worth putting effort into advertising to us. Im guessing AI will instead focus its effort on convincing rich people of various things.
dinkumthinkum 39 minutes ago
huh? You think using it to advertise to us is worse than taking our jobs? Why would anyone advertise to jobless people. How is what you seem to be trivializing not the central problem? I don't think controlling is high on Dario's list. But he is absolutely gleeful, he cannot even hide his arousal in his interviews in which he never looks anyone in the eye about taking people's jobs and destroy our future ... but yes, oh the agony of advertising ...
digitaltrees 4 hours ago
I couldn’t agree more. But what can we do? If intelligence confers a competitive advantage, which it does, the incentive are aligned against collaboration to preserve equal access. Asymmetric access is too valuable.
overgard 3 hours ago
I don't think we're going to be "dependent", because I can't really think of anyone that "needs" this stuff (well, unless you're like attempting to build a business off skills you don't have). I guess this really comes down to if you believe the productivity story. I don't. I think there are some gains, but the evidence that isn't just anecdotes from vibe coders seems to be modest.
oneneptune 3 hours ago
... and building a business off of skills you don't have based on a strategy already exists! You use capital to pay humans that do have the skills.

Or capital a comparable sum to pay an AI to approximate the skills of humans I guess is the proposed future?

hecanjog 4 hours ago
Or just opt out... you don't have to use these things.
hirako2000 4 hours ago
It works at the individual level but won't if mass adoption happens.

The mechanism will become like taxes, you don't have to use public services thus pay those taxes, unless most people comply as it's easy to oppress those who don't.

The parallel isn't about legitimacy, but Mechanism. Some companies already oblige employees to use AI to deliver their work. In a near future we may see jobs seekers registering their AI ID for companies to decide which humans qualify to be plugged into the compensation system, at what rate, and usage conditions to avoid terminations.

Food delivery systems already show a glimpse of how it could look like.

steelframe 3 hours ago
I can't even manually resolve the merge conflicts alone that happen between my code and that of everyone else submitting code at agent speed in my team's repo. So long as I have financial obligations toward my family, I cannot opt out. I must use these things.
digitaltrees 3 hours ago
Not that simple. If I opt out and others don’t, and it confers a competitive advantage they win and I lose.
bot403 4 hours ago
At this point, or perhaps not too far off it's like opting out of electricity, or the automobile.

Sure you can. But you're going to have a bad time.

kdheiwns 4 hours ago
And then the Amish see the world around them using electricity and cars and think, "Yep, I'm happier without that." And they're one of the few groups on earth with a growing population, so they're doing something right.
digitaltrees 3 hours ago
1. Your assumption that a growing population is the metric of success is questionable. A population that grows but is subject to famine, epidemics, and natural disasters because they haven’t developed the scientific and technological capacity to escape the existential risks of the physical world is living on borrowed time. Not saying I agree with that, and I would actually agree that there is merit to the Amish hypothesis that a certain existence is more compatible with individual and societal fulfillment. But there are obvious counterpoints.

2. The Amish are not a good example because AI will confer an advantage to those that control access to it that has never existed.

rustcleaner 3 hours ago
>Your assumption that a growing population is the metric of success is questionable.

It's a better measure than GDP/S&P/401(k) line-go-up especially [re: America] when the native Euro-based population has been aging and dropping for decades, once you strip away all the post Hart-Cellar immigrant lineages.

digitaltrees 2 hours ago
What are hart-cellar immigrant lineages? And why is that in anyway relevant?

Let’s play a thought experiment.

Let’s say we have a million people that are so technically sophisticated that they are a space faring civilization capable of seeding the universe with living ecosystems capable of perpetuating life and evolutionary processes. But they are entirely infertile and will never give birth to another individual of their species.

And we have another population that doubles every single year but is incapable of leaving their home planet.

Which one is more valuable?

It depends on what your measure of value is, but if it is to maximize the amount of life in the universe, then population growth is not the right metric, expansion of life through technological means is the more appropriate metric.

4 hours ago
sandcat_ 3 hours ago
Eh, they’ll learn soon enough there’s a limit to their power, unless they somehow start acquiring munitions. There’s a reason the electricity companies and other utilities didn’t take over the economy, despite now being essential.
ben_w 4 hours ago
One of the usual claimed benefits of open source software, is that if you find a bug, you can fix it.

Would be nice if someone figured out how to properly debug a model. Without that? OK, so you have your own open source base model trained on your preferred document set that excluded whatever you think is propaganda, and your own open source RLHF training set based on the judgement of whoever you think is a good egg, and so on.

Last I checked, nobody yet knows how to define a precise rule for automatically checking which of two models made this way is aligned better with whatever your standards are.

The metaphor would be like if we knew what a CPU was but had no idea how to do either chip design or formal verification, and instead randomly mutated the connections between transistors until our test set of 2^16 randomly selected pairs of 32-bit numbers only had one error under addition and two under multiplication.

Worse, because we're making them this way, you have to be a fairly big corporation even when you take shortcuts like DeepSeek did.

And note that I'm not disagreeing about the systemic risk that comes if these models become dictators: people are currently demonstrating they're very eager to outsource their own thinking to these models even when they ought to know better, and corporations are currently demonstrating they're very eager to force workers to use them even when they're mediocre and workers spend half the time they might save from a more competent model just fixing the damage done by their current meh-ness: https://www.theregister.com/ai-and-ml/2026/06/10/brit-worker...

malux85 5 hours ago
> Dependents of an AI-megacorp for our "facts"? Our software? Our work?

It's worse than this, it's more like our thinking. There's already plummetting math grades [1], handing over our thinking to AI megacorps where there's likely to be a monopoly or duopoly is an incredibly dangerous thing for humanity as a whole.

[1] https://www.dailycal.org/news/campus/academics/failing-grade...

necovek 2 hours ago
A few confounding factors come up right away: one of professors removed final project which increased grades; due to less appealing CS career, you do not get the best students anymore: another professor is not a fan of curving so perhaps he just accidentally gave harder tests; math prep for CS courses happened over the last 15 years not last 2 where LLMs have become ubiquitous; many failed because they were caught using LLMs when not allowed...

So really, two professors' gut feel about what the reasons are and not backed by much.

george_max 5 hours ago
If humanity is over-reliant on frontier labs' models to perform work, the result is a dependence on the actual intelligence of these models -- not on human intelligence. This could be a small reason, on top of many others, why investors are throwing hundreds of billions of dollars a bit "carelessly" to these labs. It's fascinating seeing the models do the "hard work" (the deep, challenging thinking) for you.

The conundrum which tricks me though - is this a net negative or a positive? If humans are less intelligent, but their output is 2-3 times more intelligent (with AI), what's the result? At what point do we, as humans, stop comprehending anything and give all intelligent work to the neural nets?

And if that does happen, could we live in a society where no work, or at least a significantly less amount of work, is needed? To me, it seems like a dystopian net positive.

It might seem far-fetched to ask these, but I think these questions are getting more prevalent by the day.

nerfbatplz 4 hours ago
If there was a way to guarantee that every human would have equal access to external intelligence then it would be hard to argue against it but everyone knows that the US oligopoly will do everything they can to ensure that no one else has the keys to the kingdom.

Just listen to what the SV ownership class says out loud. They openly discuss how China cannot "win the AI arms race" and how China's development is existential. Existential to who? It's impossible to fully subjugate people with agency.

analog31 5 hours ago
It's not just a dependence on the intelligence of the models, but also their intentions, as programmed by their owners.

A friend of mine asked me if I was optimistic about AI. I told him, it depends on who owns it. If the people own it, I'm optimistic. If the oligarchs own it, I'm pessimistic.

ransom1538 4 hours ago
I am going to try to cheer you up. Hear me out. One day, not long from now, I am going to buy a humanoid bot for 40k. This human android will 1) get my groceries, 2) make my elderly parents meals, 3) go to the backyard and plant 1 acre of corn, 4) paint my neighbors house. 5) get the kids from school 6) change my oil.

What will happen? Massive. Deflation. What will you pay for an oil change? Corn? Meals? Everything is about to be free. But tokens will be expensive!! Sure but, you wont do white collar work anymore so it wont matter what tokens cost.

dartharva 5 hours ago
Indeed, for work and software most are already beholden to Microsoft and Google. This is something wayy more.
abhinavsharma 4 hours ago
Open-source AI can, by definition, never "win". AI is just hillclimbing today, and closed labs can always absorb everything the open world does and build upon it.

It doesn't really matter for most use cases, because the way AI is working is capability saturation. https://www.delanceyukschoolschesschallenge.com/the-rising-t...

The only exception to this is fields that are inherently adversarial (to nature or others) and an edge relative to competition matters.

andai 1 hour ago
They win when they hit saturation for a common task, which is already happening. The second big win will be when the average person can run it on their own hardware.
sandcat_ 3 hours ago
Those closed labs need to justify the investment still, and as we approach stagnation in model capabilities that’s harder and harder. Right now Fable and Mythos are cutting edge, but soon enough they’ll be commodities. And for every company like OpenAI/Anthropic that wants to get ahead with a SOTA model, there’ll be a hundred companies aiming to commoditize their complements.
ux266478 2 hours ago
AllegroLisp is very far behind SBCL.
jongjong 4 hours ago
Open source models don't need to be anywhere near as good as Claude Mythos or even Claude Sonnet to 'win'.

Open source 'winning' just means that there exists at least one open source alternative to closed models which is as good as, say, GPT 4... I mean, we're essentially there already with Google Gemma models.

As a software engineer, I didn't notice any difference in my productivity since Sonnet. Of course Opus is better and I'm sure Fable is better yet, but we're already hitting diminishing returns in terms of economic value.

I went from Cursor running one of the earlier GPT models to Claude Code on Sonnet and that was essentially a 5x productivity boost for me. Before Claude Code, I only used AI for small snippets. With Claude Code + Sonnet, I could trust it for entire sub-tasks... But I still don't trust Opus with full end-to-end features. I'm not sure it will ever get there. It probably doesn't need to.

Companies need software engineers to have a certain moderately high level of talent but above that level, they really don't care AT ALL. They don't even notice the difference, even if the gap is significant.

cortesoft 3 hours ago
> Open source 'winning' just means that there exists at least one open source alternative to closed models which is as good as, say, GPT 4... I mean, we're essentially there already with Google Gemma models.

Is this really true? We just don't know what the maximum capability of AI is. If it turns out AI can be as intelligent and capable as something like Data from Star Trek, no one is going to be thinking GPT 4 is good enough.

kamaal 1 hour ago
>>We just don't know what the maximum capability of AI is

For all theory purposes there is no limit. Thats what the latest loop engineering trend is about, you are asking AI to find solutions to a problem going by listing steps, and if solution not found in those steps, to treat each step as a separate problem and repeat the process until the master solution to the master problem is found.

Once a solution is found, or new data/insights are generated through this process, the LLM can be trained on this. So in theory you can just keep going like this forever.

Secondly. This is as close to agency you can build inside a machine.

Practically speaking, hardware is a limit. But that can scale up with time.

So we are already looking at some kind of runaway intelligence even if not sentient.

jongjong 3 hours ago
It could get really smart but I'm confident in my thesis that surplus intelligence beyond a certain level doesn't yield any real economic benefits.

At scale, I can see a benefit in terms of being able to process large amounts of data intelligently to gain a competitive advantage in terms of accruing nominal gains but I think that as long as AI is pursuing dollars, those gains won't translate to real value to the people who control the AI. At best, will translate to more political control; but with added risks and threats too. I suspect it will look more like controlled decline with a small number of entities getting an increasingly large slice of a rapidly shrinking pie.

I think AI may just figure out really complex ways to legally steal people's money. It will probably look all legit on the surface, it will look like the majority of people are just freakishly unlucky and a tiny number of elites are just extremely lucky... But it will be AI behind the scenes orchestrating seemingly random events; choosing who gets lucky and who doesn't.

Might end up literally like a game of monopoly. One player could dominate the game and start receiving all the money but, if you look at the big picture, none of the players are doing anything economically useful; just sitting around a board and moving pieces of paper amongst each other.

It's like the industrial revolution. Many kings and emperors did not like the idea of industrialization because they were already living a luxurious life and understood that it would not benefit them and would only create risks and problems for them personally. They could already afford as many human servants than they needed, what was the point of replacing them with machines to provide the same service they already received? It would give their servants more free time? To an emperor, that would have sounded more like a problem than a solution. It's a bit like that with AI. The people who control AI won't benefit from it beyond what they already have. If it doesn't serve a social cause then it serves nobody.

zozbot234 2 hours ago
The Gemma models are tiny, not really comparable to DeepSeek Pro, Kimi or GLM. But the broader point stands.
kamaal 4 hours ago
>>AI is just hillclimbing today

That's what the Fable harness felt like. You give it a goal and it could try to get there through the shortest path given the tree of possibilities to get there. Iteratively, or recursively.

Perhaps if we make a open coding AI, the design must be along these lines. Something that's easy to train, and serve from local machines. Albeit has loop / recursive hill climbing facilities built it. That way the model gradually keeps moving towards the solutions, in iterations/recursions.

Once this is done, other multi modal things could be pursued.

dakolli 4 hours ago
[flagged]
sho 3 hours ago
I don't think insulting people is a great way to contribute. Not everyone who sees things differently than you has "psychosis".

Your reflexively negative comments on anything relating to AI are as insight-free as they are numerous; it's all just vague shitting-on without even a hook or argument that could be engaged with and debated. It's pretty tiring, honestly. If you really think your point of view is valuable and others should pay attention to it, rather than just filtering it out like the trollish noise it usually is, why don't you put a little more effort in?

kamaal 4 hours ago
Its the closest terminology we have to describe that process.

https://github.com/cobusgreyling/loop-engineering

Its hard to come up with new names for novel processes, you mostly reuse what is close enough and well known.

dakolli 4 hours ago
Loop engineering, whatever that is, is obviously just a way to get people to increase the amount of tokens required per task/request. They did the same thing with Ralph loops, they just need more revenue. Just write your code and use it to search and clarify, it can't build that magical thing you think it can.
kamaal 4 hours ago
The heuristic is this-

Given a problem P-

1. Provide a list(S) of solutions(S1, S2 ... SN) ordered in the most efficient(For some definition of efficiency) implementation means possible.

2. Execute S1, ... SN.

3. If P is fixed by a solution in the list, halt.

4. Else for each S1 ... SN , execute steps 1 through 4 until, all dependencies and sub problems are resolved to eventually solve P.

This obviously needs lots of tokens, which is all the more reason why we need AI to run locally on our machines.

gamander2 1 hour ago
[dead]
george_max 6 hours ago
With open-weight AI, there might not be an incentive to put large sums of capital towards training / research. There might be a donation fund of some sorts, but it certainly won't reach the level of fundraising that the frontier labs are receiving.

Because of this, I think it might not be possible to have AI *only* open-weight; major players like OpenAI, Anthropic, Google will likely stay for good, with better models than open-source versions.

I think it might look something like Photoshop & GIMP, with Photoshop being a frontier lab, and GIMP being the open-weight model. GIMP is decent for many different image editing workflows, but Photoshop is just better.

I would definitely prefer to have an open-weight model better than frontier labs'. Though I don't think it's possible.

thewebguyd 5 hours ago
I think the same, but I also think that local AI is actually inevitable, even if not open source models. I wouldn't be surprised to see OpenAI and others release an on-prem product. Whether that's effectively an appliance rack, or some other form, people (large companies) are going to want to run inference locally for data sovereignty & cost controls. Especially if we get to a point where companies want AI integrated into manufacturing and other air-gapped networks.
cocoa19 5 hours ago
We already have this. We don't need Mythos to categorize images on my phone. A small dedicated model would do.
george_max 5 hours ago
I do believe that if OpenAI and others release an open-weight model that is better or on par with their frontier variants, it might ruin their primary business model.

That is, of course, unless they develop their own hardware specifically to run this open model. But, that does ruin the point of open models.

thewebguyd 5 hours ago
When/if gains slow down, I can definitely see branching out into hardware to sell for on-prem inference once the models can be etched into the silicon with hard wired weight chips. I'd guess maybe at least 5+ years away from that though.
zozbot234 2 hours ago
> Because of this, I think it might not be possible to have AI only open-weight; major players like OpenAI, Anthropic, Google will likely stay for good, with better models than open-source versions.

There's a more fundamental reason for this: some AI models are large enough that they can plausibly only be reasonably run in a state-of-the-art hyperscale datacenter. Open sourcing such models would be largely pointless. Note that this would be a significantly larger scale than even the largest open models available today, one that precludes even doing inference slowly on a small-scale, cheap makeshift cluster. But it's plausible that Fable is there already.

pennomi 5 hours ago
Perhaps, unless there is a way for users to donate compute to training, folding@home style. I don’t see how that could be practical though.
kelnos 4 hours ago
Yeah I think that's a decent analog (Photoshop & GIMP). We're in a sort of "rapid expansion" phase right now, but unless the tech behind "AI" really evolves, better and better models will be harder to come by, with diminishing returns.

Even if the GIMP of LLMs is only 80% as good as the VC-funded stuff, that will still be plenty useful for lots of people.

And I think just having the option to use open source models is a win, even if it turns out to be true they'll never be quite as good as the proprietary ones.

hirako2000 3 hours ago
Zoom out. It's a matter of time the trillion valuations will be deemed senseless, only once it will prove inpossible to extract trillions from consumers.

In the meanwhile, and regardless, software optimisations coupled with hardware continuing to scale, we will end up, soon enough, with some open weight that run on a mobile device with greater capabilities than Fable.

rustcleaner 3 hours ago
>only once it will prove inpossible [sic] to extract trillions from consumers.

I am spreading a message of peace and sovereignty:

Never subscribe. Never. Subscribe. Ever.

Starve them out. Make their lenders take 95% haircuts.

Just don't subscribe, whatever you do!

4 hours ago
5 hours ago
LPisGood 5 hours ago
That is fantastic news then, if commercial product products will always be better than open source, and open source products will continue to get better
george_max 5 hours ago
Agreed. The only "issue" is that commercial products will always be ahead, with less friction for most users. This ultimately results in most people using these over open-weight variants. Users might not even be aware that the open-model variants exist. Similar to Windows / MacOS and Linux.
kelnos 4 hours ago
In a way that's ok, though? I run Linux on my laptop, and in some ways it's better than Windows or macOS, and in other ways it's lacking. But that's fine; the existence of Windows and macOS doesn't mean I can't run Linux, and doesn't mean I have a worse experience.

(Yet; I do worry about future required hardware attestation for basic things, but that's another issue.)

tonyhart7 5 hours ago
the moat is in hardware, without capital intensive acquisition how tf they going to get that money ?????

I learn it hard from prusa 3d printer open model

bbor 5 hours ago
Which is the nearterm future that we must demand: a stop to the amounts of capital flowing to ASI research. Join me, Anthropic, Google, and OpenAI’s-founding-charter in saying the obvious, y’all; Pause AI, now.

It should be clear by now that there’s a whole universe of work to do with the models we have today, from studying to securing to ‘harness’ing. There are tons of economic benefits to be reaped already, if applied carefully. Doesn’t that sound nicer than rolling the dice with the lives of trillions?

mufufu 5 hours ago
Lives of trillions?
reilly3000 5 hours ago
Current and possible future populations?
TowerTall 15 minutes ago
And it will, but be patient. I took linux 25 years to conquer the world.

One day an open source model reaches "good enough" level. Maybe around the level the current frontier has and most people will use that

avaer 5 hours ago
I agree with sentiment and mission, but the goal is inseparable from politics at this point.

Being Open Source (tm) will not protect you from the government/others imposing controls on your silicon or what it is allowed to do, which is already happening around the world.

Even having the models be open source won't fix the regulation or economic incentives. Which is not something you can compress into a couple of paragraphs.

AI is civilizational infrastructure and it needs civilizational solutions. Not just source.

Atlas667 4 hours ago
Monopoly capitalism and finance capitalism took reigns of markets more than a century ago. The state serves these huge interests.

Everybody knows AI firms pirated to train, nothing will come of it. A plain example of classist application of law.

The reason for the willy nilly application of their own laws will always be 'national security', of course, since they own infrastructure their interests are a national security.

So tech may shake things up whenever it makes great leaps, but finance capitalism quickly adapts and absorbs the waves.

rustcleaner 2 hours ago
No state, anywhere, has the right to rule or even exist.

All states are terroristic parasite gangs, all states [no exceptions].

Your state exists because there is no one else capable of challenging it [no outsider or internal armed militia].

Your state is merely the gang which reigns supreme in your territory - constitutions, democracy, and other grievance pressure relief systems be damned.

You don't get to vote or serve as juror because the system is somehow moral or holy, you get to vote because in historical systems lacking those pressure relief measures the aristocracy tended to be [literally] decapitated on a regular basis.

Democratic measures exist to bribe and persuade your acquiescence so you don't get together with your aggrieved neighbours and go lop heads off ["it's just the rules of the game, you can try again in 2/4/6 more years :^)"].

Seeing politics from this lens should demystify so many seemingly confusing actions and outcomes, it's why no matter how much you vote you never actually "win" and even if you do... it's in such impotent and monkey's paw ways.

weregiraffe 1 hour ago
>No state, anywhere, has the right to rule or even exist.

No person has an inherent right to exist either. Rights, just like states, or property, or gender, are social constructs. They exist because enough people believe they exist and behave accordingly.

blueblisters 1 hour ago
I'm assuming this is popular because of Fable restrictions. AFAIK, open source is not excluded from ITAR / EAR restrictions (or other export restriction in other countries).

So the real solution you're looking for is technology that can't be arbitrarily gatekept by a sovereign nation.

cududa 50 minutes ago
I’ve been exceptionally displeased with Claude Code since end of February and switched completely to Codex in April. The blasé way in which one person (Borris) capriciously changes the system prompt multiple times a day, also no longer writing his own prompts (whatever that means).

That, the 5 different secret levers you have to pull to make it not stupid, the fact you hs e to go to the guy’s twitter account to find all the un-dumbing features and flags that aren’t documented anywhere else. That they decrease thinking budgets silently when they run out of compute instead of announcing the rationing, and gaslighting users at every step of discovery. The fact that internally they have their own coding harness and don’t use Claude Code primarily. The lack of formal evals and consideration for millions of users collective hundreds of millions of hours of investment in their workflows — that’s all off the top of my head, let me tell you how I really feel about what they did to Claude Code..

I adore gpt5.5 and maintain my own codex fork - but I have no idea how long I’ll get this performance / cost - I know it won’t be forever. I’d like to know precisely how much it’ll cost in hardware to run a gpt5.5 open source model locally. Hell a lifetime license to a model I can run locally is also be open to.

But I like building my own tools, from software to physical shop tools. I like being able to rely on my tools.

More responding here to the assertion that this is blowing up due to Fable.

devkakadiya 6 minutes ago
yaah buddy open source must be win because it is beneficial to all
em-bee 6 hours ago
what is Open Source AI even?

to me Open Source, like Free Software, is something i can run on my own computer. any AI system that runs on a computer that i do not control is by my definition not Open Source.

so how then can Open Source AI win? it can't even compete. even if we collect enough money and create a dedicated Open Source organization to build and run a community owned AI datacenter, how does that help?

so what exactly is the demand here?

nl 5 hours ago
When kubernetes was released there were very few people who could run it, and even less that could run it usefully.

Right now there a few people who can run a 1T model at home, even less who can run a 5T model and probably single digits who can run a 10T model.

But if an open source 10T model was available you can be sure people would find new ways to quantize it, new ways to configure hardware and and new ways to think about problems that would make it useful.

1T+ models (Deepseek v4, Kimi K2.6 etc) are available as open weights now, and for ~$5000-$10000 you can run them usefully at home. 2 years ago no on was contemplating that.

$250K to run a 10T model might be possible now. There are many companies that will pay that, and that will push the tools and techniques downwards for the rest of us.

verdverm 4 hours ago
sheeshkebab 5 hours ago
Qwen models are actually very competitive with frontier models, and you can run them on your local computer. Gotta have a decent graphics card and by that time the current cost of the rig may not justify it over paying $100/month for cloud model but it’s all out there.
nirui 3 hours ago
Qwen is still controlled by Alibaba, one company. We can't let the future be in the hands of a few companies, can we?

Fun fact: Qwen was not initially a Apache Licensed project, it was based on a custom license from Alibaba that restricts commercial use: https://github.com/QwenLM/Qwen/blob/ba2d85a13b28ed1ee0dde2d6.... There's no guarantee that they won't just switch it back later.

Kudos for them for switching to Apache License, of course. BUT, they're still a for-profit company. So as DeepSeek btw.

rustcleaner 2 hours ago
>Gotta have a decent graphics card and by that time the current cost of the rig may not justify it over paying $100/month for cloud model but it’s all out there.

Never, ever, subscribe. When you subscribe, they win. They cornered the silicon market to force you to subscribe. Don't be a sub, or at least keep your sub tendencies in the bedroom. ;^)

NamlchakKhandro 4 hours ago
Fluctuating token costs make it worth it
cortesoft 3 hours ago
> any AI system that runs on a computer that i do not control is by my definition not Open Source.

This is not true at all. It would be open source if you could download it and run it anywhere that is capable, and are free to move it and modify it as much as you want.

Just because you don't have a computer at home powerful enough doesn't mean it isn't open source.

rustcleaner 2 hours ago
I think he means theoretically in possibility space, without relying on a based insider leaking a 'closed' frontier model to bittorrent or hyphanet.
itkovian_ 5 hours ago
Projects like pluralis agora solve this problem. Really what you want is the model to be collectively owned and governed, not local
4 hours ago
singpolyma3 5 hours ago
LLMs that you can run locally on hardware that is not out of range to acquire is already a thing for some time.
bitwize 4 hours ago
Recently I fired up Gemma4-26B-A4B on my 8-year-old PC... and it ran surprisingly well!

But I am going to need a much beefier machine to get it to the point where it can do any but very trivial dev tasks acceptably fast, and I'm going to need a much beefier model, perhaps one not so aggressively quantized, to keep it on task without the wheels completely falling off. Already we're talking serious money outlay, perhaps still within my programmer salary to accommodate, but just barely. And we're not even where near the performance characteristics a frontier model can support.

verdverm 3 hours ago
DGX Spark runs this sized model (I personally like qwen36moe better than gemma4moe) at speeds fast enough for interactive coding sessions. Algorithmic advances like DiffusionGemma ~4x token gen speeds (https://deepmind.google/models/gemma/diffusiongemma/)
matheusmoreira 5 hours ago
We can run open weight models on our own machines.
em-bee 5 hours ago
yes, but a model that runs on my own machine will never have the capacity of a model that runs in a datacenter. as i said, it can't compete with that.
randbyte 3 hours ago
> a model that runs on my own machine will never have the capacity of a model that runs in a datacenter.

I don’t think so. A local run model only needs to serve one or a few people. It seems possible to run a DeepSeek v4 model at full capacity on a server costing 200k usd. Very expensive but not impossible.

Factor in hardware and software improvements over time, and the fact that most people may just need to run a smaller and quantized model, it should take a pc at 10k usd scale.

thewebguyd 5 hours ago
If RAM prices ever come down, you can have a machine that can run a capable local model.

Qwen 2.5 72B is surprisingly capable, almost on par with GPT-4o if not a little better. You can run it on a 128GB Mac Studio with 8-bit quantization. You need about 77GB for the weights and ~15GB for your context window & cache.

Pricing remains to be seen, but there's also those new nvidia laptops coming out the surface laptop ultra should have 128GB RAM w/ Blackwell GPU, they're saying 1 petaflop of AI compute, if you can tolerate Windows (no idea if it'll boot Linux until the hardware is out).

These models are roughly ~1 year or less behind the frontier models. We really just need hardware to catch up and alleviate the price pressure on RAM.

rustcleaner 2 hours ago
>If RAM prices ever come down

Maybe an unpopular opinion here (seening how Y-combinator is his baby), but I think OpenAI and Sam Altman should be financially decimated for cornering the DRAM market. What he's done is a step or two removed from what the Hunt brothers did. His buy-up of future DRAM silicon has measurably harmed personal computing, and he should not get to walk away with a 'win' from it.

melozo 4 hours ago
Huh? Open source is a quality of the software, not specific to the hardware used to run the model. The demand is that model weights are openly available for anyone to run and fine tune without restriction. Has nothing to do with the hardware it runs on.
ls612 5 hours ago
Call it open weights if you must. But even with OSS just because you have the source code doesn't mean your machine is high performance enough to run it usefully this has always been true.
never_inline 3 hours ago
I think articles this light on content should not be upvoted to front page.
3s 3 hours ago
It's a perfect prompt for a rich HN discussion so while in general I agree with you, in this case the discussion is what matters.
ls612 3 hours ago
I think that the events of this evening (really of this past week) are almost unprecedented in the history of tech. Sometimes a clear and concise message is more important than nuanced analysis.
medmarrouchi 50 minutes ago
I vote that you become the next Richard Stallman
egonschiele 4 hours ago
I have been working on this exact problem, and I suppose now is as good a time as any to talk about it.

To make any agent "good", there are two components: the model and the harness. Very few companies can train models, but anyone can build a harness. How much does the harness matter? Can I build a harness that's good enough that I can use open source models with opus level performance? That's the question I've been trying to answer by building better harnesses. None of the existing frameworks have the functionality I need to build a good harness. The features I need are language-level... and so I started building a language called Agency[0].

It's been six months and its going well. Some of the things Agency can do are wild:

- It can pause and serialize execution at any point, making HITL easy

- It has some neat safety capabilities such as handlers[1] and PFA[2]

- You can bundle up any agent as an HTTP or MCP server[3]

- I'm now working on a built-in optimizer to optimize agents (think DSPy).

Obviously, it's a huge undertaking, but having worked with the Agency for six months, I can't imagine going back to another framework. It makes things so easy. I'm working on its built-in agent now [4]. My goal it to get it to be as good as Claude Code, but using open source models. It's still early days, lots of rough edges, but if this sort of thing interests you, I'd love to have a few more people test it out.

[0] https://agency-lang.com

[1] https://agency-lang.com/guide/handlers.html

[2] https://agency-lang.com/guide/partial-application.html

[3] https://agency-lang.com/cli/serve.html

[4] https://github.com/egonSchiele/agency-lang/blob/main/package...

sreekanth850 3 hours ago
I feel with current government decision to block Fable, this is not a mere opensource issue, considering how US government restrict frontier models, what we need is sovereignty for every country. If not they will release every model with a kill switch in future like F35.
3 hours ago
bluejay2387 3 hours ago
In the US -- once our nation finishes attacking our own education system -- this is definitely something a group of academic institutions could get together and accomplish. I assume the same is true in other countries. Companies like Nvidia and AMD might even support that effort, as they make money on the hardware and would probably be more than happy for there to be more reasons to use it. There may have not been a compelling enough motivation to achieve this before, but "models" didn't have this level of strategic relevance until relatively recently. Nvidia has been fairly good about releasing open weight models in the last few months.
google234123 3 hours ago
Wait, which side is blocking kids fork taking algebra or forcing universities to admit people that can't do math or read, or abandoning phonetics for unproven methods that don't work?
Natfan 3 hours ago
rustcleaner 2 hours ago
Both sides, since they are bought and paid for by the finance industrial complex.
defrost 3 hours ago
It's the US, both "sides" of that coin are bad with examples pro and con all over the shop.

Still, to specifically give a partial answer to your poor faith rhetorical just askin' musing: Florida Conservatives

(specifically turfing nerds from New College of Florida and bringing an excess number of baseball sports bro's to a place that likes math and has no baseball field)

hellosputnik 3 hours ago
[flagged]
notrealyme123 48 minutes ago
Are there any platforms to discuss this? (Like matrix/zulip?)
MobiusHorizons 2 hours ago
If open source AI was better than what it is currently chasing, wouldn’t that take away the incentive for these companies to give it away for free? Training is expensive and companies will need to recoup those development costs once it stops being about jockeying for position.
inciampati 3 hours ago
There is nothing more surreal in AI chat than entering your own name and being told you are a banned topic. Open source models must win. There is no alternative.
mhog_hn 3 hours ago
At d5s.tech we are recreating the layers built on top of models, working on dogfooding our own product to run a large chunk of the company.

I feel extremely strongly that a future in which most companies depend on one or two large AI-megacorps is going to lead to excessive rent seeking sooner or later.

I remain positive that the long term steady state will consist of proprietary models, -but- with open source AI models statistically close.

If compute keeps growing the relative cost of training current frontier models will decrease. An open source Fable/Mythos model simply seems inevitable.

earth2mars 4 hours ago
This should be the top post. Not Anthropic or OpenAI marketing plots. This is existential.
echelon 4 hours ago
It's too late.

You can one-shot a port of Linux to Rust and stop contributing to open source.

The value of software is going to tend towards zero. The value of the software developer the same.

Anthropic is now a kingmaker. It gets to decide which businesses get the expensive private model that can generate entire business functions at the drop of a hat. If you can't afford the price tag, then competition in the market is not for you.

Computing is no longer "personal". It's for big biz only.

slopinthebag 3 hours ago
> You can one-shot a port of Linux to Rust and stop contributing to open source.

Touch grass brother. Seriously.

jcadam 2 hours ago
Well, the crazy thing I'm working on (100% self-funded thus far): https://trivyn.io. The main idea is moving most of the reasoning to the symbolic layer so the "neuro" piece can be a small model able to be self-hosted on reasonable hardware.
jtesp 1 hour ago
what if grok went open source and was on par with open chinese models? the business play may not be the models themselves but owning the data centers and running infrastructure for all models from all companies? a lot of people could then be rooting for xai and elon could ironically save face by actually implementing an open model
dyauspitr 1 hour ago
You can do that now. There are many different providers for Deepseek already.
manoDev 4 hours ago
Don't worry, open source AI will win. There's a reason everybody is desperate to IPO fast and get an exit, their competitive advantage is not lasting long.
ramcrissesangry 4 hours ago
As an person whos getting into tech and already developing a game, the fact that laptop prices since 2020 have increased by 20-40% is insane. It's delaying the time to create my game. I researched the reason for the cost spike, and most of it is from the excessive money put in ai Technically, the owners of AI could slow down the amount of GPUs and RAM they buy because AI has almost reached its most usable peak. Everything they add just introduces more bugs, so instead of building more AI centers, they should focus on improving the main AI model with bug fixes. There's no need to give it more unnecessary power. Most people don't care; the entire business is run by a few old men who think AI is everything and invest huge sums of money to show other AI companies they need to improve to get more funding from old people. We just need to find something new and innovative for older investors to focus on, so not everything is about investing in AI like Roblox, OpenAI, Google, etc. The extreme amount of reasoning power given to AI is causing bugs, and the moments when AI had outbursts towards people are related to this.
rustcleaner 2 hours ago
They want to corner the compute market and destroy the personal [sovereign] aspect, so that you are forced to subscribe and pay them regularly [indefinitely] and the US security state can surveil you. Never subscribe, and never buy products from companies who subscribe. Starve them, bankrupt them! We do it by not subscribing!
echelon 4 hours ago
> because AI has almost reached its most usable peak

It doesn't seem to be showing any signs of stopping. Have you used Fable 5? It's a fantastically capable model and trumps anything that came before it. Seedance 2.0 is categorically the best video model, and it's only a few months old.

> the entire business is run by a few old men

Startups tend to skew young, and in this case it's no different. Most of the leaders of AI companies are decades younger than the CEOs in other types of industries.

> who think AI is everything and invest huge sums of money to show other AI companies they need to improve to get more funding from old people.

They're spending capital to win market share and to try to build a moat. One of the most important things in business is building a durable way to keep competitors from taking your market. You spend enormous capital to win customers, and it would suck if other businesses could watch what you did, spend less money, and come in and take everything away. The money being spent is an attempt to have a durable lead.

It's working. Enterprise contracts are deep and sticky tendrils that work through governments and large companies. Both OpenAI and Anthropic have massive partnerships with Fortune 500s, the DoD, you name it - and these contracts will last and print enormous amounts of money. This makes it incredibly hard for other players to enter the market and build a cash flow with which to compete and thrive.

> find something new and innovative

This is easier said than done. It's an incredibly hard problem. It took decades to find the last big technological waves: the PC, the internet, broadband, smartphones. Now AI. These are generational step function increases. The groundwork can be decades old, but it takes time to proliferate before it can become a big business.

Other possibilities include fusion, green tech, quantum computing (useful for crypto breaking, etc.), AI drug discovery, etc. If you go into research one day, try to find an interesting field with potential for commercialization - that could make you very wealthy if you find something you enjoy working on, with lots of greenfield opportunity, that is ripe for turning into products.

Good luck with your game! You should post it here on HN when you finish. You'll get lots of great reviews, comments, and early players. :)

ramcrissesangry 4 hours ago
thx I will consider what you sent.
dakolli 4 hours ago
Why have you sent this same message multiple times?
ramcrissesangry 4 hours ago
I didn't know how this worked I thought it deleated it, at first.
4 hours ago
AlphaSite 5 hours ago
I think models will be a commodity sooner rather than later. This whole race doesnt matter. First mover advantage is real, but over enough time it wont matter.
18al 1 hour ago
What does the author mean by "win"?

Does he mean that the _best model_ should be an open source one (eg: today, something better than Fable 5), or just that open source models should be the default choice for most task?

The former seems an impossibility, closed labs can work off of open and their own closed research. Closed source will always be better. Well, at least until some late-stage enshittification dynamics cause the providers to hobble them.

The latter, becoming a default, not so much. But considering the deep-rooted nature of (for instance) Google, it certainly won't be a walk in the park. This seems to be a similar hurdle as dethroning Chrome as the default browser.

For the average ChatGPT user, I surmise that open-source models are already capable enough. Most people I know who use it (me included) are not paying for it, they are routed to the cheaper models.

What's needed here is everything else other than the model to be in place. Which is to say there isn't a sufficiently good open source ChatGPT app, every open source option requires more fiddling than the ChatGPT app.

No precedent comes to mind for non-tech-user software that is open source and also a default choice. The limitation is rarely from the core-tech capability; core-tech is often the same as what closed source uses.

MattyRad 2 hours ago
Not to distract from the message, but I appreciate that this is largely plaintext not React vibeslop.
SubiculumCode 4 hours ago
Civilization is at a crossroads, or will be soon. Democratization of AI can be good up to a point, but existential threats can also be real, and democratization of existential threats is not a survivable policy.
nullbio 4 hours ago
It's actually the opposite. Democratization of intelligence is the only way to stop existential threats and render them useless.

Right now, and likely forever, because biological threats can be sanctioned at a supply-chain level, the risk of AI is all digital. Fraud, phishing scams, spam, hacks, etc.

The only way we harden the worlds infrastructure to the point that it can withstand attack from bad AI is if we have an abundance of access to frontier intelligence to develop countermeasures.

Otherwise, bad actors will develop these capabilities behind closed doors and use them to hold the world hostage and cause irreparable harm. There's no putting the genie back in the bottle. Good and open-access AI and the people using it are the digital immune system.

If there's an asymmetry where bleeding edge is gated off to only a small group, and allowed to gain exponential power over the immune systems defense grid, the slightest infection will lead to death of the host.

SubiculumCode 1 hour ago
That's a thesis.
raushan__ 3 hours ago
If we can't stop these big AI companies, we must to put force that everybody can see what they are hiding from us.
b33j0r 5 hours ago
Available components must win. I’ve often been a critic of open weights and open architectures that give very few normal people access. What’s the point of releasing the plans for a nuclear reactor if no one can have the fuel?
alexwwang 4 hours ago
I hope so. But how? Who gonna fund these projects and how to coordinate with every sides. This is complex. I only believe that the open source AI won’t lack users.
dinkumthinkum 43 minutes ago
If any AI wins, how can that be good for humans? It's high minded but if any AI wins, why would any of "The ability to study, build, repair, deploy, audit, adapt, teach, preserve" be important? Is the real problem to be solved something else, if you want those things?
matheusmoreira 6 hours ago
Winning is a tall order. I'm just hoping it'll get good enough while allowing us to run it locally with no idiotic "safety" controls or censorship of any sort. Looks like the best open weight models are at Sonnet level, if they get to Opus 4.6 level it's gonna be perfect.
guybedo 4 hours ago
aryasyn 5 hours ago
Definitely, but I see the gap widening everyday, especially while commercial AI models have started converging towards AGI. However I do believe and support the cause, as it's the next big thing as developers we need to take to prevent a complete monopoly in the coming few years.
ai_fry_ur_brain 4 hours ago
"Converging towards AGI"

These things can't even center a div correctly half the time.

Not everything is code. Just because it generates a shitty SaaS clone for you and that seemed magical, it does not mean we are approaching "AGI".

An AGI could design an Oil tanker, manage the project from start to finish, handle all contract negotiations and purchasables, payroll, scheduling. Then it could do that 50x over and start a leading logistics firms.

In reality an LLM can't even complete upwork projects that are worth $20 an hour more than 4% or the time.

Source:

https://labs.scale.com/leaderboard/rli

4% guys, 4%. It cannot complete entry level work on fucking Upwork 96% of the time. Stop falling for the marketing and sorry but an LLM will never be AGI.

Its literally just text autocomplete with some RLHF post training, holy shit im losing my mind. I want this hype to end so badly holy shit I need this to end.

cindyllm 3 hours ago
[dead]
zuzululu 1 hour ago
It can't.

Hear me out, economies of scale can only be met when there is a large enough liquidity for it.

The amount of people willing to purchase multiple hardware releases year after year just to run LLM is already tiny and businesses already do use their own hardware and there is no desire for manufacturer to reduce their own margins.

simianwords 1 hour ago
This will never work - a strong enough LLM model will also let you synthesise bioweapons etc.

How can you release this to public?!

Why else do you think Anthropic is heavily restricting Fable? You can’t just handwave safety concerns.

digitaltrees 4 hours ago
I fully support this. How can I help?
MuffinFlavored 3 hours ago
Did open source phones win? No, iPhone is pretty dominant.

Did open source operating systems win? No, MacOS/Windows are pretty dominant.

Does open source... cloud hosting, social media, ride sharing apps, you name it win? Not in my experience?

jmyeet 3 hours ago
So I've long said that the valuation of OpenAI at a trillion(ish) dollars depends on OpenAI "winning" and "owning" AI and there being a sufficient moat to stay ahead of competition. Without that, the company is worth a fraction of that. Anthropic is probably positioned better here actually but it's still kinda true there too.

Ever since a Chinese firm released DeepSeek I immediately came to the realization that any US tech firm "owning" AI is simply not going to happen. China will make sure of it. It's in their national security interest not to let that happen.

From the POV of geopolitics, IMHO the US shot itself in the foot by banning the export of the best chips to China. The US also somehow has the power to prevent a Dutch company (ASML) from selling to China too. That makes a little more sense to ban but the combination of banning EUV exports AND banning the best chips sowed the seeds for the destruction of all of this.

By banning chip sales, the US inadvertently created a captive market for Chinese chips with Chinese companies. If there were no chip ban, Chinese companies probably would've bought US chips. But they can't. So they can only buy from Huawei and SMEE (indirectly). The US forced China to realize it was in their national security interest to copy the best lithography and, by extension, the best AI chips.

So DeepSeek was reportedly developed on either older NVidia hardware or smuggled newer NVidia hardware but that won't last either. At some point it'll be completely Chinese made chips that are doing this.

And what's the biggest cost for a model? Training. But you do that once and the model like any software is infinitely copyable so China can under OpenAI, Anthropic and SpaceX (xAI) and that's what they're doing.

But it gets worse for the AI moat. Local models are going to get cheaper and cheaper to run. You can already run 31B models on sub-$5000 hardware. What do you think it'll cost in 5 years? Will larager parameter models keep getting better or will there be a law of diminishing returns? What is a B100 workload now, will be a Macbook Pro workload in as little as 5 years.

What if all these AI data centers are ultimately just going to be commoditized cloud hardware like AWS in the not too distant future? We already see Google renting big from SpaceX. I think the writedown on all these data center investments and the companies that are doing them is going to be extreme in the next 5 years.

rustcleaner 27 minutes ago
Never thought I would say these words, but:

Good Guy China! :DDD

ninjagoo 4 hours ago
Open source ai will win.

Anthropic just kneecapped themselves, and possibly OpenAI and Google as well, with their FUD strategy that got fable shutdown by the government.

But that doesn't impact Chinese providers. Then can US companies get investments for expensive model development if they can't actually sell those models-as-a-service?

In the meantime, open source will continue its march onward because while slower, it's completely open source, and the models are already good enough to improve their own work as well as build out the next gen of models.

glerk 6 hours ago
it is inevitable that it will win

information wants to be free

planb 6 hours ago
This is not about information but about capital. Even if we had free access to the weights of the best models in the world: who would be able to run them?
glerk 5 hours ago
Technology is deflationary. I am holding in my hand a device that would have been a supercomputer 30 years ago. It costed me a couple of hundreds of dollars.

These models and the hardware they are running on will get even more efficient. We are nowhere near the physical limits of what we can achieve.

bitwize 4 hours ago
> Technology is deflationary.

Not anymore! Well, if you're like Elon and already taking down the bottle of Cuatro Comas from the high shelf, the economies of scale will continue to work in your favor.

But one of the really neat things about AI is that there is no limit in sight to the scaling incentive. More compute will always get you more: more training, more inference, more parameters, more capacity to build more and better models, more spare capacity to run the slop your models have already built to generate the slop that will succeed it. Back in the dot-com days, or even the "big data" days, you wanted to scale up rapidly but there was a limit: there were only so many customers and they could only produce so much data you could only ingest so fast. In the late 90s, one of the world's most trafficked sites, ftp.cdrom.com, ran on a (single!) dual-processor Pentium Pro system. That was just serving files, and there was certainly room for more CPU oomph to provide more sophisticated services to a huge customer base. But once those customers were served, more compute, storage, and network capacity didn't buy you enough to justify the capex. That is emphatically not the case with AI, and so the incentives for the AI companies are to buy as much compute as they possibly can. What this means in practicing is pre-purchasing capacity at the semiconductor fabs to manufacture chips exclusively for you, and there's only so much of that capacity in the world. Trillion-dollar companies can easily outbid the entire consumer market, and so the incentives for the fabs are now to sell to AI companies at the expense of the consumer market. That's why you're seeing memory prices go through the roof. Modularized RAM for end-user PC builds will soon go the way of the CRT: it will cease to exist as a market product, it won't be manufactured anywhere by anyone. GPUs, CPUs, and storage will soon follow. The only devices end users will be permitted to purchase are all-in-one integrated devices, with CPU, RAM, GPU, storage, and networking either integrated in-chip or soldered on, and they will have just enough capacity to connect to the cloud services the user wants most to use. Most likely, you will be permitted a subscription to such a device, with automatic hardware upgrades at periodic intervals supplied by the manufacturer. If your subscription lapses the device bricks itself. Almost certainly, the OS will be locked down, with no end-user option to install a different one or even run unapproved software.

If reasonably powerful computer hardware for end users exists in this future, it will be available from a single company: Apple. Only they have the leverage to prevent ~100% of manufacturing capacity from going to high-roller, big-tech firms.

zozbot234 2 hours ago
> Trillion-dollar companies can easily outbid the entire consumer market

I don't think this is true. I think prices are rising at the consumer and prosumer level because that's what's required for the mass market to collectively outbid the handful of trillion-dollar companies, at least for the limited share of production they can sustainably demand. This process can continue pretty much indefinitely.

fluder_tw 2 hours ago
> But one of the really neat things about AI is that there is no limit in sight to the scaling incentive.

How you can be so confident? I can imagine there is some limit and with each scaling iteration gain you achieved will decrease so that further iterations would be more and more look pointless

bitwize 1 hour ago
I'm sure a limit will come around eventually. But plans are afoot to build city-sized data centers, and even then that's not enough to sate the AI superscalers' ambitions, hence Elon's talk about putting data centers in space. This is a level of compute scaling unheard of in our lifetime, and we're still a long, long way off from AGI. So while the juice may theoretically not be worth the squeeze at some point, with the current capacity we have there is no end within sight to the incentive to build more. It will take a number of years at least, and who knows how much environmental/economic destruction, before the dropoff in return on capex begins in earnest.
stale2002 5 hours ago
Well it would be anyone that has access to a datacenter to run them. Which is a ton of companies. And those companies will rent out access to those models. And if they do something stupid to screw over consumers, well the whole point is that there would be a bunch of companies that you could use instead.
singpolyma3 5 hours ago
We've never seen open source win before so I'd be dubious that it can win here without concerted effort.
antupis 5 hours ago
Every machine nowadays runs Linux in some form and Postgres is the default database.
Avicebron 6 hours ago
Inevitable isn't "in our lifetimes"
ks2048 6 hours ago
“information wants to be free” - doesn’t seem correct. More like it’s easier to spread info than to hide it.
ijidak 5 hours ago
Intelligence is now data in the form of weights.

And once it leaks, it's permanently in the wild.

Interesting times.

NamlchakKhandro 4 hours ago
"intelligence"

K

bogota 6 hours ago
[dead]
RIshabh235 5 hours ago
our dependency on US AI will lead to data concentration in hands of few megacorps.
giancarlostoro 3 hours ago
I mean, even if the frontier labs opened their frontier models, only nation-state level actors are capable of running them. A lot of the tech is very open and known, its putting it all together that's the struggle.
xmly 3 hours ago
Totally agreed!
danielrmay 5 hours ago
I hope the news moves this debate past "open weights vs. closed APIs" as the only axis. Open weights matter, definitely, but applied AI also needs open infrastructure around the model and it feels a bit like I'm yelling into the abyss highlighting the future we're incentivizing - cognition rented from a few institutions with access changing based on policy, geopolitics and platform incentives like advertising
themafia 3 hours ago
Given that it's most public use in open source so far is to whitewash GPL code into MIT code, no, I'm sorry, I don't think "open source AI" is particularly important.
d--b 3 hours ago
It’s the GPUs, not the weights that are the key.

As long as these models require a lot of computing power, the best models open source or not will be served by corporations who can afford the infra.

m3kw9 3 hours ago
It likely won’t based on how SOTA are developed.
gigel82 3 hours ago
But if "they" stay on the current trajectory we'll never own hardware capable enough to run the open source AI. They want us to rent everything from the cloud and never own it. If a government-supported cartel forms around this idea (which appears to be the case) that's the end of it.
pipeline_peak 3 hours ago
Open source projects are only successful when they make what they replace obsolete. This worked with Linux and GCC but this isn't gonna work with LLM's.

Who's gonna pay to power an open source AI? Will it perform well enough to make Chat-GPT and Claude obsolete?

rustcleaner 3 hours ago
Never rent. Never subscribe.

Subscribing is cuck paypig behavior.

You're not a cuck paypig now, are you?

Pass this on to your frens, it may save the future!

TurdF3rguson 4 hours ago
In the end it will win in some universes and lose in others, just like the Nazis.

All we can do is hope we end up in the one where things are ok.

nektro 5 hours ago
the public only wins once we shut it down globally through treaties like other tech that's too dangerous for anyone to have
vitalyan1234 4 hours ago
it is baffling that you can still encounter Yuddite delulu in 2026 when everyone and their literal grandma is using chatbots daily. you might as well campaign to shut down the internet or ban smartphones.

but ok, who is going to initiate such a treaty? US? the orange man won't, and even if he did, no one would care. by the time his term is over and the next AIPAC spokesperson is elected, it will be even more late than it is now. EU? impotent and irrelevant. China? lmao.

threethirtytwo 4 hours ago
The only way for open source to win is for closed source to provide the compute resources.

That’s really the only thing stopping people from training or running these models at home:

impure 5 hours ago
Not to be that guy, but the correct term is Open Weight LLM. And I’d argue it already has. Many open models are already very competitive with closed models at a fraction of the cost.
verdverm 2 hours ago
Labs can and do open source more than the weights

https://allenai.org/olmo

MaxPock 5 hours ago
Were it not for China, America would have restricted the most advanced models from being used outside the US. NATO members would have access to GPT-4, with some countries entirely blocked from AI.

Biden's GPU controls should give you an idea. Thank you, China. Open source AI must win.

thewebguyd 5 hours ago
Unfortunately the US is no stranger to using export controls to restrict frontier technology.

Famously, the PowerMac G4 was briefly subject to export controls. Apple turned it into a marketing campaign.

sanex 5 hours ago
Just happened 5 hours ago.
nerfbatplz 4 hours ago
China unironically saved humanity. I'm no fan of the CCP but if they hadn't organized an effort to compete with the US no one else would have done it and we'd be begging our AI overlords for tokens and praying we don't get caught conducting wrongthink.

Go ask Claude to criticize Anthropic and see how long your account stays active.

5 hours ago
gnarlouse 5 hours ago
BAP BAP BAP goes the Billionaire Alignment Problem
wewewedxfgdf 5 hours ago
Yeah except for all the money it costs to do well.
mrcwinn 5 hours ago
Quick, someone start open data center and open energy system and open water supply.
steren 5 hours ago
Wasn't it the point of ... OpenAI?
imjonse 14 minutes ago
A website stating the obvious, given small target audience it will probably reach, and a call to arms consisting in emailing a random unknown person.

We're saved /s

Instead of doing a vanity site with a shelf-life of a few days, see where the action already is in online local LLM research and communities and contribute.

rokpiy 2 hours ago
[flagged]
oliveiracwb 4 hours ago
[flagged]
olalonde 12 minutes ago
Isn't that OpenAI's mission? "Our mission is to ensure artificial general intelligence benefits all of humanity."

/s

nicechianti 5 hours ago
[dead]
simonuu 5 hours ago
[dead]
z0ltan 4 hours ago
[dead]
Phaedruss 6 hours ago
[dead]
z0ltan 4 hours ago
[dead]
devkakadiya 6 minutes ago
[flagged]
rustcleaner 2 hours ago
[flagged]
dyauspitr 1 hour ago
Yeah perfect, the youth are already degenerates. Let’s put an always on demon in their room to be their life coach. I got off the libertarian train a long time ago, it’s as stupid as anarchists.
DonHopkins 2 hours ago
Instead, how about an open source robot that happily punches Nazis, drunk drivers, people who want to write racist poems, and unhinged trillionaire ketamine addicts who pee their pants, throw Nazi salutes, and hate their own trans daughters?
rustcleaner 2 hours ago
[flagged]
DonHopkins 1 hour ago
Then perhaps it should also punch foaming at the mouth libertarians, too.

A society that maximizes individual freedom with no guardrails also maximizes freedom for fraudsters, polluters, violent extremists, drunk drivers, kiddie-porn-producing social networking xAIs, and people who use power to dominate others. At that point, the liberty of the strongest starts eroding the liberty of everyone else.

Funny how 'current-year ideology' never seems to include libertarianism. Be the fish that notices the unregulated toxic polluted water. Also be the fish that notices it's swimming in libertarian Kool-Aid.

Edit: Speak for yourself about how frustratingly hampered you are by society's guardrails. Stop whining and predictably regurgitating tired meaningless libertarian bullshit slop like a human stochastic parrot, and just write your own racist poetry and photoshop your own kiddie porn without the help of an LLM, if you really must. But restrict your drunk driving to off road, with just your own family in the car, so you only cleanse your own genes from the pool.

rustcleaner 1 hour ago
[flagged]
devkakadiya 6 minutes ago
[flagged]
CharlesW 5 hours ago
Can we assume that the author isn't using "Opensource" to mean "Openweights"?

Or are we still collectively brainwashed by the strategic false equivalence established by Big AI CMOs?

AshamedCaptain 5 hours ago
On this very thread you already have people talking about "open weights" and similar nonsense. What is open about them? They're free to download, but that hardly qualifies as open. Where is the source? Where are the instructions to modify and build your own?

I'd never though I'd have to utter the expression "open as in beer".

The blatant attempt at manipulating vocabulary here is... quite blatant.

nl 5 hours ago
I'm a strong proponent of Open Source (TM) but I disagree with this take.

The weights are the useful artifact here. You can modify them, fine tune them and do what you want with them.

Unlike binary software there is nothing limiting that.

It is also useful to have access to the training recipes and to some extent the data. But I'm of the opinion that learning on something is not copyright infringement, so there are many circumstances where distributing the raw training data will not be possible.

For me this is like Open Office: it is open source, and largely inspired by and learned from Microsoft Office. But they don't need to distribute MS Office for Open Office to be Open Source.

In addition there are models that meet the criteria you appear to propose. The AllenAI models are a good example.

cortesoft 3 hours ago
What would the 'source' be for an LLM? There is the structure, and the weights, there is no 'source'.
singpolyma3 5 hours ago
There is no source because it's not software. You can of course modify and make your own.