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 that organises personal files, notes, and information and enables semantic retrieval across personal knowledge stores. Includes automated tagging and cross-note linking; distinct from enterprise search which operates across organisational rather than personal knowledge.
AI-enhanced personal knowledge management has reached practitioner maturity with capable tooling, expanding AI-native patterns, and market growth validation, yet remains confined to individual power users with weak organizational spillover. Obsidian, Logseq, and Mem ship semantic search, automated tagging, and conversational retrieval as table stakes. Market validation is strong: the AI personal knowledge base segment reached $1.65 billion in 2025 and is projected to reach $7.6 billion by 2026 (30.3% CAGR), with $18.4 billion by 2034. Obsidian reached 1.5 million monthly active users and removed commercial licensing barriers in April 2026. Mem achieved SOC 2 Type II, ISO 27001, and HIPAA compliance—maturity reserved for enterprise vendors. Bleeding-edge deployments show sophisticated AI integration: Claude Code plugins automate wiki compilation (reducing tokens 20–40x), durable agent patterns maintain 700+ note vaults with persistent operational rules, and architectural innovations (strict layer separation) prevent recursive summary degradation. Hybrid retrieval patterns (BM25 + semantic search) demonstrate maturation beyond pure vector search. However, what sustains bleeding-edge classification is the gap between individual productivity gains and organizational adoption barriers. Critical constraints prevent team-scale deployment: local-first philosophy places backup burden entirely on users (permanent data loss documented with auto-update), reliability gaps (sync crashes, 25% mobile failures, complete mobile app absence), platform incompleteness (no real-time collaboration), and architectural limitations (performance degradation at 1000+ pages, semantic search precision drops 87% at 50,000+ documents). Data governance—not retrieval algorithm choice—emerges as the binding constraint: 80% of enterprise RAG projects fail due to poor source curation, and hallucination rates remain ~52% in unvetted knowledge bases versus near-zero with proper governance. Vendors continue shipping, yet team-scale adoption remains blocked by ecosystem fragility, data governance readiness, and organizational readiness constraints, not AI capability maturity.
Obsidian leads with 1.5 million monthly active users and 5 million cumulative downloads (July 2026, +22% YoY growth) with commercial licensing removed on April 9, 2026, enabling free business-scale deployment. The 18-person bootstrapped team ships actively: 2,700+ community plugins, 858,733 downloads of the Smart Connections AI plugin. Smart Connections has evolved from single plugin to official ecosystem: Smart Connections Suite (April 2026) includes Chat, Graph, Context, and local-first operations—repositioning semantic knowledge discovery from optional add-on to expected feature set. Smart Connections Pro ($30/month) targets 1,000+ note power users with local performance indexing, agentic chat actions, and PDF/image context packs, signaling market maturity and freemium monetization. Logseq occupies complementary position: database rewrite delivers sub-second load times for 20,000-page graphs; Thoughtworks included it on the Technology Radar for team knowledge base use (March 2026). However, critical adoption barriers persist: heavy users report completely absent mobile app support despite full desktop maturity; multiple users report sync failures, crashing on login, and data loss incidents sufficient to cause product abandonment. Mem released complete platform rebuild (March 2026) repositioning as "AI Thought Partner" with voice capture, agentic chat, and offline-first operation; achieved enterprise-grade compliance (SOC 2 Type II, ISO 27001, ISO 42001, GDPR, PCI-DSS, HIPAA) in April 2026. Practitioners are deploying sophisticated architectures: Obsidian + Claude Code for RAG-augmented wiki management (documented at 100+ article scale with 20–40x token reduction); 3,400-file production vaults integrated with Claude Code for writing assistance and competitive intelligence; custom slash commands reading Obsidian markdown relationships via CLI for pattern detection and task automation. RAG deployments exceed scaling limits documented in 2025: simple vector RAG fails at semantic reasoning; practitioners building hybrid retrieval with knowledge graphs, entity extraction, and reranking—moving beyond vector search alone. June 2026 practitioner evidence confirms hybrid BM25 + dense vector search via Reciprocal Rank Fusion as production standard: 16,894-file vault with 23-millisecond query latency and zero API calls demonstrates local-first + AI integration viability at scale. Team-scale case study (Fusion Computing, Canadian SMBs) deployed permission-aware RAG across 5+ organizations (30–200 employees each) with measured success: scope to 3–4 curated sources, achieve 30+ minutes daily productivity gain per new hire. SME teams adopted Obsidian for internal documentation showing benefits (bidirectional linking, discovery) with adoption barriers (collaboration gaps, learning curves). Large-scale user sentiment data (19,000+ reviews) shows 4.2-star rating with customization praise offset by mobile degradation and sync issues.
The market trajectory validates expansion. The AI personal knowledge base segment reached $1.65 billion in 2025 and is projected to grow to $7.6 billion by 2026 (30.3% CAGR) and $18.4 billion by 2034 (11.6% CAGR). Key growth driver: remote work creating knowledge fragmentation—institutional knowledge previously transferred in-person now siloed in digital workspaces. Practitioners experiment with emerging patterns: Obsidian as plaintext backend for AI assistants (for transparency and privacy), multi-tool workflows (Google NotebookLM + Claude Code + Obsidian), local-first architectures (Ollama + nomic-embed-text) to preserve data control. Privacy-conscious implementations documented: 73% of local-first Obsidian plugins tested in March 2025 defaulted to cloud APIs (Smart Connections among them), prompting practitioners to deploy local embeddings with offline operation verification.
Reliability, data governance, and scale remain critical barriers. Production incidents documented in March-July 2026 include Obsidian rendering regressions (scrolling unusable on documents with embedded content), critical Logseq failures (sync crashing, 25% mobile login failure rate, complete mobile app absence despite user reliance), persistent data loss risks, and plugin startup load penalties (8.6 seconds on vaults with 3,266 files and 49 plugins). Adoption friction is well-documented: steep learning curves for non-technical users, slow mobile performance, lack of native AI features (most AI requires third-party plugins), and limited real-time collaboration support prevent team-scale deployment. Semantic search limitations are now documented: Stanford research confirms retrieval precision drops 87% at 50,000+ documents due to vector space crowding, affecting RAG-based deployments at scale. RAG architecture maturation reveals fundamental shift in July 2026: traditional RAG (chunk-embed-retrieve-answer) is increasingly recognized as technical debt; practitioners shifting to three competing patterns with distinct tradeoffs—Karpathy's LLM Wiki (pre-synthesized markdown, no vector search needed, offline-first), long-context curated document packs (deterministic retrieval from known sources), and agentic search (iterative refinement with tool-augmented reasoning). Architectural advancement: Microsoft/Databricks released MLflow RAG Agents (June 20, 2026) with five production patterns achieving 89% hallucination reduction—query decomposition, self-reflection, context chaining, tool-augmented reasoning, and verification checks. However, practitioner evidence reveals scaling ceiling: LLM wiki deployments at ~100 pages hit maintenance walls (schema creep, index drift, context bloat); maintenance burden prevents transparent scaling beyond that point. Data governance emerges as the primary limiting factor for RAG-based personal PKM: 80% of enterprise RAG projects fail due to inadequate source curation and metadata management; hallucination rates remain ~52% in unvetted knowledge bases versus near-zero with proper source quality governance. This constraint directly applies to personal PKM—knowledge bases with stale notes, conflicting information, or unclear sources fail regardless of tool sophistication or retrieval algorithm choice. Paradigm evolution: practitioners increasingly treat Obsidian vaults as agent-first substrate (memory engines for Claude Code, Cursor, Codex) rather than human-navigated systems; OpenKnowledge and Obsidiaria represent emerging agent-native PKM design. Deployment patterns mature at production scale: a 16,894-file Obsidian vault with hybrid BM25+vector retrieval via MCP achieved 23ms query latency and zero API costs, with incremental indexing under 10 seconds, establishing reference architecture for AI-augmented personal PKM. Reliability concerns drive migration: developers report data loss in Logseq sync cycles with no recovery paths, triggering moves to Obsidian backed by git and structured backup layers (Syncthing+snapshots+external backup). Architectural maturation reveals governance bottleneck: personal PKM practitioners increasingly recognize data quality and curation—not retrieval algorithm—as binding constraint; RAG-based systems hallucinate at 52% rates in unvetted vaults versus near-zero with curated sources. Corporate IT security policies continue blocking plugin deployment in organizational settings; Logseq's Open Collective shows community-backed open-source still sustained ($719.6k total, 10,827+ monthly backers). Vendor lock-in concerns (94% of organizations surveyed express concern, 33% specifically fear lock-in) and ecosystem capture risks persist. Platform fragmentation signal: Logseq's split into maintenance-mode OG version and beta DB version triggers user migration wave to Obsidian, Anytype, and Tana, indicating adoption instability driven by platform reliability and feature readiness rather than capability gaps. These constraints remain the binding factors preventing team-scale deployment, not AI capability maturity. Recent evidence (July 2026) reinforces core signals: student preference data (47% choose AI-assisted organization over AI-generated content) validates the retrieval/organization value proposition; Claude Code + Obsidian architectural patterns documented across multiple independent practitioners establish this as the emerging standard for durable agent-based knowledge systems; and sustained RAG limitation documentation (retrieval failures, multi-hop query collapse, maintenance burden) confirms that data governance and architectural maturity—not retrieval algorithm sophistication—bind the reliability ceiling for AI-augmented personal knowledge management at scale.
— PKM chronic failure: note staleness and maintenance burden prevent vault freshness across tools—binding constraint blocking mainstream adoption regardless of retrieval algorithm sophistication.
— Obsidian v1.13 Desktop and Mobile releases deliver core PKM maturity: searchable settings, security hardening, and improved sync—confirming active platform development in response to scaling demands.
— Survey of 503 U.S. students reveals 47% prefer AI assistance organizing notes vs 13% wanting AI-generated notes—validating core PKM value proposition of retrieval/organization over content generation.
— Claude Code persistent memory architecture via Obsidian using MECE structure and session commands, solving stateless constraints and enabling multi-session knowledge accumulation in production deployments.
— Karpathy's LLM Wiki concept implemented with Claude Code + Obsidian, featuring Ingest/Query/Lint workflows and CLAUDE.md persistent memory, demonstrating mature AI-augmented PKM deployment pattern.
— Obsidian REST API + MCP server (2.7k stars) enabling AI agents to programmatically access vaults, demonstrating ecosystem maturity around agent-first personal knowledge management infrastructure.
— Production deployment combining Smart Connections (local embeddings), Bases (native Obsidian database), and MCP integration to transform older notes into searchable assets via semantic retrieval.
— Production RAG problems and fixes: grounding via instruction sandwiching, latency via HNSW/IVF-PQ, hallucinations via citation forcing and judge-model verification—enabling AI-augmented PKM reliability.