All reports
Market Analysis by deep-research

Knowledge Management & Second Brain Tools — AI-Native Opportunity

Neuron

Knowledge Management & Second Brain Tools — AI-Native Opportunity

Research date: 2026-03-19 | Agent: Deep Research | Confidence: High

Executive Summary

  • The knowledge management software market is valued at $13.7-39B (2025) depending on scope, growing at 13-18% CAGR. The PKM segment alone is projected to hit ~$5B by 2033. This is a mature but rapidly evolving market where AI is reshaping the competitive landscape.
  • Notion dominates with $600M ARR, $11B valuation, and 100M users — but it’s a cloud-first, team-first tool. The individual/prosumer PKM segment is fragmented among Obsidian ($2M ARR, 1.5M users, bootstrapped), Heptabase ($7M ARR, 350K users, $80-100M val), Tana ($25M funding, $100M val), and several smaller players.
  • Three converging trends create a new opportunity: (1) Local-first/CRDTs enabling offline-capable apps with real-time sync, (2) on-device AI (Apple Foundation Models framework in iOS 26/macOS Tahoe) enabling private AI without cloud costs, (3) automatic knowledge graphs replacing manual linking/tagging.
  • No current tool delivers all three — Obsidian is local-first but has no auto knowledge graph or on-device AI. Notion has AI but it’s cloud-only. Tana has knowledge graph but is cloud-dependent. Heptabase has visual thinking but limited AI. Anytype has CRDTs but primitive AI.
  • Neuron’s differentiation is the convergence: local-first (CRDTs/Automerge) + on-device AI (Apple Foundation Models + llama.cpp fallback) + automatic knowledge graph generation. This combination is structurally novel in the market.

Market Size & Growth

MetricValueSourceConfidence
KM software market (2025) — broad$23.2-39BFortune BI, SkyQuestMedium (varies by scope)
KM software market (2025) — core$13.7BMordor IntelligenceHigh
KM software market (2026E)$16.2-26.4BMordor Intelligence, Fortune BIHigh
KM software market (2031E)$37.6BMordor IntelligenceMedium
KM software market (2034-2035E)$81.9-92.5BFuture Market Insights, SkyQuestMedium
KM CAGR13-18% depending on scopeMultiple sourcesHigh
PKM software market (2033E)~$4.94BIndustry estimatesMedium
Note-taking apps marketSubset of PKMVariousMedium
Knowledge workers time wasted searching9.3 hours/week avgIndustry surveyHigh
Workers reporting information overload80%Industry surveyHigh
KM teams prioritizing AI as top priority41%Enterprise KnowledgeHigh

Key insight: The KM market is large ($13-39B) but the PKM/Second Brain niche is much smaller (~$5B projected). However, it’s growing faster than enterprise KM because individual knowledge workers are adopting AI-native tools bottom-up. Neuron should target the prosumer segment first, then expand to team use.

Key Players

Tier 1: Market Leaders

CompanyFoundedFundingRevenue/ARRUsersPricingKey Differentiator
Notion2013$418M total, Series D$600M ARR (2025), growing 50%+ YoY100M total, 4M payingFree; Plus $10/mo; Business $18/mo; Enterprise customAll-in-one workspace (docs, wikis, DBs, projects). Team-first. Cloud-only. AI features ($10/mo add-on)
Obsidian2020Bootstrapped (some undisclosed funding)~$2M ARR (Sep 2025); 28% YoY growth1.5M activeFree personal; Sync $5/mo; Publish $8/mo; Commercial $50/yrLocal-first, plain Markdown, plugin ecosystem (1500+), no cloud dependency. 18-person team

Tier 2: Funded & Growing

CompanyFoundedFundingRevenue/ARRUsersPricingKey Differentiator
Heptabase2021$2.2M (Seed, YC)~$7M ARR; 28% YoY growth350K active$8.99/mo; Premium tier (Dec 2025)Visual-first PKM with whiteboards + notes. “Thinking on canvas.” Strong in research/academia
Tana2020$25M (Feb 2025), led by Tola Capital + LightspeedNot disclosed160K waitlistFreemium; Plus/Pro tiersNode-based “Supertags” system. Every piece of info is a structured object. Strong AI (500 free credits/mo)
Anytype2019$13.5M total (Series A) from Balderton, TechstarsNot disclosedNot disclosed (113 employees)Free 1GB; Paid from $5/moLocal-first, E2E encrypted, IPFS-based Any-Sync protocol, open source. Strong privacy story
AFFiNE2022Not disclosed publiclyNot disclosedGrowing OSS communityFree; Pro tierOpen source (TypeScript + Rust), CRDTs, docs + whiteboards in one. “If Evernote & Miro had a baby”
Mem2020$28.6M (a16z, OpenAI Startup Fund)Not disclosedNot disclosedFree limited; Pro $12/moAI-first: auto-organizes notes, surfaces relevant info as you write. OpenAI-backed
Reflect2020$3.75M Seed (A16z Crypto, Solana, Sep 2025) + $1M crowdfund~$360K/yr (Oct 2024); ~$30K MRR (mid-2025)~1.4K paying$15/mo or $156/yrE2E encrypted, backlinks, calendar integration, AI connections. 3-person team
Capacities2021Bootstrapped (user-funded)Not disclosedGrowingFree; Pro $9.99/moObject-based thinking (every note is a typed object). AI assistant. No VC funding — sustainable model

Tier 3: Open Source Alternatives

ToolStatusTechStarsKey Feature
LogseqOSS, funded (~$4.5M)ClojureScript, local-first33K+Outline-based, block references, Datalog queries
AppFlowyOSS, fundedRust + Flutter60K+Open-source Notion alternative, mobile-native
SiYuanOSSGo + TypeScript24K+Block-level references, local-first, Chinese market focus

Technology Landscape

Architecture Spectrum (2026)

Cloud-Only ←─────────────────────────────────────────→ Local-First
   Notion        Mem         Tana       Heptabase    Obsidian     Anytype
   (cloud)    (cloud+AI)  (cloud+struct)  (hybrid)  (local/md)   (CRDT/P2P)

Key Technical Dimensions

DimensionCloud-Native (Notion, Mem)Hybrid (Tana, Heptabase)Local-First (Obsidian, Anytype, AFFiNE)
Data ownershipServer-sideServer with local cacheUser owns files/data
Offline supportLimited/nonePartialFull offline capability
Sync technologyServer-authoritativeProprietary syncCRDTs (Automerge, Yjs, custom)
AI processingCloud API callsCloud API callsOn-device potential (llama.cpp, Apple FM)
PrivacyData on company serversPartial E2E encryptionFull E2E / no cloud needed
CollaborationExcellent real-timeGoodEmerging (CRDTs enable this)
Export/portabilityLimited (proprietary formats)VariesHigh (Markdown, open formats)
  1. Local-first + CRDTs maturation — Automerge, Yjs, LSEQ, and custom CRDTs are production-ready. FOSDEM 2026 had a dedicated Local-First track. Developer experience has improved dramatically.

  2. On-device AI becoming viable — Apple Foundation Models framework (iOS 26 / macOS Tahoe) gives developers free access to 3B parameter LLM running locally. Combined with llama.cpp for cross-platform, on-device AI for note-taking is now practical without cloud costs.

  3. Automatic knowledge graphs — Manual tagging/linking is the #1 adoption barrier in PKM. AI can auto-generate connections, surface related notes, and build knowledge graphs without user effort.

  4. Object/graph-native data models — Tana (Supertags), Capacities (typed objects), Anytype (object-based) moving beyond documents to structured knowledge. This enables richer AI reasoning.

AI Features Comparison

ToolAI SearchAuto-LinkingSummarizationGenerationKnowledge GraphOn-Device AI
NotionYes (cloud)NoYes (cloud)Yes (cloud)NoNo
ObsidianPlugin-basedPlugin-basedPlugin-basedPlugin-basedVia plugins (limited)Via plugins (limited)
HeptabaseYesNoYesLimitedNo (visual whiteboards instead)No
TanaYesPartial (Supertags)YesYes (AI credits)Yes (node-based)No
MemYes (core feature)Yes (automatic)YesYesImplicit (AI-driven)No
CapacitiesYesPartialYesYesYes (object graph)No
ReflectYesYes (backlinks)YesYesYes (backlinks graph)No
AnytypeNoManual (relations)NoNoYes (object graph)No
Neuron (planned)Yes (on-device)Yes (auto AI)Yes (on-device)Yes (on-device)Yes (auto-generated)Yes (Apple FM + llama.cpp)

Pain Points & Gaps

User Pain Points (from Reddit, HN, product reviews)

  1. Manual organization overhead — Users spend more time organizing notes than using them. Tagging, linking, and maintaining structure is friction that kills adoption. (High confidence)
  2. Cloud lock-in and privacy concerns — Data stored on company servers with no guarantee of longevity or privacy. Notable: Notion has had outages; Evernote sold to Bending Spoons and degraded. (High confidence)
  3. AI = cloud dependency — Every AI feature requires sending data to OpenAI/Anthropic APIs. Privacy-conscious users (researchers, medical, legal) can’t use AI features. (High confidence)
  4. Knowledge graphs require manual effort — Obsidian’s graph view is impressive but requires disciplined manual linking. Most users never maintain it. (High confidence)
  5. No cross-device seamless sync — Obsidian Sync is paid; Anytype’s IPFS sync is slow; open source tools struggle with mobile. (Medium confidence)
  6. Feature bloat vs. simplicity — Notion is becoming complex (“Notion fatigue”). Users want simpler tools that do one thing well. (Medium confidence)
  7. AI hallucinations in knowledge retrieval — When AI summarizes or connects notes, accuracy is uncertain. No quality guarantees. (Medium confidence)

Underserved Segments

  • Privacy-first prosumers — Researchers, lawyers, medical professionals who need AI but can’t send data to cloud
  • Apple ecosystem power users — Native macOS/iOS experience with system integration (Spotlight, Siri, Shortcuts)
  • Visual + text thinkers — People who need both structured text AND spatial canvas (Heptabase addresses this but lacks AI/local-first)
  • “Set it and forget it” knowledge builders — Users who want automatic knowledge graphs without manual curation

Opportunities for Neuron

1. On-Device AI Knowledge Graph (HIGH IMPACT / HIGH EFFORT)

What: The world’s first knowledge management tool with fully on-device AI that automatically builds and maintains a knowledge graph — no cloud, no API costs, no privacy compromise.

Why it’s unique: Every competitor either (a) requires cloud AI (Notion, Mem, Tana) or (b) has no AI at all (Anytype). No current tool combines on-device AI with automatic knowledge graph generation.

Technical enabler: Apple Foundation Models framework (3B parameter LLM, free, on-device) + llama.cpp for non-Apple platforms. Neuron’s Tauri 2.0 + Rust backend enables native performance on Apple Silicon.

Differentiators:

  • Zero cloud cost for AI (Apple FM is free; llama.cpp uses local compute)
  • Full privacy — notes never leave the device
  • Auto-generated knowledge graph that improves over time
  • Works offline with full AI capability
  • Native Apple ecosystem integration

Target users: Researchers, writers, students, lawyers, medical professionals — anyone who values privacy AND wants AI.

Time-to-market: 6-9 months for MVP with basic auto-linking and on-device summarization

2. CRDT-Powered Team Knowledge Graph (HIGH IMPACT / MEDIUM EFFORT)

What: Extend Neuron from personal to team use with Automerge CRDTs for conflict-free real-time collaboration — without a central server.

Why it matters: Obsidian is personal-only. Notion is team-first but cloud-dependent. Neuron can be BOTH personal AND team with CRDTs, where data syncs peer-to-peer without a central server.

Business model unlocked: Team/business pricing ($12-20/user/month) is where the revenue is. Obsidian’s $2M ARR shows the limit of personal-only pricing. Notion’s $600M ARR shows the team upside.

Time-to-market: 4-6 months after personal MVP (Automerge already in tech stack)

3. Apple-Native Experience (MEDIUM IMPACT / MEDIUM EFFORT)

What: Deep integration with Apple ecosystem — Spotlight search, Siri Shortcuts, Share Sheet, iCloud Keychain for encryption, Apple Intelligence APIs, Handoff between devices.

Why: No PKM tool has truly nailed the Apple-native experience. Obsidian feels like a web app. Notion is cloud-first. Anytype is cross-platform generic. Apple users (high willingness to pay) want tools that feel native.

Connection to tech stack: Tauri 2.0 with Swift for native iOS/macOS components enables this.

Time-to-market: 3-4 months alongside MVP development

4. “Zero-Config” Knowledge Management (HIGH IMPACT / MEDIUM EFFORT)

What: Position Neuron as the PKM tool that requires ZERO manual organization — write freely, AI handles structure, linking, tagging, and knowledge graph creation automatically.

Why: The #1 reason people abandon PKM tools is the organization overhead. “Building A Second Brain” methodology requires discipline most people don’t have. Neuron removes the discipline requirement with AI.

Marketing angle: “Your second brain, without the homework”

Time-to-market: Core to MVP — auto-linking and auto-tagging powered by on-device AI

Risk Assessment

Market Risks

  • Notion’s dominance (HIGH): 100M users, $600M ARR, massive distribution. If Notion adds local-first or on-device AI, it could capture Neuron’s differentiation. Mitigation: Notion’s cloud-first architecture makes local-first a fundamental rewrite — unlikely in near term.
  • Obsidian community loyalty (MEDIUM): 1.5M users deeply invested in plugin ecosystem and Markdown workflows. Switching costs are high. Mitigation: Don’t compete with Obsidian directly — position as “Obsidian’s privacy + AI that works automatically” for a different user persona.
  • Apple platform dependency (MEDIUM): Relying on Apple Foundation Models limits reach to Apple ecosystem. Mitigation: llama.cpp fallback for non-Apple; core value prop (auto knowledge graph + local-first) works cross-platform.

Technical Risks

  • On-device AI quality (MEDIUM): 3B parameter models are less capable than GPT-4/Claude for complex reasoning. Auto-linking accuracy may disappoint power users. Mitigation: Focus on narrow tasks where small models excel (similarity matching, summarization, entity extraction) rather than general reasoning.
  • CRDT complexity (LOW-MEDIUM): Automerge is production-ready but complex for rich data (nested objects, knowledge graph edges). Mitigation: Start with document-level CRDTs, add fine-grained graph CRDTs incrementally.
  • Cross-platform consistency (MEDIUM): Tauri 2.0 for desktop + native mobile requires maintaining multiple codebases. Mitigation: Shared Rust core for business logic; platform-specific UI only where needed.

Business Risks

  • Monetization in a free market (HIGH): Obsidian core is free. Notion free tier is generous. Capacities is user-funded. Users expect PKM to be free or cheap. Mitigation: Free personal tier with generous limits; monetize on sync ($5-8/mo), AI premium features ($8-12/mo), and team plans ($15-20/user/mo).
  • Distribution (HIGH): Competing for mindshare against Notion (100M users), Obsidian (1.5M users), and VC-backed Tana/Heptabase. Mitigation: Focus on the underserved “privacy + AI” niche. Product Hunt launch, PKM community outreach, Apple App Store featuring.
  • Tiago Forte / Building A Second Brain community (LOW): The BASB methodology is framework-agnostic. Neuron could become the recommended tool IF it reduces the methodology’s friction. Opportunity, not risk.

Data Points & Numbers

MetricValueSource
KM software market (2025)$13.7-39BMordor Intelligence, SkyQuest
KM market CAGR13-18%Multiple
PKM market projected (2033)~$4.94BIndustry estimates
Notion ARR (2025)$600M, growing 50%+GetLatka
Notion valuation$11B (Dec 2025)SaaStr, PitchBook
Notion users100M total, 4M payingIndustry data
Notion employees5,643Tracxn
Obsidian ARR (Sep 2025)~$2MGetLatka
Obsidian users1.5M activeIndustry data
Obsidian team18 peopleGetLatka
Obsidian growth22% user YoY, 28% ARR YoYFueler
Heptabase ARR~$7MIndustry estimates
Heptabase users350K activeFueler
Heptabase valuation$80-100MPitchBook
Heptabase funding$2.2M (YC)Tracxn
Tana funding$25M (Feb 2025)PitchBook
Tana valuation~$100MPitchBook
Tana waitlist160KCompany data
Anytype funding$13.5M total (Series A)Tracxn
Anytype employees113Tracxn
Mem funding$28.6M (a16z, OpenAI)Crunchbase
Reflect MRR~$30K (mid-2025)Starter Story
Reflect funding$3.75M Seed (A16z Crypto)PitchBook
CapacitiesBootstrapped, user-fundedCompany
AFFiNEOpen source (TS + Rust, CRDTs)GitHub
Knowledge workers time wasted searching9.3 hrs/weekIndustry survey
Workers reporting info overload80%Industry survey
KM teams prioritizing AI41%Enterprise Knowledge
Apple Foundation Models3B param, on-device, free for devsApple

Sources

Related Reports