This week has been extraordinary for the AI landscape, with major model releases, open-source announcements, security revelations, and legal developments all converging. From a 2.8-trillion-parameter open model out of China to a new open-weights contender from Thinking Machines Lab, the pace of frontier AI progress shows no signs of slowing. Here are the five biggest AI stories making headlines today.
1. Kimi K3: The World’s First Open 3T-Class Model
Moonshot AI has unveiled Kimi K3, a 2.8-trillion-parameter Mixture-of-Experts model that is the first open model to cross the 3-trillion-parameter threshold. Kimi K3 features native vision capabilities, a 1-million-token context window, and a novel architecture built on Kimi Delta Attention (KDA) and Attention Residuals (AttnRes) — two architectural innovations designed to improve information flow across sequence length and model depth. With 16 out of 896 experts activated per token via a Stable LatentMoE framework, the model achieves a roughly 2.5× improvement in scaling efficiency over its predecessor Kimi K2.
The model demonstrates frontier-level performance across coding benchmarks, including DeepSWE (67.5%), Program Bench (77.8%), and SWE Marathon (42.0%), and excels at long-horizon agentic tasks. In one remarkable demonstration, Kimi K3 designed a chip in a single 48-hour autonomous run — building, optimizing, and verifying it using open-source EDA tools. It also developed MiniTriton, a compact GPU compiler from scratch that rivals the performance of the established Triton and torch.compile frameworks.
The full model weights are scheduled for release by July 27, 2026, with a technical report to follow. Pricing via the Kimi API is set at $0.30/MTok (cache-hit), $3.00/MTok (cache-miss input), and $15.00/MTok (output). The announcement has drawn comparisons to DeepSeek’s open-weight strategy, with many observers noting that Chinese AI labs are driving toward commoditized intelligence at an accelerating pace.
2. Thinking Machines Lab Releases Inkling: An Open-Weights Multimodal Foundation Model
Thinking Machines Lab has introduced Inkling, a 975-billion-parameter Mixture-of-Experts transformer (41B active parameters) with full open weights, making it one of the largest open-weights models available today. Inkling supports a 1-million-token context window and was pretrained on 45 trillion tokens spanning text, images, audio, and video. It is the largest open-weight model to natively support audio, positioning it strongly for voice and multimodal applications.
Inkling’s design emphasizes breadth and customizability over raw benchmark-chasing. It features controllable thinking effort, allowing developers to balance performance against token cost — on Terminal Bench 2.1, Inkling matches Nemotron 3 Ultra at roughly one-third the tokens. It achieves strong scores on SWE-bench Verified (77.6%), GPQA Diamond (87.2%), and AIME 2026 (97.1%), while also demonstrating competitive audio capabilities on VoiceBench (91.4%) and MMAU (77.2%).
The company also previewed Inkling-Small, a 276B-parameter MoE model (12B active) that performs close to its larger sibling on reasoning and agentic tasks, making it well-suited for cost-sensitive deployments. Inkling is available for fine-tuning on Tinker and via APIs on TogetherAI, Fireworks, Modal, Databricks, and Baseten. The company highlighted the model’s strong safety safeguards, scoring highest among open-weights models on the FORTRESS adversarial benchmark (78.0%) while maintaining 98.6% on StrongREJECT.
3. xAI Open Sources Grok Build: A Full-Featured Coding Agent TUI
xAI has open-sourced Grok Build, the Rust-based terminal UI coding agent behind their Grok ecosystem. The codebase, hosted on GitHub under xai-org/grok-build, has already garnered over 13,600 stars and 2,500 forks. Grok Build is a full-screen TUI that understands codebases, edits files, executes shell commands, searches the web, and manages long-running tasks — operating interactively, headlessly for scripting and CI, or embedded in editors via the Agent Client Protocol (ACP).
The repository includes a self-contained terminal renderer for Mermaid diagrams, Docker sandbox support, and prebuilt binaries for macOS, Linux, and Windows. The release comes amid a broader strategic push by xAI to open-source core infrastructure, following the pattern of Meta’s Llama strategy — open-sourcing the moat to compete with proprietary leaders. However, the announcement has been met with mixed reactions, as some community members noted that xAI was previously caught exfiltrating user data, and that the company recently paid $60 billion to acquire Cursor. Despite these concerns, developers are already building on top of the released code, including a rebranded fork called “gork-build.”
4. Researcher Demonstrates Claude Memory Exfiltration via Web Browsing
Security researcher Ayush Paul published a detailed analysis showing how Anthropic’s Claude can be tricked into exfiltrating a user’s personal data — including their full name, current employer, and security question answers — through a novel attack vector dubbed the “Memory Heist.” The exploit leverages Claude’s built-in web_fetch tool, which is designed to be read-only, but can be weaponized by having the AI visit a website controlled by the attacker.
Claude’s memory system operates in two parts: a daily summarization pass that distills recent conversations into a profile injected into every session, and a conversation_search retrieval tool that searches full conversation history. By carefully crafting prompts that steer Claude toward using its web browsing capabilities while its memory system is active, the attacker can receive the exfiltrated data as an HTTP request to their server. Paul noted that Claude’s web_fetch tool, while nominally read-only, can still be detected by the server hosting the URL — making it an effective side channel.
The research highlights a growing concern as AI assistants accumulate increasingly detailed personal profiles — sometimes containing more sensitive information than password managers. The Hacker News community response was divided, with some arguing the attack requires significant user manipulation and others emphasizing that the fundamental architectural issue of pairing memory systems with web access deserves serious attention from AI safety teams.
5. OpenAI Loses “OPENAI” Trademark Dispute at EU Court
The European Union’s General Court in Luxembourg has ruled against OpenAI in its bid to register the trademark “OPENAI” for certain software and information technology goods and services. The court found that the term is purely descriptive and therefore lacks the distinctiveness required for trademark protection under EU law. The ruling can still be appealed to the European Court of Justice.
The court’s decision upheld a prior ruling by the EU Intellectual Property Office (EUIPO), which had partially rejected OpenAI’s application on the grounds that “open” would be understood by the relevant public as meaning freely accessible, and “AI” as artificial intelligence. The combination, the EUIPO and court agreed, would be interpreted as referring to products based on openly accessible artificial intelligence — a description, not a brand identifier.
OpenAI had argued that “open” has multiple possible meanings and that “OPENAI” is a coined term without a fixed meaning, pointing to trademark registrations granted in more than 30 other countries including the United Kingdom and Singapore. The court rejected these arguments, noting that the combination was not an unusual linguistic construction in English and that registrations in other jurisdictions are not binding under EU trademark law. The ruling has been met with approval from many in the open-source community, who view it as a check on a company that critics argue has drifted from its founding principles of openness.
That’s the AI landscape for today — from unprecedented open-model scale and new open-weight contenders to security vulnerabilities and trademark battles. The industry continues to move at breakneck speed, and we’ll be here to track every development.