What gets captured
- UI states
- Interaction events
A snapshot of what’s on screen at a point in time.
How the graph builds over time
Pattern recognition runs against your interaction history:- Transitions accumulate into a map of how you and your team move through your work.
- Patterns emerge: loops, dead ends, hot spots, escape points.
- Evidence is assembled with metrics, states, and UI content.
- Context compounds: Lace AI draws on the full graph when reasoning about your work in chat.
From capture to agent execution
- Detect. The graph identifies a pattern worth investigating.
- Reason. You ask Lace AI about it, or Lace AI raises it during a chat grounded in a live capture. For earlier work in the same or past sessions, agents load the session flow through MCP (
search_sessions→get_session_flow). - Decide. You pin a comment in Reviews and resolve it into a decision, tied to the spot where it happened.
- Execute. Your agent queries the decision through MCP and carries it out with the full context behind it.