{
  "schema": "vedokrok.public-item.v1",
  "release_id": "MHC-RPUB-20260920-75ad787a",
  "url": "/knowledge/monitor-the-whole-agent-trajectory-not-only-individual-allowed-actions",
  "id": "MHC-D-RESEARCH-0959",
  "version": "0.1.0",
  "title": "Monitor the whole agent trajectory, not only individual allowed actions",
  "summary": "A safe-looking step can participate in an unsafe-looking trajectory.",
  "kind": "protocol",
  "body": "For long-running capable agents, review the evolving sequence against user goals, constraints and safety boundaries. Detect patterns of constraint bypass, escalating permissions or goal drift across actions. Give the monitor authority to pause and surface the trajectory for user inspection.",
  "limits": [
    "Trajectory monitors can false-positive; users need visibility and a controlled resume path."
  ],
  "topics": [
    "union-agent-loop-reliability"
  ],
  "intents": [],
  "source_ids": [
    "RS-048BB0497AD64C7C"
  ],
  "evidence": [
    {
      "claim": "OpenAI's 2026 long-horizon safety report argues that long-running agents require trajectory-level monitoring and user visibility beyond single-action controls.",
      "source_id": "RS-048BB0497AD64C7C",
      "role": "supports",
      "note": "Trajectory monitors can false-positive; users need visibility and a controlled resume path.",
      "locator": "See source record"
    }
  ],
  "use_when": [
    "Every individual tool call is allowed, but the sequence may be drifting toward an unwanted outcome."
  ],
  "avoid_when": [
    "Trajectory monitors can false-positive; users need visibility and a controlled resume path."
  ],
  "example": "Several harmless file and network actions can collectively move data toward a destination the user never approved.",
  "check": "Monitoring can identify unwanted intent or drift that no single action-level rule would catch.",
  "steps": [
    "What outcome is this sequence converging toward?",
    "Is the agent repeatedly approaching a boundary through individually allowed steps?",
    "Has the original user constraint remained active across the rollout?",
    "Can a monitor pause the session for review?"
  ],
  "sources": [
    {
      "id": "RS-048BB0497AD64C7C",
      "title": "Safety and alignment in an era of long-horizon models",
      "url": "https://openai.com/index/safety-alignment-long-horizon-models/"
    }
  ],
  "relations": [],
  "collections": [
    {
      "id": "RC-043A908C9263BF6A",
      "title": "Make the agent loop finish, recover and stay inspectable",
      "url": "/collections/make-the-agent-loop-finish-recover-and-stay-inspectable"
    }
  ]
}
