Taxonomy

What it does

Taxonomy

This system's actions, said as everyday verbs — it senses, predicts, decides, creates, moves. Naming the verbs makes it easier to reason about what the system touches and what could go wrong.

Elements

Raw JSON

Live API response from GET /schemas/dtpr@2026-09-01-beta/categories (this category) and GET /schemas/dtpr@2026-09-01-beta/elements?category_id=action.

category "action"119 lines
{
  "id": "action",
  "name": [
    {
      "locale": "en",
      "value": "What it does"
    }
  ],
  "description": [
    {
      "locale": "en",
      "value": "This system's actions, said as everyday verbs — it senses, predicts, decides, creates, moves. Naming the verbs makes it easier to reason about what the system touches and what could go wrong."
    }
  ],
  "prompt": [
    {
      "locale": "en",
      "value": "What is this system doing?"
    }
  ],
  "authoring_guidance": [
    {
      "locale": "en",
      "value": "Pick the verbs a reader would recognize; one to three is usually right. To flag autonomy, set Human involvement on the most downstream verb as the system-level signal; set it on other verbs only when their stage genuinely differs; omit it when it would confuse."
    }
  ],
  "examples": [],
  "sources": [
    {
      "type": "framework",
      "title": "AI Taxonomy — An Operational Framework for Precision in AI Discourse",
      "url": "https://dropleaf.app/d/AlXez8scbd",
      "citation": "Narain Jashanmal, v1.1, January 2026. This category extends the source's six modes into a ten-verb vocabulary for public comprehension."
    }
  ],
  "required": false,
  "order": 4,
  "datachain_type": "dtpr",
  "shape": "hexagon",
  "element_variables": [
    {
      "id": "additional_description",
      "label": [
        {
          "locale": "en",
          "value": "Description"
        }
      ],
      "required": false,
      "kind": "localized_text"
    }
  ],
  "element_context": {
    "id": "autonomy",
    "name": [
      {
        "locale": "en",
        "value": "Human involvement"
      }
    ],
    "description": [
      {
        "locale": "en",
        "value": "Who completes the loop — a quick, system-level signal of how much runs without a person, shown on the verb it colors. A general characterization of the deployment, not a technical audit."
      }
    ],
    "required": false,
    "values": [
      {
        "id": "human_decides",
        "name": [
          {
            "locale": "en",
            "value": "A person decides"
          }
        ],
        "description": [
          {
            "locale": "en",
            "value": "This system suggests or informs; a person makes the call before anything takes effect. Example: a triage tool ranks cases for a clinician who chooses which to see first."
          }
        ],
        "color": "#2A9D8F"
      },
      {
        "id": "human_oversees",
        "name": [
          {
            "locale": "en",
            "value": "A person oversees or carries it out"
          }
        ],
        "description": [
          {
            "locale": "en",
            "value": "This system works out the result on its own; people supervise it, can step in, or carry out the result themselves. Example: an optimizer plans the day's collection routes, and drivers run them."
          }
        ],
        "color": "#6A1B7A"
      },
      {
        "id": "autonomous",
        "name": [
          {
            "locale": "en",
            "value": "Runs on its own"
          }
        ],
        "description": [
          {
            "locale": "en",
            "value": "This system decides and takes effect without a person reviewing each result. Example: a road toll that reprices and charges automatically as traffic changes."
          }
        ],
        "color": "#E76F51"
      }
    ]
  }
}
elements in "action" (10)442 lines
[
  {
    "id": "acts",
    "category_id": "action",
    "title": [
      {
        "locale": "en",
        "value": "Acts"
      }
    ],
    "description": [
      {
        "locale": "en",
        "value": "Acts — plans a goal into steps and carries them out in software: calling tools, booking, filing, escalating, running multi-step workflows on someone's behalf. The output is an action taken, not a piece of content returned. Examples: booking a meeting, filing a return, escalating a ticket. When the action moves something physical, that is Moves."
      }
    ],
    "authoring_guidance": [],
    "examples": [],
    "sources": [],
    "symbol_id": "mode_agentic",
    "variables": [
      {
        "id": "additional_description",
        "label": [
          {
            "locale": "en",
            "value": "Description"
          }
        ],
        "required": false,
        "kind": "localized_text"
      }
    ],
    "shape": "hexagon",
    "icon_variants": [
      "default",
      "dark",
      "human_decides",
      "human_decides.dark",
      "human_oversees",
      "human_oversees.dark",
      "autonomous",
      "autonomous.dark"
    ]
  },
  {
    "id": "answers",
    "category_id": "action",
    "title": [
      {
        "locale": "en",
        "value": "Answers"
      }
    ],
    "description": [
      {
        "locale": "en",
        "value": "Answers — responds to people's questions in conversation: a chatbot, a voice assistant, an automated phone line. It holds a back-and-forth addressed to you in the moment. Examples: a transit chatbot explaining a delay, a service line routing your request. Distinct from Creates, which produces content that stands on its own afterward."
      }
    ],
    "authoring_guidance": [],
    "examples": [],
    "sources": [],
    "symbol_id": "chatbot",
    "variables": [
      {
        "id": "additional_description",
        "label": [
          {
            "locale": "en",
            "value": "Description"
          }
        ],
        "required": false,
        "kind": "localized_text"
      }
    ],
    "shape": "hexagon",
    "icon_variants": [
      "default",
      "dark",
      "human_decides",
      "human_decides.dark",
      "human_oversees",
      "human_oversees.dark",
      "autonomous",
      "autonomous.dark"
    ]
  },
  {
    "id": "creates",
    "category_id": "action",
    "title": [
      {
        "locale": "en",
        "value": "Creates"
      }
    ],
    "description": [
      {
        "locale": "en",
        "value": "Creates — produces new text, images, audio, video, or code that did not exist before this system ran. The output is content authored by the system, not a label or score about existing data. Examples: drafting a paragraph from a prompt, generating an image from a description, composing audio, completing code. Distinct from Answers, which responds to you in conversation."
      }
    ],
    "authoring_guidance": [],
    "examples": [],
    "sources": [],
    "symbol_id": "mode_generative",
    "variables": [
      {
        "id": "additional_description",
        "label": [
          {
            "locale": "en",
            "value": "Description"
          }
        ],
        "required": false,
        "kind": "localized_text"
      }
    ],
    "shape": "hexagon",
    "icon_variants": [
      "default",
      "dark",
      "human_decides",
      "human_decides.dark",
      "human_oversees",
      "human_oversees.dark",
      "autonomous",
      "autonomous.dark"
    ]
  },
  {
    "id": "decides",
    "category_id": "action",
    "title": [
      {
        "locale": "en",
        "value": "Decides"
      }
    ],
    "description": [
      {
        "locale": "en",
        "value": "Decides — determines an outcome that takes effect: approving or denying, pricing, allocating, flagging for action. Examples: a dynamic road toll set from traffic, an application approved or refused, a dispatch assignment. When a person makes the final call from its suggestions, that is Recommends instead."
      }
    ],
    "authoring_guidance": [],
    "examples": [],
    "sources": [],
    "symbol_id": "dm_accept-or-deny",
    "variables": [
      {
        "id": "additional_description",
        "label": [
          {
            "locale": "en",
            "value": "Description"
          }
        ],
        "required": false,
        "kind": "localized_text"
      }
    ],
    "shape": "hexagon",
    "icon_variants": [
      "default",
      "dark",
      "human_decides",
      "human_decides.dark",
      "human_oversees",
      "human_oversees.dark",
      "autonomous",
      "autonomous.dark"
    ]
  },
  {
    "id": "identifies",
    "category_id": "action",
    "title": [
      {
        "locale": "en",
        "value": "Identifies"
      }
    ],
    "description": [
      {
        "locale": "en",
        "value": "Identifies — recognizes who or what something is by matching a face, voice, fingerprint, plate, or account against known records. It turns \"someone is here\" into \"this person is here.\" Examples: a face match at a boarding gate, a plate lookup at a toll gantry. Distinct from Senses, which detects without naming."
      }
    ],
    "authoring_guidance": [],
    "examples": [],
    "sources": [],
    "symbol_id": "biometric",
    "variables": [
      {
        "id": "additional_description",
        "label": [
          {
            "locale": "en",
            "value": "Description"
          }
        ],
        "required": false,
        "kind": "localized_text"
      }
    ],
    "shape": "hexagon",
    "icon_variants": [
      "default",
      "dark",
      "human_decides",
      "human_decides.dark",
      "human_oversees",
      "human_oversees.dark",
      "autonomous",
      "autonomous.dark"
    ]
  },
  {
    "id": "moves",
    "category_id": "action",
    "title": [
      {
        "locale": "en",
        "value": "Moves"
      }
    ],
    "description": [
      {
        "locale": "en",
        "value": "Moves — acts on the physical world. The system drives motors, valves, signals, or other actuators and changes something around you. Examples: steering a robot, changing a traffic-signal phase, opening a gate, adjusting a building's ventilation, releasing a parking barrier."
      }
    ],
    "authoring_guidance": [],
    "examples": [],
    "sources": [],
    "symbol_id": "mode_physical",
    "variables": [
      {
        "id": "additional_description",
        "label": [
          {
            "locale": "en",
            "value": "Description"
          }
        ],
        "required": false,
        "kind": "localized_text"
      }
    ],
    "shape": "hexagon",
    "icon_variants": [
      "default",
      "dark",
      "human_decides",
      "human_decides.dark",
      "human_oversees",
      "human_oversees.dark",
      "autonomous",
      "autonomous.dark"
    ]
  },
  {
    "id": "predicts",
    "category_id": "action",
    "title": [
      {
        "locale": "en",
        "value": "Predicts"
      }
    ],
    "description": [
      {
        "locale": "en",
        "value": "Predicts — estimates what is likely: a forecast, a risk score, a probability. It says what may happen; someone or something else still decides what to do about it. Examples: a queue-length forecast, a credit-risk score, a crowding prediction for the next hour. Distinct from Decides, which makes an outcome take effect."
      }
    ],
    "authoring_guidance": [],
    "examples": [],
    "sources": [],
    "symbol_id": "mode_analytical",
    "variables": [
      {
        "id": "additional_description",
        "label": [
          {
            "locale": "en",
            "value": "Description"
          }
        ],
        "required": false,
        "kind": "localized_text"
      }
    ],
    "shape": "hexagon",
    "icon_variants": [
      "default",
      "dark",
      "human_decides",
      "human_decides.dark",
      "human_oversees",
      "human_oversees.dark",
      "autonomous",
      "autonomous.dark"
    ]
  },
  {
    "id": "recommends",
    "category_id": "action",
    "title": [
      {
        "locale": "en",
        "value": "Recommends"
      }
    ],
    "description": [
      {
        "locale": "en",
        "value": "Recommends — suggests options for a person to choose from: a ranking, a shortlist, a suggested route or treatment. Nothing takes effect until someone accepts the suggestion. Examples: a triage ranking for a clinician, an alternate route offered to a driver, products shown first. Distinct from Decides, where the outcome takes effect on its own."
      }
    ],
    "authoring_guidance": [],
    "examples": [],
    "sources": [],
    "symbol_id": "dm_priority-ranking",
    "variables": [
      {
        "id": "additional_description",
        "label": [
          {
            "locale": "en",
            "value": "Description"
          }
        ],
        "required": false,
        "kind": "localized_text"
      }
    ],
    "shape": "hexagon",
    "icon_variants": [
      "default",
      "dark",
      "human_decides",
      "human_decides.dark",
      "human_oversees",
      "human_oversees.dark",
      "autonomous",
      "autonomous.dark"
    ]
  },
  {
    "id": "senses",
    "category_id": "action",
    "title": [
      {
        "locale": "en",
        "value": "Senses"
      }
    ],
    "description": [
      {
        "locale": "en",
        "value": "Senses — turns raw signals from cameras, microphones, or sensors into things the rest of the system can use: detections, transcriptions, readings. Includes continuous monitoring that watches for events. Examples: detecting a vehicle in a camera frame, transcribing a spoken sentence, noticing that a platform is crowded. Distinct from Identifies, which puts a name to who or what it perceives."
      }
    ],
    "authoring_guidance": [],
    "examples": [],
    "sources": [],
    "symbol_id": "mode_perceptive",
    "variables": [
      {
        "id": "additional_description",
        "label": [
          {
            "locale": "en",
            "value": "Description"
          }
        ],
        "required": false,
        "kind": "localized_text"
      }
    ],
    "shape": "hexagon",
    "icon_variants": [
      "default",
      "dark",
      "human_decides",
      "human_decides.dark",
      "human_oversees",
      "human_oversees.dark",
      "autonomous",
      "autonomous.dark"
    ]
  },
  {
    "id": "understands",
    "category_id": "action",
    "title": [
      {
        "locale": "en",
        "value": "Understands"
      }
    ],
    "description": [
      {
        "locale": "en",
        "value": "Understands — pulls meaning from text or speech, finds related ideas, and connects what it reads to saved context. It returns matches, intents, summaries, or links to relevant prior knowledge, not new content. Examples: matching a question to the right help article, retrieving the policy clause that applies to a case, recognizing the topic of a sentence."
      }
    ],
    "authoring_guidance": [],
    "examples": [],
    "sources": [],
    "symbol_id": "mode_semantic",
    "variables": [
      {
        "id": "additional_description",
        "label": [
          {
            "locale": "en",
            "value": "Description"
          }
        ],
        "required": false,
        "kind": "localized_text"
      }
    ],
    "shape": "hexagon",
    "icon_variants": [
      "default",
      "dark",
      "human_decides",
      "human_decides.dark",
      "human_oversees",
      "human_oversees.dark",
      "autonomous",
      "autonomous.dark"
    ]
  }
]