A property of an operation: running it multiple times has the same effect as running it once. Critical for agent systems because retries are common — a non-idempotent "send email" call run twice sends two emails; an idempotent one does not.
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.