SIBLING PROFILE // ORGANIZED AI

Supermemory

The "bundle everything" play. Seven primitives (memory, RAG, filesystems, profiles, connectors, extractors, qualitative analysis) behind one API. The broadest scope of any product on this hub, the largest distribution, and the closest actual competitor to Honcho.

29K GitHub stars
1.5B+ memories stored
<300ms recall
SOC 2 Type II · HIPAA · GDPR
Free tier · $19 → $399 → Enterprise
// AT A GLANCE

Seven primitives, one graph

Supermemory bundles what would otherwise be seven separate systems: memory, retrieval (SuperRAG), a POSIX filesystem mount, user profiles, source connectors, document extractors, and qualitative analysis. All backed by one custom graph engine at sub-300ms. Ships enterprise (on-prem, VPC, air-gapped) and consumer (personal second-brain app) from the same substrate.

7
primitives behind one API
3
SOTA benchmarks (LongMemEval, LoCoMo, ConvoMem)
6
agent plugins (OpenClaw, Claude Code, Cursor, Codex, OpenCode, Chrome)

Explore this profile

// ARCHITECTURE

Seven primitives, one graph, one API

The core architectural bet: every primitive resolves into a single graph that your agent traverses at request time. Not seven databases stitched together with adapters, one graph with seven ways in.

                     SUPERMEMORY — 7 PRIMITIVES, ONE GRAPH

  ┌────────────────────────────────────────────────────────────────────────┐
  │  YOUR AGENT / APP / PERSONAL SECOND BRAIN                              │
  └───────────────────────────────────┬────────────────────────────────────┘
                                      │
                    supermemory API · POSIX filesystem mount
                                      │
                                      ▼
  ┌────────────────────────────────────────────────────────────────────────┐
  │  SUPERMEMORY  ─  seven ways in                                          │
  │                                                                        │
  │   01 MEMORY        continual learning, structured, graph-native         │
  │   02 SuperRAG      hybrid search + rerank, sub-300ms retrieval          │
  │   03 FILESYSTEMS   POSIX mount — grep=semantic, profile.md live         │
  │   04 PROFILES      per-peer identity/preference/behavior state          │
  │   05 CONNECTORS    Slack · Notion · Drive · Gmail · GitHub · S3         │
  │   06 EXTRACTORS    PDF · web · image · audio · smart chunking           │
  │   07 QUAL ANALYSIS cluster/summarise/explain in-place                   │
  │                                                                        │
  │                                      │                                 │
  │                                      ▼                                 │
  │                       ┌────────────────────────────┐                   │
  │                       │  UNIFIED GRAPH              │                   │
  │                       │  custom engine             │                   │
  │                       │  <300ms traversal          │                   │
  │                       │  dynamic dreaming (async)   │                   │
  │                       └─────────────┬──────────────┘                   │
  └─────────────────────────────────────┼──────────────────────────────────┘
                                        │
                                        ▼
  ┌────────────────────────────────────────────────────────────────────────┐
  │  YOUR DATA — pulled in automatically by connectors                     │
  │  Slack · Notion · Drive · Gmail · GitHub · S3 · custom sources         │
  └────────────────────────────────────────────────────────────────────────┘

The filesystem mount is genuinely unique

None of the other three products (Orectic, Penumbra, Honcho) has this. Supermemory mounts as a native POSIX filesystem on macOS and Linux. That means:

  • grep becomes semantic search across everything the agent has ingested
  • cat profile.md reads a live, synthesized profile that updates as new context arrives
  • ls shows an entity-organized view of memory as directories
  • Any agent that shells out (Claude Code, Codex, Cursor) gets memory access for free without needing an SDK integration

This is the piece that quietly changes what "agent tooling" means. Instead of "here's an SDK, learn our API," it's "the memory is already at the paths your agent already reads from."

Dynamic dreaming

Same terminology Honcho uses for its background async reasoning. Supermemory launched it as the default in a recent release. Two independent teams landing on the same primitive is a category signal worth taking seriously — see the head-to-head section for the implications.

// POSITIONING

Where Supermemory sits in the 4-way

The other three products each picked a lane. Honcho went narrow-and-deep on peer memory. Orectic and Penumbra bundled a few primitives around one bet (typed business substrate). Supermemory bundled everything. It's the "why pick" play.

                     SCOPE — HOW MUCH EACH PRODUCT SHIPS

  narrow                                                              broad
  ──────                                                              ─────

  ┌────────────┐    ┌────────────┐    ┌────────────┐    ┌──────────────────┐
  │ HONCHO     │    │ ORECTIC    │    │ PENUMBRA   │    │ SUPERMEMORY      │
  │            │    │            │    │            │    │                  │
  │ peer mem + │    │ files →    │    │ ontology → │    │ memory + RAG +   │
  │ reasoning  │    │ typed KG + │    │ typed subs+│    │ connectors +     │
  │ per query  │    │ Oracle     │    │ your agent │    │ filesystem +     │
  │            │    │ agent      │    │ substrate  │    │ profiles +       │
  │            │    │            │    │            │    │ extractors +     │
  │            │    │            │    │            │    │ personal app     │
  └────────────┘    └────────────┘    └────────────┘    └──────────────────┘

  one primitive     focused product    focused product    everything in
  done deep         (business memory)  (business memory)  one API + apps


                     SUBJECT — WHAT THE MEMORY IS ABOUT

  ┌────────────────┐    ┌────────────────────┐    ┌────────────────────┐
  │ PEERS ONLY     │    │ BUSINESS ONLY      │    │ BOTH               │
  │                │    │                    │    │                    │
  │ Honcho         │    │ Orectic            │    │ Supermemory        │
  │                │    │ Penumbra           │    │                    │
  └────────────────┘    └────────────────────┘    └────────────────────┘

Four-way comparison

DimensionOrecticPenumbraHonchoSupermemory
Scopefocusedfocusednarrowbroadest (7 primitives)
Subjectbusinessbusinesspeersboth
Schema sourceextracteddeclaredlearnedhybrid (learned + extracted)
Primary surfaceOracle agentsubstratecontext() APIone graph API + POSIX mount
Distinct feature17 source typesown-your-ontologyNeuromancer + tiered .chat()POSIX filesystem mount
Free tiernonocredits programyes ($0/mo, ~$5 usage)
Entry paid tier$1,500/monot publicpay-per-query$19/mo Pro
Open source corenonoyes (plastic-labs)yes (29K stars)
Named enterprise customersnot shownnot shownnot shownGoogle · Nissan · Razorpay · Composio
Enterprise deploy??credits/onboardingon-prem · VPC · air-gapped · SOC 2 Type II · HIPAA
OpenClaw plugin
Claude Code plugin
Consumer app✓ (app.supermemory.ai)
Fails whentruth isn't writtennobody has time to modelyou need business objects tooyou want deep per-peer reasoning tiers

Supermemory wins the "broadest and cheapest to try" axis unambiguously. It doesn't necessarily win the "best at any one thing" axis — that's where each of the other three has room.

// RIVALRY

Supermemory vs Honcho — the real head-to-head

This is the interesting one. Orectic and Penumbra don't overlap much with Supermemory (they ship business-KG products, Supermemory ships context infrastructure). But Supermemory and Honcho are chasing the same customer with different theories of the product. Both ship OpenClaw plugins, both ship Claude Code plugins, both use the word "dreaming" for background reasoning. Neither references the other on their site.

Honcho's theory

Memory that reasons deeply per query beats memory that retrieves broadly. Neuromancer + 5-tier .chat() is the physical embodiment. You call the reasoning depth you need; you pay for what you asked for.

Supermemory's theory

One graph that everything traverses in <300ms beats specialised memory-only systems. The bundle of 7 primitives is the physical embodiment. Latency is fixed; the graph does the work.

Where each pulls ahead

DimensionHonchoSupermemory
Depth of peer reasoningtiered .chat() APIone graph traversal
Breadth of scopefocused7 primitives + personal app
Connectors (Slack/Notion/Drive/Gmail/etc)bring your ownbuilt-in, auto-sync
POSIX filesystem mount✓ (grep = semantic search)
Distribution signalearly29K stars · 1.5B memories · named customers
SOC 2Type IType II + HIPAA + GDPR
Cheapest entrypay-per-query ($0.001 min)free tier + $19/mo Pro
Reasoning cost control5 explicit tiers ($0.001–$0.50)uniform per-token pricing
Custom reasoning modelNeuromancer (peer-specific)general graph engine
Publicly benchmarkedLongMem, LoCoMo, BEAMLongMemEval, LoCoMo, ConvoMem + built MemoryBench
Category note
Two independent teams landing on graphs + user profiles + async "dreaming" reasoning as the answer to agent memory is a real category signal. If you were skeptical whether "memory that reasons" was a category at all, this is the datapoint that settles it.
Bench them
Both ship OpenClaw plugins. On claws-mac-mini you can wire both against the same gateway, feed the same workload, and pick by result. Neither Orectic nor Penumbra can play in that arena.
// EVIDENCE

Evidence signals

Supermemory has the strongest overall evidence stack of any product on this hub — larger distribution than Honcho, real customer logos, more compliance certifications, and they built the eval platform others benchmark against.

Distribution

GitHub stars

29,000+ on supermemoryai/supermemory

Memories stored

1.5B+ lifetime across all deployments

Recall latency

<300ms — 10× faster than Zep, 25× faster than Mem0 (per their bench)

Personal-app users

10K+ power users on app.supermemory.ai

Named customers

Google Nissan Razorpay Composio Cluely Caret.so Miria.ai Moonage.ai Endearing.ai Chatnow.app Mosaic.so Vela ppl.xyz

Neither Orectic, Penumbra, nor Honcho displays named enterprise customers on their site. Supermemory's positioning is anchored on real production usage.

Compliance

ProductSOC 2HIPAAGDPRAir-gapped
Orecticnot statednot statednot statednot stated
Penumbranot statednot statednot statednot stated
HonchoType Inot statednot statednot stated
SupermemoryType II✓ (BAA)✓ (Enterprise)

Benchmarks

SOTA on LongMemEval, LoCoMo, and ConvoMem per their research page. They also built MemoryBench — an open eval platform for memory systems. That's a moat: whoever runs the eval platform partly defines what "state of the art" means in the category.

// YOUR STACK

Integrations for what you already run

Supermemory ships six agent plugins. Three of them (OpenClaw, Claude Code, Chrome) directly overlap with tools Organized AI uses. The OpenClaw and Claude Code plugins mean you can bench Supermemory head-to-head with Honcho on identical infrastructure.

OpenClaw plugin

Memory for OpenClaw agents. Same integration surface as Honcho's OpenClaw plugin. On claws-mac-mini you can run both, pick by result.

Claude Code plugin

Persistent memory across Claude Code sessions. Solves the same "every session is day one" problem Honcho's Claude Code plugin does.

Cursor / Codex / OpenCode

Plugins for the other major AI coding harnesses. Supermemory is spreading through the coding-agent surface faster than Honcho is.

Chrome extension + MCP

One-click save to memory from any web page. Also ships an MCP server for anything that speaks Model Context Protocol.

Install (verbatim from supermemory.ai)

# One-line setup (personal / dev)
npx supermemory setup

# Personal app (macOS)
https://app.supermemory.ai

# MCP server for any MCP-speaking agent
https://supermemory.ai/mcp

None of these require touching your existing Orectic/Penumbra/Honcho evaluations. Supermemory can run alongside as a parallel bet, and the OpenClaw and Claude Code plugins are the cheapest ways to A/B against Honcho on the same workload.

// PRICING

Transparent, layered pricing

Supermemory has the most transparent pricing of the four products, and the only free tier. Monthly plan + consumption-based billing on top, with token-level deduplication so re-uploads don't re-bill.

Free

For builders tinkering and side projects.

$0/mo · ~$5/mo usage · Hermes plugin · MCP · community support

Pro

Small teams and plugin power users.

$19/mo · ~$20/mo usage · Drive+Notion+OneDrive · OpenClaw + Claude Code

Max

Developers with more headroom.

$100/mo · ~$130/mo usage (6× Pro) · Gmail + Granola connectors

Scale

Production workloads.

$399/mo · ~$600/mo usage · all connectors · SOC 2 · HIPAA BAA · self-host

Consumption model — SM tokens

On top of the monthly plan, usage is metered by SM tokens (their unit of ingested/embedded content). The trick: deduplication at the token level. Re-uploading a doc, syncing a connector, or looping the same context does not re-bill.

Content typeRateNotes
Plain text$0.005 / 1K SM tokensthe base rate
Rich content$0.010 / 1K SM tokensPDF, audio, video (heavier extraction)
Duplicate content$0.00token-level dedup — a huge win for production loops

Startup program: qualifying early-stage startups get the Scale plan free for 3 months (~$600/mo usage) plus onboarding. Academic research teams too.

// DECISION

When to reach for Supermemory

The decision framework, updated for the 4-way.

Pick when
You want one API for everything — memory + RAG + connectors + filesystem + profiles — rather than assembling four vendors. Or you want the cheapest possible entry to try agent memory (free tier + $19/mo Pro).
Pick vs Honcho when
You need built-in connectors (Slack/Notion/Drive/Gmail), a POSIX filesystem mount, or a personal-app side-channel. If your priority is deep per-peer reasoning at controlled cost per query, Honcho's tiered .chat() pulls ahead.
Pick vs Orectic when
Almost always. Supermemory covers Orectic's extraction story (7 primitives include extractors + connectors), is orders of magnitude cheaper to try, ships an open-source core, has named enterprise customers, and can be air-gapped. The only reason to pick Orectic is if you specifically want a finished done-for-you Oracle agent rather than infrastructure.
Pick vs Penumbra when
You don't have (or don't want to build) a formal declared ontology. Supermemory infers structure from your data; Penumbra requires you to author it. Penumbra wins only if the declared ontology itself is a business asset (regulated industry, expert-knowledge codification).
Skip when
You need the audit trail and rule-enforcement guarantees of a declared ontology (go Penumbra), or you specifically need Neuromancer-style deep peer reasoning at explicit cost tiers (go Honcho).
For your stack specifically
The Claude Code plugin is the cheapest first evaluation (free tier covers it). If it works well, install the OpenClaw plugin on claws-mac-mini and bench it directly against Honcho's OpenClaw plugin on the same workload. Same integration surface, same gateway, decide by result.
// IMPLEMENTATION

Stack & conventions

Same single-file HTML pattern as the other five sibling sites. Dark terminal theme, monospace topbar, sticky sidebar. ASCII diagrams use highlight spans — this page adds blue (.hb) as an accent for Supermemory-specific badges (customer logos) to visually distinguish them from Orectic (amber), Penumbra (teal), and Honcho (purple) in shared diagrams.

Organized AI Cloudflare Pages wrangler 4.81 single-file HTML supermemory.ai
// DEPLOY & RUN

Deploy & run

CLOUDFLARE_ACCOUNT_ID=691fe25d377abac03627d6a88d3eeac9 \
  wrangler pages project create orectic-penumbra-supermemory \
  --production-branch main 2>/dev/null || true

cd docs/supermemory
CLOUDFLARE_ACCOUNT_ID=691fe25d377abac03627d6a88d3eeac9 \
  wrangler pages deploy . \
  --project-name orectic-penumbra-supermemory \
  --branch main \
  --commit-dirty=true