Inkling is a Mixture-of-Experts transformer featuring 975B total parameters and 41B active parameters. It was pretrained on 45 trillion multimodal tokens and supports a 1M token context window. A lighter Inkling-Small variant offers 12B active parameters for improved latency and cost-efficiency.
OpenAI's Project Camellia involves a massive data center development in Effingham County, Georgia. The project includes a power agreement for 3.2 gigawatts of capacity spanning through 2032.
Claude Opus 5 provides frontier-level intelligence comparable to Fable 5 but at 50% of the cost. The model is designed for proactive and thoughtful task execution.
Google launched Gemini 3.5 Flash Cyber to identify and patch security vulnerabilities at a lower cost than models like Anthropic's Mythos. The model leverages the Flash architecture to provide high-speed security analysis for enterprise environments.
The Diffusers library now supports Nunchaku 4-bit quantization for diffusion models. This integration enables higher-speed inference and reduced VRAM requirements for running large-scale diffusion workloads.
SkewAdam optimizes Mixture-of-Experts memory by applying differentiated optimizer states to the backbone, experts, and router. For a 6.78B parameter model, it reduces optimizer state from 50.6 GB to 1.29 GB, cutting peak training memory from 81.4 GB to 31.3 GB.
Alibaba released open-code-review, a tool combining deterministic pipelines with LLM agents to provide line-level comments. It includes fine-tuned rulesets for detecting NPE, thread-safety, XSS, and SQL injection, with compatibility for OpenAI and Anthropic APIs.
HPD-Parsing implements a hierarchical parallel decoding paradigm for Vision-Language Models to overcome sequential bottlenecks in document parsing. A layout branch organizes structure while concurrent branches decode block-level content using progressive multi-token prediction.
The Grok Build coding agent has been released as open source under the Apache 2.0 license.
OpenAI has transitioned ChatGPT Health to general availability, allowing users to upload medical records and test results for direct analysis. This rollout moves health-related querying from manual file uploads into a specialized interface, potentially disintermediating niche health-tech startups.
Stripe is in discussions to acquire OpenRouter, a model routing platform for developers. The deal is reportedly valued at approximately $10 billion.
OpenAI Presence provides enterprise customers with tools to deploy voice and chat agents that interact with internal company systems and execute approved actions. The service is currently available through a limited general availability program for eligible organizations.
Chinese AI firms Moonshot and Alibaba have released new models targeting parity with OpenAI and Anthropic performance levels. These releases prioritize significant cost reductions compared to leading US-based frontier models.
OpenAI is collaborating with the U.S. Department of Energy and national laboratories to apply frontier models to scientific research. The initiative aims to accelerate discovery across various national science domains.
KV-Cache Grafting allows frozen small language models to gain capabilities by restoring byte-exact key-value state artifacts from previously computed contexts. This method achieves 100% argmax agreement and zero KL divergence, moving a Gemma-4-12B from much lower scores to AIME 2025 performance levels without weight updates.
Graphify converts diverse file types, including SQL schemas, R scripts, and video, into a single queryable knowledge graph. It integrates application code, database structures, and infrastructure to enhance context for AI coding assistants like Claude Code and Cursor.
The Index-1.9B series includes Base, Pure (filtered), Chat (SFT/DPO), and Character (RAG-augmented) models. The 1.9B parameter models were pre-trained on 2.8 trillion Chinese and English tokens using a Warmup-Stable-Decay schedule.
Llama.cpp now integrates the Model Context Protocol (MCP), enabling full support for stdio and HTTP servers. Users can configure MCP servers via JSON or command-line arguments to transform the WebUI into an agentic chat interface, such as a local coder using the Serena server.
Kimi K3 achieves frontier-level performance by routing agentic tasks between the open K3 model and the closed Fable 5 model. This hybrid approach maintains 93% accuracy on 1,000 tasks while offering up to 50x cost reductions via Fireworks hosting.
Implementing a planner-worker architecture in agent swarms improves software development output quality. This structure allows for cost savings by delegating execution tasks to lower-cost models while maintaining high-level reasoning.
Alphabet reported 24% YoY revenue growth with Google Cloud accelerating at 82%. Gemini model APIs are now processing 22 billion tokens per minute, driven largely by Flash model adoption.
Chinese labs are releasing open-source models to provide stable, accessible alternatives to restricted US models from Anthropic and OpenAI. These models aim to capture market share through availability and increasing capability.
NVIDIA Nemotron 3 Embed has ranked first overall on the Retrieval Task Evaluation Benchmark (RTEB), specifically optimizing for agentic retrieval workflows.
Orca is a world foundation model focused on Next-State-Prediction rather than isolated token prediction. It learns a unified latent space through unconscious learning of natural transitions from video and conscious learning from language-described events.