{
  "schema_version": 1,
  "lang": "en",
  "page_type": "content-page",
  "source_file": "automate-without-losing-control.html",
  "context_url": "https://hebora.be/contexts/automate-without-losing-control.en.json",
  "url": "https://hebora.be/automate-without-losing-control.html",
  "title": "Automate without losing control: a simple method | Hebora",
  "meta_description": "Discover four practical safeguards for automating a task without unchecked decisions: readable logs, validation, exceptions and human handover.",
  "h1": "A good system knows how to work. It also knows when to stop.",
  "lead_paragraph": "You should be able to see what happened, correct a mistake and take over a sensitive case without entering a black box.",
  "structured_data_types": [
    "WebPage",
    "BreadcrumbList",
    "ListItem"
  ],
  "headings": [
    {
      "level": 2,
      "text": "Control exists when three questions have answers"
    },
    {
      "level": 2,
      "text": "Human handover belongs inside the system"
    },
    {
      "level": 2,
      "text": "Design the exit before the entry"
    },
    {
      "level": 3,
      "text": "List sensitive actions"
    },
    {
      "level": 3,
      "text": "Create the exception queue"
    },
    {
      "level": 3,
      "text": "Test the stop"
    },
    {
      "level": 2,
      "text": "Do not connect a flow without a log and a way back."
    },
    {
      "level": 2,
      "text": "Frame the first flow before connecting it"
    },
    {
      "level": 2,
      "text": "Keep control of automation"
    }
  ]
}
