LessDB — Market Research (compiled)

LessDB — Market Research (compiled)

Status: evidence base for POSITIONING.md · Updated: 2025

Four research streams (market landscape, agent data challenges, governance, positioning playbooks), each with sources. Statistics from third-party trackers/vendors are directional, not audited.


1. Landscape — databases & data stores for AI agents

How agents connect today

Three paths: MCP servers (dominant new pattern), native SDKs/APIs, plain SQL (often through text-to-SQL layers).

Who is wired in

StorePositioning todayAgent connection
SQLiteLocal default for single-agent toolingOfficial MCP server (known path-traversal bug Anthropic declined to fix — The Register, June 2025)
DuckDB"In-process SQL OLAP"Third-party MCP servers; DIY memory projects
Postgres + pgvectorEnterprise safe defaultCommunity MCP servers; vector as an extension
LanceDB"Developer-friendly database for AI" (OSS, embedded, Rust/columnar)SDK/Python; community MCP server
Chroma"AI-native" embedding databaseOfficial chroma-mcp
Pinecone/Qdrant/Weaviate/MilvusHosted vector DBsMCP servers + SDKs; Pinecone reframing as "knowledge layer"
Neo4jGraph/KG agent memory, "graph-native agents"Official Neo4j MCP
RedisAgent-memory story (vector + JSON/array)SDKs
ClickHouseOLAP + official MCP serverFirst-party agent docs
Databricks/Snowflake/BigQueryWarehouses bolting on agent accessMCP servers + proprietary agent surfaces

MCP ecosystem facts

Category claims today

Gaps found

  1. Multi-model gap — agents juggle vectors + relational + graph; the
  2. market forces an either/or choice (vector DB vs graph DB debates). A store with SQL + vectors + graph + RAM tables in one engine fills a real hole.

  1. Embedded beats external for agents — "The Case Against External
  2. Vector DBs for Agent Memory" (Vectorize/Hindsight) argues in-process stores win for agent workloads.

  1. No standard permission/schema model for agent access — most DB MCP
  2. servers expose raw SQL with coarse permissions; explain/schema/stats surfaces are usually missing.

  1. Context-window pressure — memory must be queryable on demand, not
  2. stuffed into context (the driver behind DIY two-tier memory projects).

Agent-memory category: crowded and commoditizing

Mem0 ($24M raised, "memory layer for AI apps"), Letta/MemGPT, Zep/Graphiti (20k stars, temporal KG), LangMem, Cognee — plus analyses arguing pure memory frameworks are a dead end because the underlying store is the moat. Conclusion: don't position as "agent memory" — position as the database underneath.

Sources


2. Agent data challenges — failure modes & memory architecture

_Full report: research/agent-data-challenges-2025.md_

What breaks when agents touch databases

Memory architecture consensus

The "full control" checklist enterprise buyers articulate

  1. per-agent identity
  1. row/column-level query-time permissions
  1. immutable agent→action audit trail
  1. human approval on writes

Sources


3. Governance & control for agent data

_Full report: research/agent-data-governance-2025.md_

Enterprise governance primitives (the bar)

authN (LDAP/AD/OIDC/SCIM) · authZ (RBAC/ABAC) · row-level security + column masking (the de-facto "real governance" test) · immutable audit logs · column-level lineage (OpenLineage) · policy-as-code (OPA/Cedar) · approval/change workflows. RLS and lineage are the two primitives enterprise buyers check first.

Agent governance: nascent, being productized

"Shared system of record for humans and agents" — a real, emerging category

Gap analysis vs LessDB

Sources


4. Positioning playbooks

_Full report: research/positioning-playbooks-2025.md_

The dual-audience pattern

One crisp architectural core promise + audience-specific doorways — not two products. Cleanest template: DuckDB ("in-process SQL OLAP" core; analyst doorway "run SQL on files, no server"; developer doorway "embed analytics, no infra"). Stripe/Postman/Terraform show the same shape (dev wedge → governance/ops buyer).

Category creation vs adoption

Language audit (agent era)

What not to do

SEC "AI-washing" enforcement (Delphia/Global Predictions, 2024) makes unsubstantiated AI claims a legal risk. Community backlash warning signs: AI bolted on without behavior change, unshipped claims, renaming existing features as "agent" features, abandoning human users to chase agents.

GTM/pricing for OSS databases

Open-core + hosted cloud + BYOC (ClickHouse×Anthropic). Enterprises pay for governance — SSO/LDAP/OIDC, RBAC, audit, SOC 2/HIPAA/FedRAMP, data residency, encryption, Prometheus, SLA — and governance is now being sold as agent governance, which maps directly onto LessDB's LDAP/RBAC/audit + MCP surface.

Recommended position (synthesis)

"The analytical database your agents and your analysts share" — one governed SQL/columnar system of record, MCP-native for agents but built for analysts, with identical governance on both sides. Avoid "AI-native" and "memory layer" as the lead.

Sources