Connect with us

Artificial Intelligence

Kimi K3 open-weight model: China’s biggest AI is a bet on memory, not compute

Published

on

Kimi K3 open-weight model

2.8 trillion parameters, one big trade-off

On July 16, Moonshot AI dropped the Kimi K3 open-weight model, and the internet did what it always does with big numbers: fixated on the count. At 2.8 trillion parameters, K3 is the largest open-weight model ever released — jumping from Moonshot’s previous 1T-class flagship and clearing DeepSeek’s 1.6T V4 Pro by a wide margin. It’s a 3T-class model, a tier no openly available model had entered before.

But fixating on the parameter count misses the point. Moonshot’s own technical blog suggests something more specific: K3 doesn’t avoid the compute constraint so much as relocate it, trading compute for memory at almost every layer of the design. That trade is worth understanding, because compute and memory are not interchangeable constraints, and they are not equally available to a Chinese lab.

Why the Kimi K3 open-weight model is a memory problem

Two different things determine what it costs to run a large model. One is how much calculation the machine does to produce each word. The other is how much of the model has to be held ready and instantly reachable the entire time it is working. The first is compute. The second is memory. Chip export controls have squeezed China hard at the first, and Moonshot’s design reads as a sustained attempt to spend less of it.

The main move is a technique called mixture-of-experts. Rather than run the whole model for every word, K3 splits itself into 896 specialised sections and calls on just 16 of them at a time — about 1.8% of the total. The calculation per word drops sharply. The memory bill does not move at all, because all 2.8 trillion parameters still have to sit loaded and ready in case they are the ones called next.

So Moonshot went after that bill directly. It trained K3 to work at four bits of precision per parameter instead of the usual sixteen, a method known as quantisation-aware training, which the company applied from the fine-tuning stage onward and says it chose “for broad hardware compatibility” — a phrase worth pausing on, since it reads as a hedge against running on silicon that is not Nvidia‘s. The savings are substantial. Independent analysis puts the model at roughly 1.4TB in that format, against the 5.6TB it would need at full precision.

Kimi Delta Attention: attacking the context window

The second change, Kimi Delta Attention, targets a different memory cost. As a model works through a very long document, it accumulates a running store of everything it has already read. At K3’s advertised limit of a million tokens — a few thousand pages — that store, not the model itself, becomes the biggest thing in memory. Moonshot says Delta Attention enables up to 6.3x faster decoding in million-token contexts.

Moonshot is unusually direct about the commercial stake here. It contributed caching code to the open-source serving project vLLM, and says this combination is what lets it price K3 competitively despite the model’s size. The company recommends running K3 across 64 or more accelerators wired together closely enough to behave as one pool.

That is the same approach behind Huawei’s CloudMatrix systems, and it points to what the real workaround is. Memory can be gathered up across a large number of individually unremarkable chips. Training-grade compute cannot be assembled the same way.

China’s memory bottleneck — and the hardware question

Whether that pooling happens on Chinese silicon is a question the blog does not answer. Moonshot’s chip-level tests ran on Nvidia H200s and on what it describes only as a “GPGPU from an alternative vendor,” which it declines to name. Other results are benchmarked on an Nvidia L20, the cut-down card sold into China under export rules. The blog does not say where the H200 hardware sits, and the US House passed a bill in January to close the offshore cloud rental loophole that had let Chinese firms reach restricted accelerators remotely.

The reason any of this matters is that memory, not processing power, is where China’s own chip industry is furthest behind. In trade talks in August 2025, Beijing asked for relief on high-bandwidth memory restrictions rather than on lithography tools or TSMC access — a fair signal of what officials think is actually binding. Domestic output of that memory is projected at around two million stacks this year, enough for roughly 250,000 to 300,000 Huawei Ascend 910C-class chips, while SMIC has wafer capacity for more than a million.

Can enterprises actually deploy the Kimi K3 open-weight model?

For businesses in this region, the practical question is not whether K3 tops a leaderboard. It is whether an open-weight model at this size is deployable at all. Asian enterprises reach for open weights for three reasons — price, data sovereignty and regional-language coverage — and banks and insurers across Southeast Asia have been piloting self-hosted open models specifically so records never leave their own systems.

The weights land on July 27, and any organisation that can afford the hardware will be free to download, modify and run K3 inside its own walls. The question is how many can. Moonshot recommends serving the model across 64 or more accelerators wired together as a single pool, and the weights alone come to roughly 1.4TB in the format it ships in, before the memory needed to work through a long document.

That is a data-centre commitment, not a server-room one. For most enterprises, the practical outcome is renting dedicated capacity rather than owning it. That still keeps data in-country and under contract, which is what most regional regulators are asking for. What it does not deliver is the independence from infrastructure providers that drew many of these buyers to open weights in the first place.

Software readiness lags behind the launch

The software is not ready either. K3’s two main architectural changes are new enough that the standard open-source tools for running models do not yet support them, and Moonshot says it is working with inference partners and open-source maintainers to align technical details before release. Teams planning a self-hosted deployment should treat the launch date and the usable date as different things.

Pricing has shifted — and so has the competitive landscape

The price has also moved. K3 costs $3 per million input tokens, dropping to $0.30 when the model has recently seen that input, and $15 per million output tokens. That is well under Fable 5’s $50 for output, but far above z.ai’s GLM-5.2 at $4.40 and DeepSeek V4 at $0.87. K3 is no longer in the budget tier its predecessors occupied. It also launches with maximum reasoning effort as the only setting, with lower modes to follow, so long reasoning chains and retried steps add up quickly. Companies should budget on the cost of a completed task, not the list price.

What is claimed, and what is verified

Arena placed K3 first in its Frontend Code evaluation at 1,679 points, ahead of Fable 5, in blind developer testing, as reported by Tom’s Hardware. That result is real. It is also a benchmark in one domain.

Moonshot itself is more restrained than its headlines. The company states that K3’s overall performance still trails Claude Fable 5 and GPT 5.6 Sol, and lists three limitations: generation quality can become highly unstable if a harness fails to pass back historical thinking content, the model may make unexpected decisions on a user’s behalf when intent is ambiguous, and it shows a noticeable user-experience gap against Fable 5 and GPT 5.6 Sol. Its own footnotes also disclose that Fable 5 hit fallbacks on 35% of the tasks in Moonshot’s SWE Marathon evaluation, which may have affected that model’s measured score. Everything else remains a first-party claim. No published K3 number can be independently verified until the weights are public.

Bank of America analysts led by Alex Liu said in a note that K3 shows large-scale pre-training combined with architectural work can still deliver step-change gains for flagship Chinese models despite compute constraints — which is the sober version of the argument, and closer to what the blog supports.

The direction of travel is not in dispute. Open-weight models handled 29% of all tokens routed through Vercel’s production gateway in June, up from about a ninth of volume in April, while accounting for under 4% of spending. July 27 is when we find out how much of K3 belongs in that column.

For more on how open-weight models are reshaping enterprise AI strategy, read our analysis of open-source AI trends in Asia and the impact of US chip export controls on Chinese AI labs.

Continue Reading

Artificial Intelligence

XDOF, three months out of stealth, is already closing in on a $1.2B Series B

Published

on

XDOF Series B

From stealth to unicorn talk in record time

Three months. That’s how long XDOF has been out in the open. And already, the robotics data startup is in late-stage conversations to raise a Series B at a valuation hovering around $1.2 billion, according to multiple sources familiar with the negotiations. The round would be led by 8VC.

Not bad for a company that didn’t even exist publicly until June.

XDOF was co-founded in 2024 by UC Berkeley researchers Philipp Wu (CEO) and Fred Shentu (CTO). Their origin story traces back to a research project called GELLO — a low-cost teleoperation system that lets a human operator control a robotic arm from a distance. The goal? Generate training data for robots. That work produced an influential paper in robotics and, eventually, a company.

The startup’s Series A, a $70 million round announced in June, drew participation from Thrive Capital, Andreessen Horowitz, Lux, and Spark Capital. At the time, XDOF wasn’t planning to raise again so soon. But the market had other ideas.

Why investors are knocking on XDOF’s door

The reason for the sudden interest? Growth. Real, measurable growth.

XDOF’s annualized revenue is approaching $50 million, sources say. That kind of traction, so soon after a Series A, tends to make venture capitalists sit up and take notice. It also tends to make them pick up the phone.

“They weren’t out raising,” one person familiar with the situation told TechCrunch. “The VCs came to them.”

Terms aren’t final, and the total capital being raised remains unclear. TechCrunch couldn’t confirm whether the $1.2 billion valuation includes the new funding or sits on top of it. Both XDOF and 8VC declined to comment.

The Scale AI for physical robots

XDOF’s pitch is straightforward: it builds the data pipelines, collection tools, and annotation systems that frontier AI labs and robotics companies would rather not build themselves. Think of it as an outsourced data-supply chain for the robotics industry.

Investors describe XDOF as the Scale AI or Mercor of physical robotics — a nod to the data-labeling giants that powered the AI boom. The comparison makes sense. Large language models trained on the entire internet. Physical robots? They don’t have that luxury. There’s no massive, ready-made dataset of real-world robot interactions sitting online. That scarcity makes data collection the critical bottleneck on the road to general-purpose machines.

Wu felt that bottleneck firsthand as a PhD student. His research on how robots learn from large datasets kept hitting the same wall: “large-scale data to work with” simply didn’t exist, he told TechCrunch in June.

Building the ABC dataset

XDOF is tackling that problem head-on. The startup is partnering with UC Berkeley’s AI Research lab to release what it believes is the largest collection of high-quality robot training data ever assembled. The dataset is called ABC.

Collecting that data requires a hybrid approach. XDOF combines remote robot teleoperation with human collectors who wear sensors to record everyday tasks. Think folding clothes. Flattening boxes. The mundane, physical chores that robots still struggle to master.

The company plans to hire and train teams of data collectors around the world. Two main roles are emerging:

  • Teleoperators who steer robots remotely to demonstrate tasks
  • Egocentric operators who wear body sensors to capture natural movement data

Early traction and the competitive landscape

XDOF has already signed up 20 customers, including several frontier AI labs, according to previous statements to TechCrunch. That customer base, combined with the revenue trajectory, helps explain the valuation chatter.

But XDOF isn’t alone in this niche. Other startups chasing real-world data for robot training include Mecka AI. And the human-data platforms that started with LLMs — like Scale AI and Micro1 — are expanding beyond text and images into physical domains.

The race to build the data infrastructure for physical AI is heating up. Whoever wins it will effectively control the fuel supply for the next generation of robots. That’s a position worth paying up for.

Whether the $1.2 billion valuation holds remains to be seen. Deals at this stage can shift. But the fact that XDOF is even in this conversation — three months after emerging from stealth — says something about the demand for what it’s building.

For more on how data is shaping the future of AI, check out AI data labeling trends and robotics funding rounds in 2024.

Continue Reading

Artificial Intelligence

New York City Pulls AI From Younger Classrooms—Here’s Why It Matters

Published

on

NYC AI ban

New York City Just Hit Pause on AI in Classrooms

New York City Public Schools is drawing a hard line: no generative AI for students from 2-K through eighth grade during the 2026-2027 school year. That’s over half a million kids walking into classrooms next week without access to AI-powered tools.

The district says it will remove software with student-facing AI features and block AI companion chatbots. High schoolers? They’re exempt. This isn’t a blanket ban—it’s a targeted move to decide when kids should actually start using the technology.

Mayor Zohran Mamdani put it bluntly: “The tech industry wants us to believe that AI-powered early education is not only inevitable, but necessary. We do not see it that way.”

Why NYC Is Worried About AI for Younger Students

The fear isn’t just that a kid will ask ChatGPT to write an essay. City officials want younger students to build core skills—critical thinking, creativity, communication—without leaning on AI as a crutch. They’re also pushing for stronger human connections in classrooms, not another screen.

Schools Chancellor Kamar Samuels said the city refuses to assume that innovation automatically equals more technology in front of students. It’s a deliberate slowdown, and it follows last year’s bell-to-bell cellphone ban that already limits device use during school hours.

What Happens When Kids Reach High School?

AI doesn’t vanish once students hit ninth grade. Instead, the district plans to roll out AI literacy classes twice a year. The goal? Teach teenagers how to think critically about the technology before they become dependent on it.

That’s a different approach from just saying no. It’s about timing—letting younger minds develop without AI, then giving older students the tools to question it.

The National Battle Over AI in Education

NYC’s decision sits at the center of a much bigger fight. The White House has pushed educators to embrace AI responsibly. Some teachers already use it to craft lesson plans, give feedback, or break down tough subjects. But not everyone’s on board.

The Department of Health and Human Services recently gathered childhood experts to talk about excessive screen time. Officials have also called for tougher safeguards around social media and AI. The message? Kids are spending too much time in front of screens, and AI might make it worse.

A Bold Experiment With Zero AI

Here’s what makes NYC’s move so interesting: instead of asking how much AI younger students should use, the largest school district in the country is starting with none. For one academic year, they’re testing whether classrooms are better off with AI kept outside the door.

That’s a radical stance, and it’s not without critics. Some educators argue AI can personalize learning or help struggling students catch up. But NYC is betting that a year without AI will reveal what kids actually need—not what tech companies think they need.

What This Means for Parents and Teachers

If you’re a parent in NYC, expect changes. AI-based apps may disappear from your child’s school day. Teachers will need to plan lessons without generative AI tools. And students in grades 2-K through 8 will rely more on traditional methods—paper, pencils, and human interaction.

For teachers elsewhere, this could be a signal. NYC is the biggest district to take this stance, and its findings could shape policies nationwide. The next year will be watched closely by educators, policymakers, and tech giants alike.

What Happens Next?

The district will spend the year studying how generative AI affects students before deciding what comes next. That research could lead to a permanent ban, a partial rollout, or something entirely different.

For now, NYC is making a statement: childhood shouldn’t be an AI beta test. Whether that’s the right call or a step backward, we’ll know more in 2027. Until then, the debate over AI in schools just got a lot more interesting.

If you’re curious about how AI is shaping other areas, check out our take on AI in education trends or classroom technology policies.

Continue Reading

Artificial Intelligence

Meta’s Muse Spark 1.3 takes on GPT-5.6 and Claude — but can it really win?

Published

on

Muse Spark 1.3

Meta just fired a serious shot in the AI arms race

The company quietly unleashed Muse Spark 1.3, its most advanced AI model to date, and it’s aiming straight at the top dogs. Developers can already access and pay for the update, which Meta says represents a massive leap forward in performance.

It won’t stay confined to the developer sandbox for long. Over the coming weeks, the model will roll out across Instagram, Facebook, and the Meta AI assistant — putting it in front of billions of everyday users.

What makes Muse Spark 1.3 actually different?

Meta’s Chief AI Officer, Alexandr Wang, didn’t mince words. He called this “the biggest jump so far on model performance,” pointing to serious gains in two areas: coding and agentic tasks — the kind where the AI acts on your behalf rather than just answering questions.

But here’s the catch. Wang told Bloomberg that Muse Spark 1.3 is competitive with Anthropic’s Claude Fable 5.1 and even beats OpenAI’s GPT-5.6 Sol at coding. That’s a bold claim, especially with OpenAI’s upcoming Astra model lurking in the wings.

Take those comparisons with a grain of salt, though. Benchmarks can be gamed, and a model that crushes one test might stumble on a totally different task. Real-world performance is what actually matters.

Efficiency gains under the hood

Wang broke down a few upgrades that set Muse Spark 1.3 apart:

  • 25% fewer tokens needed to complete the same job — meaning lower costs and faster responses
  • Multi-workflow handling — it can juggle several tasks at once instead of forcing separate sessions
  • Better context retention across long, complicated instructions
  • Self-awareness of limits — the model now pauses to ask for clarification before taking any irreversible action

That last point is quietly important. AI that knows when it doesn’t know is a big step toward trustworthiness, especially for agentic use cases.

Pricing stays flat, adoption explodes

Here’s something developers will appreciate: Meta isn’t raising prices. Muse Spark 1.3 costs the same as its predecessor, Muse Spark 1.2. That’s a smart move when rivals are hiking rates.

Wang told Bloomberg that adoption on Meta’s developer platform has been strong — some users are burning through trillions of tokens every week. Those numbers suggest real usage, not just hype.

What about open-source fans? Meta hasn’t decided whether it will release the model’s weights — the blueprint that lets outside developers build on top of it. The older Muse Spark 1.2 weights are still headed for release, but the new model’s future remains unclear.

The bigger picture: Meta’s spending spree continues

Meta is still pouring billions into AI infrastructure, and Muse Spark 1.3 is the clearest signal yet that the company believes it’s closing the gap with OpenAI and Anthropic. Whether that’s true or just corporate bravado will play out in the benchmarks and real-world deployments over the coming months.

For now, the model is available to developers, and the app rollout is imminent. If you’re building on Meta AI tools, this update is worth a serious look. And if you’re just a curious user, you’ll likely meet Muse Spark 1.3 in your Instagram feed sooner than you think.

One thing’s certain: the AI race just got a lot more interesting.

Continue Reading

Trending