{
  "schema_version": "core-reviewed-term-ai-handoff-v2",
  "version": "core-reviewed-term-ai-handoff-v2",
  "compat": {
    "backward_compatible_schema_versions": [
      "core-reviewed-term-ai-handoff-v1"
    ],
    "v1_fields_preserved": true
  },
  "contract_status": "preview",
  "distribution": "per_term_read_only_ai_handoff",
  "no_write_operations": true,
  "content_tier": "db_backed",
  "canonical": {
    "url": "https://core.yogoq.com/en-US/core/ai-agent",
    "slug": "ai-agent",
    "locale": "en-US"
  },
  "summary": {
    "schema_version": "core-reviewed-term-summary-v1",
    "term_id": "d706a611-a0a9-58ac-a5ef-2bee580753c1",
    "canonical_slug": "ai-agent",
    "canonical_url": "https://core.yogoq.com/en-US/core/ai-agent",
    "locale": "en-US",
    "display_name": "AI Agent",
    "english_name": null,
    "abbreviation": null,
    "short_definition": "An AI agent is an AI system that can reason toward a goal, use tools or external context, and carry out multi-step work. The more autonomy it has, the more permissions, auditability, and human checkpoints matter.",
    "content_tier": "db_backed",
    "quality": "reviewed",
    "publication_status": "published_reviewed",
    "version": "core-reviewed-term-summary-v1",
    "last_reviewed_at": "2026-07-04T15:30:00.000Z",
    "sources_count": 3,
    "limitations_key": "core-trust-policy-v1-2026-06-22"
  },
  "aliases": [
    {
      "text": "AI Agent",
      "type": "display_name",
      "locale": "en-US"
    },
    {
      "text": "自律型AIエージェント",
      "type": "katakana",
      "locale": "en-US"
    },
    {
      "text": "AI Agent",
      "type": "english_name",
      "locale": "en-US"
    },
    {
      "text": "AIエージェント",
      "type": "localized_title",
      "locale": "ja-JP"
    }
  ],
  "content": {
    "definition": {
      "key": "definition",
      "title": "一言でいうと",
      "text": "An AI agent is an AI system that can reason toward a goal, use tools or external context, and carry out multi-step work. The more autonomy it has, the more permissions, auditability, and human checkpoints matter.",
      "items": []
    },
    "formula": {
      "key": "formula",
      "title": "計算の考え方",
      "text": "Evaluate AI agents by task success, safe execution, and human intervention load. Task completion rate | Successful tasks / attempted tasks | Measures practical usefulness Intervention rate | Human stops / executions | Shows whether autonomy is calibrated Safe execution rate | Policy-compliant executions / executions | Measures permission and audit health",
      "items": [
        "Task completion rate | Successful tasks / attempted tasks | Measures practical usefulness",
        "Intervention rate | Human stops / executions | Shows whether autonomy is calibrated",
        "Safe execution rate | Policy-compliant executions / executions | Measures permission and audit health"
      ]
    },
    "boundary": {
      "key": "boundary",
      "title": "含めるもの / 含めないもの",
      "text": "AI agents overlap with chatbots, workflow automation, and RPA, but differ by tool access and decision scope. Include | Planning, search, tool calls, file operations, API calls, validation, revision | Handles multi-step work Exclude | Unlimited autonomy, unapproved high-impact actions, ownerless decisions | Requires governance Make explicit | Tool set, data scope, approval gates, logs, stop conditions | Required for production use",
      "items": [
        "Include | Planning, search, tool calls, file operations, API calls, validation, revision | Handles multi-step work",
        "Exclude | Unlimited autonomy, unapproved high-impact actions, ownerless decisions | Requires governance",
        "Make explicit | Tool set, data scope, approval gates, logs, stop conditions | Required for production use"
      ]
    },
    "usage": [
      {
        "key": "meaning",
        "title": "意味",
        "text": "An AI agent is a system that interprets a goal, plans or selects steps, uses tools and data sources, and checks or updates its work across a task. Compared with a single chat response, an agent may combine search, file operations, API calls, planning, validation, and revision. Production agents need explicit boundaries for allowed tools, accessible data, human approvals, audit logs, and stop conditions. Without those boundaries, an agent can make mistakes faster and with broader operational impact.",
        "items": []
      },
      {
        "key": "usage",
        "title": "役立つ場面",
        "text": "Teams can decide whether chat assistance is enough or whether tool-executing agents are justified. Classifying actions by approval requirement balances speed and safety. MCP or API integrations can be designed around tool descriptions, input schemas, permissions, and logs.",
        "items": [
          "Teams can decide whether chat assistance is enough or whether tool-executing agents are justified.",
          "Classifying actions by approval requirement balances speed and safety.",
          "MCP or API integrations can be designed around tool descriptions, input schemas, permissions, and logs."
        ]
      },
      {
        "key": "usage",
        "title": "使い方のポイント",
        "text": null,
        "items": [
          "An AI agent is a system for doing work, not just producing an answer.",
          "More tool access requires stronger logs, approvals, and rollback paths.",
          "Start with low-risk read or draft workflows before allowing high-impact execution.",
          "Measure intervention, misoperation, permission, and user burden alongside success rate.",
          "Standard connectors such as MCP are useful, but tool exposure must be intentionally scoped."
        ]
      },
      {
        "key": "drivers",
        "title": "何が数字を動かすか",
        "text": "Agent performance depends on tool design, permissions, evaluation, and failure boundaries as much as model capability. Tools | Narrow, well-described tools limit damage when something fails Permissions | Separate read, draft, execute, and external-send rights Evaluation | Long tasks need both intermediate and final checks Human review | Approval gates make autonomy safer to expand",
        "items": [
          "Tools | Narrow, well-described tools limit damage when something fails",
          "Permissions | Separate read, draft, execute, and external-send rights",
          "Evaluation | Long tasks need both intermediate and final checks",
          "Human review | Approval gates make autonomy safer to expand"
        ]
      }
    ],
    "misunderstandings": [
      {
        "key": "misunderstandings",
        "title": "判断するときの注意点",
        "text": "Agent usefulness and agent risk scale together. External sending, deletion, purchases, contracts, and permission changes should require human approval. Ambiguous tool descriptions can cause tools to be invoked for the wrong purpose. Without execution logs and replay information, incidents cannot be investigated well.",
        "items": [
          "External sending, deletion, purchases, contracts, and permission changes should require human approval.",
          "Ambiguous tool descriptions can cause tools to be invoked for the wrong purpose.",
          "Without execution logs and replay information, incidents cannot be investigated well."
        ]
      },
      {
        "key": "misunderstandings",
        "title": "よくある誤解 / 落とし穴",
        "text": null,
        "items": [
          "Agents do not need to be fully autonomous. Human checkpoints are often the safer design.",
          "A better model alone does not remove operational risk. Tool and permission design matter.",
          "Long tasks do not automatically improve efficiency. Without intermediate checks, rework can grow."
        ]
      }
    ],
    "examples": [
      {
        "key": "examples",
        "title": "最小例",
        "text": "An engineering team uses an AI agent for first-pass incident triage. The initial tool set allows log reading, related PR search, and known-incident search, but it cannot change production settings or restart services. The agent writes a triage memo with evidence links and unresolved questions. A human approves the next step before any runbook action is taken. The workflow reduces triage time, but one incident shows that an old runbook was cited, so the team adds source freshness checks to the agent's retrieval layer.",
        "items": []
      }
    ],
    "comparisons": [
      {
        "key": "comparisons",
        "title": "似ている言葉との違い",
        "text": "AI Agent | Carries out multi-step work toward a goal | Needs tools and evaluation Chatbot | Responds in conversation | Usually limited execution authority RPA | Automates fixed steps | Less flexible reasoning",
        "items": [
          "AI Agent | Carries out multi-step work toward a goal | Needs tools and evaluation",
          "Chatbot | Responds in conversation | Usually limited execution authority",
          "RPA | Automates fixed steps | Less flexible reasoning"
        ]
      },
      {
        "key": "related_metrics",
        "title": "一緒に見る指標",
        "text": "AI agents should be read together with MCP, tool use, evaluation, and prompt injection. Model Context Protocol | Standard for connecting tools and context | Often used in agent integrations Tool Use | Ability to call external systems | Defines execution scope Prompt Injection | Untrusted input can redirect actions | Especially important for agents",
        "items": [
          "Model Context Protocol | Standard for connecting tools and context | Often used in agent integrations",
          "Tool Use | Ability to call external systems | Defines execution scope",
          "Prompt Injection | Untrusted input can redirect actions | Especially important for agents"
        ]
      }
    ],
    "faq": [
      {
        "question": "How is an AI agent different from a chatbot?",
        "answer": "A chatbot mainly answers. An AI agent can combine multi-step reasoning with tools, data, and execution workflows."
      },
      {
        "question": "Should agents be fully autonomous?",
        "answer": "Not for high-impact actions. Use approval gates, logs, and stop conditions."
      },
      {
        "question": "What should be automated first?",
        "answer": "Start with read, draft, summary, and research-support tasks that are easy to review and roll back."
      }
    ]
  },
  "source_refs": [
    "concept:ai-agent:en-US",
    "concept:ai-agent:ja-JP",
    "core-product-update-ai-term-pack-v1:ai-agent"
  ],
  "sources": {
    "source_refs": [
      "concept:ai-agent:en-US",
      "concept:ai-agent:ja-JP",
      "core-product-update-ai-term-pack-v1:ai-agent"
    ],
    "visible_sources": [
      {
        "label": "NIST: AI RMF",
        "url": "https://nvlpubs.nist.gov/nistpubs/ai/nist.ai.100-1.pdf",
        "kind": "tier_s"
      },
      {
        "label": "Model Context Protocol: What is MCP?",
        "url": "https://modelcontextprotocol.io/docs/getting-started/intro",
        "kind": "tier_s"
      },
      {
        "label": "Model Context Protocol: Tools",
        "url": "https://modelcontextprotocol.io/docs/concepts/tools",
        "kind": "tier_s"
      }
    ]
  },
  "related_terms": [
    {
      "topic_id": "slug:generative-ai",
      "canonical_slug": "generative-ai",
      "canonical_url": "https://core.yogoq.com/en-US/core/generative-ai",
      "title": "Generative AI",
      "relation_type": "prerequisite"
    },
    {
      "topic_id": "slug:model-context-protocol",
      "canonical_slug": "model-context-protocol",
      "canonical_url": "https://core.yogoq.com/en-US/core/model-context-protocol",
      "title": "Model Context Protocol",
      "relation_type": "used_together"
    },
    {
      "topic_id": "slug:tool-use",
      "canonical_slug": "tool-use",
      "canonical_url": "https://core.yogoq.com/en-US/core/tool-use",
      "title": "Tool Use",
      "relation_type": "used_together"
    }
  ],
  "relations": [
    {
      "term_id": "slug:generative-ai",
      "canonical_slug": "generative-ai",
      "canonical_url": "https://core.yogoq.com/en-US/core/generative-ai",
      "display_name": "Generative AI",
      "relation_type": "related",
      "source_relation_type": "prerequisite"
    },
    {
      "term_id": "slug:model-context-protocol",
      "canonical_slug": "model-context-protocol",
      "canonical_url": "https://core.yogoq.com/en-US/core/model-context-protocol",
      "display_name": "Model Context Protocol",
      "relation_type": "related",
      "source_relation_type": "used_together"
    },
    {
      "term_id": "slug:tool-use",
      "canonical_slug": "tool-use",
      "canonical_url": "https://core.yogoq.com/en-US/core/tool-use",
      "display_name": "Tool Use",
      "relation_type": "related",
      "source_relation_type": "used_together"
    }
  ],
  "chunk_ids": [
    "core:chunk:ai-agent:en-US:definition:66fa93db334bca1a",
    "core:chunk:ai-agent:en-US:formula:e7ed5cacd8211963",
    "core:chunk:ai-agent:en-US:boundary:56dc749d9fd9904d",
    "core:chunk:ai-agent:en-US:meaning:1d74ac800177c393",
    "core:chunk:ai-agent:en-US:usage:f2e5c51a7d1b4c55",
    "core:chunk:ai-agent:en-US:usage:63d5808d7900926d",
    "core:chunk:ai-agent:en-US:drivers:e00e3af0f5ccac8a",
    "core:chunk:ai-agent:en-US:misunderstandings:fd2678febcbe6374",
    "core:chunk:ai-agent:en-US:misunderstandings:e3a874dcb17089f2",
    "core:chunk:ai-agent:en-US:examples:d5a7d6ccb54d1a81",
    "core:chunk:ai-agent:en-US:comparisons:afd0d6a7d6d94f86",
    "core:chunk:ai-agent:en-US:related_metrics:802bdada889f95e4",
    "core:chunk:ai-agent:en-US:faq:844d45510e09e60a",
    "core:chunk:ai-agent:en-US:faq:0fabfb8ea576fbde",
    "core:chunk:ai-agent:en-US:faq:59c2f98f37086196"
  ],
  "chunks": [
    {
      "chunk_id": "core:chunk:ai-agent:en-US:definition:66fa93db334bca1a",
      "section_key": "definition",
      "heading": "一言でいうと",
      "text": "An AI agent is an AI system that can reason toward a goal, use tools or external context, and carry out multi-step work. The more autonomy it has, the more permissions, auditability, and human checkpoints matter.",
      "source_refs": [
        "concept:ai-agent:en-US",
        "concept:ai-agent:ja-JP",
        "core-product-update-ai-term-pack-v1:ai-agent"
      ],
      "content_hash": "66fa93db334bca1aba5b431854ddafe880fb5ea69387c330b39725604668d972"
    },
    {
      "chunk_id": "core:chunk:ai-agent:en-US:formula:e7ed5cacd8211963",
      "section_key": "formula",
      "heading": "計算の考え方",
      "text": "Evaluate AI agents by task success, safe execution, and human intervention load. Task completion rate | Successful tasks / attempted tasks | Measures practical usefulness Intervention rate | Human stops / executions | Shows whether autonomy is calibrated Safe execution rate | Policy-compliant executions / executions | Measures permission and audit health Task completion rate | Successful tasks / attempted tasks | Measures practical usefulness Intervention rate | Human stops / executions | Shows whether autonomy is calibrated Safe execution rate | Policy-compliant executions / executions | Measures permission and audit health",
      "source_refs": [
        "concept:ai-agent:en-US",
        "concept:ai-agent:ja-JP",
        "core-product-update-ai-term-pack-v1:ai-agent"
      ],
      "content_hash": "e7ed5cacd82119637905b0d5ab5917d5dc8a43dce5d14ecd1f70da2d8e196f55"
    },
    {
      "chunk_id": "core:chunk:ai-agent:en-US:boundary:56dc749d9fd9904d",
      "section_key": "boundary",
      "heading": "含めるもの / 含めないもの",
      "text": "AI agents overlap with chatbots, workflow automation, and RPA, but differ by tool access and decision scope. Include | Planning, search, tool calls, file operations, API calls, validation, revision | Handles multi-step work Exclude | Unlimited autonomy, unapproved high-impact actions, ownerless decisions | Requires governance Make explicit | Tool set, data scope, approval gates, logs, stop conditions | Required for production use Include | Planning, search, tool calls, file operations, API calls, validation, revision | Handles multi-step work Exclude | Unlimited autonomy, unapproved high-impact actions, ownerless decisions | Requires governance Make explicit | Tool set, data scope, approval gates, logs, stop conditions | Required for production use",
      "source_refs": [
        "concept:ai-agent:en-US",
        "concept:ai-agent:ja-JP",
        "core-product-update-ai-term-pack-v1:ai-agent"
      ],
      "content_hash": "56dc749d9fd9904d48e48ed25641a6ef6e7dff0539fc48171465f153aea0f922"
    },
    {
      "chunk_id": "core:chunk:ai-agent:en-US:meaning:1d74ac800177c393",
      "section_key": "meaning",
      "heading": "意味",
      "text": "An AI agent is a system that interprets a goal, plans or selects steps, uses tools and data sources, and checks or updates its work across a task. Compared with a single chat response, an agent may combine search, file operations, API calls, planning, validation, and revision. Production agents need explicit boundaries for allowed tools, accessible data, human approvals, audit logs, and stop conditions. Without those boundaries, an agent can make mistakes faster and with broader operational impact.",
      "source_refs": [
        "concept:ai-agent:en-US",
        "concept:ai-agent:ja-JP",
        "core-product-update-ai-term-pack-v1:ai-agent"
      ],
      "content_hash": "1d74ac800177c39371b49e980a5dacd08e47b82ee9d100cf304e5d580deec0ef"
    },
    {
      "chunk_id": "core:chunk:ai-agent:en-US:usage:f2e5c51a7d1b4c55",
      "section_key": "usage",
      "heading": "役立つ場面",
      "text": "Teams can decide whether chat assistance is enough or whether tool-executing agents are justified. Classifying actions by approval requirement balances speed and safety. MCP or API integrations can be designed around tool descriptions, input schemas, permissions, and logs. Teams can decide whether chat assistance is enough or whether tool-executing agents are justified. Classifying actions by approval requirement balances speed and safety. MCP or API integrations can be designed around tool descriptions, input schemas, permissions, and logs.",
      "source_refs": [
        "concept:ai-agent:en-US",
        "concept:ai-agent:ja-JP",
        "core-product-update-ai-term-pack-v1:ai-agent"
      ],
      "content_hash": "f2e5c51a7d1b4c55fffacf6c8da8772542e305cd20d59bae1e368243fcf194c8"
    },
    {
      "chunk_id": "core:chunk:ai-agent:en-US:usage:63d5808d7900926d",
      "section_key": "usage",
      "heading": "使い方のポイント",
      "text": "An AI agent is a system for doing work, not just producing an answer. More tool access requires stronger logs, approvals, and rollback paths. Start with low-risk read or draft workflows before allowing high-impact execution. Measure intervention, misoperation, permission, and user burden alongside success rate. Standard connectors such as MCP are useful, but tool exposure must be intentionally scoped.",
      "source_refs": [
        "concept:ai-agent:en-US",
        "concept:ai-agent:ja-JP",
        "core-product-update-ai-term-pack-v1:ai-agent"
      ],
      "content_hash": "63d5808d7900926dfcd274ea73dcb4f8cc33fd0ff0373fd2e18e27fc17ad567b"
    },
    {
      "chunk_id": "core:chunk:ai-agent:en-US:drivers:e00e3af0f5ccac8a",
      "section_key": "drivers",
      "heading": "何が数字を動かすか",
      "text": "Agent performance depends on tool design, permissions, evaluation, and failure boundaries as much as model capability. Tools | Narrow, well-described tools limit damage when something fails Permissions | Separate read, draft, execute, and external-send rights Evaluation | Long tasks need both intermediate and final checks Human review | Approval gates make autonomy safer to expand Tools | Narrow, well-described tools limit damage when something fails Permissions | Separate read, draft, execute, and external-send rights Evaluation | Long tasks need both intermediate and final checks Human review | Approval gates make autonomy safer to expand",
      "source_refs": [
        "concept:ai-agent:en-US",
        "concept:ai-agent:ja-JP",
        "core-product-update-ai-term-pack-v1:ai-agent"
      ],
      "content_hash": "e00e3af0f5ccac8aceb690232063111e3d287975b732e52c38adebe1e1e40b48"
    },
    {
      "chunk_id": "core:chunk:ai-agent:en-US:misunderstandings:fd2678febcbe6374",
      "section_key": "misunderstandings",
      "heading": "判断するときの注意点",
      "text": "Agent usefulness and agent risk scale together. External sending, deletion, purchases, contracts, and permission changes should require human approval. Ambiguous tool descriptions can cause tools to be invoked for the wrong purpose. Without execution logs and replay information, incidents cannot be investigated well. External sending, deletion, purchases, contracts, and permission changes should require human approval. Ambiguous tool descriptions can cause tools to be invoked for the wrong purpose. Without execution logs and replay information, incidents cannot be investigated well.",
      "source_refs": [
        "concept:ai-agent:en-US",
        "concept:ai-agent:ja-JP",
        "core-product-update-ai-term-pack-v1:ai-agent"
      ],
      "content_hash": "fd2678febcbe63749c63974e6ef74ee104168961e6c5b8ce0f2b18d111ecdf57"
    },
    {
      "chunk_id": "core:chunk:ai-agent:en-US:misunderstandings:e3a874dcb17089f2",
      "section_key": "misunderstandings",
      "heading": "よくある誤解 / 落とし穴",
      "text": "Agents do not need to be fully autonomous. Human checkpoints are often the safer design. A better model alone does not remove operational risk. Tool and permission design matter. Long tasks do not automatically improve efficiency. Without intermediate checks, rework can grow.",
      "source_refs": [
        "concept:ai-agent:en-US",
        "concept:ai-agent:ja-JP",
        "core-product-update-ai-term-pack-v1:ai-agent"
      ],
      "content_hash": "e3a874dcb17089f289b7ae65b997466a359eb6b95e953ca91caf0ab9be1cd544"
    },
    {
      "chunk_id": "core:chunk:ai-agent:en-US:examples:d5a7d6ccb54d1a81",
      "section_key": "examples",
      "heading": "最小例",
      "text": "An engineering team uses an AI agent for first-pass incident triage. The initial tool set allows log reading, related PR search, and known-incident search, but it cannot change production settings or restart services. The agent writes a triage memo with evidence links and unresolved questions. A human approves the next step before any runbook action is taken. The workflow reduces triage time, but one incident shows that an old runbook was cited, so the team adds source freshness checks to the agent's retrieval layer.",
      "source_refs": [
        "concept:ai-agent:en-US",
        "concept:ai-agent:ja-JP",
        "core-product-update-ai-term-pack-v1:ai-agent"
      ],
      "content_hash": "d5a7d6ccb54d1a8142338e1eed85a10ba979f35c583fdf4e1f80c70ae7913385"
    },
    {
      "chunk_id": "core:chunk:ai-agent:en-US:comparisons:afd0d6a7d6d94f86",
      "section_key": "comparisons",
      "heading": "似ている言葉との違い",
      "text": "AI Agent | Carries out multi-step work toward a goal | Needs tools and evaluation Chatbot | Responds in conversation | Usually limited execution authority RPA | Automates fixed steps | Less flexible reasoning AI Agent | Carries out multi-step work toward a goal | Needs tools and evaluation Chatbot | Responds in conversation | Usually limited execution authority RPA | Automates fixed steps | Less flexible reasoning",
      "source_refs": [
        "concept:ai-agent:en-US",
        "concept:ai-agent:ja-JP",
        "core-product-update-ai-term-pack-v1:ai-agent"
      ],
      "content_hash": "afd0d6a7d6d94f861667bc3f9e4a612baa148107f2dcf2e49bf003514abb5efb"
    },
    {
      "chunk_id": "core:chunk:ai-agent:en-US:related_metrics:802bdada889f95e4",
      "section_key": "related_metrics",
      "heading": "一緒に見る指標",
      "text": "AI agents should be read together with MCP, tool use, evaluation, and prompt injection. Model Context Protocol | Standard for connecting tools and context | Often used in agent integrations Tool Use | Ability to call external systems | Defines execution scope Prompt Injection | Untrusted input can redirect actions | Especially important for agents Model Context Protocol | Standard for connecting tools and context | Often used in agent integrations Tool Use | Ability to call external systems | Defines execution scope Prompt Injection | Untrusted input can redirect actions | Especially important for agents",
      "source_refs": [
        "concept:ai-agent:en-US",
        "concept:ai-agent:ja-JP",
        "core-product-update-ai-term-pack-v1:ai-agent"
      ],
      "content_hash": "802bdada889f95e4478bbc57772f0c145878ab7303536ce6cdc4a45958d0bd6b"
    },
    {
      "chunk_id": "core:chunk:ai-agent:en-US:faq:844d45510e09e60a",
      "section_key": "faq",
      "heading": "How is an AI agent different from a chatbot?",
      "text": "How is an AI agent different from a chatbot? A chatbot mainly answers. An AI agent can combine multi-step reasoning with tools, data, and execution workflows.",
      "source_refs": [
        "concept:ai-agent:en-US",
        "concept:ai-agent:ja-JP",
        "core-product-update-ai-term-pack-v1:ai-agent"
      ],
      "content_hash": "844d45510e09e60a6d496937d6136f35524a3682a289a87d3d487dab52c9b548"
    },
    {
      "chunk_id": "core:chunk:ai-agent:en-US:faq:0fabfb8ea576fbde",
      "section_key": "faq",
      "heading": "Should agents be fully autonomous?",
      "text": "Should agents be fully autonomous? Not for high-impact actions. Use approval gates, logs, and stop conditions.",
      "source_refs": [
        "concept:ai-agent:en-US",
        "concept:ai-agent:ja-JP",
        "core-product-update-ai-term-pack-v1:ai-agent"
      ],
      "content_hash": "0fabfb8ea576fbde8455a2479891e0f0ee3a7e0eedf5088065a405b0e8662f72"
    },
    {
      "chunk_id": "core:chunk:ai-agent:en-US:faq:59c2f98f37086196",
      "section_key": "faq",
      "heading": "What should be automated first?",
      "text": "What should be automated first? Start with read, draft, summary, and research-support tasks that are easy to review and roll back.",
      "source_refs": [
        "concept:ai-agent:en-US",
        "concept:ai-agent:ja-JP",
        "core-product-update-ai-term-pack-v1:ai-agent"
      ],
      "content_hash": "59c2f98f37086196e1f12700b94282f3c5214ec59c821e6662c48b92360a815c"
    }
  ],
  "content_hash": "4b6b0557613d61be88b622b77880449d8426deb8559c76aaca3cc0ebf2e43fc9",
  "hash_algorithm": "sha256",
  "rag": {
    "chunk_id_policy": "core:chunk:{canonical_slug}:{locale}:{section_key}:{sha256_16}",
    "content_hash_policy": "sha256_stable_json",
    "source_refs_precision": "source_object_ref_or_source_key_current_snapshot"
  },
  "quality": {
    "content_tier": "db_backed",
    "quality": "reviewed",
    "publication_status": "published_reviewed",
    "source_count": 3,
    "last_reviewed_at": "2026-07-04T15:30:00.000Z",
    "trust_policy_version": "core-trust-policy-v1-2026-06-22"
  },
  "limitations": {
    "policy_version": "core-trust-policy-v1-2026-06-22",
    "professional_advice_boundary": "reference_only_not_professional_advice",
    "text": "This page is reference information for research and learning. For accounting, legal, finance, health, security, or other individual decisions, confirm against primary sources or qualified professionals.",
    "items": [
      "Public pages support general understanding and practical context; they are not professional advice for individual cases.",
      "Fast-changing information such as regulations, accounting standards, prices, product specs, and legal requirements should be checked against primary sources before final decisions.",
      "Even when AI-assisted drafting or audit is used, publication relies on quality gates and human-readable evidence."
    ]
  }
}
