inclusionAI Releases Ling-2.6-1T: Hybrid Architecture Trillion-Parameter Model with Sparse Attention and Fast Thinking

inclusionAI has open-sourced Ling-2.6-1T, a trillion-parameter flagship model from the Ling family, targeting complex real-world tasks. The model introduces a hybrid architecture combining Multi-head Latent Attention (MLA) and Linear Attention to improve inference efficiency, lowering latency and VRAM usage for long contexts while keeping expressivity.
Fast Thinking via Reward Strategy
Post-training uses a Contextual Process Redundancy Suppression reward strategy, which encourages shorter, direct outputs — a "fast thinking" mechanism that reduces reliance on verbose chains-of-thought. This cuts token overhead while maintaining performance.
Benchmark SOTA
Ling-2.6-1T achieves open-source SOTA on execution-heavy benchmarks:
- AIME26 (reasoning)
- SWE-bench Verified (software engineering)
- BFCL-V4 (function calling)
- TAU2-Bench (task completion)
- IFBench (instruction following)
Agent Integration
The model is designed for end-to-end engineering workflows — from code generation to bug fixing — and integrates with mainstream agent frameworks including Claude Code, OpenClaw, OpenCode, and CodeBuddy. It handles multi-tool, multi-step constraints in enterprise environments.
📖 Read the full source: r/LocalLLaMA
👀 See Also

Andrej Karpathy Joins Anthropic's Pre-Training Team to Drive Recursive Self-Improvement Using Claude
Andrej Karpathy, former OpenAI cofounder, joins Anthropic's pre-training team under Nick Josef to build a new team focused on using Claude to accelerate pre-training research, enabling recursive self-improvement.

Meta tracking employee computer interactions for AI agent training
Meta is installing tracking software on US employee computers to capture mouse movements, clicks, and keystrokes for training AI models that can perform work tasks autonomously. The tool runs on work-related apps and websites and takes occasional screen snapshots for context.

Claude Chat Leak via Google Search: What Developers Need to Know
Over the weekend, Claude AI share links were indexed by Google, exposing private chats including legal strategies and technical discussions. Anthropic has since blocked the search query. This is the second such incident.

Claude Code v2.1.216: Sandbox Filesystem Toggle, Quadratic Slowdown Fix, and 30+ Bug Fixes
Claude Code v2.1.216 adds sandbox.filesystem.disabled to skip filesystem isolation while keeping network egress control, fixes a quadratic message normalization slowdown in long sessions, and resolves 30+ bugs including OAuth token expiry, worktree isolation, and background agent persistence.