{
  "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/prompt-engineering",
    "slug": "prompt-engineering",
    "locale": "en-US"
  },
  "summary": {
    "schema_version": "core-reviewed-term-summary-v1",
    "term_id": "ec613f40-6bcd-5244-87fe-f3c580b6c840",
    "canonical_slug": "prompt-engineering",
    "canonical_url": "https://core.yogoq.com/en-US/core/prompt-engineering",
    "locale": "en-US",
    "display_name": "Prompt Engineering",
    "english_name": null,
    "abbreviation": null,
    "short_definition": "Prompt engineering designs the instructions, context, constraints, and output format given to an AI model. It is not just wording; it includes evaluation, repeatability, and safe operating boundaries.",
    "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": "Prompt Engineering",
      "type": "display_name",
      "locale": "en-US"
    },
    {
      "text": "プロンプト・エンジニアリング",
      "type": "katakana",
      "locale": "en-US"
    },
    {
      "text": "Prompt Engineering",
      "type": "english_name",
      "locale": "en-US"
    },
    {
      "text": "プロンプトエンジニアリング",
      "type": "localized_title",
      "locale": "ja-JP"
    }
  ],
  "content": {
    "definition": {
      "key": "definition",
      "title": "一言でいうと",
      "text": "Prompt engineering designs the instructions, context, constraints, and output format given to an AI model. It is not just wording; it includes evaluation, repeatability, and safe operating boundaries.",
      "items": []
    },
    "formula": {
      "key": "formula",
      "title": "計算の考え方",
      "text": "Prompt quality is evaluated through output success and operational cost, not a single formula. Pass rate | Passing outputs / test cases | Measures expected quality Rework rate | Rejected outputs / generated outputs | Shows ambiguity and hidden review cost Review load | Review minutes per output | Shows whether automation is actually helping",
      "items": [
        "Pass rate | Passing outputs / test cases | Measures expected quality",
        "Rework rate | Rejected outputs / generated outputs | Shows ambiguity and hidden review cost",
        "Review load | Review minutes per output | Shows whether automation is actually helping"
      ]
    },
    "boundary": {
      "key": "boundary",
      "title": "含めるもの / 含めないもの",
      "text": "Separate what can be controlled by input design from what requires data, tools, model adaptation, or governance. Include | Goal, context, constraints, output format, examples, acceptance criteria | Controlled through input design Exclude | Permanent model behavior, truth guarantees, access control, system security | Requires other layers Make explicit | Test cases, failure handling, sources, reviewer responsibility | Improves repeatability",
      "items": [
        "Include | Goal, context, constraints, output format, examples, acceptance criteria | Controlled through input design",
        "Exclude | Permanent model behavior, truth guarantees, access control, system security | Requires other layers",
        "Make explicit | Test cases, failure handling, sources, reviewer responsibility | Improves repeatability"
      ]
    },
    "usage": [
      {
        "key": "meaning",
        "title": "意味",
        "text": "Prompt engineering is the practice of designing model inputs so that outputs better match a task, audience, format, risk boundary, and evaluation target. It can include role framing, reference context, examples, prohibited behavior, structured output, and acceptance criteria. It does not permanently change the model, so it has limits when the task needs domain adaptation, private data retrieval, or stronger safety controls. Production use should pair prompts with test cases, failure examples, review rules, permissions, and logs.",
        "items": []
      },
      {
        "key": "usage",
        "title": "役立つ場面",
        "text": "Teams can decide whether prompt changes are enough or whether RAG, tool use, or fine-tuning is required. Reusable templates reduce dependence on individual writing style. Documented failure patterns become regression tests when models, data, or workflows change.",
        "items": [
          "Teams can decide whether prompt changes are enough or whether RAG, tool use, or fine-tuning is required.",
          "Reusable templates reduce dependence on individual writing style.",
          "Documented failure patterns become regression tests when models, data, or workflows change."
        ]
      },
      {
        "key": "usage",
        "title": "使い方のポイント",
        "text": null,
        "items": [
          "Prompt engineering is input, constraint, and evaluation design, not just clever wording.",
          "A strong prompt states the goal, context, output format, prohibited behavior, and acceptance criteria.",
          "Improvement requires iteration against test cases and observed failures.",
          "Prompts alone do not guarantee factuality, permissions, or security.",
          "Business use needs templates, logs, and review ownership."
        ]
      },
      {
        "key": "drivers",
        "title": "何が数字を動かすか",
        "text": "Prompt quality depends more on goal clarity, constraints, and evaluation criteria than on prompt length. Goal | Clear outcomes focus the response Output format | Tables, bullets, or JSON make downstream use easier Examples | Good and bad examples align judgment Evaluation | Acceptance tests make iteration measurable",
        "items": [
          "Goal | Clear outcomes focus the response",
          "Output format | Tables, bullets, or JSON make downstream use easier",
          "Examples | Good and bad examples align judgment",
          "Evaluation | Acceptance tests make iteration measurable"
        ]
      }
    ],
    "misunderstandings": [
      {
        "key": "misunderstandings",
        "title": "判断するときの注意点",
        "text": "Do not use prompts as the only control for truth, privacy, or safety. Verify important facts with trusted sources or systems of record. Longer prompts are not automatically better; irrelevant context can reduce quality. Internal templates should show prohibited data and safe examples, not only ideal prompts.",
        "items": [
          "Verify important facts with trusted sources or systems of record.",
          "Longer prompts are not automatically better; irrelevant context can reduce quality.",
          "Internal templates should show prohibited data and safe examples, not only ideal prompts."
        ]
      },
      {
        "key": "misunderstandings",
        "title": "よくある誤解 / 落とし穴",
        "text": null,
        "items": [
          "There is no universal magic prompt. Production quality depends on tests and operations.",
          "Long prompts are not automatically good. Clear constraints matter more than volume.",
          "Prompts alone cannot provide security. Permissions, validation, UI, and logging still matter."
        ]
      }
    ],
    "examples": [
      {
        "key": "examples",
        "title": "最小例",
        "text": "A revenue operations team builds a prompt to extract next actions from sales call notes. The first version returns too many low-value items, so reviewers spend time cleaning it up. The team changes the output format to customer problem, decision maker, deadline, next action, and quoted evidence, and it tells the model not to infer missing facts. They test the prompt on 20 historical calls and record rejection reasons. Extraction time improves, but weak evidence remains a problem, so the next iteration retrieves CRM fields before generation. Prompt work becomes one layer in a measurable workflow rather than a one-off instruction.",
        "items": []
      }
    ],
    "comparisons": [
      {
        "key": "comparisons",
        "title": "似ている言葉との違い",
        "text": "Prompt Engineering | Designs the input | Fast and low-cost to iterate RAG | Retrieves external knowledge | Better when freshness and evidence matter Fine-tuning | Trains behavior | Better for consistent style or domain adaptation",
        "items": [
          "Prompt Engineering | Designs the input | Fast and low-cost to iterate",
          "RAG | Retrieves external knowledge | Better when freshness and evidence matter",
          "Fine-tuning | Trains behavior | Better for consistent style or domain adaptation"
        ]
      },
      {
        "key": "related_metrics",
        "title": "一緒に見る指標",
        "text": "Prompt work should be measured with evaluation and security concepts. AI Evaluation | Measures prompt changes | Keeps improvement empirical Prompt Injection | Attacks instructions through input | Critical when external text is used Fine-tuning | Adapts model behavior through training | Consider after prompt limits are clear",
        "items": [
          "AI Evaluation | Measures prompt changes | Keeps improvement empirical",
          "Prompt Injection | Attacks instructions through input | Critical when external text is used",
          "Fine-tuning | Adapts model behavior through training | Consider after prompt limits are clear"
        ]
      }
    ],
    "faq": [
      {
        "question": "Who owns prompt engineering?",
        "answer": "AI specialists can help, but business owners need to define task success and review criteria."
      },
      {
        "question": "Can a prompt guarantee facts?",
        "answer": "No. Important facts should be verified against trusted sources or systems of record."
      },
      {
        "question": "Should it come before fine-tuning?",
        "answer": "Usually yes. Try prompts, evaluation, and retrieval before training a model for a specific behavior."
      }
    ]
  },
  "source_refs": [
    "concept:prompt-engineering:en-US",
    "concept:prompt-engineering:ja-JP",
    "core-product-update-ai-term-pack-v1:prompt-engineering"
  ],
  "sources": {
    "source_refs": [
      "concept:prompt-engineering:en-US",
      "concept:prompt-engineering:ja-JP",
      "core-product-update-ai-term-pack-v1:prompt-engineering"
    ],
    "visible_sources": [
      {
        "label": "NIST: Generative AI Profile",
        "url": "https://nvlpubs.nist.gov/nistpubs/ai/NIST.AI.600-1.pdf",
        "kind": "tier_s"
      },
      {
        "label": "NIST: AI RMF",
        "url": "https://nvlpubs.nist.gov/nistpubs/ai/nist.ai.100-1.pdf",
        "kind": "tier_s"
      }
    ]
  },
  "related_terms": [
    {
      "topic_id": "slug:prompt-injection",
      "canonical_slug": "prompt-injection",
      "canonical_url": "https://core.yogoq.com/en-US/core/prompt-injection",
      "title": "Prompt Injection",
      "relation_type": "next"
    },
    {
      "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:ai-evaluation",
      "canonical_slug": "ai-evaluation",
      "canonical_url": "https://core.yogoq.com/en-US/core/ai-evaluation",
      "title": "AI Evaluation",
      "relation_type": "used_together"
    }
  ],
  "relations": [
    {
      "term_id": "slug:prompt-injection",
      "canonical_slug": "prompt-injection",
      "canonical_url": "https://core.yogoq.com/en-US/core/prompt-injection",
      "display_name": "Prompt Injection",
      "relation_type": "related",
      "source_relation_type": "next"
    },
    {
      "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: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"
    }
  ],
  "chunk_ids": [
    "core:chunk:prompt-engineering:en-US:definition:bf2c75e82c8e5a99",
    "core:chunk:prompt-engineering:en-US:formula:194ab816a221e166",
    "core:chunk:prompt-engineering:en-US:boundary:182bac8ea7d5fef3",
    "core:chunk:prompt-engineering:en-US:meaning:71a71b3bf9fe573c",
    "core:chunk:prompt-engineering:en-US:usage:d5aeaab8bc0fc2ca",
    "core:chunk:prompt-engineering:en-US:usage:abe614e1de96cf4d",
    "core:chunk:prompt-engineering:en-US:drivers:29e591dcfeaa64de",
    "core:chunk:prompt-engineering:en-US:misunderstandings:3ef3a9c95e001544",
    "core:chunk:prompt-engineering:en-US:misunderstandings:64b4c67e840cd3d2",
    "core:chunk:prompt-engineering:en-US:examples:4c66d02cf2ac0b90",
    "core:chunk:prompt-engineering:en-US:comparisons:b73e4d38142a3f9a",
    "core:chunk:prompt-engineering:en-US:related_metrics:e32989fe2a64576e",
    "core:chunk:prompt-engineering:en-US:faq:35a84889ec40cc80",
    "core:chunk:prompt-engineering:en-US:faq:d744403be43281e7",
    "core:chunk:prompt-engineering:en-US:faq:6c6a9c3dfda7d00e"
  ],
  "chunks": [
    {
      "chunk_id": "core:chunk:prompt-engineering:en-US:definition:bf2c75e82c8e5a99",
      "section_key": "definition",
      "heading": "一言でいうと",
      "text": "Prompt engineering designs the instructions, context, constraints, and output format given to an AI model. It is not just wording; it includes evaluation, repeatability, and safe operating boundaries.",
      "source_refs": [
        "concept:prompt-engineering:en-US",
        "concept:prompt-engineering:ja-JP",
        "core-product-update-ai-term-pack-v1:prompt-engineering"
      ],
      "content_hash": "bf2c75e82c8e5a990fd02538c245d606411ea6aa0812db4725230e0f4ef90f7e"
    },
    {
      "chunk_id": "core:chunk:prompt-engineering:en-US:formula:194ab816a221e166",
      "section_key": "formula",
      "heading": "計算の考え方",
      "text": "Prompt quality is evaluated through output success and operational cost, not a single formula. Pass rate | Passing outputs / test cases | Measures expected quality Rework rate | Rejected outputs / generated outputs | Shows ambiguity and hidden review cost Review load | Review minutes per output | Shows whether automation is actually helping Pass rate | Passing outputs / test cases | Measures expected quality Rework rate | Rejected outputs / generated outputs | Shows ambiguity and hidden review cost Review load | Review minutes per output | Shows whether automation is actually helping",
      "source_refs": [
        "concept:prompt-engineering:en-US",
        "concept:prompt-engineering:ja-JP",
        "core-product-update-ai-term-pack-v1:prompt-engineering"
      ],
      "content_hash": "194ab816a221e16665f822628dfe543e9fceb439a741d8aaaa1a4fe635d6690c"
    },
    {
      "chunk_id": "core:chunk:prompt-engineering:en-US:boundary:182bac8ea7d5fef3",
      "section_key": "boundary",
      "heading": "含めるもの / 含めないもの",
      "text": "Separate what can be controlled by input design from what requires data, tools, model adaptation, or governance. Include | Goal, context, constraints, output format, examples, acceptance criteria | Controlled through input design Exclude | Permanent model behavior, truth guarantees, access control, system security | Requires other layers Make explicit | Test cases, failure handling, sources, reviewer responsibility | Improves repeatability Include | Goal, context, constraints, output format, examples, acceptance criteria | Controlled through input design Exclude | Permanent model behavior, truth guarantees, access control, system security | Requires other layers Make explicit | Test cases, failure handling, sources, reviewer responsibility | Improves repeatability",
      "source_refs": [
        "concept:prompt-engineering:en-US",
        "concept:prompt-engineering:ja-JP",
        "core-product-update-ai-term-pack-v1:prompt-engineering"
      ],
      "content_hash": "182bac8ea7d5fef3b6a9c5c318cb0197e3f3ae056f05870ac8b0655a4e15d057"
    },
    {
      "chunk_id": "core:chunk:prompt-engineering:en-US:meaning:71a71b3bf9fe573c",
      "section_key": "meaning",
      "heading": "意味",
      "text": "Prompt engineering is the practice of designing model inputs so that outputs better match a task, audience, format, risk boundary, and evaluation target. It can include role framing, reference context, examples, prohibited behavior, structured output, and acceptance criteria. It does not permanently change the model, so it has limits when the task needs domain adaptation, private data retrieval, or stronger safety controls. Production use should pair prompts with test cases, failure examples, review rules, permissions, and logs.",
      "source_refs": [
        "concept:prompt-engineering:en-US",
        "concept:prompt-engineering:ja-JP",
        "core-product-update-ai-term-pack-v1:prompt-engineering"
      ],
      "content_hash": "71a71b3bf9fe573c7da5c7a63a7ba7496cd4294b0f1334435a1feae0892c0aca"
    },
    {
      "chunk_id": "core:chunk:prompt-engineering:en-US:usage:d5aeaab8bc0fc2ca",
      "section_key": "usage",
      "heading": "役立つ場面",
      "text": "Teams can decide whether prompt changes are enough or whether RAG, tool use, or fine-tuning is required. Reusable templates reduce dependence on individual writing style. Documented failure patterns become regression tests when models, data, or workflows change. Teams can decide whether prompt changes are enough or whether RAG, tool use, or fine-tuning is required. Reusable templates reduce dependence on individual writing style. Documented failure patterns become regression tests when models, data, or workflows change.",
      "source_refs": [
        "concept:prompt-engineering:en-US",
        "concept:prompt-engineering:ja-JP",
        "core-product-update-ai-term-pack-v1:prompt-engineering"
      ],
      "content_hash": "d5aeaab8bc0fc2ca5d8a10acac2b0b6923010f8bb66a995f0c94aca883540698"
    },
    {
      "chunk_id": "core:chunk:prompt-engineering:en-US:usage:abe614e1de96cf4d",
      "section_key": "usage",
      "heading": "使い方のポイント",
      "text": "Prompt engineering is input, constraint, and evaluation design, not just clever wording. A strong prompt states the goal, context, output format, prohibited behavior, and acceptance criteria. Improvement requires iteration against test cases and observed failures. Prompts alone do not guarantee factuality, permissions, or security. Business use needs templates, logs, and review ownership.",
      "source_refs": [
        "concept:prompt-engineering:en-US",
        "concept:prompt-engineering:ja-JP",
        "core-product-update-ai-term-pack-v1:prompt-engineering"
      ],
      "content_hash": "abe614e1de96cf4d57ff89e0a75280357a58a0383ab3dd498e0684df1be1753c"
    },
    {
      "chunk_id": "core:chunk:prompt-engineering:en-US:drivers:29e591dcfeaa64de",
      "section_key": "drivers",
      "heading": "何が数字を動かすか",
      "text": "Prompt quality depends more on goal clarity, constraints, and evaluation criteria than on prompt length. Goal | Clear outcomes focus the response Output format | Tables, bullets, or JSON make downstream use easier Examples | Good and bad examples align judgment Evaluation | Acceptance tests make iteration measurable Goal | Clear outcomes focus the response Output format | Tables, bullets, or JSON make downstream use easier Examples | Good and bad examples align judgment Evaluation | Acceptance tests make iteration measurable",
      "source_refs": [
        "concept:prompt-engineering:en-US",
        "concept:prompt-engineering:ja-JP",
        "core-product-update-ai-term-pack-v1:prompt-engineering"
      ],
      "content_hash": "29e591dcfeaa64de58150735df9ea230e790992a638952325cbcab3043a2c85d"
    },
    {
      "chunk_id": "core:chunk:prompt-engineering:en-US:misunderstandings:3ef3a9c95e001544",
      "section_key": "misunderstandings",
      "heading": "判断するときの注意点",
      "text": "Do not use prompts as the only control for truth, privacy, or safety. Verify important facts with trusted sources or systems of record. Longer prompts are not automatically better; irrelevant context can reduce quality. Internal templates should show prohibited data and safe examples, not only ideal prompts. Verify important facts with trusted sources or systems of record. Longer prompts are not automatically better; irrelevant context can reduce quality. Internal templates should show prohibited data and safe examples, not only ideal prompts.",
      "source_refs": [
        "concept:prompt-engineering:en-US",
        "concept:prompt-engineering:ja-JP",
        "core-product-update-ai-term-pack-v1:prompt-engineering"
      ],
      "content_hash": "3ef3a9c95e001544b62b43a4c9824f0d136e619b062f49b7a6d78ae46863791b"
    },
    {
      "chunk_id": "core:chunk:prompt-engineering:en-US:misunderstandings:64b4c67e840cd3d2",
      "section_key": "misunderstandings",
      "heading": "よくある誤解 / 落とし穴",
      "text": "There is no universal magic prompt. Production quality depends on tests and operations. Long prompts are not automatically good. Clear constraints matter more than volume. Prompts alone cannot provide security. Permissions, validation, UI, and logging still matter.",
      "source_refs": [
        "concept:prompt-engineering:en-US",
        "concept:prompt-engineering:ja-JP",
        "core-product-update-ai-term-pack-v1:prompt-engineering"
      ],
      "content_hash": "64b4c67e840cd3d2bb282342a44a6b11af7549f014fcde7b664ca28f7853c3b2"
    },
    {
      "chunk_id": "core:chunk:prompt-engineering:en-US:examples:4c66d02cf2ac0b90",
      "section_key": "examples",
      "heading": "最小例",
      "text": "A revenue operations team builds a prompt to extract next actions from sales call notes. The first version returns too many low-value items, so reviewers spend time cleaning it up. The team changes the output format to customer problem, decision maker, deadline, next action, and quoted evidence, and it tells the model not to infer missing facts. They test the prompt on 20 historical calls and record rejection reasons. Extraction time improves, but weak evidence remains a problem, so the next iteration retrieves CRM fields before generation. Prompt work becomes one layer in a measurable workflow rather than a one-off instruction.",
      "source_refs": [
        "concept:prompt-engineering:en-US",
        "concept:prompt-engineering:ja-JP",
        "core-product-update-ai-term-pack-v1:prompt-engineering"
      ],
      "content_hash": "4c66d02cf2ac0b90045906fceecf13c73c036a98517fe20681be0ade6e67a05c"
    },
    {
      "chunk_id": "core:chunk:prompt-engineering:en-US:comparisons:b73e4d38142a3f9a",
      "section_key": "comparisons",
      "heading": "似ている言葉との違い",
      "text": "Prompt Engineering | Designs the input | Fast and low-cost to iterate RAG | Retrieves external knowledge | Better when freshness and evidence matter Fine-tuning | Trains behavior | Better for consistent style or domain adaptation Prompt Engineering | Designs the input | Fast and low-cost to iterate RAG | Retrieves external knowledge | Better when freshness and evidence matter Fine-tuning | Trains behavior | Better for consistent style or domain adaptation",
      "source_refs": [
        "concept:prompt-engineering:en-US",
        "concept:prompt-engineering:ja-JP",
        "core-product-update-ai-term-pack-v1:prompt-engineering"
      ],
      "content_hash": "b73e4d38142a3f9aa52b74dcec91cf939e12ff09ffb26aaeba55f0a77f47271a"
    },
    {
      "chunk_id": "core:chunk:prompt-engineering:en-US:related_metrics:e32989fe2a64576e",
      "section_key": "related_metrics",
      "heading": "一緒に見る指標",
      "text": "Prompt work should be measured with evaluation and security concepts. AI Evaluation | Measures prompt changes | Keeps improvement empirical Prompt Injection | Attacks instructions through input | Critical when external text is used Fine-tuning | Adapts model behavior through training | Consider after prompt limits are clear AI Evaluation | Measures prompt changes | Keeps improvement empirical Prompt Injection | Attacks instructions through input | Critical when external text is used Fine-tuning | Adapts model behavior through training | Consider after prompt limits are clear",
      "source_refs": [
        "concept:prompt-engineering:en-US",
        "concept:prompt-engineering:ja-JP",
        "core-product-update-ai-term-pack-v1:prompt-engineering"
      ],
      "content_hash": "e32989fe2a64576ec4cad4cdf5b39ec623429905bd4d087613bd8b473a843d60"
    },
    {
      "chunk_id": "core:chunk:prompt-engineering:en-US:faq:35a84889ec40cc80",
      "section_key": "faq",
      "heading": "Who owns prompt engineering?",
      "text": "Who owns prompt engineering? AI specialists can help, but business owners need to define task success and review criteria.",
      "source_refs": [
        "concept:prompt-engineering:en-US",
        "concept:prompt-engineering:ja-JP",
        "core-product-update-ai-term-pack-v1:prompt-engineering"
      ],
      "content_hash": "35a84889ec40cc80f9115c006358fef8bebabf468f6caf841f587d298790a977"
    },
    {
      "chunk_id": "core:chunk:prompt-engineering:en-US:faq:d744403be43281e7",
      "section_key": "faq",
      "heading": "Can a prompt guarantee facts?",
      "text": "Can a prompt guarantee facts? No. Important facts should be verified against trusted sources or systems of record.",
      "source_refs": [
        "concept:prompt-engineering:en-US",
        "concept:prompt-engineering:ja-JP",
        "core-product-update-ai-term-pack-v1:prompt-engineering"
      ],
      "content_hash": "d744403be43281e7f874181f16f230718cf7576f45f3966f1ed8b014892a3015"
    },
    {
      "chunk_id": "core:chunk:prompt-engineering:en-US:faq:6c6a9c3dfda7d00e",
      "section_key": "faq",
      "heading": "Should it come before fine-tuning?",
      "text": "Should it come before fine-tuning? Usually yes. Try prompts, evaluation, and retrieval before training a model for a specific behavior.",
      "source_refs": [
        "concept:prompt-engineering:en-US",
        "concept:prompt-engineering:ja-JP",
        "core-product-update-ai-term-pack-v1:prompt-engineering"
      ],
      "content_hash": "6c6a9c3dfda7d00e5b419af8fa72bd55790a8c1e483c27f5fa89184a6d049e1e"
    }
  ],
  "content_hash": "b8f143da2499c14967bddc0aba20227be2af7585b034bcdfce0193be279d80fe",
  "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."
    ]
  }
}
