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.
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.
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.
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.
SANA-Video 2.0 uses a hybrid architecture with gated linear attention and periodic gated-softmax anchors at a 3:1 ratio to achieve O(N) scaling. The 5B and 14B parameter models generate 720p video on a single GPU by using Block Attention Residuals to propagate feature updates.
WrenAI implements a governed text-to-SQL engine using an open context layer to generate dashboards and charts from natural language. It supports over 20 data sources, including Snowflake, BigQuery, and PostgreSQL.
Integrates knowledge graphs with symbolic rule mining and probabilistic reasoning using the LP-MLN formalism. The framework iteratively enriches graph structures with candidate rules that are calibrated through probabilistic weight learning to handle uncertainty.
Custom W8A8 kernels for Apple M5 hardware achieve 3,029 tps for Gemma4 prefill tasks, a 1.4x improvement over the 2,193 tps baseline. Current inference backends like MLX and Llama.cpp lack support for the M5's native INT8 activation capabilities.
Meta's AI models are being deployed to process petabyte-scale datasets generated by the Advanced Light Source X-ray beamlines. The integration aims to manage increasing data volumes from high-resolution facility upgrades that exceed manual scientific analysis capacities.
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.
The Lookahead-Enhanced Atomic Decomposition (LEAD) method mitigates error accumulation in long-horizon LLM tasks. By incorporating short-horizon future validation during step decomposition, it prevents irreversible errors caused by non-uniform error distributions in complex algorithmic puzzles.
Xiaomi-Robotics-1 is a vision-language-action model trained on 100,000 hours of real-world manipulation data via an auto-labeling pipeline. It enables zero-shot mobile manipulation and rapid adaptation to new tasks with minimal fine-tuning data.
fastmcp is a Python library designed for rapid development of Model Context Protocol (MCP) servers and clients. It streamlines the creation of standardized interfaces for AI agents to access external data and tools.