Glossary OTP

Pre-Computed Shared State

A pattern where data sources write results to files on a schedule, and agents read those files instead of querying sources directly. Decouples scanners from consumers, prevents API rate limits, and makes shared state inspectable.

Why it matters

When every agent queries every source, you hit rate limits and burn tokens. Pre-computed shared state is how you scale.

Related terms
Build with this on OTP

If this term shows up in your playbook, it belongs in your OOS.

OTP encodes coordination intelligence so teams of humans and AI agents can run on it.

Found an issue with this definition? Tell us and we'll fix it.