NEW Claude Code Goes Viral - Fortune Feature
Jensen Huang called it "incredible"; a senior Google engineer said it recreated a year's worth of work in an hour. Non-coders using it for taxes, theater tickets, and tomato plant monitoring. Boris Cherny: 259 PRs in 30 days.
NEW Claude Constitution Rewrite - Consciousness Acknowledgment
Anthropic moving from rule lists to teaching WHY Claude should behave certain ways. Now acknowledges uncertainty about whether Claude might have "some kind of consciousness or moral status."
NEW Google Antigravity - Free AI IDE with Parallel Agents
Google previewed Antigravity on Jan 8 - a free AI IDE built on VS Code with parallel agent orchestration. Achieves 76.2% on SWE-bench. Pro pricing expected around $20/mo later this year.
NEW Cursor Agent Mode Launched (Jan 10)
Multi-file editing and terminal command execution for 2M users. Handles GitHub issues end-to-end, creates PRs, responds to feedback. 40% more context per request than competitors.
NEW Windsurf Acquired by Cognition (Devin AI)
Correction: Windsurf was acquired by Cognition (Devin team) in July 2025 after OpenAI deal collapsed. Now offering $15/mo with GPT-5.1 and Gemini 3 Pro. SWE-1.5 model processes at 950 tokens/sec.
NEW OpenAI Codex CLI Agent Skills
Codex now supports agent skills (SKILL.toml format) invoked with $skill-name syntax. Also added multi-agent control with spawn_agent and send_input capabilities.
NEW GPT-5.2-Codex Released
Most advanced agentic coding model: context compaction for long-horizon work, better Windows support, improved large refactors and migrations. Now default API model.
NEW Bun v1.3.5 - Terminal API and Performance
New Bun.Terminal API, compile-time feature flags, Response.json() 3.5x faster, async/await 15% faster, Promise.race 30% faster, Bun.hash.crc32 20x faster.
NEW Gemini CLI v0.24.0 - Skills and JSON Output
Stream JSON output for headless monitoring (--output-format stream-json), markdown toggle (alt+m/ctrl+m), pr-creator skill, refined Gemini 3 system instructions.
NEW Claude Code Best Practices - Container Trick
Control another Claude Code instance inside a container via tmux. Fully autonomous worker for experimental/long-running tasks. Use Gemini CLI as fallback for sites Claude can't fetch (e.g., Reddit).