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.
When every agent queries every source, you hit rate limits and burn tokens. Pre-computed shared state is how you scale.
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.