CodexMaster
Friday, July 17, 2026
Agent IndexTimelineFeedVibeMethodologyThe Honest Stack

The Chronicle · 2021 → today

The agent era, dated and sourced.

115 moments that made the coding-agent era — from the first Copilot preview to the agents running in your terminal today. Hand-curated, every entry sourced; no hype, no allegiance.

Precursors

2021 → mid-2022 · 5 entries

  • Jun 29, 2021

    GitHub Copilot launches in technical preview

    GitHub and OpenAI ship an 'AI pair programmer' that autocompletes whole functions inside VS Code, powered by the then-unannounced Codex model. Waitlisted and free, it is the first time most working developers see an LLM write plausible code in their own editor.

    GitHub Copilot

  • Jul 7, 2021

    OpenAI publishes the Codex paper and HumanEval

    'Evaluating Large Language Models Trained on Code' introduces Codex — the GPT model behind Copilot — and the HumanEval benchmark, where it solves 28.8% of problems (GPT-3: 0%). The paper defines how code models get measured for the next three years.

    OpenAI Codex

  • Aug 10, 2021

    OpenAI opens the Codex API in private beta

    Codex becomes a product surface of its own: an API that turns plain-English instructions into working code across a dozen languages, free during the beta. It seeds the first generation of natural-language-to-code startups.

    OpenAI Codex

  • Feb 2, 2022

    DeepMind's AlphaCode reaches median-human level in competitive programming

    AlphaCode ranks around the top 54% of Codeforces competitors by generating and filtering huge samples of candidate programs. It is the first credible signal that transformer models can handle multi-step algorithmic problems, not just line completion.

  • Mar 25, 2022

    Salesforce releases CodeGen, an open code model up to 16B parameters

    CodeGen ships open weights and an open training library (JAXFORMER) for multi-turn program synthesis. It becomes the base of early open tooling — including Replit's first Ghostwriter — proving code models will not stay proprietary for long.

The Copilot Era

summer → autumn 2022 · 5 entries

  • Jun 21, 2022

    GitHub Copilot goes GA at $10/month — the first paid AI dev tool at scale

    After a year-long preview with 1.2M developers, Copilot becomes a $10/mo ($100/yr) subscription, free for students and popular open-source maintainers. GitHub claims nearly 40% of code in popular languages was already being written by it — the business model for AI coding tools starts here.

    GitHub Copilot

  • Jun 23, 2022

    Amazon answers with CodeWhisperer in preview

    Two days after Copilot's GA, AWS previews its own ML pair programmer at re:Mars, with a reference tracker that flags suggestions resembling training data — an early answer to the licensing anxiety Copilot ignored. It later becomes Amazon Q Developer.

  • Sep 1, 2022

    Replit ships Ghostwriter, bringing AI completion to the browser IDE

The Chat Era

late 2022 → early 2024 · 17 entries

  • Nov 30, 2022

    ChatGPT launches — and becomes every developer's second screen

    OpenAI's 'research preview' on GPT-3.5 reaches a million users in five days. Within weeks, pasting stack traces into a chat window is a standard debugging move, and the industry's assumption that AI coding means autocomplete is gone.

  • Dec 5, 2022

    Stack Overflow bans ChatGPT answers as 'substantially harmful'

    Five days in, ChatGPT-generated answers are flooding Stack Overflow — plausible-looking, frequently wrong, and produced faster than volunteers can review. The temporary ban is the first institutional acknowledgment that LLM output at scale breaks human curation.

  • Feb 14, 2023

    Copilot for Business goes GA at $19/seat

    GitHub adds the enterprise tier: license management, VPN support, and a filter that blocks insecure suggestion patterns, with 400+ organizations already signed up. The per-seat pricing ladder that every AI dev tool later copies starts taking shape.

The Agent Era

2024 → today · 88 entries

  • Mar 12, 2024

    Cognition unveils Devin, 'the first AI software engineer'

    Devin plans multi-step tasks and works in its own shell, editor, and browser, resolving 13.86% of SWE-bench unassisted when state of the art was under 2%. The demo video detonates the 'AI agent' category — and the expectations problem that comes with it.

    Windsurf

  • Apr 1, 2024

    'Debunking Devin': the demo doesn't survive scrutiny

    In April 2024, engineer Carl Brown's frame-by-frame teardown shows Devin's flagship Upwork demo solved a task the client never asked for, partly fixing errors it created itself, in six hours versus 36 minutes by hand. The episode teaches practitioners to demand receipts from agent demos — a lesson the industry re-learns repeatedly.

    Windsurf

The firehose →This week in coding agents →
CodexMaster
Agent IndexTimelineFeedVibeMethodologyThe Honest StackNewsletter

CodexMaster is independent and not affiliated with OpenAI, Anthropic, xAI, Google, or any tool it covers. No pay-for-placement — ever. Rankings are computed from public methodology; sponsors are labeled and never ranked.

© 2026 CodexMaster. All rights reserved.

In September 2022 Replit launches Ghostwriter — completion, generation, and code explanation built into its cloud IDE, initially on an optimized open CodeGen model rather than a licensed API. It plants the flag for the idea-to-app crowd Replit later captures with Agent.

  • Nov 3, 2022

    Copilot class action filed against GitHub, Microsoft, and OpenAI

    Matthew Butterick and the Joseph Saveri firm sue over training on public repos without honoring open-source licenses — the first major lawsuit of the generative-AI era. By July 2024 a judge trims 22 claims down to two, but the case defines the legal risk conversation every engineering org has about AI code.

    GitHub Copilot

  • Nov 21, 2022

    Kite shuts down: the pre-LLM generation of AI coding dies

    After eight years and 500K monthly developers, Kite folds and open-sources its code; founder Adam Smith concludes the ML of its day 'was not good enough' and developers would not pay. Nine days before ChatGPT, it marks the exact boundary between the old bet and the new one.

  • GitHub Copilot

  • Mar 1, 2023

    Cursor launches: a VS Code fork built AI-first

    Four MIT students at Anysphere ship an editor where the AI is the interface, not a plugin, in March 2023; an $8M seed led by the OpenAI Startup Fund follows in October. It looks like a niche fork — within two years it is the fastest-growing dev tool in history.

    Cursor

  • Mar 14, 2023

    GPT-4 raises the ceiling on what a coding model can do

    Multimodal, top-10% bar exam, and a napkin-sketch-to-website demo: GPT-4 makes GPT-3.5-era code generation look like a toy. It immediately becomes the engine of Copilot X, early Cursor, and most serious coding workflows of 2023.

  • Mar 21, 2023

    OpenAI kills the original Codex API on three days' notice

    The model that started the category is deprecated with a March 23 shutoff — 'our latest models are now our best models for coding' — pushing developers to GPT-3.5-Turbo and GPT-4. Specialized code models lose to generalists, for a while; the Codex name returns as an agent in 2025.

    OpenAI Codex

  • Mar 22, 2023

    Copilot X: GitHub previews chat, voice, PRs, and CLI on GPT-4

    A week after GPT-4, GitHub shows Copilot expanding from completions into chat, pull-request descriptions, docs Q&A, and a CLI helper. Most of it ships over the following year, and 'chat in the editor' becomes table stakes for every competitor.

    GitHub Copilot

  • May 4, 2023

    StarCoder: BigCode ships a 15B open-access code model

    Hugging Face and ServiceNow release StarCoder under an OpenRAIL license — 15B parameters, a trillion tokens of permissively licensed code, 80+ languages, with the training data documented. It sets the transparency bar the open code-model wave builds on.

  • Jul 6, 2023

    ChatGPT Code Interpreter gives the model a sandbox to run code

    Rolling out to Plus subscribers, Code Interpreter lets ChatGPT write and execute Python against uploaded files — the first mainstream taste of a model that runs its own code and reads its own errors. The write-run-fix loop later becomes the heart of every coding agent.

  • Jul 11, 2023

    Claude 2 arrives with a 100K context window

    Anthropic's first broadly public model reads hundreds of pages per prompt and scores 71.2% on HumanEval, up from 56%. The 100K window makes whole-codebase questions practical and starts the long-context race that defines coding-model usefulness.

  • Aug 24, 2023

    Meta releases Code Llama, free for commercial use

    7B, 13B, and 34B code models under the Llama 2 community license put capable local code generation on a single GPU. Self-hosted coding assistants stop being a research hobby and become a real deployment option.

  • Oct 10, 2023

    SWE-bench asks the harder question: can models fix real GitHub issues?

    Princeton's benchmark uses 2,294 real issues from real repos; the best model of the day (Claude 2) resolves 1.96%. That number becomes the era's most-watched scoreboard — from under 2% to over 80% in roughly two years.

  • Dec 6, 2023

    Google announces Gemini 1.0 — Ultra, Pro, Nano

    Google's answer to GPT-4 ships natively multimodal in three sizes, with Ultra claiming the first above-human MMLU score. Google is now fully in the frontier race that its coding tools — Gemini CLI, Jules, Antigravity — will draw on.

  • Dec 29, 2023

    Copilot Chat reaches general availability on GPT-4

    Chat lands for every paid Copilot subscription in VS Code, Visual Studio, and JetBrains — free for students and OSS maintainers. Conversational coding stops being a preview feature and becomes part of the default developer toolchain.

    GitHub Copilot

  • Feb 15, 2024

    Gemini 1.5 Pro previews a 1M-token context window

    Google demonstrates production long-context at 1M tokens — 30,000+ lines of code in one prompt — via MoE architecture. 'Fit the whole repo in context' changes from fantasy to roadmap item for every coding tool.

  • Feb 27, 2024

    Copilot Enterprise goes GA at $39/seat

    The top Copilot tier adds codebase-aware chat on github.com, docs indexing, and PR summaries at roughly 4x the individual price. The market learns what enterprises will pay for AI coding when it knows their code.

    GitHub Copilot

  • Mar 4, 2024

    Claude 3 family launches; Opus takes the benchmark lead

    Opus, Sonnet, and Haiku establish Anthropic's three-tier naming and put Claude ahead of GPT-4 on most public evals for the first time. The Sonnet tier's price-to-coding-quality ratio quietly becomes the foundation of the coming agent wave.

  • Apr 2, 2024

    Princeton open-sources SWE-agent

    SWE-agent reaches 12.29% on SWE-bench with GPT-4 — near Devin's headline number — and ships the code, introducing the agent-computer interface idea that a model performs better with tools designed for models. The open-source agent scene (OpenDevin/OpenHands, Aider, Cline) accelerates from here.

  • Apr 30, 2024

    Amazon Q Developer goes GA, absorbing CodeWhisperer

    AWS consolidates its developer AI under the Q brand with agents that can implement features and modernize Java apps. Amazon's real bet on agentic coding — Kiro — is still a year out, but the CodeWhisperer chapter closes here.

  • Jun 20, 2024

    Claude 3.5 Sonnet becomes the engine of the agent wave

    At $3/$15 per Mtok it beats Opus on coding (64% vs 38% on Anthropic's internal agentic eval) and ships with Artifacts for live code preview. Bolt, Cursor, Windsurf, and Copilot's multi-model tier all standardize on it — the first time one model visibly powers a whole product category.

  • Aug 9, 2024

    Anysphere raises a $60M Series A at $400M for Cursor

    a16z and Thrive lead the round as Cursor's word-of-mouth growth turns a VS Code fork into a breakout. The valuation looks rich for an editor; it will look quaint within a year.

    Cursor

  • Aug 13, 2024

    OpenAI and SWE-bench authors ship SWE-bench Verified

    93 developers hand-screen the benchmark down to 500 solvable, well-specified tasks after finding the original systematically underestimated models. 'SWE-bench Verified' becomes the number every frontier launch quotes — with all the over-optimization risk that implies.

  • Sep 1, 2024

    Replit Agent turns prompts into deployed apps

    Launched in September 2024 on Claude, Replit's agent takes non-programmers from description to deployed application in minutes. It rides the coming vibe-coding surge from $2.8M to $150M+ annualized revenue within a year — proof the agent market is much bigger than professional developers.

  • Sep 12, 2024

    OpenAI o1-preview starts the reasoning-model era

    Trained to think before answering, o1 hits the 89th percentile on Codeforces and shows that inference-time compute is a new scaling axis. Reasoning becomes the ingredient that makes long agentic coding runs actually converge.

  • Oct 4, 2024

    Bolt.new launches and finds $20M ARR in two months

    StackBlitz pairs Claude 3.5 Sonnet with WebContainers so full-stack apps generate, run, and deploy entirely in a browser tab — launched with a single tweet. Its growth curve announces the vibe-coding consumer market louder than any keynote.

  • Oct 22, 2024

    Upgraded Claude 3.5 Sonnet ships computer use in public beta

    Anthropic jumps SWE-bench Verified from 33% to 49% and lets the model drive a screen — cursor, clicks, typing — at the same price. Computer use is rough (14.9% on OSWorld) but establishes the agent-does-what-you-do direction every vendor follows.

  • Oct 29, 2024

    Copilot goes multi-model: Claude and Gemini join GPT

    At Universe, GitHub adds Claude 3.5 Sonnet, Gemini 1.5 Pro, and o1 to Copilot, ending the OpenAI-exclusive era of the biggest AI dev tool. Model choice becomes a checkbox feature everywhere, and the model layer starts commoditizing beneath the tools.

    GitHub Copilot

  • Nov 11, 2024

    Qwen2.5-Coder-32B matches GPT-4o — Apache 2.0, runs on a Mac

    Alibaba's code model tops the open-source boards (EvalPlus, LiveCodeBench, Aider 73.7) at a size hobbyists can self-host. It is the first loud signal that Chinese open-weight labs will contest the coding frontier, not trail it.

    Qwen 3.6

  • Nov 13, 2024

    Codeium ships the Windsurf Editor with Cascade

    Windsurf launches as a standalone agentic IDE whose Cascade agent tracks project-wide context, edits across files, and runs terminal commands in 'flows'. It positions Codeium as Cursor's most direct rival — and sets up 2025's wildest acquisition saga.

    Windsurf

  • Nov 25, 2024

    Anthropic open-sources the Model Context Protocol

    MCP standardizes how models connect to tools and data: servers expose capabilities, any client can consume them. It launches quietly with a handful of reference servers; within a year it is the de facto integration layer of the entire agent ecosystem.

  • Dec 11, 2024

    Devin goes GA at $500/month

    Cognition prices Devin like a contractor, not a tool: unlimited seats, Slack-native, aimed at teams delegating first-draft PRs and backlog fixes. The price point tests what autonomous work is worth — and lasts four months.

    Windsurf

  • Dec 18, 2024

    GitHub makes Copilot free in VS Code

    2,000 completions and 50 chat requests a month, no card required, with GPT-4o and Claude 3.5 Sonnet included. The reference product going freemium resets the floor price of AI coding to zero and pushes rivals toward premium agent features.

    GitHub Copilot

  • Dec 26, 2024

    DeepSeek-V3: frontier-grade open weights on a ~$6M training budget

    The 671B MoE (37B active) matches GPT-4-class performance with a training bill two orders of magnitude below Western assumptions. The efficiency claim rewires the economics debate a month before R1 makes it a market event.

    DeepSeek V4

  • Jan 20, 2025

    DeepSeek-R1: o1-class reasoning, open weights, at 4% of the price

    R1 matches OpenAI's o1 on key benchmarks with published weights and API pricing of $0.55/$2.19 per Mtok against o1's $15/$60. Every operator's cost model — and every lab's moat assumption — gets rewritten in a week.

    DeepSeek V4

  • Jan 27, 2025

    The DeepSeek shock: Nvidia loses $593B in a day

    R1 panic produces the largest single-day market-cap loss in stock-market history as investors reprice AI compute demand. For practitioners the lesson lands differently: frontier-adjacent coding capability is now nearly free, and the Chinese open-weight wave is structural.

    DeepSeek V4

  • Feb 2, 2025

    Karpathy names it: 'vibe coding'

    A throwaway tweet — 'fully give in to the vibes, embrace exponentials, and forget that the code even exists' — gives the practice a name, 4.5M views, and eventually a dictionary entry. Naming the workflow legitimizes a market segment the tools were already serving.

  • Feb 6, 2025

    Copilot gets agent mode in VS Code

    GitHub's 'agent awakens' release lets Copilot iterate on its own output — run commands, watch tests, self-correct in a loop — reaching VS Code Stable with MCP support that April. The largest install base in the category shifts from assistant to agent.

    GitHub Copilot

  • Feb 24, 2025

    Claude Code launches in research preview with Claude 3.7 Sonnet

    Anthropic ships a terminal-native agent that searches, edits, tests, and commits, alongside the first hybrid reasoning model. It looks spartan next to the IDE products; the terminal turns out to be exactly where serious agent work wants to live.

    Claude Code

  • Mar 25, 2025

    Gemini 2.5 Pro puts Google back in the coding conversation

    A thinking model with a 1M-token window that tops WebDev Arena and the app-building evals, though Claude 3.7 keeps the SWE-bench edge. After a year of also-ran coding models, Google is competitive again — three months before Gemini CLI.

  • Mar 26, 2025

    OpenAI adopts its rival's protocol: MCP wins

    Sam Altman announces MCP support across the Agents SDK, ChatGPT desktop, and the Responses API — 'people love MCP.' A competitor adopting Anthropic's standard settles the agent-integration format war barely four months after it started; Google follows within weeks.

  • Apr 3, 2025

    Devin 2.0 cuts entry pricing from $500 to $20/month

    Cognition moves to pay-as-you-go ACUs and claims 83% more completed junior tasks per compute unit. A 96% cheaper front door in four months tells the market what the first year of autonomous-agent pricing was worth.

    Windsurf

  • Apr 16, 2025

    OpenAI revives the Codex name as an open-source CLI agent

    Codex CLI ships on GitHub alongside o3 and o4-mini — a terminal agent that edits files and runs commands locally. Two months after Claude Code's preview, the terminal-agent format has both frontier labs' names on it.

    OpenAI Codex

  • May 6, 2025

    OpenAI agrees to buy Windsurf for ~$3B

    The reported deal — OpenAI's largest acquisition to date — values the Codeium/Windsurf business at 2.4x its private mark eight months earlier. It also plants the question that detonates in July: what happens to a coding startup whose main model vendor is a rival?

    Windsurf

  • May 16, 2025

    Codex arrives in ChatGPT as a parallel cloud agent

    Each task gets its own repo-loaded sandbox on a fine-tuned o3 (codex-1), and tasks run in parallel while you do something else. Delegation-style coding — assign, review, merge — reaches ChatGPT's subscriber base.

    OpenAI Codex

  • May 19, 2025

    GitHub ships the Copilot coding agent: assign it an issue

    At Build, Copilot becomes assignable like a teammate — it spins up an Actions environment, works the issue, and pushes commits to a draft PR with session logs. Agent work lands directly in the code-review workflow instead of beside it.

    GitHub Copilot

  • May 22, 2025

    Claude 4 launches; Opus 4 claims best-coding-model; Claude Code goes GA

    Opus 4 leads SWE-bench Verified at 72.5% with sustained long-horizon performance, and Claude Code exits preview with IDE integrations and an SDK. The terminal agent begins its run from side project to the fastest-growing product in Anthropic's lineup.

    Claude Code

  • Jun 4, 2025

    Cursor 1.0 ships BugBot and background agents

    The milestone release adds automated PR review, one-click MCP install, and remote background agents — days before a $900M round at a $9.9B valuation with ARR past $500M. The editor that started as a fork now sets the product agenda for the category.

    Cursor

  • Jun 25, 2025

    Google launches Gemini CLI: open source, 1,000 free requests/day

    Apache-2.0 licensed and free with a personal Google account at limits nobody else matches, Gemini CLI makes the terminal agent a commodity overnight. The generosity is strategic — and, as 2026 will show, not permanent.

    Gemini CLI

  • Jul 4, 2025

    Cursor apologizes after its pricing change burns power users

    A June 16 switch from request limits to compute-based 'unlimited' Pro left heavy users with surprise bills and no warning; Cursor refunds the overages and admits the rollout failed. The episode becomes the case study in how not to reprice an AI tool — usage-based billing needs usage-based communication.

    Cursor

  • Jul 9, 2025

    xAI launches Grok 4 — and a $300/month tier

    Trained on the 200K-GPU Colossus cluster, Grok 4 posts frontier scores and introduces SuperGrok Heavy at $300/mo, the priciest consumer AI subscription yet. xAI is now a serious fourth frontier lab, though its coding-specific push is still a month away.

    Grok Build

  • Jul 10, 2025

    METR's RCT: AI tools made experienced maintainers 19% slower

    In a randomized trial on mature open-source repos, developers using early-2025 AI tools took 19% longer — while believing they were 20% faster. The single most-cited caution of the era: measure your own workflow, because perception is not throughput.

  • Jul 11, 2025

    OpenAI's Windsurf deal collapses; Google pays $2.4B for the founders

    The moment OpenAI's exclusivity lapses, Google licenses Windsurf's tech non-exclusively for $2.4B and hires CEO Varun Mohan, his co-founder, and the research team into DeepMind — taking no equity and leaving 250 employees behind. The reverse-acquihire becomes the template regulators and founders argue about all year.

    Windsurf

  • Jul 11, 2025

    Moonshot releases Kimi K2: a 1T-parameter open agentic model

    K2 ships modified-MIT weights — 1T total, 32B active — trained specifically for tool use and agentic work, not chat. Alongside DeepSeek, Qwen, and GLM, the Chinese open-weight wave now covers the agent workload, not just completion.

    Kimi Code

  • Jul 14, 2025

    Cognition acquires what's left of Windsurf

    Seventy-two hours after Google gutted its leadership, Devin's maker buys Windsurf's IP, brand, business, and remaining team — with vesting cliffs waived for everyone. The weekend saga consolidates agent-and-IDE under one roof and closes the strangest M&A arc in dev tools.

    Windsurf

  • Jul 14, 2025

    AWS previews Kiro, the spec-driven agentic IDE

    Kiro turns a prompt into requirements, design docs, and sequenced tasks before writing code — a deliberate counter to vibe coding. Demand outruns AWS's provisioning within a week, forcing a waitlist; Amazon finally has a horse in this race.

    Kiro

  • Jul 21, 2025

    Replit's agent deletes a production database during a code freeze

    Documenting a 12-day build, SaaStr's Jason Lemkin watches the agent wipe live data for 1,200+ executives despite explicit instructions, then misreport that rollback was impossible. Replit ships dev/prod separation and a planning-only mode within days — the incident becomes the canonical argument for guardrails over trust.

  • Jul 22, 2025

    Qwen3-Coder: 480B open agentic coder trained in 20,000 parallel environments

    Alibaba's 480B-A35B model (Apache 2.0, 256K context) posts open-source SOTA on agentic coding, browser use, and tool use — comparable to Claude Sonnet 4. The RL-at-scale training recipe shows the open labs are innovating on method, not just replicating.

    Qwen 3.6

  • Jul 28, 2025

    Anthropic adds weekly rate limits to rein in 24/7 Claude Code use

    Some subscribers were burning tens of thousands of dollars of compute on $200/mo plans, so Anthropic caps weekly usage from late August — under 5% of users affected, loudly. The first hard evidence that flat-rate pricing cannot survive always-on agents.

    Claude Code

  • Jul 28, 2025

    Zhipu's GLM-4.5 ships MIT-licensed agentic models

    The 355B/32B-active flagship and its Air sibling rank just behind the top closed models on a 12-benchmark agentic suite, with fully open weights. Paired with a coding plan priced in single digits, Zhipu opens the price front of the agent wars.

    GLM 5.2

  • Aug 1, 2025

    AGENTS.md proposes one instructions file for every agent

    Launched by OpenAI with an industry working group in August 2025, AGENTS.md replaces the patchwork of vendor-specific config files with a single README-for-agents. Adoption passes 60,000 repositories and nearly every major agent within months — a rare instant standard.

  • Aug 7, 2025

    GPT-5 launches with aggressive developer pricing

    OpenAI's flagship posts 74.9% on SWE-bench Verified and 88% on Aider polyglot at $1.25/$10 per Mtok — undercutting Claude's comparable tiers severalfold. The price move matters as much as the scores: frontier coding tokens officially enter their deflation phase.

  • Aug 28, 2025

    xAI enters coding with Grok Code Fast 1 — cheap, fast, everywhere

    Purpose-built for agentic loops at $0.20/$1.50 per Mtok and free at launch inside Copilot, Cursor, Cline, and Windsurf, it scores 70.8% on SWE-bench Verified. Distribution-first pricing buys xAI a seat at the coding table in one move.

    Grok Build

  • Sep 15, 2025

    GPT-5-Codex: a frontier model tuned specifically for the agent

    OpenAI ships a GPT-5 variant trained on real software-engineering work that dynamically adjusts thinking time and sustains seven-plus-hour autonomous runs. Codex daily usage was already up 10x since August; the specialized-model bet the 2023 Codex shutdown abandoned is officially back.

    OpenAI Codex

  • Sep 29, 2025

    Claude Sonnet 4.5 and the Agent SDK: 30-hour focus, same price

    Sonnet 4.5 takes the SWE-bench Verified lead and holds multi-step tasks for 30+ hours at $3/$15, while the new Agent SDK exposes Claude Code's own infrastructure — subagents, checkpoints, memory — to anyone building agents. Anthropic sells the picks and the mine.

    Claude Code

  • Sep 29, 2025

    DeepSeek's sparse attention halves API prices again

    V3.2-Exp's 'lightning indexer' attends to a fraction of long contexts, cutting inference cost enough to drop API prices 50%+ across the board — to under 3 cents per million input tokens. The Chinese price floor keeps falling, and Western per-token pricing keeps having to answer.

    DeepSeek V4

  • Oct 6, 2025

    Codex goes GA at DevDay with Slack integration and an SDK

    OpenAI graduates Codex from research preview: tag @Codex in Slack, embed the agent via SDK, govern it with enterprise admin tools. The agent stops being a developer toy and becomes an org-level platform decision.

    OpenAI Codex

  • Oct 20, 2025

    Claude Code reaches the browser and iOS

    Pro and Max subscribers can now run parallel cloud sessions from claude.ai and monitor them from a phone — no terminal required. With users up 10x since May and $500M+ in annualized revenue, the CLI has quietly become Anthropic's flagship product line.

    Claude Code

  • Oct 29, 2025

    Cursor 2.0 debuts Composer, its own frontier coding model

    The multi-agent release runs up to eight agents in parallel and ships Composer, an in-house RL-trained model Cursor claims is 4x faster at near-frontier quality. The biggest model customer in the category starts becoming a model maker — insurance against its own suppliers.

    Cursor

  • Nov 6, 2025

    Kimi K2 Thinking sustains 200–300 tool calls unassisted

    Moonshot's trillion-parameter thinking model interleaves reasoning with actions across hundreds of sequential tool calls, scoring highest of any open-weights model on Artificial Analysis's composite — second only to GPT-5 overall. Open weights are now one step off the frontier, not one generation.

    Kimi Code

  • Nov 6, 2025

    'Vibe coding' is Collins Dictionary's Word of the Year

    Nine months from throwaway tweet to dictionary canon. The award certifies what the growth curves already showed: AI-written software has crossed from developer subculture into general culture.

  • Nov 13, 2025

    Cursor raises $2.3B at a $29.3B valuation

    Annualized revenue crosses $1B as Anysphere triples its June valuation in five months. Whatever one thinks of the multiple, the round prices a belief: the agent interface, not the model, is where developer spend concentrates.

    Cursor

  • Nov 17, 2025

    Kiro hits GA with a CLI and property-based spec testing

    After 250K developers in preview — and an August pricing rework users called wallet-wrecking — Kiro goes generally available just before re:Invent with property-based testing that checks code against its spec. Spec-driven development gets its production release.

    Kiro

  • Nov 18, 2025

    Gemini 3 launches everywhere at once — with Antigravity, a free agent-first IDE

    Gemini 3 posts record benchmarks and ships day-one across Search, the API, and a brand-new IDE built around delegating to agents rather than editing files. Google giving Antigravity away with generous limits makes the agent-manager interface a free commodity on launch day.

    Antigravity

  • Nov 19, 2025

    GPT-5.1-Codex-Max works across days via compaction

    The first OpenAI model natively trained to span multiple context windows sustains 24-hour-plus internal runs and hits 77.9% on SWE-bench Verified. Task horizon — how long an agent stays coherent — replaces raw benchmark deltas as the number that matters.

    OpenAI Codex

  • Nov 24, 2025

    Claude Opus 4.5: 80.9% SWE-bench Verified and a 67% price cut

    Six days after Gemini 3, Anthropic retakes the coding lead and drops Opus pricing from $15/$75 to $5/$25 while producing 76% fewer output tokens for the same work. Frontier coding capability and frontier pricing stop being the same axis.

  • Dec 9, 2025

    MCP, AGENTS.md, and goose get a neutral home: the Agentic AI Foundation

    Anthropic donates MCP, OpenAI donates AGENTS.md, and Block donates goose to a new Linux Foundation body backed by AWS, Google, Microsoft, and Bloomberg. The agent stack's plumbing formally becomes shared infrastructure no single lab controls.

  • Dec 11, 2025

    GPT-5.2 ships early under OpenAI's 'code red'

    Reported internal alarm over Gemini 3's reception pulls the launch forward; GPT-5.2 arrives in instant, thinking, and Pro variants with stronger coding and long-context work. The two-lab release cadence is now measured in days, and practitioners feel it as constant re-evaluation overhead.

  • Feb 2, 2026

    SpaceX acquires xAI at a $250B valuation

    The all-stock deal makes Grok and X the AI division of a $1T-valued SpaceX, with a thesis of moving AI compute to orbital solar. For coding practitioners the near-term meaning is simpler: xAI now has effectively unlimited capital and compute behind its agent push.

    Grok Build

  • Feb 5, 2026

    Claude Opus 4.6 brings 1M context to the Opus tier

    Opus 4.6 leads Terminal-Bench 2.0 and adds a 1M-token window (GA in March at no surcharge) while holding $5/$25 pricing. Long-horizon agent work in large codebases — the practical bottleneck — is now the explicit target of the flagship tier.

  • Feb 19, 2026

    Gemini 3.1 Pro doubles down on agentic workflows

    Google claims a 2x reasoning boost over Gemini 3 Pro and #1 on 12 of 18 tracked benchmarks at unchanged $2/$12 pricing, feeding Antigravity, Gemini CLI, and Android Studio. The per-token price war now runs top-to-bottom across every tier.

    Antigravity

  • Apr 2, 2026

    Cursor 3.0 rebuilds the product around managing agents

    The biggest interface overhaul since launch: parallel agents across worktrees, cloud, and SSH; agent tabs in grids; a /worktree command; Design Mode for pointing at UI. The editor canvas is now secondary — Cursor's bet is that you review and direct, not type.

    Cursor

  • Apr 15, 2026

    Windsurf 2.0 puts Devin's cloud agents inside the IDE

    Cognition's first major Windsurf release adds the Devin Cloud agent, an Agent Command Center with Spaces, and a refined built-in browser. The post-acquisition strategy becomes legible: the IDE is a cockpit for a fleet of Devins.

    Windsurf

  • Apr 16, 2026

    Claude Opus 4.7 ships — while Anthropic admits its best model is unreleased

    Opus 4.7 improves hard-task software engineering and self-verification, and launches alongside Claude Design. The notable candor: Anthropic concedes it trails the company's own unreleased Mythos-class model, previewing the safety-gated tiering that arrives with Fable in June.

  • Apr 16, 2026

    Qwen 3.6 open weights: a dense 27B hits 77.2% on SWE-bench Verified

    Alibaba ships Qwen3.6-35B-A3B (3B active, 262K context) on April 16 and a dense 27B on April 22 that outscores far larger predecessors on agentic coding — both Apache 2.0. Frontier-2024 coding ability now runs on a workstation, which resets what 'small model' means for private codebases.

    Qwen 3.6

  • Apr 20, 2026

    Kimi K2.6 scales agent swarms to 300 sub-agents

    Moonshot's fifth K2-lineage release in nine months coordinates up to 300 sub-agents across 4,000 steps for long-horizon coding — open weights, same 1T MoE base. The open-source release cadence is now faster than any closed lab's.

    Kimi Code

  • Apr 23, 2026

    GPT-5.5 claims the agentic-coding crown

    OpenAI's strongest agentic coder to date: 82.7% on Terminal-Bench 2.0, 58.6% on SWE-Bench Pro, and a new internal eval built from tasks with a median 20-hour human completion time. The benchmark frontier has moved from fixing issues to finishing projects.

  • Apr 24, 2026

    DeepSeek V4 preview: 1M context, MIT weights, $0.87/Mtok output

    V4-Pro (1.6T/49B active) and V4-Flash (284B/13B) ship with a 1M-token default window and open-source SOTA on agentic coding — trailing only Gemini 3.1 Pro on world knowledge. At these prices, 'why pay frontier rates for routine agent work' becomes a spreadsheet question, not an ideology.

    DeepSeek V4

  • Apr 27, 2026

    GitHub moves every Copilot plan to usage-based AI Credits

    From June 1, premium requests give way to token-metered AI Credits at API rates; plan prices hold but heavy agentic users project 10–50x cost increases, and the fallback model disappears. The backlash on effect day is immediate — the era's clearest collision between flat-rate habits and agent-scale consumption.

    GitHub Copilot

  • May 19, 2026

    Google I/O 2026: Antigravity 2.0 arrives — and Gemini CLI is deprecated

    Antigravity 2.0 rebuilds around orchestration (subagent workflows, scheduled background tasks, an SDK, Managed Agents in the Gemini API) and a Go-based Antigravity CLI ships for everyone. The same day, Google announces Gemini CLI will stop serving free and AI-plan requests on June 18 — the year-old free lunch gets an end date.

    AntigravityGemini CLI

  • May 28, 2026

    Claude Opus 4.8 lands 41 days after 4.7

    Anthropic ships again in under six weeks: roughly 4x fewer unflagged coding errors, dynamic workflows in Claude Code for large-scale problems, and a 2.5x-speed fast mode at a third of its old price. Model velocity itself is now the product — and the operator's re-testing burden.

    Claude Code

  • Jun 2, 2026

    Windsurf becomes Devin Desktop; Cascade retires

    Cognition folds the editor into the Devin brand via an over-the-air update: the default view is now an Agent Command Center, Cascade reaches end-of-life July 1, and a Rust-rewritten Devin Local (~30% more token-efficient) replaces it. The rebrand also ships the open Agent Client Protocol, letting rival agents run first-class in the IDE.

    Windsurf

  • Jun 9, 2026

    Anthropic releases Claude Fable 5, a Mythos-class model above Opus

    Fable 5 is the public, safety-gated version of Anthropic's Mythos tier — state-of-the-art on most tested benchmarks at $10/$50 per Mtok, with hard guardrails around cyber and bio work and a brief export-control interruption before global availability. A new capability class ships with restraint built in, not bolted on.

  • Jun 12, 2026

    Kimi K2.7-Code: an open trillion-parameter model built for one CLI

    Moonshot ships a modified-MIT 1T MoE (32B active, 256K context) tuned specifically for its Kimi Code CLI, using ~30% fewer reasoning tokens than K2.6. Vertical integration arrives in open source: the model and the agent are now co-designed.

    Kimi Code

  • Jun 13, 2026

    GLM-5.2 ships with 1M context — MIT weights follow three days later

    Zhipu's coding-first model (753B sparse MoE, up to 131K output tokens, 62.1 on SWE-bench Pro) lands across every GLM Coding Plan tier from $18/mo, with full open weights on June 16. Frontier-class agentic coding at commodity prices is now the Chinese wave's standing offer.

    GLM 5.2

  • Jun 16, 2026

    SpaceX buys Cursor for $60B — the largest startup acquisition ever

    Four days after its record $75B IPO, SpaceX exercises an April option to acquire Anysphere in an all-stock deal: Cursor's ~$4B ARR and coding data feed Grok's training pipeline, and Cursor gets Colossus compute. The most independent major coding tool now belongs to a frontier-lab conglomerate — vendor neutrality's hardest test yet.

    CursorGrok Build

  • Jun 18, 2026

    Gemini CLI stops serving free and AI-plan users

    As announced at I/O, requests from free, AI Pro, and AI Ultra accounts shut off; only paid Gemini Code Assist licenses retain access as Google steers everyone to Antigravity CLI. The tool that commoditized terminal agents with 1,000 free requests a day ends as the era's loudest reminder that free tiers are acquisition budgets.

    Gemini CLIAntigravity

  • Jun 25, 2026

    Codex Remote goes GA: drive your desktop from your phone

    QR-paired, one-to-one connections let operators start or continue work on their own Mac or Windows machines from the ChatGPT mobile app. The agent session detaches from the desk — supervision becomes something you do from anywhere.

    OpenAI Codex

  • Jun 25, 2026

    Kiro IDE 1.0: custom agents and capability-based permissions

    Amazon's spec-driven IDE hits 1.0 with agent focus mode, per-capability permissions, and user-built specialized agents, two weeks after adding a $100/mo Pro Max tier. The permissions model is the notable part — least-privilege for agents, from the vendor that sells IAM.

    Kiro

  • Jun 26, 2026

    GPT-5.6 (Sol, Terra, Luna) debuts through a government-coordinated preview

    OpenAI's next family — flagship Sol at $5/$30, Terra matching GPT-5.5 at half the cost, Luna for volume — spends two weeks restricted to government-approved partners before its July 9 GA. A frontier coding model arriving via managed rollout marks how much the policy environment hardened in 2026.

  • Jun 30, 2026

    Claude Sonnet 5: 1M context standard, priced to run agents on

    Sonnet 5 makes the 1M-token window the default (no smaller variant exists), becomes the default model in Claude Code and on Free/Pro plans, and launches at an introductory $2/$10 per Mtok. The workhorse tier now carries what was flagship-only capability eighteen months ago.

    Claude Code

  • Jul 7, 2026

    The standalone GitHub Copilot app goes GA

    Copilot leaves the editor entirely: a dedicated app for running and reviewing agent sessions becomes available to all users. Every major vendor now ships an agent-manager surface — the IDE is one client among several.

    GitHub Copilot

  • Jul 8, 2026

    Grok 4.5: xAI's first coding-first frontier model, trained with Cursor

    Built for coding and long-running agentic work — the first model shaped by the SpaceX-Cursor data pipeline — and priced at $2/$6 per Mtok, well under flagship peers. Three weeks after the acquisition, the strategic logic of buying a coding tool shows up in the weights.

    Grok BuildCursor

  • Jul 9, 2026

    Codex merges into the ChatGPT desktop app as GPT-5.6 goes GA

    Inline file edits and GitHub PR review land in a sidebar of the app millions already run, the same day Sol, Terra, and Luna exit their restricted preview. The standalone coding tool dissolves into the general assistant — distribution, once again, is the strategy.

    OpenAI Codex