Every few months the AI conversation flips back to the same question: does everything have to live in the cloud? I keep coming back to it because the answer keeps changing. This week it changed again, in three different ways.
Sovereign AI is no longer a PowerPoint slide.
Korea Telecom shipped something worth paying attention to on Wednesday — the KT NPU LLM Station. It's the first commercially available appliance that pairs a Korean inference chip with a Korean LLM inside a single on-prem server. On paper it's a rack server. In practice it's a statement.
The hardware core is Rebellions' ATOM-MAX, an inference-specialized NPU: four dies on one card, 128 teraflops FP16, 512 TOPS at INT8, 64GB of GDDR6 at over a terabyte per second of bandwidth, all inside a 350-watt envelope. Two cards and you've got 128GB of memory — enough headroom to run models up to 70B parameters. That's the pitch: skip the GPU's training-era bloat, spend every transistor on matrix math and memory access.
The reason this matters isn't the spec sheet, honestly. It's the mangjuri regulation. South Korea requires government agencies, defense contractors, financial firms and pharma to physically air-gap their internal networks from the public internet. Cloud-based genAI is legally incompatible with how those orgs work. So KT built a box that keeps every byte of inference inside the customer's facility — Korean silicon, Korean model, one server.
The model inside is KT's Mi:dm K 2.5 Pro, a 32B enterprise reasoning model aimed at document analysis and agentic workflows. It runs on the open-source vLLM stack and the Red Hat NPU Operator, so you don't rewrite your tooling to adopt it.
Now the honest part. Rebellions claims ATOM-MAX beats NVIDIA's L40S on tokens-per-second-per-watt — but that benchmark comes from their own testing, not an independent auditor's. I'd love to see third-party numbers before I get too excited. The sovereign-AI story is compelling precisely because it's hard to verify from the outside.
Meanwhile, the open-weight crowd is pushing into security.
Z.ai said its open-source GLM-5.3 basically matched Anthropic's restricted Mythos 5 at finding software vulnerabilities — 84.5% on CyberGym versus Mythos 5's 83.8%. Read that again: an open model, neck-and-neck with a gated one on code review and flaw detection.
But this is where it gets interesting, and less flattering. On the Exploit Bench — actually turning a flaw into a working attack — GLM-5.3 scored 54.4% against Mythos 5's 78.0%. That's a real gap. Finding bugs is one skill; weaponizing them is another, and the distance there is wide. Those numbers also aren't independently verified yet, so treat them with a spoon of salt.
Z.ai says it'll release GLM-5.3 publicly in two weeks after security hardening, with the most sensitive functions gated behind a trusted-access program. One AI safety researcher called it the first time a Chinese lab has publicly justified a delayed open release with safety considerations. That's a shift worth sitting with — whether you trust the motivation or not.
Quick add-on note: Meta's Muse Glimmer, a 30B open-weight agentic model that runs on consumer hardware, keeps feeding the same conversation. Local-first, open, capable. The pattern keeps repeating.
And the biggest sign of all: a company that rented AI bought its own.
Harvey built an $11 billion legal-software business on top of other people's models. On Tuesday it introduced Harvey Tenet — its first in-house, proprietary model for legal work. From my perspective, that's the most quietly important move of the week.
Think about the uncomfortable question this answers. Anthropic is chasing lawyers with document-review plugins. OpenAI hired Ironclad's founder to lead its legal push. What happens when your supplier becomes your competitor? Harvey's answer: build your own engine, route more work through it, cut the per-call fees, and stop being hostage to someone else's roadmap.
To build it, Harvey hired actual attorneys to dream up mock disputes and case files, then grade how well the model reasoned through them. It trained on a base of Kimi K3 — an open-weight model from Moonshot. So the $11B legal darling built its proprietary model partly on top of an open Chinese model. There's a whole essay in that irony alone.
Keep this in mind if you're watching the vertical-AI space: the moat isn't the model, it's the data and the workflow. Harvey's advantage was never that it could call a frontier API. It was that lawyers trusted it with their files. Tenet just makes that trust cheaper to serve.
I'll be honest about my own takeaway. Local AI, open weights, vertical models — they all point the same direction. The race isn't just about who builds the biggest brain anymore; it's about who can run the right brain in the right place at a cost that makes sense. The cloud isn't dead. But it's no longer the only answer, and this week proved the alternatives are shipping for real.
On a more practical note, I've been fiddling with local model setups between coffee refills, and a Manual Assistant helped me keep track of which box was running what. Small thing, but it's exactly the kind of tooling that makes "just run it locally" feel less like a hobby and more like a habit.

Top comments (0)