The AI landscape doesn't move in one direction — it lurches. Some techniques leap from experiment to table stakes in a single quarter; others stall against regulatory walls, technical ceilings, or organisational inertia that no amount of hype can dislodge. Knowing which is which is the hard part. The State of Play cuts through the noise with a rigorously maintained index of AI techniques across every major business domain — classified by maturity, evidenced by real-world adoption, and updated daily so you always know where you stand relative to the field. Stop guessing. Start knowing.
A daily newsletter distilling the past two weeks of movement in a domain or two — delivered to your inbox while the index updates in the background.
Each dot marks the weighted maturity of practices within a domain — hover for a brief summary, click for more detail
AI-powered semantic search and question answering across large codebases, going beyond keyword matching. Includes tools that answer questions about architecture, dependencies, and usage patterns; distinct from documentation generation which produces static artefacts.
Code search and codebase Q&A has reached inflection: the practice is now table-stakes infrastructure for enterprise AI development, yet fundamental architectural limitations persist. Semantic code search—asking natural language questions about architecture, dependencies, and usage patterns—addresses a real bottleneck (developers spend ~15% of time on discovery), and deployments at Qualtrics, Coinbase, Booking.com, Altisource, and clinical programming teams demonstrate production value. GitHub and Sourcegraph reached GA milestones in Q1 2026: Copilot's semantic indexing achieved seconds-fast retrieval; Cody shifted enterprise-only (July 2025). Yet vendors are moving beyond RAG architectures precisely because semantic-only retrieval has hit limits. Retrieval precision drops sharply with corpus scale (87% degradation at 50K+ documents); retrieval consistency varies >50% across prompt formulations; context window constraints cause accuracy degradation on large codebases (50% on >10K LOC). The tier-defining tension has inverted: maturity is now about moving beyond semantic search toward hybrid keyword-semantic-structural approaches. Adoption and trust remain misaligned: 52% of developers use leading tools but 96% distrust AI output, and embedding drift silently degrades relevance in production systems. The practice remains leading-edge but constrained by architectural fragility and unresolved reliability barriers.
GitHub and Sourcegraph control enterprise deployments, with Q1 2026 and April 2026 milestones confirming market consolidation. Copilot's semantic code search reached GA (March 2026, sub-second indexing); Sourcegraph shipped Smart hover summaries (April 2026) grounding Q&A in precise code intelligence rather than embeddings alone. Cody moved enterprise-only ($19-$49/seat, July 2025), signaling market bifurcation. Real-world deployments demonstrate measurable ROI: Qualtrics' 1,000-developer rollout reduced IDE navigation 28% and code Q&A time 25%; Altisource modernized 350K lines with 25% productivity gain and 54% vulnerability reduction; clinical programming team achieved 4/5 satisfaction with 791 semantic queries over 6 weeks on 300K+ corpus. Scale Labs' 2026 benchmark (124 production tasks) revealed 30% frontier capability ceiling in architecture, root-cause, and onboarding analysis.
Adoption breadth masks critical limitations. Market surveys show 52% developer adoption of leading tools (Claude Code, Cursor) but 96% distrust AI output; code review time now exceeds writing time. Technical assessments document scaling failures: context window constraints cause 50% accuracy degradation on codebases >10K LOC; embedding drift silently degrades relevance in production without visible error signals; text-based search fails on complex inheritance and templating. Wikimedia Foundation deployed semantic search at scale (1.1M snippets, 83K files) but vendors simultaneously pivot toward hybrid strategies (keyword-embedding-AST, language servers) recognizing semantic-only approaches hit hard limits. Third-party tools remain niche; duopoly consolidation driven by adoption barriers—secret leakage (6.4% for Copilot users, 40% above baseline), vulnerability generation, and vendor lock-in concerns restraining broader ecosystem. The practice achieved mainstream integration but remains constrained by unresolved reliability and architectural boundaries.
— Sourcegraph Deep Search ships programmatic aggregations for quantitative code analysis: counting, ranking, grouping across repository searches in single turn, extending code search beyond retrieval into analytics.
— GitHub ships semantic code search (all workspaces), grep-style cross-repo queries (githubTextSearch), and /chronicle chat history Q&A feature; semantic search expansion to all workspaces removes GitHub-only constraint.
— CoREB benchmark reveals code search as specialized retrieval domain: code-specialised embeddings dominate code-to-code by 2×, yet short keyword queries collapse all models to near-zero nDCG@10, identifying fundamental code search challenges.
— Technical analysis: semantic search destroys document ontology through fixed-size chunking, failing on hierarchical structures. Code is inherently hierarchical (package/class/method/block); ontological approach outperforms embeddings on structure-dependent queries.
— Productivity analysis across 15,000+ placements: unfamiliar codebase navigation shows -19% slowdown, revealing codebase Q&A and search immaturity as a productivity barrier and adoption constraint.
— Market shift detected: 'Most teams looking for a Sourcegraph alternative have moved past code search as the core problem. They want a context layer for autonomous development.' Code search matured from problem to table-stakes infrastructure component.
— Benchmarks show semantic indexing delivers 62× fewer tokens, 84% fewer agent steps vs grep. Five competing tools shipping production code search (Cursor, Zilliz, sverklo, SocratiCode, VS Code); ecosystem maturation signals code search as commodity.
— Q1 2026 multi-survey analysis: Claude Code dominant (70% net like, 46% 'most loved') with 75% adoption among small startups; excels at multi-file editing and entire codebase understanding, signaling market preference.