Home / State of AI / AI Coding Tools

AI Coding Tools

AI coding assistants, IDEs, and developer workflows

Living document tracking AI coding assistants, IDEs, and developer workflows. Newest entries appear at the top.

Key Areas to Watch

  • IDE integrations (Cursor, GitHub Copilot, Claude Code, Windsurf)
  • Code generation and completion models
  • Automated testing and debugging
  • Repository-scale understanding
  • Developer experience and productivity studies

2026-W39

  • Claude Code now reads AGENTS.md — Fallback support in version 2.1.277 improves project-instruction portability across coding-agent tools. [HN]
  • Replace PRs with Delta — now in public beta — Zed is testing a change-review workflow that may better fit agent-produced work than conventional pull requests. [Zed]
  • Tell agents the why, not just the how — Intent-rich instructions let stronger coding agents recover from assumptions without overfitting to brittle implementation steps. [Sean Goedecke]
  • CodeMidas — Generates executable RL tasks directly from implemented functionality across open-source codebases. [arXiv]

2026-W38

2026-W37

2026-W36

2026-W32

  • Stacked PRs are now live on GitHub — Native stacked changes make agent-generated work easier to split and review. [HN]
  • LLMs reward expertise — Better developers can extract more from AI systems because they steer, inspect, and recover better. [HN/RSS]
  • Codex Security — Security-focused Codex workflows keep vulnerability finding and repair in the coding-agent lane. [HN]

2026-W28

2026-W27

2026-W26

2026-W25

2026-W24

2026-W23

2026-W22

2026-W20

  • xAI Grok Build — A terminal-based agentic coding CLI for professional software engineering, in early beta behind a new $299/mo Grok SuperHeavy tier; every frontier lab now ships a coding CLI. [Engadget]
  • OpenAI Codex comes to your phone — Codex lands in the ChatGPT mobile app in preview, letting developers view live environments, review outputs, and approve commands from a phone. [TechCrunch]
  • Claude for Small Business — Anthropic extends its coding/enterprise push down-market; separately, Claude Code weekly limits rose 50% through July 13. [Anthropic / Reddit]
  • Semble — code search for agents — Claims 98% fewer tokens than grep for agent context-gathering, targeting the token-cost bottleneck in agentic coding loops. [HN]
  • Code as Agent Harness — Argues for treating generated code itself as the agent’s harness/scaffolding, formalizing a pattern now common in production agentic systems. [arXiv]
  • Developer revolt over Claude Code third-party limits — As first-party Claude Code limits rose 50%, developers said Anthropic cut effective usage ~25x for third-party harnesses (T3 Code, Conductor, Zed, claude -p in CI); Theo Browne canceled publicly and pledged $10/cancellation to open source. A live tension between first-party generosity and ecosystem lock-down. [x.com]

2026-W19


2026-W18


2026-W17


2026-W16


2026-W15


2026-W14


2026-W13


2026-W12


2026-W11


2026-W10


2026-W09


2026-W08


2026-W07


2026-W06


2026-W05


2026-W04


2026-W03


2026-W02


2026-W01


2025-W52


2025-W51


2025-W50


2025-W49


2025-W48


2025-W47


2025-W46


2025-W45


2025-W44


2025-W43


2025-W42


2025-W41


2025-W40


2025-W39


2025-W38


2025-W37


2025-W36


2025-W35


2025-W34


2025-W33


2025-W32


2025-W31

  • Claude Code weekly rate limits — Anthropic announces new weekly rate limits for Claude Pro and Max; 609 HN points, 705 comments — triggers major community pricing debate. [HN]
  • 6 Weeks of Claude Code — Puzzmo’s detailed retrospective on using Claude Code in production game development; 581 HN points. [Puzzmo]
  • Crush: terminal AI coding agent — Charmbracelet launches Crush, a glamorous terminal-native AI coding agent; 367 HN points. [GitHub]
  • Cerebras Code — Cerebras enters the AI coding space with its own product; 449 HN points. [Cerebras]
  • Codestral 25.08 — Mistral’s enterprise coding stack claiming 50% reduction in dev/review/test time. [Mistral]
  • Karpathy shifts to 80% agent-driven coding — Signals the tipping point for AI-assisted development workflows. [x.com]

2025-W30


2025-W29


2025-W28


2025-W27


2025-W26


2025-W25


2025-W24


2025-W23


2025-W22


2025-W21


2025-W20


2025-W19


2025-W18


2025-W17


2025-W16


2025-W15


2025-W14


2025-W13


2025-W12


2025-W11

  • Anthropic token-saving API updates — Token-efficient tool use (up to 70% reduction), cache-aware rate limits for Claude 3.7 Sonnet. [Anthropic]
  • codemcp — MCP server giving Claude Desktop coding agent capabilities via Pro subscription. [HN]
  • Aider v0.77.0 — Now supports 130 new programming languages. [Reddit]
  • Mistral OCR — 2000 pages/minute OCR API with LaTeX/table/handwriting support. [Mistral]
  • Xata Agent — AI agent specialized in PostgreSQL queries and management. [HN]

2025-W10


Baseline (through 2025-Q1)

AI-Native IDEs and Editors

  • Cursor — AI-first VS Code fork by Anysphere. Became the breakout IDE of 2024 with inline editing, multi-file diffs, and codebase-aware chat. Raised $100M+ and grew rapidly. Popularized “Cmd+K” inline editing UX pattern.
  • Windsurf (Codeium) — Codeium rebranded its IDE product to Windsurf (Nov 2024). Focused on “flows” — agentic multi-file editing with contextual awareness. Free tier included.
  • Zed — High-performance editor (Rust-based) added AI assistant features with support for multiple LLM providers. Open-source.

Coding Assistants and Agents

  • Claude Code (Feb 2025) — Anthropic’s agentic CLI coding tool. Runs in the terminal, can read/write files, run commands, search codebases, and manage git workflows. Designed for long-running autonomous coding tasks. Uses Claude 3.5 Sonnet as default model.
  • GitHub Copilot — Still the largest installed base. Added Copilot Chat, multi-file editing (Copilot Edits), and agent mode. Switched from Codex to GPT-4o-based models. Copilot Workspace (preview) offered issue-to-PR automation.
  • Devin (Cognition Labs, Mar 2024) — Marketed as “first AI software engineer.” Browser-based autonomous coding agent with shell, editor, and browser access. Generated enormous hype. Raised $175M at $2B valuation. Real-world performance debated.
  • Aider — Open-source terminal-based AI pair programming tool. Supports multiple LLMs. Strong SWE-bench performance. Pioneered “architect” mode using two models (one to plan, one to edit).
  • Amazon Q Developer — AWS’s coding assistant (rebranded from CodeWhisperer). Focused on AWS service integration and enterprise compliance.
  • Google Jules (Dec 2024) — Google’s AI coding agent, async task execution on GitHub issues/PRs. Powered by Gemini 2.0.

Code-Specialized Models

Developer Productivity Research

  • Google internal study (2024) — Reported developers using AI completed tasks 20-30% faster. But noted quality concerns with AI-generated code in code review.
  • Stack Overflow Developer Survey 2024 — 76% of developers using or planning to use AI coding tools. Trust in accuracy was mixed, with only 43% trusting AI output “a great deal” or “to a moderate extent.”
  • SWE-bench — Standard benchmark for coding agents. Verified subset became the gold standard. Top agents (using Claude 3.5 Sonnet) exceeded 50% resolution rate.