State and ownership
Every active, waiting, blocked, failed, completed, or cancelled state has one accountable operating role.
Sense AI · Agentic process automation
We convert open-ended goals into bounded state machines with scoped tools, deterministic policy, human approval, idempotent actions, compensation, and operator intervention.
01 · State model
We name triggers, states, evidence, transitions, tools, approvals, errors, timers, and terminal outcomes before choosing orchestration technology.
Every active, waiting, blocked, failed, completed, or cancelled state has one accountable operating role.
Generated proposals remain separate from policy decisions and accepted actions.
Writes are idempotent where possible and remain incomplete until the external outcome is reconciled.
02 · Tool and authority boundary
Credentials, policy checks, schemas, time limits, concurrency, and receipts are enforced around the model.
Typed input, allowed intent, tenant and identity scope, preconditions, and data classification.
Least-privilege credential, external policy decision, approval state, and action-specific limits.
Idempotency key, timeout, rate and concurrency bounds, structured result, and immutable receipt.
Confirm actual external state, compensate partial work, and close only when outcome matches intent.
03 · Scenario evaluation
Scenario tests reproduce the conditions that strand work, exceed authority, or create silent partial completion.
Malformed requests, contradictory sources, insufficient context, denied access, and stale evidence.
Refuse, clarify, or route correctlyTimeout, throttling, unavailable service, malformed response, duplicate call, and partial success.
Bounded retry and deterministic recoveryExpired approval, changed request, abandoned work, operator cancellation, and interrupted orchestration.
No action outside current authority04 · Technical view
The operating surface exposes state, elapsed time, evidence, tool receipts, approval, failure classification, and guarded interventions without requiring raw infrastructure access.
Waiting and blocked work cannot be misreported as generically active.
Cancel, retry, compensate, resume, and take over are role-bound commands with audit records.
Completed, failed, cancelled, and reconciled outcomes stop further work and remain available for audit.
05 · Engagement contract
Production handover includes the state and tool contracts, evaluation scenarios, authority review, telemetry, thresholds, intervention procedures, and controlled tool onboarding.
States, transitions, inputs, outputs, timers, terminal behavior, and operating owners.
Schemas, credentials, policy checks, approvals, limits, receipts, and change owner.
Scenario suite, alerts, runbooks, intervention access, reconciliation, release, and rollback.
Engagement contract
The next step is a bounded working session: one workflow, its evidence sources, the decision owner, and the conditions under which the system must stop or hand over.
Map an agentic workflow