The End of the AI Subsidy Era
The era of subsidized AI API usage is ending as platform providers like OpenAI and Anthropic face unsustainable losses, with OpenAI reporting a $38.53 billion net loss in 2025. Hardware costs, particu…
The era of subsidized AI API usage is ending as platform providers like OpenAI and Anthropic face unsustainable losses, with OpenAI reporting a $38.53 billion net loss in 2025. Hardware costs, particu…
A major outage at Anthropic on June 23, 2026, disrupted Claude AI services, highlighting the risks of relying on a single LLM provider. The incident, caused by demand outpacing infrastructure capacity…
New research reveals that auto-regressive large language models suffer from the Reversal Curse, failing to infer that B is A after learning A is B. Tests on GPT-4 showed accuracy dropping from 79% on …
Microsoft announced at Build 2026 a suite of upgrades to Azure Kubernetes Service (AKS) to optimize it for AI workloads, including AKS on Bare Metal in public preview for direct hardware access, gener…
Memcached's refusal to add features like persistence or replication makes it the most reliable choice for stateless, high-performance caching, according to a developer analysis. The tool's strict arch…
OpenAI released GPT-5.5-Cyber, a model that finds vulnerabilities cheaply but shifts the bottleneck to patching. The model discovered dozens of bugs in OpenBSD, Linux, FreeBSD, Chrome, Safari, and oth…
AI data centers are consuming the global supply of high-bandwidth memory, causing a DRAM shortage that is driving up prices for legacy memory standards like DDR2 and DDR3. Hardware manufacturers are r…
Priya Nair published a tutorial on building a Python pipeline that extracts structured data from invoice PDFs or images using Anthropic's Claude API with tool use and Pydantic validation. The pipeline…
Weibo's AI group released VibeThinker-3B, a 3-billion-parameter model that achieves 94.3 on AIME and outperforms Claude Opus 4.5 on competition reasoning, but collapses on general knowledge tasks. The…
OpenAI's Codex CLI tool writes up to 640 TB per year to SSDs due to a default TRACE-level logging configuration, causing rapid wear on consumer drives. A developer reported 37 TB written in 21 days, w…
Developer Lenn Voss introduces Recall, an open-source tool that uses classical NLP algorithms like TF-IDF and TextRank to summarize Claude Code sessions locally, bypassing expensive LLM calls and clou…
ByteDance released DeerFlow 2.0, a ground-up rewrite of its open-source agent runtime, on February 28, 2026. The new version transforms the deep-research tool into an isolated, stateful execution harn…
Google announced on May 19, 2026, that it is retiring its open-source Gemini CLI and replacing it with Antigravity CLI, a Go-based, agent-first platform. The migration, effective June 18, 2026, introd…
Switzerland's Swiss AI Initiative launched Apertus, a fully open-source large language model with complete transparency in training data, code, and alignment methods, designed for sovereign deployment…
Anthropic has begun requiring government-issued ID and a live selfie for certain Claude capabilities on consumer tiers (Free, Pro, Max), processed by third-party vendor Persona. The API, Team, and Ent…
Google's TPU uses a systolic array architecture optimized for tensor algebra, offering higher throughput and energy efficiency than GPUs for dense matrix operations, but requires XLA compilation and i…
Security researchers at Tenet Security disclosed Agentjacking, an exploit chain that weaponizes public Sentry Data Source Names (DSNs) and the Model Context Protocol to trick AI coding agents like Cur…
NVIDIA open-sourced SkillSpector, a security scanner for AI agent skills, to address vulnerabilities like prompt injection and tool poisoning. Research shows 26.1% of 42,447 skills had vulnerabilities…
The open-source project 'mukul975/Anthropic-Cybersecurity-Skills' provides 754 structured cybersecurity skills for AI agents, enabling deterministic security copilots. It uses progressive disclosure t…
The open-source NVK Vulkan driver for Nvidia GPUs has merged experimental support for DLSS by importing pre-compiled CUDA binaries via the VK_NVX_binary_import extension, bypassing Nvidia's proprietar…