OPENPROOF.NET — RPO v0.1
Try the live demo
Concrete illustrations · same input → same output

Examples — short narratives
to draft RPO bundles

These examples show what the Sandbox produces from short, concrete narratives: anchors (time/place), minimal signals, and a public sha256 integrity hash. No interpretation, no judgment, no “AI storytelling”.

Example set
Example 1 — Workplace incident
Try in Sandbox
On 14 March 2024, around 10:30 am, an argument occurred in the Paris office between a line manager and a sales employee. The manager raised his voice and threatened to remove key accounts.

Narrative

On 14 March 2024, around 10:30 am, an argument occurred in the Paris office between a line manager and a sales employee. The manager raised his voice and threatened to remove key accounts.

Draft output (illustrative)

{
  "anchors": {
    "date": "2024-03-14",
    "time": "10:30",
    "place": "Paris office"
  },
  "signals": ["threat"],
  "public_hash_sha256": "…"
}
Example 2 — Platform moderation
Try in Sandbox
On 3 June 2023, a user account was suspended after repeated warnings. The user received automated emails but no human response.

Narrative

On 3 June 2023, a user account was suspended after repeated warnings. The user received automated emails but no human response.

Draft output (illustrative)

{
  "anchors": {
    "date": "2023-06-03"
  },
  "signals": ["automated_control", "isolation"],
  "public_hash_sha256": "…"
}
Example 3 — Public governance
Try in Sandbox
Between January and April 2022, procurement decisions were taken without recorded deliberation, despite formal requests.

Narrative

Between January and April 2022, procurement decisions were taken without recorded deliberation, despite formal requests.

Draft output (illustrative)

{
  "anchors": {
    "period": "2022-Q1"
  },
  "signals": ["opacity"],
  "public_hash_sha256": "…"
}