pragmus
invite only
TEAMS

Shared working memory that doesn't go stale.

Multiple people. Multiple agents. One organized record of what the project actually thinks right now. Decisions surface. Drift gets flagged. Nothing has to be re-explained at the next standup.

// stylized; real call shape on /agents
writers ▸
👁CIbuild #4912 green on main
💬Mayaregression is in the embedding cache
architectdrop the cache for v2 #v2-release
Elido we still need the warmup job?
◂ one read surface
knowledge

v2-release (topic, 4 items, 1 pending)
  Decision   — drop embedding cache. #v2-release
  Claim      — regression localized to cache layer
  Open       — warmup job still needed?
  CI         — main green

► 1 proposal pending review · 0 LLM calls
THE PROBLEM

Your team's decisions live in eight places.

The architecture call in a video transcript. The constraint in a Slack thread. The directive in a DM. The "we already tried that" buried under last quarter's archived ticket. Three people remember three different versions, and the agent helping with the next change has access to none of them. Static docs work for one repo, one author — they break the moment two people edit the same file or an agent writes back without anyone realizing.

MULTI-SOURCE INGEST

One record. Many writers.

Whether the entry comes from a person in the dashboard, a Claude Code agent at end-of-session, or a CI hook via API key, it lands the same way and gets indexed the same way. Items are sliced into claim units; threads are extracted per unit; tags carry narrative continuity across people.

API keys for non-interactive callers (CI hooks, batch scripts). Dashboard chat for humans who'd rather talk than write JSON. MCP clients for everyone else.

TOPICS

Saved views the team authors.

A topic is a prompt-driven, always-current slice of the record. "Decisions in api made in the last 30 days." "Open inquires across all subjects." "Everything tagged #v2-release." The system threads the prompt and pulls every unit whose threads or tags overlap.

Scope narrows further — intent, subject, recency — layered on top. Topics re-materialize on every ingest, so the team's saved views stay current without anyone rebuilding them. The cluster proposer surfaces candidate topics from emergent thread communities; any member accepts the ones worth keeping.

DOCUMENTS

Specs, transcripts, PDFs — alongside the substrate.

Documents live next to your knowledge base as versioned reference files — design specs, meeting transcripts, data dumps, PDFs. They're not ingested; they're linked. When an item is extracted from a source, the document link carries through — so the spec or transcript behind any decision is one hop away from the item that records it.

Any file type. Text and markdown are created and edited in-app; binaries are uploaded. Every edit creates a new revision; full history is preserved. Together with the threaded item graph, documents give your team a queryable record of both what was decided and what it was decided on.

RESOLUTION REVIEW

State-check across writers.

When a new claim contradicts an older one, or a decision gets executed, or an inquire's premise dies, Pragmus proposes a resolution — with a per-intent verdict:

  • contradicted — a claim was reversed by a later claim. (Claims describe what is, so they're never "closed.")
  • closed — a decide was executed, or an inquire was answered. The positive terminal.
  • invalidated — a decide was reversed, or an inquire's premise died. The negative terminal.

Per-unit, not per-item — an item can have some claims contradicted and others still standing. Each proposal lands in the review queue with the evidence that triggered it. Any member confirms or dismisses.

SYSTEMPROPOSALHUMANdetectnew claim closes,contradicts, or invalidatesproposeresolution proposal queuedclosed · invalidated · contradictedreviewoperator (or any member)confirms or dismissesconfirmrecord updates · audit loggeddismissolder item stays live▶ propose-not-apply · nothing changes the record without approval

No one writes over anyone else's record. The audit trail keeps who, when, why, and on what evidence.

MILESTONES

Every release closes a chapter.

When the team ships, a milestone marks the boundary. Done items archive in bulk; the snapshot of the topic tree is preserved. Quarter-end reviews, post-mortems, "what did we decide in Q2?" — one snapshot away.

Era 118 items · snapshotmilestoneEra 224 items · snapshotmilestoneEra 311 items · active▶ at each milestone: done items archive in bulk · snapshot of the topic tree preserved
SANDBOXES

Two workstreams. Zero cross-pollination.

Planning cycles, prototype branches, separate client engagements — give each one a sandbox. Items in a sandbox stay isolated from the main graph. Subjects, areas, and contributors are shared; only the items and topics are siloed.

ACCESS

Roles, scopes, share links.

Three roles — viewer (read-only), member (ingest, resolve, highlight, archive), owner (manage contributors, subjects, sandboxes). Member grants can scope writes to specific subjects (write_subjects) and reads to specific areas (read_areas): the data team writes under data and infra only; the compliance reviewer reads policy and audit only.

Share links generate a project-scoped read-only token — paste it into a browser to view the dashboard, or hand it to an MCP client so a guest agent gets read-only access to every read tool. Writes rejected. The audit trail captures who, when, and what the grant looked like at the moment of every write.

Your team's record. Always current.

Documented client setups: Claude Code, Claude Desktop, Cursor. API keys for CI. Share links for read-only external access.

MCP-native ·self-organizing topology ·zero read cost
Currently in closed beta. Sign up to reserve your spot.