King Klown Logo
King Klown& KOA

Hybrid Mapping and Human-Guided Assistants

This page describes how Ariane supports a hybrid approach:

The goal is not full autonomy over “every interface”, but a realistic system where:


Why a hybrid approach?

Purely automatic exploration is limited by:

On the other hand, purely manual documentation doesn’t give you:

The hybrid mode combines both:


Metadata conventions

Hybrid mapping is expressed entirely through existing Atlas records, using conventions in metadata.

Source of observation

On StateRecord.metadata and TransitionRecord.metadata:

Examples:

{
  "context_id": "example-web-app-en",
  "discovered_at": "2025-03-01T10:00:00Z",
  "metadata": {
    "source": "human",
    "author": "operator-42",
    "session_id": "2025-03-01T09-59-00Z-session-1"
  },
  "state": { "...": "..." }
}