The way we work now.
Not another blank chat. ConvOps starts each AI session inside your process, with the rules and remembered context your team already works from.
Let's continue the vendor security review.
Picking up where we left off. No re-brief needed:
- decisionRisk tiering follows the v2 rubric.
- gotchaTheir SOC 2 was outdated, current one requested.
- nextDraft the DPA addendum.
docs/security/dpa-addendum.md
- 3
- Layers present when work starts: process, rules, context
- 2
- Brain layers underneath: WHAT memories and WHERE routes
- 0
- Blank re-briefs when relevant context is stored
Memories preserve decisions, learnings, preferences, and gotchas.
Brain stores durable knowledge as memories: the decisions a team made, the correction that should not be forgotten, the customer preference that changes the answer, or the implementation gotcha that saves a future agent from rediscovering it.
- decisionRefunds over $500 need manager sign-off.
- learningEnterprise trials convert better with a guided data import.
- preferenceThis account prefers Slack over email for updates.
- correctionStore this customer's data in the EU region.
- gotchaTheir SSO fails on a trailing slash in the callback URL.
Semantic routes tell agents where the work lives.
Routes are not memories. They are the map: file paths, code locations, MCP resources, docs, commands, or agent handoffs that tell an AI where to go when a topic comes up again.
- Refund policyfile
docs/policies/refunds.md - Onboarding flowfile
src/onboarding/flow.ts - Plan catalogresource
api://billing/plans - Reset sandboxcommand
make reset-sandbox
Session start loads the context layer in one move.
At the start of a session, context_query searches both Brain layers: memories for what matters, routes for where to look next. The mechanism stays technical. The experience is simple: work starts with the right background already present.
Let's continue the vendor security review.
Picking up where we left off. No re-brief needed:
- decisionRisk tiering follows the v2 rubric.
- gotchaTheir SOC 2 was outdated, current one requested.
- nextDraft the DPA addendum.
docs/security/dpa-addendum.md
A different AI can pick up with the same remembered context.
ConvOps workflows preserve process state. Brain preserves the context around that state. Together they make handoffs less dependent on copy-pasted summaries and one person remembering every prior detail.
- Resume later without rebuilding the whole brief.
- Hand work to another AI with the relevant context available.
- Keep workflow state and remembered context working together.
Brain makes saved context findable. It does not pretend to know everything.
The value is not omniscience. Brain helps agents retrieve context that has been stored or routed on purpose, then continue through the workflow with better grounding and less repeated discovery.
- Stored memories are explicit knowledge, not mystical awareness.
- Routes point to known places; they do not replace verification.
- Agents still follow workflows, gates, and policies when context is loaded.
The way we work now.
Not another blank chat. ConvOps starts each AI session inside your process, with the rules and remembered context your team already works from.