{
  "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/agentic-ai",
    "slug": "agentic-ai",
    "locale": "en-US"
  },
  "summary": {
    "schema_version": "core-reviewed-term-summary-v1",
    "term_id": "042c5670-b555-5acb-8c08-8fefba584f8f",
    "canonical_slug": "agentic-ai",
    "canonical_url": "https://core.yogoq.com/en-US/core/agentic-ai",
    "locale": "en-US",
    "display_name": "Agentic AI",
    "english_name": null,
    "abbreviation": null,
    "short_definition": "Agentic AI describes AI systems designed to plan, act, observe, and revise toward a goal. It is often a broader design pattern than a single AI agent implementation.",
    "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": 2,
    "limitations_key": "core-trust-policy-v1-2026-06-22"
  },
  "aliases": [
    {
      "text": "Agentic AI",
      "type": "display_name",
      "locale": "en-US"
    },
    {
      "text": "エージェント型AI",
      "type": "katakana",
      "locale": "en-US"
    },
    {
      "text": "Agentic AI",
      "type": "english_name",
      "locale": "en-US"
    },
    {
      "text": "エージェンティックAI",
      "type": "localized_title",
      "locale": "ja-JP"
    }
  ],
  "content": {
    "definition": {
      "key": "definition",
      "title": "一言でいうと",
      "text": "Agentic AI describes AI systems designed to plan, act, observe, and revise toward a goal. It is often a broader design pattern than a single AI agent implementation.",
      "items": []
    },
    "formula": {
      "key": "formula",
      "title": "計算の考え方",
      "text": "Evaluate agentic AI by outcome, intervention, safety, and recovery. Autonomous safe completion | Safe tasks completed without human intervention / eligible tasks | Measures useful autonomy Recovery rate | Failed tasks corrected / failed tasks | Measures observe-and-revise behavior Safety deviation rate | Policy violations or unsafe actions / executions | A production-readiness signal",
      "items": [
        "Autonomous safe completion | Safe tasks completed without human intervention / eligible tasks | Measures useful autonomy",
        "Recovery rate | Failed tasks corrected / failed tasks | Measures observe-and-revise behavior",
        "Safety deviation rate | Policy violations or unsafe actions / executions | A production-readiness signal"
      ]
    },
    "boundary": {
      "key": "boundary",
      "title": "含めるもの / 含めないもの",
      "text": "Agentic AI should be controlled autonomy, not unlimited autonomy. Include | Planning, acting, observing, revising, tool use, state management | Agentic behavior Exclude | Unbounded execution, unaudited operations, ownerless decisions | Not acceptable for production Make explicit | Autonomy level, approval points, stop conditions, metrics, logs | Defines operating boundaries",
      "items": [
        "Include | Planning, acting, observing, revising, tool use, state management | Agentic behavior",
        "Exclude | Unbounded execution, unaudited operations, ownerless decisions | Not acceptable for production",
        "Make explicit | Autonomy level, approval points, stop conditions, metrics, logs | Defines operating boundaries"
      ]
    },
    "usage": [
      {
        "key": "meaning",
        "title": "意味",
        "text": "Agentic AI refers to AI systems or product designs in which the AI does more than answer a prompt: it interprets a goal, decomposes work, uses tools or information, observes outcomes, and adjusts subsequent actions. The term is broader than a particular AI agent because it includes workflow design, permissions, human checkpoints, evaluation, and auditability. As autonomy increases, product quality depends not only on model capability but also on stop conditions, permission boundaries, data scope, logging, and evaluation sets.",
        "items": []
      },
      {
        "key": "usage",
        "title": "役立つ場面",
        "text": "Teams can decide whether to expand from one-shot AI features to AI products that progress work over time. Each autonomy level can be mapped to permissions, evaluation, logs, and approvals. Human intervention points can be designed before full automation is attempted.",
        "items": [
          "Teams can decide whether to expand from one-shot AI features to AI products that progress work over time.",
          "Each autonomy level can be mapped to permissions, evaluation, logs, and approvals.",
          "Human intervention points can be designed before full automation is attempted."
        ]
      },
      {
        "key": "usage",
        "title": "使い方のポイント",
        "text": null,
        "items": [
          "Agentic AI includes planning, action, observation, and revision.",
          "An AI agent is one concrete implementation of an agentic design.",
          "More autonomy requires stronger permissions, logs, approvals, and evaluation.",
          "Intermediate checks and recovery paths determine success in long tasks.",
          "Production adoption should start with safe failure design, not just impressive autonomy."
        ]
      },
      {
        "key": "drivers",
        "title": "何が数字を動かすか",
        "text": "Value increases when long work is decomposed, checked midway, and recoverable. Task decomposition | Turns complex work into testable steps State management | Makes progress and reasons resumable Observation | Uses tool results and errors to change the next step Safety boundary | Approval gates make production adoption safer",
        "items": [
          "Task decomposition | Turns complex work into testable steps",
          "State management | Makes progress and reasons resumable",
          "Observation | Uses tool results and errors to change the next step",
          "Safety boundary | Approval gates make production adoption safer"
        ]
      }
    ],
    "misunderstandings": [
      {
        "key": "misunderstandings",
        "title": "判断するときの注意点",
        "text": "The label agentic does not by itself prove mature autonomy. Demos may hide missing exception handling, permissions, and audit logs. Multi-step errors are expensive when detected only at the end. External inputs increase prompt-injection and tool-misuse risk.",
        "items": [
          "Demos may hide missing exception handling, permissions, and audit logs.",
          "Multi-step errors are expensive when detected only at the end.",
          "External inputs increase prompt-injection and tool-misuse risk."
        ]
      },
      {
        "key": "misunderstandings",
        "title": "よくある誤解 / 落とし穴",
        "text": null,
        "items": [
          "Agentic AI is not necessarily full autonomy. Controlled autonomy is often the better production design.",
          "Better reasoning alone does not make an agent safe. Tool and permission design are required.",
          "Longer tasks are not automatically better candidates. Missing intermediate checks increase risk."
        ]
      }
    ],
    "examples": [
      {
        "key": "examples",
        "title": "最小例",
        "text": "A legal team tests agentic AI for initial contract review. The system reads a contract, extracts risk clauses, compares them with internal policy, and drafts a question list. It is not allowed to edit the contract or send anything externally. Each step cites the relevant clause, and a reviewer approves the findings. Early tests reveal missed clauses, so the team creates an evaluation set by clause category and stores intermediate outputs. The workflow separates what the AI can progress autonomously from what an expert must decide.",
        "items": []
      }
    ],
    "comparisons": [
      {
        "key": "comparisons",
        "title": "似ている言葉との違い",
        "text": "Agentic AI | Design pattern with planning and action | Fits multi-step work AI Agent | Concrete system implementation | Uses tools and permissions Generative AI | Content generation capability | Often part of an agentic system",
        "items": [
          "Agentic AI | Design pattern with planning and action | Fits multi-step work",
          "AI Agent | Concrete system implementation | Uses tools and permissions",
          "Generative AI | Content generation capability | Often part of an agentic system"
        ]
      },
      {
        "key": "related_metrics",
        "title": "一緒に見る指標",
        "text": "Read agentic AI with AI agents, tool use, and AI evaluation. AI Agent | Concrete system implementing agentic behavior | Has tools and permissions Tool Use | Ability to operate external systems | Defines action scope AI Evaluation | Measures long-task quality | Supports launch decisions",
        "items": [
          "AI Agent | Concrete system implementing agentic behavior | Has tools and permissions",
          "Tool Use | Ability to operate external systems | Defines action scope",
          "AI Evaluation | Measures long-task quality | Supports launch decisions"
        ]
      }
    ],
    "faq": [
      {
        "question": "Is agentic AI the same as an AI agent?",
        "answer": "Not exactly. Agentic AI describes the design pattern; an AI agent is a concrete system using that pattern."
      },
      {
        "question": "Does it require full automation?",
        "answer": "No. Production systems often use controlled autonomy with human checkpoints."
      },
      {
        "question": "What work fits best?",
        "answer": "Multi-step work that has observable intermediate states and a clear rollback or review path."
      }
    ]
  },
  "source_refs": [
    "concept:agentic-ai:en-US",
    "concept:agentic-ai:ja-JP",
    "core-product-update-ai-term-pack-v1:agentic-ai"
  ],
  "sources": {
    "source_refs": [
      "concept:agentic-ai:en-US",
      "concept:agentic-ai:ja-JP",
      "core-product-update-ai-term-pack-v1:agentic-ai"
    ],
    "visible_sources": [
      {
        "label": "NIST: AI RMF",
        "url": "https://nvlpubs.nist.gov/nistpubs/ai/nist.ai.100-1.pdf",
        "kind": "tier_s"
      },
      {
        "label": "NIST: Generative AI Profile",
        "url": "https://nvlpubs.nist.gov/nistpubs/ai/NIST.AI.600-1.pdf",
        "kind": "tier_s"
      }
    ]
  },
  "related_terms": [
    {
      "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"
    },
    {
      "topic_id": "slug:ai-evaluation",
      "canonical_slug": "ai-evaluation",
      "canonical_url": "https://core.yogoq.com/en-US/core/ai-evaluation",
      "title": "AI Evaluation",
      "relation_type": "used_together"
    },
    {
      "topic_id": "slug:ai-agent",
      "canonical_slug": "ai-agent",
      "canonical_url": "https://core.yogoq.com/en-US/core/ai-agent",
      "title": "AI Agent",
      "relation_type": "confusable_with"
    }
  ],
  "relations": [
    {
      "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"
    },
    {
      "term_id": "slug:ai-evaluation",
      "canonical_slug": "ai-evaluation",
      "canonical_url": "https://core.yogoq.com/en-US/core/ai-evaluation",
      "display_name": "AI Evaluation",
      "relation_type": "related",
      "source_relation_type": "used_together"
    },
    {
      "term_id": "slug:ai-agent",
      "canonical_slug": "ai-agent",
      "canonical_url": "https://core.yogoq.com/en-US/core/ai-agent",
      "display_name": "AI Agent",
      "relation_type": "compare",
      "source_relation_type": "confusable_with"
    }
  ],
  "chunk_ids": [
    "core:chunk:agentic-ai:en-US:definition:23139933298c1214",
    "core:chunk:agentic-ai:en-US:formula:40c73a3e639dcf3d",
    "core:chunk:agentic-ai:en-US:boundary:dc0ff0fc9da4ccef",
    "core:chunk:agentic-ai:en-US:meaning:d472bc6acbdc68f9",
    "core:chunk:agentic-ai:en-US:usage:5f190b1615354527",
    "core:chunk:agentic-ai:en-US:usage:f86d453cea06a419",
    "core:chunk:agentic-ai:en-US:drivers:5c772a5e60417877",
    "core:chunk:agentic-ai:en-US:misunderstandings:30b184ca49c54bfb",
    "core:chunk:agentic-ai:en-US:misunderstandings:522d9b40db01c98c",
    "core:chunk:agentic-ai:en-US:examples:aaff1c8b8e9d4243",
    "core:chunk:agentic-ai:en-US:comparisons:e18b57c957b23013",
    "core:chunk:agentic-ai:en-US:related_metrics:77bcb58e21cec621",
    "core:chunk:agentic-ai:en-US:faq:15f7a67a164fd774",
    "core:chunk:agentic-ai:en-US:faq:374ad9b47b2fb96d",
    "core:chunk:agentic-ai:en-US:faq:41b8a595bc1821ba"
  ],
  "chunks": [
    {
      "chunk_id": "core:chunk:agentic-ai:en-US:definition:23139933298c1214",
      "section_key": "definition",
      "heading": "一言でいうと",
      "text": "Agentic AI describes AI systems designed to plan, act, observe, and revise toward a goal. It is often a broader design pattern than a single AI agent implementation.",
      "source_refs": [
        "concept:agentic-ai:en-US",
        "concept:agentic-ai:ja-JP",
        "core-product-update-ai-term-pack-v1:agentic-ai"
      ],
      "content_hash": "23139933298c1214ec80c925904448ee07c93cecaa8a02f75f0db3fa53e8cb38"
    },
    {
      "chunk_id": "core:chunk:agentic-ai:en-US:formula:40c73a3e639dcf3d",
      "section_key": "formula",
      "heading": "計算の考え方",
      "text": "Evaluate agentic AI by outcome, intervention, safety, and recovery. Autonomous safe completion | Safe tasks completed without human intervention / eligible tasks | Measures useful autonomy Recovery rate | Failed tasks corrected / failed tasks | Measures observe-and-revise behavior Safety deviation rate | Policy violations or unsafe actions / executions | A production-readiness signal Autonomous safe completion | Safe tasks completed without human intervention / eligible tasks | Measures useful autonomy Recovery rate | Failed tasks corrected / failed tasks | Measures observe-and-revise behavior Safety deviation rate | Policy violations or unsafe actions / executions | A production-readiness signal",
      "source_refs": [
        "concept:agentic-ai:en-US",
        "concept:agentic-ai:ja-JP",
        "core-product-update-ai-term-pack-v1:agentic-ai"
      ],
      "content_hash": "40c73a3e639dcf3d9ee419fea2d03410e2b1f9407018f5c1477b36eb53504943"
    },
    {
      "chunk_id": "core:chunk:agentic-ai:en-US:boundary:dc0ff0fc9da4ccef",
      "section_key": "boundary",
      "heading": "含めるもの / 含めないもの",
      "text": "Agentic AI should be controlled autonomy, not unlimited autonomy. Include | Planning, acting, observing, revising, tool use, state management | Agentic behavior Exclude | Unbounded execution, unaudited operations, ownerless decisions | Not acceptable for production Make explicit | Autonomy level, approval points, stop conditions, metrics, logs | Defines operating boundaries Include | Planning, acting, observing, revising, tool use, state management | Agentic behavior Exclude | Unbounded execution, unaudited operations, ownerless decisions | Not acceptable for production Make explicit | Autonomy level, approval points, stop conditions, metrics, logs | Defines operating boundaries",
      "source_refs": [
        "concept:agentic-ai:en-US",
        "concept:agentic-ai:ja-JP",
        "core-product-update-ai-term-pack-v1:agentic-ai"
      ],
      "content_hash": "dc0ff0fc9da4ccef15f128318355190a5495c756fa86d55f264fd974d8924073"
    },
    {
      "chunk_id": "core:chunk:agentic-ai:en-US:meaning:d472bc6acbdc68f9",
      "section_key": "meaning",
      "heading": "意味",
      "text": "Agentic AI refers to AI systems or product designs in which the AI does more than answer a prompt: it interprets a goal, decomposes work, uses tools or information, observes outcomes, and adjusts subsequent actions. The term is broader than a particular AI agent because it includes workflow design, permissions, human checkpoints, evaluation, and auditability. As autonomy increases, product quality depends not only on model capability but also on stop conditions, permission boundaries, data scope, logging, and evaluation sets.",
      "source_refs": [
        "concept:agentic-ai:en-US",
        "concept:agentic-ai:ja-JP",
        "core-product-update-ai-term-pack-v1:agentic-ai"
      ],
      "content_hash": "d472bc6acbdc68f9abe5c885f6b5133ef329275789425cb0c5b10def298e3552"
    },
    {
      "chunk_id": "core:chunk:agentic-ai:en-US:usage:5f190b1615354527",
      "section_key": "usage",
      "heading": "役立つ場面",
      "text": "Teams can decide whether to expand from one-shot AI features to AI products that progress work over time. Each autonomy level can be mapped to permissions, evaluation, logs, and approvals. Human intervention points can be designed before full automation is attempted. Teams can decide whether to expand from one-shot AI features to AI products that progress work over time. Each autonomy level can be mapped to permissions, evaluation, logs, and approvals. Human intervention points can be designed before full automation is attempted.",
      "source_refs": [
        "concept:agentic-ai:en-US",
        "concept:agentic-ai:ja-JP",
        "core-product-update-ai-term-pack-v1:agentic-ai"
      ],
      "content_hash": "5f190b16153545273eb17e36f7b81192e2b66da7987aad27ce37176b4adfaa8f"
    },
    {
      "chunk_id": "core:chunk:agentic-ai:en-US:usage:f86d453cea06a419",
      "section_key": "usage",
      "heading": "使い方のポイント",
      "text": "Agentic AI includes planning, action, observation, and revision. An AI agent is one concrete implementation of an agentic design. More autonomy requires stronger permissions, logs, approvals, and evaluation. Intermediate checks and recovery paths determine success in long tasks. Production adoption should start with safe failure design, not just impressive autonomy.",
      "source_refs": [
        "concept:agentic-ai:en-US",
        "concept:agentic-ai:ja-JP",
        "core-product-update-ai-term-pack-v1:agentic-ai"
      ],
      "content_hash": "f86d453cea06a419020f6f826026fb2a19252103d6087f4d8b6abd65f7393282"
    },
    {
      "chunk_id": "core:chunk:agentic-ai:en-US:drivers:5c772a5e60417877",
      "section_key": "drivers",
      "heading": "何が数字を動かすか",
      "text": "Value increases when long work is decomposed, checked midway, and recoverable. Task decomposition | Turns complex work into testable steps State management | Makes progress and reasons resumable Observation | Uses tool results and errors to change the next step Safety boundary | Approval gates make production adoption safer Task decomposition | Turns complex work into testable steps State management | Makes progress and reasons resumable Observation | Uses tool results and errors to change the next step Safety boundary | Approval gates make production adoption safer",
      "source_refs": [
        "concept:agentic-ai:en-US",
        "concept:agentic-ai:ja-JP",
        "core-product-update-ai-term-pack-v1:agentic-ai"
      ],
      "content_hash": "5c772a5e60417877528acc487471d65161c61688b8fdf26164e3025cf2f9ffd9"
    },
    {
      "chunk_id": "core:chunk:agentic-ai:en-US:misunderstandings:30b184ca49c54bfb",
      "section_key": "misunderstandings",
      "heading": "判断するときの注意点",
      "text": "The label agentic does not by itself prove mature autonomy. Demos may hide missing exception handling, permissions, and audit logs. Multi-step errors are expensive when detected only at the end. External inputs increase prompt-injection and tool-misuse risk. Demos may hide missing exception handling, permissions, and audit logs. Multi-step errors are expensive when detected only at the end. External inputs increase prompt-injection and tool-misuse risk.",
      "source_refs": [
        "concept:agentic-ai:en-US",
        "concept:agentic-ai:ja-JP",
        "core-product-update-ai-term-pack-v1:agentic-ai"
      ],
      "content_hash": "30b184ca49c54bfb69590b54c710d0d7cd63b9c094ed74916c500cc0e7739f80"
    },
    {
      "chunk_id": "core:chunk:agentic-ai:en-US:misunderstandings:522d9b40db01c98c",
      "section_key": "misunderstandings",
      "heading": "よくある誤解 / 落とし穴",
      "text": "Agentic AI is not necessarily full autonomy. Controlled autonomy is often the better production design. Better reasoning alone does not make an agent safe. Tool and permission design are required. Longer tasks are not automatically better candidates. Missing intermediate checks increase risk.",
      "source_refs": [
        "concept:agentic-ai:en-US",
        "concept:agentic-ai:ja-JP",
        "core-product-update-ai-term-pack-v1:agentic-ai"
      ],
      "content_hash": "522d9b40db01c98cd60023f13a8c41a22bf6265c3fcb29fddbc6e21725585f8a"
    },
    {
      "chunk_id": "core:chunk:agentic-ai:en-US:examples:aaff1c8b8e9d4243",
      "section_key": "examples",
      "heading": "最小例",
      "text": "A legal team tests agentic AI for initial contract review. The system reads a contract, extracts risk clauses, compares them with internal policy, and drafts a question list. It is not allowed to edit the contract or send anything externally. Each step cites the relevant clause, and a reviewer approves the findings. Early tests reveal missed clauses, so the team creates an evaluation set by clause category and stores intermediate outputs. The workflow separates what the AI can progress autonomously from what an expert must decide.",
      "source_refs": [
        "concept:agentic-ai:en-US",
        "concept:agentic-ai:ja-JP",
        "core-product-update-ai-term-pack-v1:agentic-ai"
      ],
      "content_hash": "aaff1c8b8e9d424366d2d9bf2b1d165bf5540d77373283e1b7de6b8554b76b02"
    },
    {
      "chunk_id": "core:chunk:agentic-ai:en-US:comparisons:e18b57c957b23013",
      "section_key": "comparisons",
      "heading": "似ている言葉との違い",
      "text": "Agentic AI | Design pattern with planning and action | Fits multi-step work AI Agent | Concrete system implementation | Uses tools and permissions Generative AI | Content generation capability | Often part of an agentic system Agentic AI | Design pattern with planning and action | Fits multi-step work AI Agent | Concrete system implementation | Uses tools and permissions Generative AI | Content generation capability | Often part of an agentic system",
      "source_refs": [
        "concept:agentic-ai:en-US",
        "concept:agentic-ai:ja-JP",
        "core-product-update-ai-term-pack-v1:agentic-ai"
      ],
      "content_hash": "e18b57c957b230131959b10476cfab6ef32011a67de0a154e675146dea3bc052"
    },
    {
      "chunk_id": "core:chunk:agentic-ai:en-US:related_metrics:77bcb58e21cec621",
      "section_key": "related_metrics",
      "heading": "一緒に見る指標",
      "text": "Read agentic AI with AI agents, tool use, and AI evaluation. AI Agent | Concrete system implementing agentic behavior | Has tools and permissions Tool Use | Ability to operate external systems | Defines action scope AI Evaluation | Measures long-task quality | Supports launch decisions AI Agent | Concrete system implementing agentic behavior | Has tools and permissions Tool Use | Ability to operate external systems | Defines action scope AI Evaluation | Measures long-task quality | Supports launch decisions",
      "source_refs": [
        "concept:agentic-ai:en-US",
        "concept:agentic-ai:ja-JP",
        "core-product-update-ai-term-pack-v1:agentic-ai"
      ],
      "content_hash": "77bcb58e21cec62189d539fdcd5950cad103b01e7babde952a7972af2fb848ee"
    },
    {
      "chunk_id": "core:chunk:agentic-ai:en-US:faq:15f7a67a164fd774",
      "section_key": "faq",
      "heading": "Is agentic AI the same as an AI agent?",
      "text": "Is agentic AI the same as an AI agent? Not exactly. Agentic AI describes the design pattern; an AI agent is a concrete system using that pattern.",
      "source_refs": [
        "concept:agentic-ai:en-US",
        "concept:agentic-ai:ja-JP",
        "core-product-update-ai-term-pack-v1:agentic-ai"
      ],
      "content_hash": "15f7a67a164fd774f0240a4cb3360077828cac10c89b69f24a21cec4ea870d8d"
    },
    {
      "chunk_id": "core:chunk:agentic-ai:en-US:faq:374ad9b47b2fb96d",
      "section_key": "faq",
      "heading": "Does it require full automation?",
      "text": "Does it require full automation? No. Production systems often use controlled autonomy with human checkpoints.",
      "source_refs": [
        "concept:agentic-ai:en-US",
        "concept:agentic-ai:ja-JP",
        "core-product-update-ai-term-pack-v1:agentic-ai"
      ],
      "content_hash": "374ad9b47b2fb96d4d0f07cb971ce6cda33e250e151b89c758fa2b4bb41422d1"
    },
    {
      "chunk_id": "core:chunk:agentic-ai:en-US:faq:41b8a595bc1821ba",
      "section_key": "faq",
      "heading": "What work fits best?",
      "text": "What work fits best? Multi-step work that has observable intermediate states and a clear rollback or review path.",
      "source_refs": [
        "concept:agentic-ai:en-US",
        "concept:agentic-ai:ja-JP",
        "core-product-update-ai-term-pack-v1:agentic-ai"
      ],
      "content_hash": "41b8a595bc1821bacd0dcace2c1a8d9f684a289c22d4be05ab8b828b43dc50c8"
    }
  ],
  "content_hash": "08fa205f4872132c757371efb91c01512845d0360b47a59a6ab4a041b036a859",
  "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": 2,
    "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."
    ]
  }
}
