Intent Drift

Detect agent plans and tool calls that drift from approved user intent.

Intent drift

CodeIntegrity makes the agent’s execution plan explicit. As the agent generates code to orchestrate tools, our controller checks each step against the user’s original request and approved platform policy, detecting when execution drifts from intent.

Anchor
Tie every plan and tool call back to the user’s approved request.
Compare
Check generated steps against the original intent before they run.
Stop
Block tool sequences that move outside the approved task.