跳至內容

術語表

建構可問責嘅 AI 工作自動化系統時重要術語嘅定義。

Agent2Agent protocol 係一個 open standard,俾 autonomous agents 可以互相發現、交換 tasks,並跨組織協調工作。佢定義一個 agent 點樣展示自己嘅 capabilities,以及另一個 agent 點樣委派 task 並追蹤到完成。

同義詞:A2A, agent2agent, agent-to-agent protocol, agent interoperability

A2A 同 MCP 有咩分別?
MCP 連接 model、tools 同 data。A2A 連接 agents 彼此,定義一個 agent 點樣將 task 交畀另一個 agent 並跟進狀態,而唔係 model 點樣呼叫單一 tool。
A2A tasks 點樣追蹤?
A2A task 會映射到 tracked work record,令佢嘅 lifecycle、evidence 同 outcome 可以審計,就好似由人或者 form 發起嘅工作一樣。

Agentic operations is the practice of running business operations with AI agents that plan and act — not just answer — under explicit governance. Agents triage intake, retrieve grounded evidence, propose actions, and execute approved ones in real systems, while approvals, policy checks, and an audit trail keep their activity safe. It pairs agent autonomy with operational controls so automation can run in production.

同義詞:agentic workflow automation, AI operations automation, agent operations, AI ops

How is agentic operations different from a chatbot?
A chatbot answers messages. Agentic operations runs work: agents classify intake, ground answers in cited evidence, and execute governed actions in business systems, with approvals and an audit trail — the unit of value is completed, accountable work.
What keeps agentic operations safe in production?
Scoped credentials bound what agents can touch, policy overlays decide what needs human approval, evaluation gates test behavior before rollout, and every step is recorded — so autonomy never outruns accountability.

AI work automation is the use of AI models to turn unstructured requests — emails, chats, documents, forms — into completed work: grounded answers or actions executed in business systems. Unlike chat assistants, it operates on structured work items with evidence, approvals, and an audit trail, so every outcome is traceable and governed.

同義詞:AI workflow automation, agentic workflow automation, AI work orchestration, intelligent work automation

How is AI work automation different from an AI chatbot?
A chatbot produces a reply and forgets the exchange. AI work automation converts each request into a structured work item, grounds answers in cited evidence, routes proposed actions through approvals, and records the outcome — the unit of value is completed work, not a message.
How does it relate to agentic workflow automation?
They describe the same category from different angles. Agentic framing emphasizes the model planning and acting; work-automation framing emphasizes the governance around it — structured intake, evidence, approval gates, and an audit trail that makes agent activity safe to run in production.

An audit trail is the tamper-evident record of everything that happened to a piece of work: what arrived, what the AI extracted and proposed, which evidence grounded each answer, who approved what, and which actions executed. It lets teams reconstruct and prove any outcome end to end — essential for compliance, debugging, and trust in automation.

同義詞:audit log, activity log, execution history, decision log

What does an audit trail capture in AI work automation?
Each event in a work item's life: intake and its source channel, extracted fields, retrieved evidence and citations, the AI's proposals, every approval or rejection with actor and timestamp, and the executed actions with their results.
Why does an audit trail matter for AI specifically?
AI decisions are probabilistic, so accountability has to come from the record rather than the rule. A complete trail shows what the model saw, what it proposed, and who authorized the outcome — turning otherwise opaque automation into something reviewable and defensible.

Automated resolution is when an AI work platform completes a request end to end — understanding the intake, grounding an answer in cited evidence, or executing a governed action — without a person doing the work, while still leaving a full record. It is measured honestly: only requests closed correctly and within policy count, and anything uncertain is escalated rather than force-closed.

同義詞:auto-resolution, automated containment, self-service resolution, deflection

How is automated resolution measured honestly?
Only requests resolved correctly, within policy, and without human intervention count toward the rate. Uncertain or low-confidence cases are escalated, not force-closed, so the metric reflects real outcomes instead of inflated deflection.
What happens when a request can't be resolved automatically?
It becomes a WorkItem routed to the right owner with full context — the intake, evidence, and reasoning attached — so a person picks up a complete case rather than starting from scratch.

The CAIQ (Consensus Assessments Initiative Questionnaire) is a cloud-security self-assessment from the Cloud Security Alliance (CSA), aligned to the Cloud Controls Matrix (CCM). A provider answers each control question — typically yes/no with notes — to document its security posture, and CAIQ submissions can be published in the CSA STAR registry.

同義詞:Consensus Assessments Initiative Questionnaire, CSA CAIQ, CAIQ questionnaire

How does CAIQ relate to the Cloud Controls Matrix (CCM)?
The CAIQ is the question form of the CCM: each CAIQ question maps to a CCM control, so answering the CAIQ documents how a provider meets the CCM's cloud-security control domains. They are maintained together by the Cloud Security Alliance.
What is the CSA STAR registry?
STAR (Security, Trust, Assurance and Risk) is the CSA's public registry where cloud providers can publish completed CAIQ self-assessments (and higher assurance levels). A published CAIQ lets customers review a provider's posture without sending a bespoke questionnaire.

An evaluation gate is an automated quality checkpoint that scores an AI workflow against curated test cases before a change ships. Prompts, retrieval settings, or pack updates must pass thresholds for accuracy, grounding, and safety; failing changes are blocked from release. Gates turn AI quality from a hope into an enforced, repeatable engineering practice.

同義詞:eval gate, quality gate, release gate, evaluation harness

What does an evaluation gate measure?
Typically answer accuracy against expected outputs, grounding quality (are claims backed by retrieved evidence), intent-classification correctness, and safety checks — each scored over a curated dataset that reflects real production traffic.
When do evaluation gates run?
Before a configuration change is released: editing a prompt, swapping a model, tuning retrieval, or updating a pack triggers the evaluation suite, and the change only promotes if scores clear the configured thresholds.

A governed action is a system operation proposed by AI but executed only under explicit controls — scoped credentials, policy checks, and approval gates. Instead of letting a model act directly, the platform records the proposal, routes it for review when policy requires, and executes it with full attribution, so automation never outruns accountability.

同義詞:governed execution, approval-gated action, policy-gated action, controlled action

What controls apply to a governed action?
Scoped connector credentials limit what the action can touch, policy rules decide whether it needs human approval, and execution is attributed and logged — so each action carries who proposed it, who approved it, and exactly what changed.
Do all governed actions require human approval?
No. Policies can auto-approve low-risk, well-grounded actions and reserve human review for sensitive ones — by action type, monetary threshold, or risk class — so oversight concentrates where it matters.

Human-in-the-loop 係一種 design pattern,讓人喺 AI system 嘅 proposals 生效之前 review、approve 或 correct。佢令 human judgement 留喺 high-risk 或 low-confidence decisions 嘅 critical path,同時由 automation 處理 routine volume。

同義詞:HITL, human in the loop, human oversight, human review

幾時一個 step 應該 human-in-the-loop?
當 decision high-risk、irreversible、low-confidence,或者受 policy 管理時。Routine、well-grounded、low-risk steps 可以自動執行,而人主要 review exceptions。
呢個同 full automation 有咩分別?
Full automation 係冇 review 就行動。Human-in-the-loop 加入 explicit checkpoint,令人可以 approve、edit 或 reject proposal,為敏感 outcome 保留 accountability。

Model Context Protocol 係一個 open standard,令 AI assistants 可以透過 uniform interface 連接 external tools 同 data sources。MCP server 會 expose typed tools 同 resources,俾 model client discover 同 call,令 capabilities 可以唔使 bespoke per-integration code 都加到。

同義詞:MCP, model context protocol, MCP server, tool protocol

MCP server expose 啲咩?
Model 可以 invoke 嘅 typed tools,同可以 read 嘅 resources;每一項都有 schema 同 annotations 描述,令 client 可以 discover capabilities 並安全呼叫。
點解 MCP 對 governed automation 重要?
佢畀 external assistants 一個 standard、schema-described 嘅方式喺 platform 上行動,所以 tool calls 可以 validate、scope 到 tenant,並 route 經同其他 action 一樣嘅 approval policy。

A policy overlay is the layer of governance rules a platform applies on top of AI work — deciding what an agent may answer or do, when human approval is required, and which guardrails bind each action. Policies are versioned and evaluated at runtime against each WorkItem, so the same request is handled consistently and every decision traces back to the policy version that produced it.

同義詞:policy layer, governance overlay, policy controls, guardrail policy

What does a policy overlay control?
It controls what an AI agent is allowed to answer or execute: which actions are auto-approved, which require human approval, what grounding or evidence is required, and which connectors and data a WorkItem may touch — all evaluated per request rather than hardcoded.
Why version policies instead of hardcoding rules?
Versioned policies make governance auditable and reversible. Each decision records the policy version that produced it, so you can see why an action was allowed or held, roll a change back, and prove consistent handling during a review.

Questionnaire automation is the use of AI to draft answers to recurring questionnaires — security questionnaires, SIG and CAIQ workbooks, RFP sections, and due-diligence forms — from an organization's own approved sources. Done accountably, each questionnaire becomes a tracked work item whose answers are grounded in cited evidence, routed for approval, and exported with an audit trail.

同義詞:security questionnaire automation, RFP response automation, AI questionnaire response

How is questionnaire automation different from a chatbot writing answers?
A chatbot generates plausible text and forgets it. Accountable questionnaire automation turns each questionnaire into a structured work item, draws answers from your approved sources with citations, routes sensitive answers for approval, and records who answered what and on what basis — so the output is defensible, not just fluent.
How does questionnaire automation stay accurate?
Answers are grounded in retrieval over sources you approve and cite the evidence behind each one. When the evidence does not support an answer, a well-designed system flags it for a human instead of guessing, and sensitive answers wait for a named owner before they are sent.

A security questionnaire is a structured set of questions one organization sends another — usually a customer to a vendor — to assess how it protects data and systems. Common formats include the SIG, CAIQ, RFP security sections, and custom spreadsheets, and answers must be consistent, evidence-backed, and reviewed before they are returned.

同義詞:vendor security questionnaire, third-party security questionnaire, security assessment questionnaire, due diligence questionnaire

What formats do security questionnaires come in?
Common formats include standardized frameworks like the SIG (Standardized Information Gathering) and CAIQ (Consensus Assessments Initiative Questionnaire), the security section of an RFP, and custom spreadsheets a customer sends. The underlying questions overlap heavily, which is why past answers are the main source for new ones.
How do teams answer security questionnaires efficiently?
The fastest, safest approach reuses approved prior answers and source documents — previous questionnaires, security policies, SOC 2 reports, DPAs — retrieved and cited per answer, with sensitive answers routed to a named owner for approval before the completed workbook is returned.

The SIG (Standardized Information Gathering) questionnaire is a standardized third-party risk assessment maintained by Shared Assessments. It provides a common library of questions across security, privacy, and resilience domains, and ships in scoped variants (such as SIG Core and SIG Lite) so assessors can right-size the depth of a vendor review.

同義詞:SIG questionnaire, Standardized Information Gathering questionnaire, Shared Assessments SIG

What is the difference between SIG Core and SIG Lite?
SIG Lite is a shorter, higher-level set for lower-risk vendors or a first pass; SIG Core is the deeper, more comprehensive set for higher-risk or in-depth reviews. Both draw from the same Shared Assessments question library, so answers map across variants.
Who maintains the SIG?
The SIG is maintained by Shared Assessments, an industry member organization, and is updated periodically to track regulations and control frameworks. It is widely used so vendors can reuse consistent answers across many customers.

SSO 集中登入,並畀 IdP 執行 MFA 同條件式存取等政策。存取 Threada 仍然需要由管理員管理嘅現有用戶同租戶角色。

同義詞:saml, federated login, enterprise sso

點解 SSO 對 shell-and-pack platforms 重要?
SSO 集中登入,並畀 IdP 執行 MFA 同條件式存取等政策。存取 Threada 仍然需要由管理員管理嘅現有用戶同租戶角色。

SLA breach 係工作未能達到 service-level agreement 定義嘅 commitment,例如 response 或 resolution deadline。自動偵測同 escalate breaches 可以保持 accountability 可見,確保 at-risk work 喺 commitment 錯過之前到達正確人手上。

同義詞:service level breach, SLA violation, missed SLA, deadline breach

SLA breaches 點樣自動偵測?
每個 WorkItem 都帶住 commitment timers,system 會對照 thresholds 監察 elapsed time,deadline 接近時 raise escalations,如果真的 missed 就記錄 breach。
breach 即將發生時會點?
Policy 可以 escalate WorkItem、notify owners,或者 reprioritize queue,令 attention 喺 commitment 真正錯過前轉到 at-risk work。

A vendor security review is the process by which an organization evaluates the security and compliance posture of a third-party supplier before onboarding and periodically afterward. It typically combines a security questionnaire, evidence collection (SOC 2, ISO, pen-test summaries), and a documented risk decision with an owner and an audit trail.

同義詞:vendor security assessment, third-party security review, third-party risk assessment, vendor risk review

What is the difference between a vendor security review and a security questionnaire?
The questionnaire is one input; the review is the whole process. A vendor security review gathers questionnaire responses plus supporting evidence, assesses residual risk, records a decision and its owner, and schedules re-review — so the questionnaire is the data, the review is the governed workflow around it.
How often should vendor security reviews happen?
Most programs review a vendor at onboarding and then on a risk-based cadence — annually for higher-risk vendors, or when scope, data access, or the vendor's controls change. Keeping each review as an auditable record makes the next cycle a re-check rather than a restart.

Vertical pack 係一個 packaged configuration,將 platform 調整到特定工作 domain — 包括 intents、extraction fields、evidence sources、policies 同 actions。Packs 令 team 可以 launch 聚焦 workflow,例如 IT access 或 vendor security,而唔需要重新建立 underlying engine。

同義詞:pack, vertical pack, solution pack, domain pack

vertical pack configure 啲咩?
佢識別嘅 intents、extract 嘅 fields、用嚟 grounding answers 嘅 evidence、enforce 嘅 approval policies,以及可以為該工作 domain 提出嘅 governed actions。
packs 可以 custom 嗎?
可以。Pack 係 starting configuration,teams 會喺 Studio 入面調整 intents、prompts、evidence sources 同 policies,令佢貼合真實流程。

Work packet 係圍繞 WorkItem 組裝出嚟嘅 context bundle,令工作可以被推理同採取行動:原始 request、extracted fields、retrieved evidence、applicable policy,以及任何 proposed actions。佢係單一工作嘅完整、自足 briefing。

同義詞:work bundle, context packet, task packet, work context

work packet 同 WorkItem 有咩唔同?
WorkItem 係 request 本身嘅 tracked record。Work packet 係圍繞呢個 record 組裝嘅 context — evidence、policy 同 proposals — 用嚟推動 answer 或 action。
點解要將 context bundle 成 packet?
Self-contained packet 令 model 或 reviewer 可以唔使跨 systems 搜尋都做到 decision,亦保存 decision time 可用嘅 exact evidence,支援 audit trail。

WorkItem 係 Threada 入面嘅 unit of work:一個 inbound request — 來自 email、chat、document 或 form — 被 normalized 成 structured、trackable record。每個 WorkItem 都帶住 intent、extracted fields、evidence,以及所有 decision 同 action 嘅完整 history。

同義詞:work item, task record, tracked request, unit of work

WorkItem 同 support ticket 有咩唔同?
Ticket 通常追蹤一段 conversation。WorkItem 追蹤工作本身:classified intent、extracted fields、grounding answer 嘅 evidence,同已採取嘅 governed actions — 全部 end to end auditable。
WorkItem 會經過咩 lifecycle?
Intake normalize request,intent classification 將佢 route,evidence retrieval grounding proposed response,而任何 action 會先經 approval policy,然後 WorkItem 先 resolve 同 record。

Agent delegation 係受控咁授予一個 AI agent 有範圍、有時限嘅權限,等佢代表 user 或另一個 agent 行動。Delegation 會清楚列明允許邊啲 capabilities、tenants 同 actions,所以 agent 只會喺明確、可撤銷、可審計嘅限制之下運作。

同義詞:委派權限, 範圍委派, agent 授權, agent grant

delegation scope 定義啲咩?
agent 可以用嘅 capabilities、可以喺邊個 tenant 入面行動、可以提出或執行邊啲 actions,以及 expiry,令權限保持狹窄、有時限同可撤銷。
delegation 點樣保持 accountability?
每個 delegated action 都會同時歸因到 agent 同 delegating principal,並記錄喺 audit trail;敏感 action 仍然要經過 approval policy。

Chunking 係將 source documents 喺 embedding 之前拆成較細嘅 retrieval units。Chunk size 同 boundary strategy 會決定 retriever 幾準確搵到 relevant fact,同時喺 knowledge base 入面平衡 recall、precision 同 embedding cost。

同義詞:text chunking, document segmentation, passage splitting, chunk strategy

點先係一個好 chunk?
好 chunk 要語義上自成一體,大小要避免單一 fact 被 boundary 切開,並帶有穩定 metadata,方便可靠咁 filter、refresh 同 cite。
chunking 點影響答案質素?
過大嘅 chunks 會稀釋 relevance 同浪費 tokens;過細嘅 chunks 會切碎 context 同失去意思。Boundary choices 會直接塑造 recall 同 generated answers 嘅 groundedness。

動作提案係一個結構化、可以審閱嘅建議,用嚟更改已連接嘅業務系統 — 由 automation 建立,但未真正執行。佢會列明目標系統、操作同精確參數,等人或者 policy 可以喺任何事發生之前批准、修改或者拒絕。

同義詞:建議動作, 動作建議, 草稿動作, 待處理動作

點解要先提出動作,而唔係直接執行?
先提出可以分開 intent 同實際影響。approval policy 同 reviewer 可以檢查準確操作同參數,避免自動化錯誤直接進入 system of record。
動作提案包含啲咩?
目標 integration、要執行嘅操作、已解析參數、支持證據,以及關於執行前係咪需要 approval 嘅 policy decision。

Approval workflow 係一連串受 governance 管理嘅 checkpoints,proposed action 必須通過先可以執行。每一步會根據 risk、role 或 policy 將 decision 路由到正確 reviewer,並記錄邊個批准咗咩,令 outcome 完全 accountable。

同義詞:approval flow, review workflow, authorization workflow, sign-off process

咩會觸發 approval requirement?
Requirement 可以按 workflow、channel、risk class、monetary threshold 或 action type 套用,所以只有真正需要 oversight 嘅 steps 先會停低等 reviewer。
approval workflow 點樣保持 auditable?
每個 request、approval、edit 同 rejection 都會連同 actor 同 timestamp 記錄,形成 end-to-end trail,證明每個 governed action 由邊個授權。

Embedding 係一個 numeric vector,用高維空間代表 text、images 或其他 data 嘅意思。意思相近嘅 items 會產生位置接近嘅 vectors,令 systems 可以按 semantic similarity 比較、cluster 同 retrieve content,而唔係只靠 exact matches。

同義詞:vector embedding, text embedding, semantic vector, dense representation

點解 embedding model version 重要?
唔同 model 產生嘅 vectors 唔可以直接比較。將 model version 同每個 embedding 一齊儲存,可以偵測 drift,並喺升級 embedding model 時安全 reindex。
embeddings 可以還原返原文嗎?
唔可以完全還原,但 embeddings 可能洩漏敏感資訊,所以應該繼承同 source content 一樣嘅 tenant isolation 同 access controls。

Hallucination 係 language model 輸出一個自信但冇支持、甚至捏造嘅內容 — 聽落合理,但喺提供嘅 evidence 或現實入面冇根據。Hallucinations 係自動化 knowledge work 嘅核心風險,而有 cited evidence 嘅 grounding 係主要 mitigation。

同義詞:AI hallucination, fabrication, confabulation, ungrounded output

點解 language models 會 hallucinate?
Models 預測可能嘅文字,而唔係 verified facts。冇 retrieved evidence 限制時,佢哋會用統計上合理但未驗證嘅 statements 填補空白。
點樣減少 hallucination?
將 answers grounded 喺 retrieved sources,要求 citations,對照 evidence verify claims,並將 low-confidence 或 unsupported cases route 畀人,而唔係回傳猜測。

Intent classification 係判斷 inbound request 真正想要咩嘅一步,將 unstructured text 映射到 defined category of work。準確 classification 會將每個 WorkItem route 到正確 workflow、evidence sources 同 policy,係 reliable automation 嘅基礎。

同義詞:intent detection, request classification, intent recognition, routing classification

點解 intent classification 重要?
佢決定整個 downstream path。錯誤 classification 會 retrieve 錯 evidence、套用錯 policy,所以 classification accuracy 係之後所有質素嘅 gate。
classification accuracy 點樣量度?
用 labeled set 上嘅 evaluation gates,追蹤每個 intent 嘅 precision 同 recall,並喺 workflow 上線前留意相近 categories 之間嘅 confusion。

Grounding 係將 AI model 嘅 output 限制喺可驗證 source evidence,而唔係倚賴佢嘅 parametric memory。Grounded answer 由 retrieved passages 支持,可以引用同檢查,係對抗 fabricated 或 confident wrong responses 嘅主要防線。

同義詞:grounded AI, evidence grounding, source grounding, factual grounding

實際上點樣 enforce grounding?
Retrieval 只提供 relevant source passages 畀 model,prompt 指示佢根據呢啲 evidence 回答,而 verification step 會拒絕冇 supporting citation 嘅 claims。
如果冇 grounding evidence 會點?
設計良好嘅 grounded system 會拒絕回答或者 escalate 畀人,而唔係編造 response;佢會顯示 explicit gap,而唔係 confident guess。

Intake automation 係將 unstructured inbound requests 轉成 structured、machine-readable records,而唔需要 manual data entry。佢會 classify request、extract 重要 fields,並將結果 route 入 workflow,令工作可以一致咁回答或者採取行動。

同義詞:request intake, automated triage, intake processing, request normalization

邊啲 intake 可以自動化?
Email、chat messages、web forms、uploaded documents,同來自 connected systems 嘅 synced records,都可以 normalize 成同一個 structured shape,方便 downstream handling。
intake automation 會取代人嗎?
唔會。佢移除 manual data-entry 同 triage burden,令人可以專注喺 judgement-heavy exceptions、approvals 同 policy route 畀佢哋嘅 high-risk decisions。

Retrieval-augmented generation 係一種技術,將 language model 嘅 output grounded 喺 retrieved source documents,而唔係只靠 parametric memory。System 會由 knowledge base fetch relevant passages,作為 context 提供,並要求 model 只用呢啲 evidence 回答。

同義詞:RAG, retrieval augmented generation, grounded generation, context augmentation

點解用 RAG 而唔係 fine-tuning?
RAG 將 knowledge 保留喺可以即時更新嘅 external store,所以 answers 保持 current,每個 claim 都可以 trace 到 source。Fine-tuning 將 knowledge 烘入 weights,刷新較慢,亦更難 attribution。
RAG pipeline 包含啲咩?
通常包括 ingestion 同 chunking、embedding、vector 或 hybrid search index、retriever,以及 generation step,將 model condition 喺 retrieved passages 上並回傳 cited evidence。

Hybrid retrieval 將 semantic vector search 同 lexical keyword search 結合,去 retrieve relevant passages。Vector search 捕捉意思同 paraphrase,keyword search 捕捉 exact terms 同 identifiers,而 fusion step 合併兩邊 result sets,令 precise tokens 同 conceptual matches 都唔會漏。

同義詞:hybrid search, dense-sparse retrieval, vector plus keyword search, fusion retrieval

點解要結合 vector 同 keyword search?
Vector search 可能漏咗 SKU 或 error code 呢類罕見 exact terms;keyword search 又會漏 paraphrases。融合兩者可以取回各自強項,提升 real-world queries 嘅 recall。
兩組 results 點樣合併?
可以用 reciprocal rank fusion 或 weighted score blend 呢類 fusion method 重新排序 merged candidates,通常再用 cross-encoder reranker 做 final precision。

Tenant isolation 係保證 multi-tenant system 入面每個 customer 嘅 data 同 configuration 都保持 logical separation,其他 tenants 無法存取。佢喺每一層 enforce — storage、retrieval 同 access control — 令一個 organization 永遠唔會睇到或者影響另一個 organization 嘅工作。

同義詞:multi-tenant isolation, tenant scoping, data partitioning, tenancy boundary

retrieval 時點樣 enforce tenant isolation?
每個 query 都 scoped 到 requesting tenant,而 stored content 帶 tenant identifier,所以 vector 同 keyword search 只可以回傳該 tenant 自己嘅 evidence。
isolation 只係關於 data 嗎?
唔係。佢亦涵蓋 configuration、policy、embeddings 同 audit logs,所以即使用 shared infrastructure,一個 tenant 嘅任何工作面向都唔會 leak 去另一個 tenant。

答案引擎優化係將內容結構化,令 AI 答案引擎同聊天助手可以搵到、引用同準確總結。SEO 針對有排名嘅連結;AEO 針對生成出嚟嘅答案本身,重點係清晰定義、結構化資料同機器可讀嘅來源檔案。

同義詞:AEO, generative engine optimization, GEO, AI search optimization

AEO 同 SEO 有咩唔同?
SEO 係優化成為結果頁上可點擊、有排名嘅連結。AEO 係優化成為 AI 生成答案入面被選中、引用同標註來源嘅內容,因此更重視精確定義、結構化資料同乾淨嘅機器可讀 feeds。
咩信號幫到答案引擎引用一個頁面?
由定義開頭嘅寫法、有效嘅 schema.org 結構化資料、llms.txt index、FAQ markup 同穩定 canonical URLs,都令答案引擎更容易擷取內容同標註來源。

Evidence citation 係將可驗證嘅 source references 附加到 AI system 每個 claim 上。每段 cited passage 都會連返去佢來源嘅 document、record 或 knowledge asset,令人可以喺信任或者採取行動前確認答案係 grounded。

同義詞:citation, source attribution, evidence linking, answer provenance

citation 應該包含啲咩?
最少要有 source identifier 同實際使用嘅 passage;最好仲有 stable link 同 timestamp,等 reviewers 可以確認答案產生時證據係 current。
點解 citations 對 governed automation 必要?
Citations 令答案可以審計。冇 citations 嘅 automated response 無法 accountable;有 citations,reviewer 可以驗證 grounding,audit trail 亦可以證明邊啲 evidence 推動咗 decision。