What Is Shared Context?
Shared context is the property that every service and agent in a decision system reads from one context layer under a single, internally coherent snapshot — so all concurrent readers see the same version of state at the same moment. It is the alternative to the default architecture in which each service maintains its own cache, projection, or feature pipeline, each sitting at a different propagation stage and each holding a slightly different version of reality.
Updated
FAQ
Related terms
A Context Lake is real-time, multi-modal data infrastructure that gives AI agents and decision systems fresh, internally coherent context at decision time.
A context gap is the difference between the state of the world an automated decision acts on and the actual state at the moment the decision commits.
Decision coherence is the property that concurrent automated decisions act on the same version of shared state, instead of contradicting each other.
Cache coherence keeps multiple copies of shared data consistent across CPU caches or distributed services, so every reader sees the same value after a write.
Live context is decision context maintained continuously as events arrive — derived state converging in sub-second time instead of on pipeline schedules.
Semantic context is the meaning-bearing layer of decision context — aggregations, vector similarity, LLM-derived signals — computed from the same events.
