-
Notifications
You must be signed in to change notification settings - Fork 0
How it works
Short detail behind the Home story. Still product language — not an engineering manual.
| Who | Door | Same brain? |
|---|---|---|
| You | Sign in → app | Yes |
| AI agent | DigitalBrain MCP | Yes |
Different sessions are doors, not second copies of Chat or Gmail.
flowchart LR
App["App"] --> W["Workspace Neurons"]
MCP["Agent MCP"] --> W
W --> Screens["Live screens"]
Screens --> App
Screens (Chat, Features, Connections, Activity) project the brain. They do not own a private “real” Chat history or connection list.
If an agent changes something, the window should update. That is the product feel of co-presence.
- Open Connections.
- Connect Google / Salesforce / ….
- Health becomes Healthy (or Needs reauth / Disconnected / Misconfigured — be honest).
- Unlocked capabilities appear only when healthy.
- Features and Chat can use those abilities.
- Writes still need approval (next section).
Not: “install an agent package” or “paste a Gmail MCP URL.”
Anything that changes the outside world:
- Brain prepares the change (clear summary).
- You Approve or Reject.
- Only then does the connection act.
- Activity shows the result.
New Features (skills) use the same spirit: propose → you decide → install.
Agents are clients. They may:
- Drive Chat (same conversation you see)
- Inspect / help with Features
- Propose growth
They must not:
- Own a shadow memory the app cannot see
- Silently mutate Gmail/Salesforce
- Become a marketplace of random tools
Propose a Feature → You decide → Install → Pause / Resume / Rollback if needed
That is how the product gets stronger without free-for-all automation.
In one line: Same brain, live window, connect then unlock, approve the outside world, grow on purpose.