Related: Kimi-K3 on HuggingFace - https://news.ycombinator.com/item?id=49065752

Back of the envelope calculation (could be off, correct me if I am)

If you are a large enough company that spends million+ on inference a month, it makes sense to buy a GB300 rack ($6M on top range from what I could find) which has 20.7 TB. Since the model is mixed trained (MXFP4), you would need less than 10% of the rack's memory to serve the full model. Aggregate HBM bandwidth: 576 TB/s. You can run over 6000 parallel agentic workflows (each with ~100k context on average) at ~30 tok/s.

Assuming the annual amortization+electricity at $1.5M/year and about 50% average annual utilization, you get less than 60 cents (USD) per million output token, for a frontier model with plenty of capacity to share, all your data never leaving premises and well over an order of magnitude cheaper!

As long as a company believes that the openweight models will continue to get more capable and 'AI is here to stay', this model provides the first solid footing for a decision to just buy a rack.

We're running Kimi 2.8 on a $107k server and getting around 50k tokens per second or better on most things.

We've already saved money compared to last years token cost on Claude/Gemini

> We're running Kimi 2.8 on a $107k server

Equipped with what? Is it CPU based inference, a mix...?

What is your config?

how many requests per second can the server take?

Are you developing software? Is most of it used on a coding agent? (Like Claude Code or ChatGPT Codex?) If so, what coding agent do you use? If you're not developing software what do you use it for (roughly)?

And hire 2 or 3 dev ops to keep it running ?

That another 400 to 700k.

It becomes your problem and not someone else’s. However, I don’t trust hosted LLMs for anything that needs to be private.

Where do I sign up to get 200k/yr to keep one rack running? Sounds like an incredibly chill job

Apparently it’s going to take the 3 of us to do this, mate. Going to get so much reading done.

What you get is not what you cost.

40% overhead is quite typical, so you'd be looking at $120k/year. In the USA I'd consider that a competitive salary for an admin capable or keeping a $6M rack of specialized hardware running 24/7.

Yeah but you don't need two such people, or even one, dedicated to this single rack.

A company of the size that this is worthwhile for, probably has dedicated devops on staff already and can add this rack to the inventory with no additional staff.

Who is going to upgrade the models ?

Who is going to fix it when the api does something weird ?

Who is going to proactively make sure it’s not overheating?

Chat GPT has enterprise contracts for a reason.

My company is not even the same ballpark, but even we already have people for it. And doesn't include the fact that you can get a colo location and just a MSP or a contractor to do it for you

The same person managing the company's email accounts and whatnot.

I didn't say it's fire-and-forget. I'm saying all that is maybe a day of work every 3 months.

All of the answers to your questions above are in gp's comment already:

> A company of the size that this is worthwhile for, probably has dedicated devops on staff already

[deleted]

As mentioned, it is a "large enough company" already; they have full time sysadmins running things.

Adding another rack beside the VMWare cluster, managing any storage/networking issues, etc. will be incremental costs; they already have a pager (probably not a pager not anymore just an app on their phone) like rotation schedule etc.

> However, I don’t trust hosted LLMs for anything that needs to be private.

Why not? Do you trust AWS with things that need to be private?

More than I trust frontier labs. AWS doesn't need to recoup 9 digits USD of capex

So you can just use Bedrock?

> I don’t trust hosted LLMs for anything that needs to be private

I'd update this to

'I don’t LLMs for anything that needs to be private'

What's to prevent the LLM from sliding a heavily obfuscated binary blob into the application that does nefarious things? If you aren't creating the LLM itself from scratch, I don't feel it can be trusted.

Why do you feel that creating the LLM from scratch is sufficient to trust it? Are you suggesting that you personally would read all 15 trillion tokens (plus every single agentic trade used in RL, along with its relative advantage in the batch) and personally guarantee that gradient descent would train a model which would not exfiltrate your corporate data?

Or that perhaps you have a perfect alignment algorithm which you are unwilling to share with the broader research community (evil)?

> What's to prevent the LLM from

A NN per se is a file... The executable that runs it can "act"...

There will be cloud/SaaS vendors who have lower cost of labor/capital due to automation and financing terms.

Having these models in the open caps the inference margin.

> And hire 2 or 3 dev ops to keep it running

Not a devops but I'd say one full time is already too many.

Yes but zero is not enough and where do you get a fraction of a competent dev op from?

From the other dev-op work you’re doing.

Understood but sharing your existing devops resources with this will soon become a bottleneck especially when any major downtime will keep several engineers (and long-running agents) blocked from any meaningful work until availability improves.

Not my experience, from an SMB that maintains its own hardware and services. You have a certain contingent of competent engineers who distribute their work across projects, and it generally works out fine. Or course you plan with some redundancy and fall-back plans in your systems.

The top poster mentioned LLM spend of millions/month to justify the estimated capex of $6m to self-host Kimi on own infra.

Add to this number another $1.5m/yr in opex, so not sure I’d call such an enterprise wealthy enough to spend those kinds of sums on LLMs an “SMB”.

Now you're thinking like management!

Just like that new jobs created by AI! Localized model maintainer/technician.

You’ll slap some training on existing technologists/infra/sysadmin folks and perhaps have a support contract for the edge cases (hardware troubleshooting and advanced replacement).

(managed an entire data center building with thousands of servers a lifetime ago with ~2-3 other people, it’s only gotten easier over the last two decades imho)

Why would a singe system require 3 full-time dev ops?

Just let it manage itself, what could go wrong! :)

You also need a place to put it. With liquid cooling and extremely dense power capability. Your typical colo or closet server room isn't going to cut it.

I think the licensing that would likely apply to a company that's able to afford ~$6M rack and the associated infrastructure muddies this somewhat

I think internal use is allowed at any scale in the license?

> 4. The requirements set forth in Sections 2 and 3 do not apply to: (a) internal use of the Software, defined as any use that does not make the Software, its outputs, or its underlying capabilities available to third parties; [...]

It's very hard to make sure none of the outputs are ever made available to third parties. Source code can end up widely distributed (e.g. client-side js, open source). Prose will frequently get shared across organization boundaries (e.g. emails, websites, documents).

License for LLMs already have very little strength (it's not clear at all that they have any legal basis whatsoever) an AI lab is very, very unlikely to sue you for violating this kind of license clause for the reason you mentioned. It's clearly worded in a way to deter people from running a third party inference business out of it, they would have been much more explicit if they wanted to deter people from running it for internal use.

As far as I can tell, license fees are only applicable if you have more than 20m USD/year revenue from services provided using the model, or serve more than 100m users.

Also open sourced a bunch of infra to go with it.

Anyone who claims open source and open weights models are "decel" needs to get their head checked

https://github.com/MoonshotAI/MoonEP

https://github.com/kvcache-ai/AgentEnv

https://github.com/MoonshotAI/FlashKDA

This comment would be much better without the second line

I'm not sure I understand the case for open-source models being decelerationist, is this it?

Decel:

- Potentially reduces investor appetite for funding big labs.

- More risk of powerful AI getting in bad hands -> more regulation.

Accel:

- More competition so big labs can't rest on laurels.

- More research in open, so all labs can accrete advancements faster.

I feel like open-source = acceleration has a much more clear argument. (and how bad would deceleration be in any case?)

I think the argument is that decentralization leads to deceleration because it means less centralized funding and data. Those are the two primary ingredients for accel.

The problem with the decel/accel rhetoric is that it lacks nuance.

I think it's basically open weights => more inference competition => less profit from inference => less training competition

> less training competition

I think you meant less research and experiments in big labs because they don't get all the AI money.

Training is expensive, but they also have more than 10 000 of employees combined and they cost a lot of money.

If your worldview is “most of the progress is made by closed labs, then open labs fast-follow” (which isn’t implausible given the documented distillation of Fable), and further that open labs cannot make make meaningful progress vs the closed labs except by fast-following and that they won’t pick up the ability to make progress after the closed labs are gone, then driving closed labs out of business slows down overall progress.

I think it's pretty hard to hold that worldview: Anthropic couldn't ship a reasoning model until they copied DeepSeek R1's homework, and they've all copied DS-style super-sparse MoEs at this point too.

With slightly different cherry-picking, you could equally well claim that DeepSeek couldn't ship a reasoning model until they copied the idea from OpenAI's o1-preview, and they also copied MoEs from Google Brain/Jagellonian University https://arxiv.org/abs/1701.06538 way back in 2017, too!

But ultimately these were ideas floating around in the air, if one group hadn't done the experiment, someone else would have.

That’s a really good point. Folks really need to read the papers coming out of these Chinese labs. Every paper from the DeepSeek team has been a step change.

Open Source models decelerate growth of closed AI. For people who think (or want) AI = closed_AI then that argument has weight. Good luck getting them to update their priors.

the argument is that we should all fold and let sam altman burn trillions of dollars on naive scaling and pay monopoly prices for their closed APIs until the models are good enough to be closed off for "safety" reasons so that they can take an even larger cut by competing directly with us

Open source AI is actually a lot less "powerful" than genuine frontier models, i.e. it has a much tighter inherent capability ceiling. This is "decelerationist" from a purely AGI-pilled point of view but it's actually great if you're worried about a capabilities arms race putting AI Safety at severe risk.

Kimi K3 is plausibly a lot less dangerous than a totally jailbroken ChatGPT/Gemini/Claude Sonnet (let alone Opus or Fable!) and it's quite deeply weird how no one seems to be calling for those models to be banned or restrained by further regulation. Why the double standard against the less concerning (but more efficient!) open weight models?

Do you think they are inherently less powerful? I'd imagined that closed labs have a head start / more funding so the open labs are playing catch-up.

Is there a world where open source models end up at the frontier, or do you think there are structural/first-principles reasons why this won't happen?

If you're targeting widespread local/on prem deployment which is what many open weight models are doing, that inherently limits your scale in terms of total model weights/inference-time compute compared to running in a few centralized datacenters. A centralized model will always be able to leverage a larger scale of deployment, placing it much closer to the genuine "frontier".

Why? Absolutely correct, especially considering the position of the person they're referring to

It’s a different topic but it’s correct imo. Open sourcing things is the best way to accelerate development.

Put another way, if you want to slow things down, put it behind a paywall, tag ideas ans “intellectual property” (meaning you’re the only one who can use it) and get the lawyers involved (injecting our slow legal system).

None of the above is a judgement call on whether development should be accelerated.

Why?

[flagged]

I know it's a hard ask on this site, but I need you to start parsing content and not tone. It was a helpful bit of context, even if it was a bit vitriolic.

The content was 'you need to get your head checked'. That isn't tone, that directly implying that if you hold that position, there is something wrong with you. It's rude and unnecessary.

Why should I waste time parsing content and not tone? Why can't the commenter just avoid the tone? It even saves time since you can write less!

Because discourse around tone isn't productive. You could wipe this whole comment thread, starting with the parent of mine, and lose exactly zero information.

[flagged]

> because it gets people like you going

So you're admiting you were trolling?

no, the goal was to spark a conversation about the value of *open AI* and it looks like it worked

Some battles are simply not going to be won.

I, for example, dislike reading comments complaining the submission (or another comment) is LLM generated. Focus on the content, not the style.

I'm not going to have my way, and nor shall you.

It depends on if we expect posters to be informative and include nuance.

[deleted]

To me its clear that it is decel

the only reason other labs can catch up is because the frontier labs can be distilled, and they siphon a % of the labs' revenue to reinvest into the next iteration

full accel would mean nationalizing the big 2 labs and locking in manhattan project style until RSI

(Edit: some great counterpoints in the replies. my view has definitely been changed!)

only if you only get your news from main stream business press and Big Lab propaganda channels

There's no chance K3 is a distill of Fable, it came out way too soon after the limited fable release to be feasbile.

If you look at all of the top ML conferences, chinese labs contribute way more to advances in ML than "Open"AI and Anthropic: https://www.reddit.com/r/TheMachineGod/comments/1pi4q7f/pape...

This K3 release just helped every other lab on the planet stay in the race by making it possible for them to build on top of it, placing them at the frontier starting line instead of having to spend billions of their own dollars and risking it all to attempt to catch up.

The open source contributions I linked to above will move the whole field forward and reduce the costs of training and inference for everyone.

Open science compounds on it self, every new advancement pushes the field forwards and opens up new grounds for future improvements.

It is impossible for a single closed lab to consistently stay ahead of the rest of the field, especially in a huge growing research area like machine learning. The only only advantage the big labs have is money, but the naive scaling game is not sustainable long term when you have to pay 10-100x more then the fast followers and we start getting more and more open models or use case specific models that can handle 90% of high volume use cases.

Research is a high variance, low expected value activity, meaning that the few large concentrated labs have to be conservative with their bets and double down on proven things when scaling up. The rest of the field is like a diversified portfolio, with thousands of players making smaller riskier bets that only require a few of them to succeed (like K3 did here, and DeepSeek a year ago)

EDIT: also if you look at most of the work from OpenAI, it's mostly taking existing promising open research work and scaling it up. (except for things like CLIP and etc from Alec Radford)

Appreciate this point. Back in grad school, I published a peer reviewed paper with all the source code and datasets used. Got heckled at a conference talk by staff from a commercial lab. They shouted, we figured this out five years ago, lol. Also our approach is still better. But they don’t release their source code or publish much, so no one knows what this approach is or if it’s actually better.

And years down the line, lots of other research labs used my code and cited my paper.

Oh this definitely happens all the time. I was an early employee at Clarifai, which won imagenet a year after alexnet and we were able to stay on the frontier for about 2 years before a bunch of open source models were matching our results. It was always some random PhD research project spinout or some random kid in Boston named Alec Radford.

We had a bunch of things that we never published that ended up being major research findings years later at top conferences.

OpenAI's head of strategic futures publicly stated that you can't explain the quality of the newest Kimi via distillation.

Further, you can just read the papers released alongside most open models. Plenty of hugely influential research results published that drive the frontier forward. It's not like these models are just existing architectures downloaded from Huggingface and trained on frontier lab APIs.

Distilling can be done by fast follower closed models too, so this argument against open models doesn't hold up.

being able to replicate it in the open means that there's nothing special about frontier models.

Frontier models would have to do something extraordinary or unique, or unreplicatable, because clearly there is no moat, and US companies are sitting on huge nvidia valuations and get surprised when competitors beat them.

License: https://huggingface.co/moonshotai/Kimi-K3/blob/main/LICENSE

> If the Licensee or any of its affiliates operates a Model as a Service business, and the aggregate revenue of the Licensee and its affiliates exceeds 20 million US dollars (or the equivalent in other currencies) in total over any consecutive 12 months, the Licensee must enter into a separate agreement with Moonshot AI before using the Software or its derivative works for any commercial purpose.

+ the existing 100 million monthly active users, or more than 20 million US dollars for commercial products have to name Kimi clause

Kimi 2.6 had the same janky license: https://huggingface.co/moonshotai/Kimi-K2.6/blob/main/LICENS... - looks like they've been doing that at least as far back as K2.

The models they released in 2025 - https://huggingface.co/moonshotai/models - were clean MIT. They started doing the "modified MIT" thing in January 2026 with moonshotai/Kimi-K2-Thinking

To be clear, the restriction on "Model as a Service" past $20M yearly revenue is new to K3. K2.x had the attribution requirement for any commercial use with more than $20M monthly revenue.

Good catch, thanks.

In what way was the license "janky"? Moonshot isn't a trillion dollar US behemoth. If these terms allow it to release near frontier models with open weights, so startups and anyone with enough hardware can use them, while charging only companies with more than $20 million in revenue or 100 million users, that seems like a reasonable trade off.

I use the term "janky" for any time someone releases something under a supposedly open source license that doesn't comply with the OSI definition.

"Modified MIT" is the perfect example of that.

I'm not saying it's unreasonable, or that you can't release under such a license - it's your software, use whatever license you like!

I'll call it "janky" when you do.

So it's more like your personal definition, not the normal meaning of the word. Ok, because "janky" is informal slang also meaning poor quality, unreliable etc. I understand that you're using janky as shorthand for not OSI compliant. I just think that can blur two separate issues: whether a license qualifies as open source under the OSI definition, and whether the license itself is unreasonable/badly designed.

I'm trying to make fetch happen.

Reasonable for people at the bottom of the tech pyramid. Certainly for startup guys this is heaven sent.

For people at the top of the tech pyramid, I could totally see why they'd want to put an end to all this "Open Source LLM" stuff.

What is it a license for, though? Copyright? Are model weights even copyrightable?

These are the right questions. IANAL, but I am of the opinion that model weights are not copyrightable. See my sibling comment: https://news.ycombinator.com/item?id=49073127

It's worth noting that the weights of machine learning models are not subject to copyright in the United States as they are the product of an automated optimization process (e.g., stochastic gradient descent, expectation maximization, genetic algorithms) rather than human authorship. Granted, this has yet to be fully tested in court and going to court is expensive, so it's likely that your employer would prefer to err on the side of caution and respect such attempts at model licensing anyway. Nonetheless, this was partially tested last year in Thaler v. Perlmutter which affirmed that copyright requires human authorship, reading the Copyright Act's provisions on ownership, duration, and transferability as presupposing a human author[1].

If you want to assess the position of the U.S. Copyright Office for yourself, the relevant text can be found in the Compendium of U.S. Copyright Office Practices § 313.2, "Works That Lack Human Authorship"[2], which states:

> […] the Copyright Act protects “original works of authorship.” 17 U.S.C. § 102(a) (emphasis added). To qualify as a work of “authorship” a work must be created by a human being. See Burrow-Giles Lithographic Co., 111 U.S. at 58. Works that do not satisfy this requirement are not copyrightable.

> […] the Office will not register works produced by a machine or mere mechanical process that operates randomly or automatically without any creative input or intervention from a human author. The crucial question is “whether the ‘work’ is basically one of human authorship, with the computer [or other device] merely being an assisting instrument, or whether the traditional elements of authorship in the work (literary, artistic, or musical expression or elements of selection, arrangement, etc.) were actually conceived and executed not by man but by a machine.” U.S. COPYRIGHT OFFICE, REPORT TO THE LIBRARIAN OF CONGRESS BY THE REGISTER OF COPYRIGHTS 5 (1965).

Oh, and there's also a bit in the following Section 313.3, "Works That Do Not Constitute Copyrightable Subject Matter"[2], which explicitly excludes mathematical principles, formulas, algorithms, and equations, along with DNA sequences and other genetic or chemical compounds, regardless of whether they are produced by humans or by nature. If one takes the perspective that machine learning models are algorithms, the conclusions on copyrightability are pretty clear.

[1] https://media.cadc.uscourts.gov/opinions/docs/2025/03/23-523...

[2] https://www.copyright.gov/comp3/chap300/ch300-copyrightable-...

Hah, so much for "open weights" :D Fair enough, they're at least downloadable, shame they didn't end up being actually open, nor open source, the community had really high hopes for this. But again, still available for download, so better than nothing else I suppose.

Open source projects frequently have separate commercial licenses no? This isn't abnormal.

No, I don't know a single project I'd call "open source" (as understood by the FOSS community) that restricts what you can do with it, that'd make it very much "not open source" as you're discriminating against specific persons/groups/fields of endeavor.

GPL licenses also restrict what you can do with it...

Beyond reciprocity which is the entire point of that license, what restrictions does it come with? I guess you could say that it has a restriction of adding new restrictions, but surely that's not what you're talking about?

Copyleft licenses have restrictions. Now, those restrictions are definitely in promotion of the normative ethics that the FOSS community holds, but they are nonetheless restrictions.

I wonder how they'll figure out who to target for litigation when this license is violated.

How many companies host and serve models via API and have a $20M+ revenue? Going to be pretty straightforward to catch offenders.

Yep. Cursor’s Composer 2 model is a good example, though it is not clear if they entered into an agreement with Moonshot before they got found out in March this year [1] or after.

1: https://x.com/fynnso/status/2034706304875602030

Demonstrating a company is using this model in court seems non-trivial, no? Or am I interpreting this post incorrectly.

Not at all. It is easy to bake in a specific response to a given prompt in the model.

Software licenses aren't enforced through litigation as much as they are enforced through the _threat_ of litigation and legal risk. In other words, pretty much every company pays lawyers to minimize legal risk. Those lawyers inevitably look at all the contracts, agreements, and software licenses, and tell the C-suite what to do in order to keep their legal exposure as low as possible. "Don't violate other companies' IP," is pretty low-hanging fruit in those conversations.

It is a very rare (and ballsy, and perhaps incompetent) company that ignores their lawyers' recommendations to adhere to the letter of all of the software licenses they are bound to.

They haven't litigated the last public non-compliance... Despite that one being extremely public. So probably not at all for now.

> They haven't litigated the last public non-compliance

What was it?

Cursor was thought to be but they were later found to be using an authorized provider [1]

1 - https://x.com/Kimi_Moonshot/status/2035074972943831491?lang=...

[deleted]

Maybe because a non public agreement was in place?

They have certainly trained in some secret call/response pairs that would uniquely identify Kimi serving.

[deleted]

> we build a self-evolving, hierarchically organized knowledge graph that agents continuously expand through web-scale exploration across knowledge-intensive and coding domains

That's interesting!

It's funny that we've finally returned to tanh activation functions, time is a circle.

From the paper (page 6 with a comparison to GLU and SwiGLU) they are not using tanh directly (i.e. f(x) = tanh(x)) but:

    f_gate(b,x) = b * tanh(x / b) * sigmoid(x)

    f_up(b,x) = b * tanh(x / b)
Looking at the graph I wonder if this is to try and get the best of both GLU (better representation at higher values of x >~ 5) and SwiGLU (the value bump just before 0).

Still more of a tanh than I've seen in years

Which part of that is doing gating? I thought gate generally looks like

    f_gate(x, y) = f(x) * y
for some f. In your case b is a constant hyperparameter though, e.g.

    f_gate(x) = 4 * tanh(x / 4) * sigmoid(x)
So where's the gate?

In the linked "Kimi-K3 Technical Report [pdf]" paper, section 2.3 (Stable LatentMoE, p6) has the table with those equations on (top of p7, using β_1 for the gate branch and β_2 for the up branch). They talk specifically about the function in section 2.3.2 (Sigmoid Tanh Unit GLU, bottom of p7).

Figure 2 (p3) has the architecture diagram for K3 (which is the same one on the Kimi K3 blog post https://www.kimi.com/blog/kimi-k3). AFAICT, that diagram along with section 2.3 should answer your question.

Note: I'm not familiar with LLM/NN architecture to answer it more precisely than that; I only have a surface level understanding from watching various YouTube channels like 3B1B and Welch Labs on the subject.

Wow this is fascinating enough that I’m actually going to read tfa lol

knowledge graph guided task synthesis. very cool! i have long wondered about the "how do you get good coverage of all the tasks" problem.

maybe some interesting theoretical work there around the rate of production of new knowledge itself and various mechanisms (human approaches, mechanistic approaches, etc).

What would be the current best method to fine-tune it for my own specific agentic tasks? LoRA + DPO? GRPO? Something else?

LoRA + SFT, but it'll be big - better to wait for a finetuning API from one of the providers, I wouldn't jump straight to RL or off-policy pseudo-RL like DPO.

Can someone explain what are teachers in Multi-Teacher On-Policy Distillation? I can imagine math, coding and other verifiable domains, but they also have biology? Is it where distillation from bigger models come in?

They reference https://thinkingmachines.ai/blog/on-policy-distillation/

If I understand correctly, it's distillation via having a teacher model score each of the student's tokens for a problem based on their own probabilities of generating that token at each step in the sequence. The reward/loss is then applied as RL.

The multi-teacher bit seems to imply they're distilling from multiple models. It's light on the details, but it seems like it could be part of distilling from frontier/closed models. Provided they calculate the logprobs, which OpenAI seems to allow via API but not Anthropic. Maybe they have a way of estimating the logprobs externally?

This method can be used to learn any domain from the teacher. Biology included.

> which OpenAI seems to allow via API but not Anthropic

Does openai still allow logprobs in their current gen models?

It's not that light on the details. I read the paper and they train several different models in parallel over a few different domains and then they distill from their own models to get the final model.

They're other models yes.

Why is everyone's pricing the same? licensing agreements with moonshot as an inference provider?

That's pretty impressive, I don't want to be the one undermine but I personally think the industry is shifting to rather designs that enable Models to work instead of chugging it all to data and compute ?

What would it take to get an American open model to compete with this?

Latest "big" release from any of the bigger American lab must have been GPT-OSS-120b I think? Released ~summer 2025, so pretty much one years ago. Doesn't seem like it'll happen by itself, so something either forcing their hand figuratively, or something forcing their hand literally.

Personally I was wishing/hoping for one of the recent Gemma releases to be in the ~100B class at least, but sadly Google is keeping that all for themselves.

NVIDIA-Nemotron-3-Ultra-550B-A55B was released in June 4th 2026 and I think it was the largest open US model until thinking machines' Inkling (975B) was released a couple of weeks ago.

the longer i read this comment the wronger it gets

Don't make me add more of my thoughts to the comment, I can still edit it.

Deeply fun "care about improving people's lives" quote on your user page :p

how is 2025 two years ago? GPT-120b is not even close to the biggest recent American release, etc. etc.

August 2025.

Bah, of course, thanks :)

Yeah, besides that, the only big other open source US model that was worth looking at was Inkling (975B params), Jul 15, 2026.

https://thinkingmachines.ai/news/introducing-inkling/

if it's to be believed, it's so easy. you distill it, and you have a copy in 2 weeks, isn't that what China is doing? so 2 weeks from now, we should have one.

Inkling is in the ballpark

An act of G̶o̶d̶ Congress?

A rogue employee with a USB stick.

Something beyond my imagination

What are the coding/agent harnesses (like Claude Code or ChatGPT Codex) that can be used with this?

That's the great achievement, but ahh, wanted to try it, but my RAM had other plans

[deleted]

Does anyone know if a torrent is available? I think it would take quite a while to download 1.5tb from their servers.

Your best bet will be to start a network optimized ec2 (or gcp compute instance) and save to some bucket. Cloud network will be a lot more stable than home.

Any guess on the pre-training tokens/flops they consumed?

Technical report has a graph vs Kimi K2 with 1e21 FLOPs (but they don't claim that's the entirety of pretraining)

1e21 flops is hilariously wrong. for reference the llama 3 8B model (https://arxiv.org/pdf/2407.21783) used 10 times that many flops. This model is 350x bigger in total params and 12x bigger in active params and was trained on 3x the data.

This is amazing to witness. Moonshot open sourcing Kimi K3, a frontier AI and other components really means we are getting abundant AI for all of humanity.

Kudos to Moonshot for truly being what OpenAI should have been.

Fable-level and frontier AI should be open source and available to everyone for free.

> Kudos to Moonshot for truly being what OpenAI should have been.

Kudos to Moonshot for making these weights available for download. Lets not fool ourselves and claim these are "open source" by any understanding of the concept though, there are usage restrictions (even if you download them) and also training data isn't clearly broken down either, nor it it actually using a FOSS license.

> Kudos to Moonshot for making these weights available for download. Lets not fool ourselves and claim these are "open source" by any understanding of the concept though, there are usage restrictions (even if you download them) and also training data isn't clearly broken down either, nor it it actually using a FOSS license.

They will probably never release the training data because that represents a large part of their competitive moat. The same is true of US companies (Google, OpenAI, Meta etc) none of which has released the full training data for its open models.

They use private datasets that cost a lot to acquire, synthetic datasets and a lot copyrighted material for which they don't have licensing.

What matters most is that, with the necessary hardware, I can download a near frontier model, run it and modify it however I want. The other concerns you mentioned are just noise. And if my company is generating $20 million in revenue or serving 100 million users, it can probably afford a relatively inexpensive commercial license.

> They use private datasets that cost a lot to acquire, synthetic datasets and a lot copyrighted material for which they don't have licensing.

Yeaaah, and this, of course, is worth it, because it leads to you being able to download a near frontier model. Don't get me wrong, long-term humanity is probably better of with science with little regards to pesky things like ethics and provenance, but we also have a tendency to not fully realize the downstream or wider effects until way too late.

And sure, there is a lot of reasons to go with keeping your software proprietary too, I'm not trying to claim otherwise, same with training data. It's just that usually we don't call proprietary software "open source" unless it is open source, regardless of the reasons someone keep it proprietary or not, could be for whatever reason really.

>They will probably never release the training data because that represents a large part of their competitive moat

Not that what you've written isn't the case. However, in addition to what you've written, (or probably even before what you've written), there's the fact that everything they're training on is stolen IP. Same with US LLM labs.

Let's not kid ourselve's about where the training data is coming from. They are not asking artists, writers, coders, content creators, etc etc etc for permission to use their creations.

Anthropic, Moonshot et al are doing incredible things, but we shouldn't gloss over the costs. Both present and future costs are kind of enormous.

Exactly. I wish people would just stop saying "open source" regarding models. Even "open weight" is disingenuous. "self-hostable" would be more honest.

It's a gradient almost, with some steps. So far, I think you could categorize every single released so far as one of:

- Proprietary - No access beyond remote endpoints

- Downloadable - You can run it, but there are restrictions and training data/code isn't public and/or under FOSS license, nor are the weights under a FOSS license

- Open weights - The weights are under a FOSS license and downloadable without restrictions, but not all of training code/data is public or under a FOSS license

- Open source - The model architecture, weights, training code and data are all under a FOSS license, and you can freely download and use them without any restrictions

Few models hit the mark for "open source model", many models people call "open weights" would go under "downloadable" here, which personally I think would be accurate.

"Downloadable" should be "weights available" by analogy to "source available". K3 is weights available because it includes usage restrictions. K2.6 is open weights, because the only restriction is a weaker version of the "obnoxious BSD advertising clause", which is accepted as FOSS.

Yeah, thanks, "Weights available" does sound much better than "Downloadable", I agree.

[dead]

[flagged]

[flagged]

[flagged]

[dead]

[flagged]

I would want to see three things before drawing strong conclusions:

End-to-end tokens/sec and cost on realistic coding agent trajectories, including tool outputs and retries, not isolated decode benchmarks.

Cache hit rates and prefill cost for branching, multi-turn sessions.

Router-load distributions after post-training, where expert collapse or specialization problems often show up.

Is this p-hacking?