Positioning research · v3 · for feedback

The company brain, framed as a problem

Seven ways to state the problem — written for people who already build and operate agents. No "agents forget everything" strawmen; every agent in production has memory infra. These name what's still broken anyway. Read each, score how hard it hits.

The map: four learning flows, one works

Companies run on knowledge moving between workers. Half the workforce is becoming agents. Only one flow has infrastructure.
learns from ↓ / teaches →HumanAgent
Human WORKS

Slack, meetings, docs, shadowing, "how'd you close that deal?" Millennia of infrastructure.

MANUAL OR LOST

Deliberate teaching is prompt stuffing and bespoke RAG. Implicit teaching (every correction, edit, and rejection in live use) evaporates at session end.

Agent DIES IN LOGS

Agent discovers something mid-run. Insight lands in a trace nobody reads.

NONEXISTENT

Each agent's memory is private to its stack. Learnings never cross agent, framework, or team boundaries.

Concrete version: your East Coast sales agent learns "enterprise buyers there want a security review before the demo." Your SF agent hits the same wall next week and learns it from scratch — at inference cost, maybe wrong. Your SF humans would have heard about it over lunch.

Seven problem framings

Each is one candidate way to open the conversation. Score 1 (shrug) – 5 (they start ranting about their own duct tape).
01

Memory silos, not memory absence

Every agent you deploy has memory — its own. LangGraph checkpoints here, OpenAI threads there, pgvector for that one custom app. N agents means N private memory stacks. Nothing crosses agent, framework, or team boundaries.

Who feels it: platform teams running agents across multiple frameworks and vendors.

Resonance
02

You solved reads. Writes are the hard part.

RAG solved retrieval. Nobody solved the write path: what's worth persisting, when to update versus append, how to resolve a contradiction with what's already stored. So memory becomes an append-only log — grows forever, retrieval quality degrades, nobody trusts it.

Who feels it: infra engineers who've watched their vector store rot in production.

Resonance
03

Storage is not learning

You log every transcript and embed every doc. That's storage. Learning is distilling "security review before demo works for East Coast enterprise" out of 500 transcripts — and surfacing it at decision time. Your stack does the first, not the second.

Who feels it: teams with big embedding pipelines and mediocre answer quality.

Resonance
04

Corrections don't propagate

A human corrects an agent's output — the correction lives in that one thread's context. Next session, sibling agent, same mistake. And corrections are just the loudest case: every edit, approval, and rejection in live use is the same class of training signal, thrown away at session end. There's no promotion path from a one-off fix to knowledge every agent inherits.

Who feels it: anyone operating agents in production with humans in the loop.

Resonance
05

Per-session memory exists. Org memory doesn't.

Memory scoped to a user or a thread — solved. Memory scoped to an organization — with permissions, sharing rules, who-can-read-what — nobody built that. That's why your SF agent can't use what your East Coast agent learned, even though both learnings sit in a database somewhere.

Who feels it: platform and enterprise buyers thinking about agents at company scale.

Resonance
06

Two disconnected knowledge stacks

Human knowledge lives in Notion, Slack, Drive. Agent memory lives in vector stores and thread state. Different formats, different permissions, ad-hoc ETL between them. A human learns something — agents don't get it. An agent learns something — humans never see it.

Who feels it: leaders deploying agents alongside human teams and expecting them to compound.

Resonance
07

Everyone rebuilds the same memory stack, badly

Every team: pgvector + a summarization cron + custom dedup + staleness hacks. Undifferentiated heavy lifting, rebuilt per app, interoperable with nothing. Agent memory infra is this cycle's "everyone rolls their own auth."

Who feels it: engineering leads who've now built this twice and dread the third.

Resonance

How to run the test

5–8 conversations. Goal: find the framing that makes people describe their own duct tape unprompted.
  1. Read one framing out loud. Ask: "does this describe something real for you?" Score 1–5.
  2. Watch for unprompted specifics. "Oh god yes, last week we…" is a strong signal. Polite agreement is a weak one.
  3. Ask the diagnostic question: "When one of your agents learns something or gets corrected — where does that go? How does it reach your other agents, or your team?" Silence or "uh, nowhere" means the hook is set.
  4. Split the audience. Ask whether they feel the pain for their people, their agents, or both. Both → the dual-audience wedge is real. One side → that side is the beachhead.
Winner criteria: highest emotional charge plus the most concrete story back — not the most polite nods. If one framing makes people rant, that's the problem statement.