Taxonomy

Understanding (Semantic AI)

Taxonomy/Functional Modes

Understanding (Semantic AI)

Understanding (Semantic AI)

Understands and remembers — pulls meaning from text or speech, finds related ideas, and grounds the system in saved context. The system reads language and returns matches, intents, summaries, or links to relevant prior knowledge. It does not generate new content. Examples: matching a customer's question to the right help article, retrieving the policy clause that applies to a case, recognizing the topic of a recorded sentence.

  • Description

Playground

Try the element with your own values, contexts, and color modes.

Context
Style

Raw JSON

Live API response from GET /schemas/ai@2026-05-06-beta/elements/semantic_mode.

element "semantic_mode"43 lines
{
  "id": "semantic_mode",
  "category_id": "functional_modes",
  "title": [
    {
      "locale": "en",
      "value": "Understanding (Semantic AI)"
    }
  ],
  "description": [
    {
      "locale": "en",
      "value": "Understands and remembers — pulls meaning from text or speech, finds related ideas, and grounds the system in saved context. The system reads language and returns matches, intents, summaries, or links to relevant prior knowledge. It does not generate new content. Examples: matching a customer's question to the right help article, retrieving the policy clause that applies to a case, recognizing the topic of a recorded sentence."
    }
  ],
  "authoring_guidance": [],
  "examples": [],
  "sources": [],
  "symbol_id": "mode_semantic",
  "variables": [
    {
      "id": "additional_description",
      "label": [
        {
          "locale": "en",
          "value": "Description"
        }
      ],
      "required": false
    }
  ],
  "shape": "hexagon",
  "icon_variants": [
    "default",
    "dark",
    "human_decides",
    "human_decides.dark",
    "human_executes",
    "human_executes.dark",
    "autonomous",
    "autonomous.dark"
  ]
}