The State of AI Coding
A cross-industry study on recent trends in AI software development.
Q2 2026 update.
Navigate the Report
Engineering Team Velocity
Measuring productivity gains across development workflows.
Median PR size grew 79% from June 2025 to June 2026, rising from 68 to 122 lines changed per PR.
Captured from Greptile internal data engineering team velocity
Lines of code per developer grew 3.5x over the past year, from 6,032 to 20,972, a steady climb as AI coding tools act as a force multiplier.
Captured from Greptile internal data engineering team velocity
Medium teams (6–50 devs) more than tripled output, from 7,576 to 27,584 lines per developer.
Captured from Greptile internal data engineering team velocity
Median lines changed per file grew from 21 to 30 as PRs become denser.
Captured from Greptile internal data engineering team velocity
AI Tool Adoption
Tracking the rise of AI-powered development tools.
mem0 holds 58% market share. LangMem slipped while Letta and Supermemory gained ground.
PyPI + npm monthly downloads, May 2026
faiss and pgvector lead on developer installs. Weaviate sits mid-pack at 11% after excluding automated uv-installer traffic that had inflated its raw download count.
Open-source vector DBs, PyPI pip installs, June 2026. Automated uv-installer traffic excluded.
CLAUDE.md present in 80% of Greptile orgs. AGENTS.md climbed to 63%, while Cursor Rules slid to 34%.
About 18% of orgs use all three formats, roughly flat since December (17%), even as CLAUDE.md and AGENTS.md adoption climbed
Anthropic SDK reached 164M monthly downloads by June 2026 (npm + pip). OpenAI Agents climbed to 17M.
PyPI (pip installer) + npm monthly downloads, Apr 2025 – Jun 2026
LiteLLM's pip installs overtook LangSmith, reaching 191M/month by June 2026.
PyPI downloads via pip installer (uv/CI traffic excluded), Jun 2025 – Jun 2026
LangSmith is bundled with LangChain installs.
Model Growth Trends
How AI models have scaled and evolved.
OpenAI reached 150M monthly pip installs by June 2026. Anthropic surged to 66M. Google (legacy SDK) trails at ~10M.
PyPI downloads via pip installer (uv/CI traffic excluded), Jan 2022 – Jun 2026
OpenAI-to-Anthropic ratio kept narrowing, from 3.7:1 (Dec 2025) to 2.3:1 (June 2026).
PyPI monthly downloads ratio, Jul 2023 – Jun 2026
Research & Content
Surfacing recent research that shaped how 2026 tools handle compression, context, multimodality, and long-horizon agents, so teams can interpret and apply it to their own systems.
Foundational Model Advances
TurboQuant: Online Vector Quantization with Near-optimal Distortion Rate
TurboQuant is an online, data-oblivious quantization method for KV-cache compression and vector search that targets both mean-squared error and inner-product distortion.
Recursive Language Models
RLMs treat the prompt as external state, letting the model inspect, partition, and recursively call itself over snippets instead of feeding everything through one context window.
Titans: Learning to Memorize at Test Time
Titans is a family of long-context architectures that pairs limited-window attention with a neural long-term memory that keeps learning at test time.
Kimi K2.5: Visual Agentic Intelligence
Kimi K2.5 is an open-source multimodal agentic model that jointly optimizes text and vision, with a parallel-agent execution framework layered on top.
VeriCache: Turning Lossy KV Cache into Lossless LLM Inference
VeriCache is an inference framework that keeps the throughput of compressed KV caches while producing the exact outputs of full-KV decoding.
M2A: Synergizing Mathematical and Agentic Reasoning in Large Language Models
M2A is a model-merging method for adding mathematical reasoning to a coding agent without disrupting its agentic behavior.
Application-Layer Innovations
Chroma Context-1: Training a Self-Editing Search Agent
Context-1 is a 20B agentic search model derived from gpt-oss-20B that is designed to act as a retrieval subagent rather than answer the question directly.
Composer 2 Technical Report
Composer 2 is a domain-specialized model for agentic software engineering, built to handle long-horizon coding tasks while staying efficient enough for interactive use.
GEPA: Reflective Prompt Evolution Can Outperform RL
GEPA (Genetic-Pareto) is a reflective prompt-evolution method that optimizes instructions using execution traces instead of updating model weights.
Dockerless: Environment-Free Program Verifier for Coding Agents
Dockerless is an agentic patch verifier that evaluates coding-agent outputs without running repository-specific test environments.
MEM1: Constant-Memory Long-Horizon Agents
MEM1 is an RL framework that trains LLM agents to operate over long multi-turn tasks while keeping memory usage nearly constant.
SWE-Explore: Benchmarking How Coding Agents Explore Repositories
SWE-Explore is a benchmark that isolates the repository-exploration step of coding agents by scoring how well they find the relevant code before any fix is attempted.
Automatically review PRs with your team's standards
