Subquadratic Debuts 12M Token Context Window for AI Models

Subquadratic has announced a 12-million-token context window, claiming a breakthrough in subquadratic attention mechanisms. This compares to typical 128K-1M token windows in current models. The technique allows models to handle vastly larger contexts without quadratic scaling of compute or memory.
Key Details
- Context window: 12 million tokens (12x larger than GPT-4's 128K tokens)
- Based on subquadratic attention, likely using linear or near-linear complexity in sequence length
- Enables processing entire large codebases, long documents, or multi-hour video transcripts in a single forward pass
- Potential applications: code review of entire repos, long-document analysis, multi-turn dialog with full history
- Compatible with existing transformer-based LLMs via drop-in attention replacement
The approach reduces O(n²) attention to near-O(n) using techniques like state-space models or low-rank factorizations. No specific benchmark numbers are provided in the source, but the claim is that this makes 12M-token windows practical on a single GPU.
Who It's For
AI engineers working on code analysis, document processing, or any task requiring long-context understanding without expensive chunking or retrieval.
📖 Read the full source: HN AI Agents
👀 See Also

Alibaba Launches Wukong AI Platform for Enterprise Automation
Alibaba has launched Wukong, an AI platform that coordinates multiple agents to handle complex business tasks like document editing, spreadsheet updates, meeting transcription, and research. It's currently in invitation-only beta testing.

Google Chrome Installs 4 GB Gemini Nano AI Model Silently – No User Consent
Google Chrome has been found to silently download and install the 4 GB Gemini Nano AI model on user devices without explicit consent, sparking privacy and storage concerns.

OpenClaw 2026.4.2 and 2026.3.31 break local LLM connections
OpenClaw versions 2026.4.2 and 2026.3.31 are causing connection timeouts to locally hosted Ollama instances. The issue appears when connecting to Ubuntu boxes running locally, with error logs showing LLM request timeouts and failover decisions.

Linux Sound Subsystem Flooded with AI-Assisted Fixes: IRQ, UAF, and Quirks
Takashi Iwai's latest pull request for Linux 7.1 sound shows many 'assisted-by' patches from Claude Code and GPT-5.5, fixing HD-audio IRQ handling, UAF bugs, and device quirks.