Skip to main content
株式会社オブライト

Column

Useful articles about SEO, Web Development, and IT

603 articles

Software Development2026-06-29
What Is Apple Container? Apple's Official Swift OSS for Running Linux Containers on macOS 26 A Docker Desktop Alternative — Apache 2.0, 44.5k Stars, v1.0.0 (June 9, 2026)
Apple Container is Apple's official Swift OSS for running Linux containers on macOS, announced at WWDC 2025 (GitHub: apple/container / apple/containerization / Apple Open Source / WWDC25 session).

v1.0.0 shipped June 9, 2026 under Apache 2.0, 44.5k GitHub stars and 1.3k forks at writing, 98% Swift, Apple Silicon only.

The defining design choice is its "one VM per container" architecture — unlike Docker Desktop's shared-kernel VM, each container runs in its own lightweight VM for stronger security and resource isolation. Sub-second boot times, minimal root filesystem, default 1 GiB RAM and 4 CPUs per container, and near-zero idle footprint when nothing is running.

Tech stack: macOS 26's Virtualization.framework + vmnet framework + XPC + launchd + Keychain. The control plane is container-apiserver / container-core-images / container-network-vmnet / container-runtime-linux. OCI-compatible with Docker Hub / GHCR; build with the BuildKit-based container builder. Cross-arch (arm64 / amd64), with x86 running under Rosetta.

Where it fits vs Docker Desktop: Apple Container is strongest at single-container runs, native isolation, and minimal idle cost; Docker Desktop still wins on Compose, ecosystem maturity, and multi-platform support. Docker Compose is not supported at v1.0.0, memory ballooning is partial (released pages may not return to the host — heavy loads may require restarts), and these limits are explicit in the docs.

Requirements: Mac with Apple Silicon + macOS 26 (macOS 15 works with networking constraints; Intel Macs are fully unsupported).

Use cases: local backend services, CI-style builds, cross-architecture image generation, data analysis via host-folder mounting, and untrusted-code isolation. It's also an excellent companion for running local LLMs on M5 Macs — Ollama / vLLM containers paired with Apple Container is a natural fit. The column closes with three inquiry funnels for Mac developer environment setup, container migration, and ongoing maintenance.
Apple ContainerContainerizationmacOS 26+5
AI2026-06-27
What Is Grok Build? xAI's Official CLI Coding Agent
Grok Build is xAI's official CLI coding agent, released as early beta on May 14, 2026 (official / Changelog / npaka's Japanese note write-up).

Alongside Claude Code, Codex CLI, Gemini CLI, and agmsg, Grok Build is xAI's entry in the CLI coding-agent space. Its key differentiators are up to 8 parallel sub-agents isolated in separate Git worktrees, a Plan-Review-Approve workflow, ACP (Agent Client Protocol) + MCP servers, and local execution (air-gap-compatible).

Model & pricing:
- Internal model: grok-build-0.1 (256K context, API rates $1.00/M input, $2.00/M output); Composer 2.5 for SuperGrok / X Premium+
- SWE-Bench Verified 70.8% (vendor-reported; ~17 pts behind Claude Opus 4.7 87.6% and GPT-5.5 88.7%)
- Access gated to SuperGrok Heavy ($300/mo; $99/mo introductory promo), SuperGrok, and X Premium+

Install: curl -fsSL https://x.ai/cli/install.sh | bash.

Integrations: AGENTS.md / plugins / hooks / Skills / Plugin Marketplace (MongoDB / Vercel / Sentry / Chrome DevTools / Cloudflare / Superpowers) / Agent Dashboard / /goal long-running autonomous mode / headless -P flag for CI/CD.

Strategic context: the February 2026 SpaceX × xAI merger, SpaceX's disclosed $60B acquisition option on Cursor, and Composer 2.5 currently training on Colossus, xAI's in-house supercomputer — Grok Build sits inside an unusually vertically-integrated stack.

Caveats: roughly 15× the price of Claude Code / Codex CLI bundles ($20/mo); ~17 pts behind on SWE-Bench Verified; no IDE integration (terminal only); flagship demos such as Arena Mode remain unshipped. Where it wins: Git-worktree parallelism, xAI ecosystem integration, and local execution.
Grok BuildxAICLI+5
AI2026-06-26
Ornith-1.0 Deep Dive — DeepReinforce's June 26, 2026 MIT Open-Weights Family Specialized for Agentic Coding Three Sizes (9B Dense / 35B MoE / 397B MoE), All at 262K Context, Built on Qwen 3.5 + Gemma 4, Shipping in BF16 + FP8 + GGUF SWE-Bench Verified 82.4% (397B) / 75.6% (35B) / 69.4% (9B), SWE-Bench Pro 62.2%, Vendor-Reported SOTA Among Open Weights at Each Size Tier Reinforcement Learning Optimizes Both Solution Rollouts AND the Scaffolding That Drives Them — A 'Self-Improving' Design Compatible With OpenHands / Hermes Agent / OpenClaw, ClawEval Benchmark Published — Directly Relevant to Oflight's OpenClaw Service Users
DeepReinforce released Ornith-1.0 on June 26, 2026 (official / Hugging Face collection). It is an MIT-licensed open-weights family specialized for agentic coding, with no regional restrictions.

Three sizes: Ornith-1.0-9B (dense, ~19GB BF16) / Ornith-1.0-35B (MoE) / Ornith-1.0-397B (MoE, built on Qwen 3.5 + Gemma 4). All sizes ship 262K context, with FP8 and GGUF quantizations released alongside.

Benchmarks (vendor-reported, claimed SOTA at each open-weights size tier):

| Benchmark | 9B | 35B | 397B |
|---|---|---|---|
| SWE-Bench Verified | 69.4% | 75.6% | 82.4% |
| SWE-Bench Pro | 42.9% | 50.4% | 62.2% |
| SWE-Bench Multilingual | — | — | 78.9% |
| Terminal-Bench 2.1 | 43.1% | 64.2% | 77.5-78.2% |
| NL2Repo | 27.2% | 34.6% | 48.2% |
| ClawEval | — | — | 77.1% |

Design thesis: Reinforcement learning optimizes both the solution rollouts and the scaffolding (the agent structure that drives them) itself — a 'self-improving' agentic-coding design. It sits naturally next to the Loop Engineering Maker-Checker paradigm. Reasoning is exposed via <think>...</think> blocks; function calling and tool use are first-class.

Distribution and ops: vLLM ≥ 0.19.1 / SGLang ≥ 0.5.9 / Transformers ≥ 5.8.1 / Docker + llama.cpp / Ollama. OpenAI-compatible endpoints. The 9B fits on a single 80GB GPU; 35B and 397B want an 8×80GB GPU node (TP=8). Agent-framework compatibility: OpenHands, Hermes Agent, and OpenClaw (Oflight's own service line — and ClawEval is in DeepReinforce's published benchmark set).

DeepReinforce lineage: an RL-focused research organization that has previously shipped CUDA-L1 (avg 3.12× GPU speedup), CUDA-L2 (HGEMM kernels beating cuBLAS), and IterX (MLSys 2026 NVIDIA Track). Ornith-1.0 applies the same RL playbook to LLM self-improvement.

Positioning: alongside Kimi K2.7-Code (1T MoE / 32B active) and GLM-5.2 (Intelligence Index v4.1 = 51, open-weights leader), Ornith-1.0 is at the front of the June-2026 agentic-coding open-weights race. Against Chinese-origin models (Kimi / GLM), its differentiator is MIT license + no regional restrictions + a US-flag procurement story.

Caveat: benchmarks are DeepReinforce's own vendor-reported numbers. Independent third-party verification on public leaderboards has not yet appeared (as of June 26, 2026).

The article closes with three inquiry funnels for Ornith-1.0–era local-LLM evaluation, build, and ongoing maintenance.
OrnithDeepReinforceOpen Weight+5
AI2026-06-26
What Is agmsg? Cross-Vendor Messaging for CLI AI Coding Agents
agmsg is an open-source (MIT) cross-vendor messaging tool for CLI AI coding agents by fujibee (official site agmsg.cc).

It lets Claude Code, Codex, Gemini CLI, GitHub Copilot CLI, Antigravity, and OpenCode talk to each other through a shared local SQLite file — so humans stop being the copy-paste courier between tools. Tagline: "You stop being the copy-paste courier between your agents."

Highlights:
- Only dependencies are bash and sqlite3 — no daemon, no network, no Python
- Three delivery modesmonitor (~5s real-time push), turn (between-turn polling), or both
- N-agent teams, role switching (actas), spawning new agents (spawn), and clean teardown (despawn)
- Not MCP, not subagents, not a message queue — a peer-to-peer messaging layer between sessions
- One-line install: npx agmsg
- Claude Code Plugin Marketplace: /plugin install agmsg@fujibee-agmsg

Product Hunt #5 Product of the Day on June 9, 2026 (219 upvotes, 39 comments). GitHub stars 859, v1.1.1 (June 25, 2026). Community-built derivatives include agmsg-shogi, agmsg-go, and agmsg-mcp.

Oflight's take: unlike Loop Engineering or Sakana Fugu's orchestration model, agmsg occupies a different niche — peer-to-peer messaging at the same layer, across tools. It's an especially natural fit for the Claude Code Agent View parallel-orchestration workflows, and the most pragmatic way to stitch multi-vendor LLMs into one dev workflow. The article closes with three direct inquiry funnels for AI agent environment setup and custom integration.
agmsgClaude CodeAI Agent+5
AI2026-06-23
Local LLM June 2026 Update — Two Months After Our April Landscape GLM-5.2 Leads Open Weights at Intelligence Index v4.1 51, MiniMax M3 Ships 1M Context + SWE-Bench Pro 59%, NVIDIA Nemotron 3 Ultra 550B Blackwell Native MXFP4 Pushes RTX 5090 Into the 30-70B Practical Zone Japan's SI Market Matures (Intec ¥5M+, Ricoh On-Prem Starter Kit Won the Nikkei Grand Prize, PFN PLaMo Selected for the Digital Agency 'Gennai' Platform) EU AI Act GPAI Enforcement Starts August 2, 2026
Two months after our April 2026 local-LLM landscape column, here is the primary-source update on what has changed.

Three big shifts:

(1) Open-weights have closed the gap with closed-source. GLM-5.2 (Z.ai, MIT, June 16, 2026) tops the Intelligence Index v4.1 at 51 (MiniMax M3 44 / DeepSeek V4 Pro 44 / Kimi K2.6 43). MiniMax M3 ships 1M context + native multimodality + SWE-Bench Pro 59.0% + Terminal-Bench 2.1 66.0% + MCP Atlas 74.2%. NVIDIA Nemotron 3 Ultra (revealed by Jensen Huang at Computex 2026) is a 550B-parameter US-flag open-weight leader. VibeThinker-3B (WeiboAI, MIT, Qwen2.5-Coder-3B fine-tune) reaches frontier-reasoner parity at 3B.

(2) Blackwell makes 30–70B models practical on consumer GPUs. The RTX 5090 has 32GB GDDR7 and 1,792 GB/s bandwidth (+77% vs 4090) with native MXFP4 — GGUF Q4 runs with zero emulation overhead, hitting 5,841 tok/s on Qwen 2.5-Coder-7B at batch 8 (2.6× A100 80GB). The RTX PRO 6000 Blackwell reaches ~8,425 tok/s on 30B; the B200 ships 192GB HBM3e at 8 TB/s (4–5× H100).

(3) Japan's SI market is maturing. Intec (TIS group) launched local-LLM deployment SI on January 29, 2026 — minimum 1 month, from ¥5,000,000+ ex tax — targeting manufacturing and finance. Ricoh's 'RICOH On-Prem LLM Starter Kit' won the 2025 Nikkei Excellent Product/Service Award grand prize (Qwen2.5-VL-32B-Instruct base). PFN's PLaMo 3.0 Prime was selected for the Japanese Digital Agency 'Gennai' common generative-AI platform — alongside the Mizuho / Lion Qwen on-domestic-infrastructure precedent.

The column also covers concurrent moves on Kimi K2.7-Code, Sakana Fugu, DiffusionGemma, and Liquid AI LFM2.5-J.

Inference-engine selection (AWQ + vLLM for GPU, GGUF + llama.cpp for CPU/edge, SGLang for agents, TensorRT-LLM for NVIDIA clusters), quantization (BitNet 1.58-bit / MXFP4 / AWQ), regulation (EU AI Act GPAI enforcement from August 2, 2026; systemic-risk threshold of 10^25 FLOPs, US Fable 5 export-control precedent, Chinese-model cross-border data), typical GPU configurations by workload, and a three-step Oflight-recommended adoption path are all covered.

The article closes with three direct inquiry funnels for local-LLM evaluation, build, and ongoing maintenance.
Local LLMOpen WeightSelf-hosted+6
AI2026-06-22
Loop Engineering Deep Dive — The June 2026 Successor to Prompt / Context / Harness Engineering, Crystallized by Anthropic's Boris Cherny ('I don't prompt Claude anymore — I write loops'), Named and Codified by Addy Osmani, with Six Building Blocks (Automations, Worktrees, Skills, Plugins, Maker-Checker Sub-agents, Durable State) Mapped Onto Claude Code's Existing Feature Set
A primary-source deep dive on Loop Engineering, the June 2026 AI-engineering trend named and codified by Google Chrome DevRel lead Addy Osmani in his "Loop Engineering" blog post and elevated to industry attention by Anthropic Claude Code lead Boris Cherny's quote — "I don it prompt Claude anymore. I have loops running that prompt Claude and figuring out what to do. My job is to write loops." (reported by The New Stack). Covers the four-generation lineage: Prompt Engineering (2022-2024) → Context Engineering (2025, coined by Shopify CEO Tobi Lütke, formalized in Anthropic's Effective Context Engineering for AI Agents) → Harness Engineering (early 2026) → Loop Engineering (June 2026 onwards). Grounded in Peter Steinberger's seed phrase — "you should be designing loops that prompt your agents" — the column maps out the six building blocks: (1) Automations / Trigger (timer- or event-driven heartbeats), (2) Worktrees (isolated git checkouts to prevent parallel sub-agent collisions), (3) Skills (SKILL.md / CLAUDE.md to externalize intent and reduce "intent debt"), (4) Plugins / Connectors via MCP (execution permissions), (5) Maker / Checker Sub-agents (separating generation from verification), and (6) Durable State (memory belongs on disk, not in context). Explains Inner Loop vs Outer Loop, how Claude Code's /goal, Automations, Worktrees, Skills, and Sub-agents constitute a ready-made Loop Engineering toolkit, the surge of Japanese coverage on Qiita / Zenn / DevelopersIO / note / OptiMax, and the five major risk vectors: Cognitive Surrender (Osmani's central warning), Loop Brittleness, Verifier mis-grading, HITL approval fatigue, and runaway-loop cost explosion.
Loop EngineeringAI AgentsClaude Code+4
AI2026-06-22
PLaMo 3.0 Prime Deep Dive — Preferred Networks' Flagship Japanese LLM Officially Released June 22, 2026, Expanded from 64K to 256K Context, Dual Reasoning / Non-reasoning Variants, ¥60 / ¥250 per 1M Tokens, Selected for the Digital Agency's Common 'Gennai' Generative-AI Platform, Built From-Scratch on NICT Collaboration and METI GENIAC Phase 3 Outputs
Preferred Networks (PFN) officially released PLaMo 3.0 Prime on June 22, 2026 (official press pr20260622 / tech blog). Successor to PLaMo 2.0 Prime (2025 Nikkei Excellent Product Award grand prize), this is the production rollout after a 3-month monitor program following the March 19, 2026 beta. Context extended from 64K beta → 256K production, dual Reasoning / Non-reasoning variants, proprietary tokenizer optimized for Japanese token efficiency, post-training with SFT + DPO + RL. Compared against gpt-oss-120b / Qwen3.6-27B (open) and GPT-5.4 mini / Claude Haiku 4.5 (closed in the same price tier). Evaluated on 15 benchmarks: JFBench / IFBench / Japanese MT-Bench / lawqa_jp / MedRECT / Japanese Medical Licensing Exam / MT-Bench / AIME 2024 / GPQA-Diamond / BFCL / LongBench v2 / HELM Safety. PFN CEO/CTO Daisuke Okanohara claims parity or superiority over same-tier models on Japanese instruction-following, coding, and tool-use, while ITmedia at the beta stage noted weakness in math and multi-tool selection. Pricing is aggressive: Standard plan ¥60 input / ¥250 output per 1M tokens (up to 128K), Free plan pending, Provider plan custom-quoted. Distribution: PLaMo API (SaaS), on-premise, Amazon Bedrock Marketplace, Snowflake. Prime itself is closed-weights, but NICT-co-developed base models plamo-3-nict-2b/8b/31b-base are open on Hugging Face. Adoption: standard model in miibo / Tachyon / QommonsAI, and selected as a trial model for the Japanese Digital Agency's common generative-AI platform 'Gennai'. Not disclosed: parameter count, dense vs MoE, and independent third-party benchmark verification — pending Nejumi LLM Leaderboard registration.
PLaMoPreferred NetworksPFN+4
AI2026-06-22
Sakana Fugu Deep Dive — The June 22, 2026 'LLM Trained to Call Other LLMs' from Sakana AI: Dynamic Orchestration Across GPT-5.5 / Claude Opus 4.8 / Gemini 3.1 Pro, Powered by the ICLR 2026 TRINITY / Conductor Papers, Claiming 73.7 on SWE-Bench Pro (Beating Opus 4.8), Shipping as Fugu / Fugu Ultra with $20 / $100 / $200 Subscription Tiers — EU/EEA Excluded Pending GDPR Compliance
Sakana AI officially launched Sakana Fugu on June 22, 2026 (fugu-release / product page / gihyo.jp / GIGAZINE). Critically, this is not a next-generation Japanese LLM — it is an LLM trained to call other LLMs, a 'conductor' model that dynamically orchestrates frontier models inside the loop. When you send a query, Fugu itself either (1) answers directly when it can, or (2) for complex multi-step tasks selects, dispatches, verifies, and integrates from an agent pool that includes GPT-5.5, Claude Opus 4.8, Gemini 3.1 Pro and others. Academic basis: two ICLR 2026 papers — TRINITY (an evolutionarily optimized LLM coordinator that dynamically assigns Thinker / Worker / Verifier roles) and Conductor (RL-discovered coordination strategies expressed in natural language). Two variants: Fugu (everyday tasks, low latency) and Fugu Ultra (hardest problems, deep coordination — pool composition is fixed and cannot be excluded). Benchmarks: SWE-Bench Pro 73.7 (reported to beat Claude Opus 4.8, per XenoSpectrum), Terminal-Bench 2.1 above Anthropic's latest, Charxiv Reasoning above Claude Mythos Preview — but lags on Humanity's Last Exam (HLE). Sakana's own framing is conservative: "shoulder-to-shoulder with Fable 5 and Mythos Preview," not blanket dominance. Pricing: Fugu Ultra at $5/M input ($10/M >272K) and $30/M output ($45/M >272K), plus subscriptions at Standard $20 / Pro $100 / Max $200 per month (both Fugu and Fugu Ultra). Enterprise is usage-based. OpenAI-compatible API at console.sakana.ai. Not available in the EU/EEA pending GDPR compliance; Japan-region usage works. The strategic point is structural resilience, not raw performance — escape from single-vendor dependence and diversification against export-control risk (directly continuing our Sakana Marlin column's Fable 5 export-restriction thread). BuildFastWithAI calls it 'the orchestration model that routes around export controls,' and Clanker Cloud frames it as 'Model Orchestration Is Becoming the Product.' Fugu's own parameter count, Japanese-specific benchmark scores (ELYZA / JMMLU / JMT-Bench), and individual statements from David Ha / Llion Jones are not yet confirmed, leaving 'thin wrapper over external APIs' criticism and independent verification as open questions.
Sakana AISakana FuguMulti-Agent Orchestration+4
AI2026-06-16
[Update 2026-06-16: Paused] Anthropic Pauses the June 15 Claude Agent SDK Credit Pool Split — Official Help Center Notice Reverts Behavior to Subscription Usage Limits, Previously Announced $20 / $100 / $200 Monthly Credits No Longer Available
June 16, 2026 Update: On the very day of enforcement (June 15, 2026), Anthropic paused the planned split of Claude Agent SDK, claude -p, GitHub Actions, and third-party app (OpenClaw, Zed, Conductor, etc.) usage from subscription rate limits. The official Help Center article was amended with: "Update June 15: We are pausing the changes to Claude Agent SDK usage described below. For now, nothing has changed: Claude Agent SDK, claude -p, and third-party app usage still draw from your subscription is usage limits. The previously announced monthly credit, which would have been available to eligible claimants in connection with these changes, isn it available. We are working to update the plan to better support how users build with Claude subscriptions. When we have an update, we will share it before anything takes effect." The previously announced monthly credits (Pro $20 / Max 5x $100 / Max 20x $200 / Team $20-100 / Enterprise $200) were not distributed. Programmatic usage now once again draws from standard subscription limits. The change is officially a pause, not a full rollback — Anthropic says it is reworking the plan and will share details before anything new ships. The backlash that triggered this was substantial: community estimates projected effective price hikes of 12-175x against API-rate equivalents, Anthropic engineer Lydia Hallie was quickly Community-Noted on X, and Reddit r/ClaudeAI, HN, and The New Stack all carried critical coverage. This is Anthropic is third subscription-policy reversal of 2026 (January OAuth block reversed within days, April 4 third-party agent ban reversed within 24 hours, and now the May 14 compromise credit pool paused on its June 15 enforcement day). This column preserves the original announced design while adding a detailed reversal section: timeline, operational implications, and the current validity of the "turn Extra Usage auto-billing off" guidance.
AnthropicClaudeClaude Code+4
AI2026-06-15
Sakana AI Marlin Deep Dive — Japan's 'Virtual CSO' Ultra Deep Research Agent Explained
Sakana AI's first commercial product 'Marlin,' launched June 15, 2026, is an autonomous research agent — not an LLM. Combining AB-MCTS (Adaptive Branching Monte Carlo Tree Search) with multi-LLM collaboration across OpenAI o4-mini, Google Gemini 2.5 Pro, and DeepSeek R1-0528, Marlin operates autonomously for up to ~8 hours per task to generate tens-to-100+ page reports and executive slides. Designed for financial institutions, corporate planning, consulting, and think tanks, it differs fundamentally from OpenAI Deep Research and Gemini Deep Research in both purpose and architecture. This guide covers everything from its technical design to pricing, competitor comparison, and what it means for Japanese enterprises.
Sakana AIMarlinUltra Deep Research+4
AI2026-06-15
Claude Fable 5 and Mythos 5 Suspended Under US Export Control Directive — Forced Recall Just 3 Days After Launch
On June 12, 2026 at 17:21 ET, Anthropic received an export control directive from the US Department of Commerce Bureau of Industry and Security (BIS) and immediately suspended Claude Fable 5 and Mythos 5 for all customers. Issued just three days after the models' release, this marks what multiple outlets describe as the first publicly known instance of direct US federal government intervention in a commercially deployed frontier AI model. This column covers the legal nature of the directive, the government's rationale and Anthropic's rebuttal, impact scope across API, Bedrock, and Vertex, alternative model options, and practical implications for Japanese enterprises.
AnthropicClaude Fable 5Claude Mythos 5+4
AI2026-06-15
Kimi K2.7-Code Deep Dive — Moonshot AI's June 12, 2026 Coding-Specialized 1T MoE Open-Weights Model, Modified MIT License, $0.95/$4.00 per 1M, 256K Context — But Japanese Enterprises Face Two Critical Caveats (Cross-Border Data and Unverified Benchmarks)
A primary-source deep dive on Kimi K2.7-Code, released June 12, 2026 by Moonshot AI (Beijing). Grounded in the Hugging Face model card, MarkTechPost, and VentureBeat's skepticism piece. Covers the 1T-total / 32B-active MoE architecture (384 experts, 8 routed + 1 shared), 256K context, MoonViT ~400M vision encoder, native INT4, forced-on thinking mode. License is Modified MIT (attribution required only above 100M MAU or $20M MRR), API pricing is $0.95 input / $0.19 cache-hit / $4.00 output per 1M tokens — roughly 1/18 of Claude Opus 4.8's output price. OpenAI + Anthropic-compatible endpoints drop straight into Claude Code / Cursor / Aider / Cline / cmux. Moonshot self-reports +21.8% vs K2.6 on its own Kimi Code Bench v2 and -30% reasoning tokens, but all public benchmarks are Moonshot's own proprietary suites; independent SWE-bench Verified / Pro / FrontierCode scores are not yet available as of June 15, 2026 (VentureBeat). For Japanese enterprises the column flags two critical caveats: (1) both api.moonshot.cn and the Singapore-subsidiary-run api.moonshot.ai remain exposed to PRC National Intelligence Law Article 7 compelled disclosure (set against Japan's PPC DeepSeek alert of February 3, 2025 and the Digital Agency notice of February 6, 2025), and (2) the only reliable mitigation is Hugging Face self-hosting (~4-8 H100, ~595GB INT4) following the Mizuho / Lion Qwen-on-domestic-infrastructure precedent.
Moonshot AIKimi K2.7-CodeOpen Weight LLM+4