{
    "id": "conversation-intensity",
    "axes": {
      "vertical": {
        "top": {
          "label": "Agent teammate",
          "direction": "up"
        },
        "bottom": {
          "label": "Agent assistant",
          "direction": "down"
        },
        "meaning": "Agent contribution (low → high)"
      },
      "horizontal": {
        "left": {
          "label": "Human directing",
          "direction": "left"
        },
        "right": {
          "label": "Human supervising",
          "direction": "right"
        },
        "meaning": "Human involvement (low → high)"
      }
    },
    "quadrants": [
      {
        "key": "delegation",
        "position": { "row": "top", "column": "left" },
        "title": "Delegation",
        "subtitle": "The human sets the direction; the agent executes",
        "examples": [
          "Turning raw notes into a structured recap, update, or draft deliverable",
          "Pulling, formatting, and packaging a recurring report from standard inputs",
          "Compiling a source-grounded research summary once scope and sources are defined"
        ]
      },
      {
        "key": "collaboration",
        "position": { "row": "top", "column": "right" },
        "title": "Collaboration",
        "subtitle": "The work needs both of you",
        "examples": [
          "Refining a proposal through multiple rounds of feedback",
          "Building an analysis where each result reshapes the next question",
          "Drafting a communication where tone and framing require judgment"
        ]
      },
      {
        "key": "transactional",
        "position": { "row": "bottom", "column": "left" },
        "title": "Asking",
        "subtitle": "Quick asks that call for quick exchanges",
        "examples": [
          "Looking up a fact, date, or definition",
          "Rewriting a sentence or paragraph for clarity, tone, or length",
          "Reformatting a small table or converting units"
        ]
      },
      {
        "key": "exploration",
        "position": { "row": "bottom", "column": "right" },
        "title": "Exploration",
        "subtitle": "Testing what AI can do",
        "examples": [
          "Testing whether Copilot can handle a new workflow before relying on it",
          "Trying different prompt strategies for an unfamiliar workflow",
          "Probing the edges of what an agent can do autonomously"
        ]
      }
    ]
  }