What is this?
AI coding is the fastest-moving corner of AI: models that write, review, debug and refactor software. It began as line-by-line autocomplete and has become autonomous "agentic coding" — you describe an outcome, the AI plans, edits files, runs tests and iterates. Surveys suggest a large share of all new code at major tech companies is now AI-assisted.
Key tools & players
- Claude Code (Anthropic) — terminal-first agentic coding
- GitHub Copilot (Microsoft/OpenAI) — the assistant that started the wave
- Cursor — AI-native code editor
- OpenAI Codex — cloud coding agents
- Open-weight challengers: DeepSeek, Qwen, Kimi, Inkling — frontier-level coding at a fraction of the price
Milestones
- 2021 — GitHub Copilot preview: autocomplete on steroids
- 2022 — ChatGPT shows anyone can ask for working code
- 2023 — GPT-4 passes real coding interviews; SWE-bench launches to measure real-repo fixes
- 2024 — Agents arrive: models use terminals and editors, not just chat
- 2025 — "Vibe coding" enters the dictionary; agentic tools (Claude Code, Codex) go mainstream
- 2026 — Open-weight models close in on the frontier; coding-per-dollar collapses
- Aug 2026 — Qwen3.8-Max ships after a 10-day autonomous coding run — a 2.4T flagship priced far below Western rivals
- Aug 2026 — Meta ships Muse Code on Muse Spark 1.2; every major US lab now fields its own terminal agent
- Aug 2026 — Qwen3.8-Max weights go public: the first Max-class open release, 2.4T parameters, under a custom licence rather than Apache 2.0
- Aug 2026 — GLM-5.3 tops CyberGym at 84.5, the first open-weight model to lead a security benchmark; weights due two weeks after launch
- Aug 2026 — SpaceX closes its $60 billion all-stock purchase of Cursor: the leading AI-native editor is no longer an independent company
- Aug 2026 — Linear publishes its own logs: agents now create almost as many work items per week as humans and integrations combined, and teams using coding agents triple their weekly pull requests while everyone else stays flat
Mini glossary
- SWE-bench: benchmark where models fix real GitHub issues end-to-end
- Agentic coding: AI that plans and executes multi-step coding work autonomously
- Vibe coding: building software by describing intent and reviewing results, barely touching code