返回 Papers
AI 扩展计划 / Playbooks

AI Expansion Master Index

这套 AI 扩展不是单纯学习 prompt,也不是堆工具清单。它训练的是企业 AI 时代更稀缺的一组复合能力:

809AI_EXPANSION_MASTER_INDEX.md

AI Expansion Master Index

目的:把当前仓库中新增的 AI、架构师、产品经理、BA 学习资产整理成一张长期地图,方便后续持续学习、复习、作品集转换和面试表达。 原则:这是新增索引,不替代旧 Web3、架构 120 天、Solidity/Rust/Move、AIPA、LLM、DSDB 等内容。旧内容保留,新内容只做连接和扩展。

1. 这套扩展到底在训练什么

这套 AI 扩展不是单纯学习 prompt,也不是堆工具清单。它训练的是企业 AI 时代更稀缺的一组复合能力:

能力层你要形成的判断典型证据
AI 底层逻辑能解释 Transformer、RAG、Agent、MoE、Scaling、RLHF、Eval 为什么影响产品和架构论文一页纸、机制图、面试表达
业务问题定义能判断一个 AI use case 是否值得做、适不适合做、应该先做哪一段Opportunity canvas、stakeholder map、business case
BA 需求工程能把模糊需求转成流程、规则、异常、验收标准和 eval contractBPMN、requirements-to-eval、data readiness
AI 产品判断能定义 MVP、pilot、指标、adoption、ROI、stop rulePRD、pilot memo、adoption dashboard
AI 架构设计能设计 RAG、tool gateway、agent workflow、context system、security、observabilityC4、ADR、sequence、architecture gate
EvalOps / RiskOps能证明系统在上线前后可评测、可监控、可回滚、可审计golden set、rubric、release gate、incident runbook
组织落地能设计 RACI、运营机制、vendor/build-buy、培训、变更管理operating model、vendor memo、executive memo
面试和作品集能把复杂案例讲成 BA、PM、Architect 三种语言portfolio evidence map、storyline pack

最终目标不是“我学过 AI”,而是能在金融、零售、Web3 或企业软件场景中说清楚:

  1. 为什么这个问题适合或不适合 AI。
  2. 需要什么数据、知识、流程、控制和组织能力。
  3. 怎样从 discovery 走到 pilot,再走到 release / scale。
  4. 怎样证明它有效、可靠、合规、值得继续投资。

2. 推荐阅读入口

如果只能从一个文件开始,先读:

  • docs/AI_2026_EXPANSION_START_HERE.md

如果想看完整计划,再读:

  • docs/AI_BA_PRODUCT_ARCHITECT_180_PLAN.md
  • docs/AI_NEW_DEMANDS_2026_EXPANSION.md
  • docs/AI_FOUNDATIONS_CLASSIC_PAPERS_PLAN.md

如果想直接做作品集,先读:

  • docs/AI_BA_PM_PRACTICE_LAB.md
  • docs/FINANCIAL_RETAIL_AI_CASE_PORTFOLIO.md
  • docs/abpa/capstone-aml/AML_30_DAY_DEEPENING_PLAN.md

如果想准备面试,先读:

  • docs/AI_ROLE_COMPETENCY_MATRIX_2026.md
  • docs/AI_INTERVIEW_PORTFOLIO_STORYLINE_PLAYBOOK.md
  • docs/abpa/interview/AI_BA_PM_ARCHITECT_INTERVIEW_BANK.md

网站可见规则:

  • 所有新增学习笔记、论文解读和 playbook 都要注册到 /papers 使用的 src/data/papers.ts
  • 网站会按原有卡片格式展示,并通过同一套数据进入搜索索引和 sitemap。
  • 新增嵌套目录笔记时,优先使用 docs/.../*.md,再用稳定 slug 暴露为 /papers/...

3. 资产分层地图

3.1 战略与需求层

文件适合解决的问题输出
docs/AI_NEW_DEMANDS_2026_EXPANSION.md企业 AI 新需求到底变成了什么capability map、能力缺口
docs/AI_BA_PRODUCT_ARCHITECT_180_PLAN.md如何用 180 天系统训练 AI BA/PM/Architect长期路线、阶段目标
docs/AI_ROLE_COMPETENCY_MATRIX_2026.mdAI BA、AI PM、AI Architect、FDE、EvalOps 差异是什么角色能力矩阵、证据标准
docs/AI_REQUIREMENTS_TO_EVAL_COOKBOOK.md如何把需求写成可测试、可发布、可监控eval contract、golden set、release gate
docs/AI_VENDOR_BUILD_BUY_ADOPTION_PLAYBOOK.md买、建、合作、混合方案如何决策vendor scorecard、build-buy memo、pilot gate
docs/AI_PLATFORM_PM_PLAYBOOK.md如何把 AI 能力平台化,而不是每个团队重复做 POCmodel gateway、RAG platform、EvalOps、成本、权限、adoption
docs/AI_CAPABILITY_ASSESSMENT_RUBRIC.md如何判断学习是否已经变成能力证据C1-C14 能力评分、角色画像、evidence map、30 天自评节奏

3.2 底层论文与技术机制层

文件核心机制对 PM/BA/架构师的价值
docs/AI_FOUNDATIONS_CLASSIC_PAPERS_PLAN.md经典论文路线避免只会工具,不懂底层
docs/ai-foundations/README.md论文索引管理长期精读顺序
docs/ai-foundations/papers/01-attention-is-all-you-need.mdTransformer / attention解释 LLM 为什么能处理上下文
docs/ai-foundations/papers/02-retrieval-augmented-generation.mdRAG解释企业知识治理和引用
docs/ai-foundations/papers/03-react-toolformer-agent-foundations.mdAgent / tools解释从回答到行动的系统边界
docs/ai-foundations/papers/04-instructgpt-rlhf-alignment.mdRLHF / alignment解释 helpful/honest/harmless 与产品控制
docs/ai-foundations/papers/05-chain-of-thought-self-consistency.mdCoT / self-consistency解释推理产品与证据边界
docs/ai-foundations/papers/06-lora-peft-adaptation.mdLoRA / PEFT解释 RAG、微调、adapter 治理取舍
docs/ai-foundations/papers/07-inference-optimization-kv-cache-flashattention-speculative.mdinference optimization解释延迟、成本、吞吐和 SLO
docs/ai-foundations/papers/08-llm-as-judge-evaluation.mdLLM-as-Judge解释自动评测、rubric、human review 边界
docs/ai-foundations/papers/09-mixture-of-experts-sparse-scaling.mdMoE / sparse scaling解释稀疏激活、router、expert capacity、load balancing 与企业成本/SLO
docs/ai-foundations/papers/10-scaling-laws-pretraining-bert-gpt-t5.mdScaling laws / pretraining解释 BERT、GPT、T5、预训练目标、RAG/微调/自训模型取舍
docs/ai-foundations/papers/11-dpo-constitutional-ai-preference-optimization.mdDPO / Constitutional AI解释 preference data、DPO、RLAIF、reward hacking、alignment tax 和行为治理
docs/ai-foundations/papers/12-tool-use-security-prompt-injection.mdTool use security解释间接 prompt injection、data exfiltration、confused deputy、tool gateway 和 kill switch
docs/ai-foundations/papers/13-rag-evaluation-ragas-retrieval-metrics.mdRAG evaluation / RAGAS解释 retrieval metrics、faithfulness、citation support、permission/version tests 和 release gate
docs/ai-foundations/papers/14-graphrag-knowledge-graph-rag.mdGraphRAG / Knowledge Graph RAG解释 entity、relation、path、community summary、多跳推理和 graph eval
docs/ai-foundations/papers/15-generative-agents-memory-reflection-planning.mdGenerative Agents / Memory解释 memory stream、reflection、planning、state boundary、retention/deletion 和 memory eval
docs/ai-foundations/papers/16-autogen-multi-agent-orchestration.mdAutoGen / Multi-Agent解释 multi-agent conversation、role charter、handoff contract、shared state、HITL 和 orchestration eval
docs/ai-foundations/papers/17-helm-holistic-evaluation-models.mdHELM / holistic evaluation解释 scenario、metric、adapter、透明评测、模型选择、leaderboard 边界和 release gate
docs/ai-foundations/papers/18-model-cards-datasheets-ai-documentation.mdModel Cards / Datasheets解释模型卡、数据集说明书、适用边界、风险披露、证据链和 AI governance 文档化
docs/ai-foundations/papers/19-tree-of-thoughts-planning-search.mdTree of Thoughts / Planning Search解释多路径 thought、search controller、evaluator、搜索预算、人工选择点和复杂任务规划
docs/ai-foundations/papers/20-self-rag-crag-agentic-retrieval.mdSelf-RAG / CRAG / Agentic Retrieval解释 retrieval need、context quality gate、纠错检索、refuse/escalate 和 RAG control plane
docs/ai-foundations/papers/21-agentbench-taubench-agent-evaluation.mdAgentBench / τ-bench / Agent Eval解释 tool-agent-user interaction、tool sandbox、policy oracle、trace 和 agent release gate
docs/ai-foundations/papers/22-mechanistic-interpretability-transformer-circuits-sae.mdMechanistic Interpretability / SAE解释 Transformer circuits、sparse autoencoder、解释性证据、模型风险和治理边界
docs/ai-foundations/papers/23-long-context-lost-in-the-middle-ruler.mdLong Context / Lost in the Middle / RULER解释标称上下文长度、有效上下文长度、position robustness、长上下文/RAG 混合架构
docs/ai-foundations/papers/24-dspy-opro-automatic-prompt-optimization.mdDSPy / OPRO / Prompt Optimization解释 LM program、task signature、prompt registry、optimizer、eval-driven prompt release
docs/ai-foundations/papers/25-reflexion-self-refine-agent-feedback-loops.mdReflexion / Self-Refine / Feedback Loops解释 feedback object、refinement policy、reflection memory、agent 改进循环和停止条件
docs/ai-foundations/papers/26-process-supervision-step-by-step-verification.mdProcess Supervision / Step Verification解释 outcome vs process supervision、step-level verifier、critical step gate 和审计证据
docs/ai-foundations/papers/27-structured-output-constrained-decoding-lmql-guidance.mdStructured Output / Constrained Decoding解释 schema contract、约束解码、LM program、validator、tool payload 和结构化输出治理
docs/ai-foundations/papers/28-model-routing-semantic-cache-frugal-ai.mdModel Routing / Semantic Cache / Frugal AI解释 FrugalGPT、RouteLLM、semantic cache、cascade、成本/质量/SLO 路由
docs/ai-foundations/papers/29-swe-bench-webarena-agent-benchmarks.mdSWE-bench / WebArena / OSWorld / GAIA解释真实环境 Agent benchmark、tool sandbox、policy oracle、state verifier 和 release gate
docs/ai-foundations/papers/30-mamba-state-space-models-efficient-sequence.mdMamba / State Space Models解释 S4、Mamba、selective state space、长序列效率和模型架构 frontier
docs/ai-foundations/papers/31-embeddings-ann-vector-search-faiss-hnsw.mdEmbeddings / ANN / Vector Search解释 Word2Vec、Sentence-BERT、FAISS、HNSW、bi-encoder、rerank 和 RAG 检索底座
docs/ai-foundations/papers/32-clip-multimodal-embeddings-product-architecture.mdCLIP / Multimodal Embeddings解释图文对比学习、zero-shot、多模态检索、文搜图/图搜图和多模态产品架构
docs/ai-foundations/papers/33-diffusion-latent-diffusion-generative-media.mdDiffusion / Latent Diffusion解释 DDPM、classifier-free guidance、Latent Diffusion、生成式媒体和品牌/版权/安全治理
docs/ai-foundations/papers/34-graph-neural-networks-gnn-fraud-risk-architecture.mdGraph Neural Networks / GNN解释 GCN、GraphSAGE、GAT、图学习、欺诈/AML 网络和风险架构
docs/ai-foundations/papers/35-recommender-systems-youtube-wide-deep-two-tower.mdRecommender Systems解释候选生成、召回、排序、重排、Two-Tower、Wide & Deep、YouTube DNN 和 next-best-action
docs/ai-foundations/papers/36-learning-to-rank-lambdamart-neural-ranking.mdLearning to Rank / LambdaMART解释 pointwise、pairwise、listwise、NDCG、query group、搜索/推荐/告警排序和 neural reranking
docs/ai-foundations/papers/37-feature-stores-real-time-ml-feast-michelangelo.mdFeature Stores / Real-Time ML解释 Feast、Michelangelo、offline/online store、point-in-time correctness、freshness SLO 和实时决策
docs/ai-foundations/papers/38-zanzibar-cedar-opa-authorization-policy-architecture.mdZanzibar / Cedar / OPA Authorization解释 RBAC、ABAC、ReBAC、policy-as-code、PDP/PEP、RAG 权限过滤和 Agent 工具授权
docs/ai-foundations/papers/39-federated-learning-fedavg-cross-silo-ai.mdFederated Learning / FedAvg解释 cross-silo AI、local training、secure aggregation、参与方治理、跨机构风险协作和模型治理
docs/ai-foundations/papers/40-differential-privacy-dpsgd-ai-data-protection.mdDifferential Privacy / DP-SGD解释 epsilon、delta、privacy budget、gradient clipping、noise addition、隐私-效用-公平取舍
docs/ai-foundations/papers/41-knowledge-distillation-small-models-quantization.mdKnowledge Distillation / Small Models解释 teacher-student、soft labels、DistilBERT、量化、小模型路由和模型组合策略
docs/ai-foundations/papers/42-durable-execution-agent-workflow-state-machines.mdDurable Execution / Agent Workflow解释 durable workflow、state machine、Saga、幂等、HITL 状态、workflow replay 和 Agent 生产架构
docs/ai-foundations/papers/43-digital-twin-agent-based-simulation-ai-decisioning.mdDigital Twin / Agent-Based Simulation解释 process twin、decision twin、agent-based simulation、校准、验证、敏感性分析和 AI 决策仿真
docs/ai-foundations/papers/44-online-experimentation-cuped-release-science-ai-products.mdOnline Experimentation / CUPED解释 online controlled experiments、CUPED、guardrails、shadow launch、ramp 和 AI release science
docs/ai-foundations/papers/45-data-lineage-contracts-openlineage-ai-data-quality.mdData Lineage / Data Contracts解释 OpenLineage、DataHub、OpenMetadata、Great Expectations、AI data contract、quality SLO 和 lineage
docs/ai-foundations/papers/46-ai-security-operations-mitre-atlas-owasp-csf.mdAI Security Operations解释 MITRE ATLAS、OWASP LLM Top 10、NIST CSF、AI telemetry、detection engineering 和 SOC runbook
docs/ai-foundations/papers/47-time-series-forecasting-tft-deepar-foundation-models.mdTime-Series Forecasting解释 DeepAR、TFT、TimesFM、概率预测、预测区间、层级预测、rolling backtest 和 forecast-to-decision
docs/ai-foundations/papers/48-anomaly-detection-isolation-forest-autoencoder-risk-monitoring.mdAnomaly Detection / Risk Monitoring解释 Isolation Forest、autoencoder、SPC、streaming anomaly detection、阈值校准、告警疲劳和反馈闭环
docs/ai-foundations/papers/49-causal-discovery-dowhy-econml-structural-causal-models.mdCausal Discovery / SCM解释 DAG、SCM、DoWhy、EconML、DAGitty、NOTEARS、混杂、可识别性和产品干预设计
docs/ai-foundations/papers/50-optimization-operations-research-or-tools-ai-decisioning.mdOptimization / Operations Research解释 LP/MIP、CP-SAT、OR-Tools、Gurobi、PuLP、目标/约束、多目标权衡和 solver decision service
docs/ai-foundations/papers/51-contextual-bandits-linucb-thompson-online-learning.mdContextual Bandits / Online Learning解释 LinUCB、Thompson Sampling、epsilon-greedy、propensity logging、IPS/DR 和 adaptive experimentation
docs/ai-foundations/papers/52-reinforcement-learning-offline-rl-cql-policy-decisioning.mdReinforcement Learning / Offline RL解释 MDP、policy、reward、DQN、CQL、offline RL、reward hacking、safe exploration 和策略治理
docs/ai-foundations/papers/53-bayesian-optimization-botorch-optuna-experiment-design.mdBayesian Optimization / Experiment Design解释 GP surrogate、acquisition functions、BoTorch、Optuna、multi-objective/constrained BO 和实验预算
docs/ai-foundations/papers/54-calibration-conformal-prediction-uncertainty-governance.mdCalibration / Conformal Prediction解释 ECE、reliability diagram、Brier score、temperature scaling、coverage、abstention 和不确定性治理
docs/ai-foundations/papers/55-data-centric-ai-snorkel-programmatic-labeling.mdData-Centric AI / Programmatic Labeling解释 Snorkel、weak supervision、labeling functions、label model、coverage/conflict 和标签治理
docs/ai-foundations/papers/56-active-learning-human-in-the-loop-labeling.mdActive Learning / HITL Labeling解释 uncertainty sampling、query-by-committee、SME review、label budget、feedback loop 和人工反馈运营
docs/ai-foundations/papers/57-dataset-shift-monitoring-model-performance.mdDataset Shift / Model Monitoring解释 covariate shift、label shift、concept drift、training-serving skew、outcome lag 和漂移处置
docs/ai-foundations/papers/58-ai-management-system-iso42001-operating-model.mdAI Management System / ISO 42001解释 AIMS、NIST AI RMF、AI inventory、risk tier、release gate、control library 和 operating model
docs/ai-foundations/papers/59-hidden-technical-debt-ml-systems-ai-architecture.mdHidden Technical Debt / AI Architecture Debt解释 CACE、entanglement、boundary erosion、hidden feedback loops、undeclared consumers 和配置/数据债
docs/ai-foundations/papers/60-cd4ml-mlops-continuous-delivery-ai-release.mdCD4ML / MLOps / AI Release Engineering解释 CI/CD/CT、release bundle、model/data/prompt registry、shadow/canary/ramp、rollback 和证据链
docs/ai-foundations/papers/61-human-ai-interaction-guidelines-product-design.mdHuman-AI Interaction / Product Design解释 HAI guidelines、calibrated trust、automation bias、recoverability、feedback 和 escalation UX
docs/ai-foundations/papers/62-ai-architecture-decision-records-governance.mdAI ADR / Decision Governance解释 ADR、architecture knowledge、risk tier、evidence link、reversal trigger 和 AI 决策治理
docs/ai-foundations/papers/63-ai-requirements-engineering-gqm-eval-contracts.mdAI Requirements Engineering / GQM / Eval Contracts解释 GQM、AI requirement taxonomy、eval contract、golden set、release gate、monitoring gate 和风险 owner
docs/ai-foundations/papers/64-ai-quality-attributes-atam-architecture-tradeoff.mdAI Quality Attributes / ATAM / Architecture Tradeoff解释 quality attribute scenario、utility tree、tradeoff point、sensitivity point 和 AI 架构评审
docs/ai-foundations/papers/65-ai-safety-engineering-stpa-control-structure.mdAI Safety Engineering / STPA / Control Structure解释 loss、hazard、unsafe control action、control structure、safety constraint 和 agent 安全工程
docs/ai-foundations/papers/66-sociotechnical-ai-resilience-work-as-done.mdSociotechnical AI / Resilience / Work-as-Done解释 work-as-imagined、work-as-done、human-AI collaboration、handoff、load 和 operating model
docs/ai-foundations/papers/67-ai-capability-based-planning-business-architecture.mdAI Capability-Based Planning / Business Architecture解释 capability map、value stream、maturity、portfolio prioritization、architecture runway 和 funding gate
docs/ai-foundations/papers/68-wardley-mapping-ai-product-platform-strategy.mdWardley Mapping / AI Product & Platform Strategy解释 user need、value chain、evolution axis、build-buy-partner、platform boundary 和战略地图
docs/ai-foundations/papers/69-conway-team-topologies-ai-platform-operating-model.mdConway's Law / Team Topologies / AI Platform Operating Model解释组织沟通结构、team topology、cognitive load、team API 和 AI 平台 operating model
docs/ai-foundations/papers/70-dora-space-ai-sdlc-engineering-productivity.mdDORA / SPACE / AI SDLC Engineering Productivity解释 DORA、SPACE、AI code agent governance、AI-assisted PR gate、工程生产力和安全发布
docs/ai-foundations/papers/71-continuous-discovery-opportunity-solution-tree-ai-products.mdContinuous Discovery / Opportunity Solution Tree for AI Products解释 OST、AI opportunity taxonomy、assumption map、prototype/eval/pilot learning loop 和 discovery-to-delivery 追踪
docs/ai-foundations/papers/72-jtbd-outcome-driven-innovation-ai-use-case-selection.mdJTBD / Outcome-Driven Innovation for AI Use Case Selection解释 job map、outcome statements、underserved outcome、opportunity score、AI fit 和 automation boundary
docs/ai-foundations/papers/73-north-star-ai-product-metrics-value-measurement.mdNorth Star Metrics / AI Product Value Measurement解释 AI metrics tree、guardrail metrics、risk-adjusted value、因果证据和收益兑现
docs/ai-foundations/papers/74-ai-product-operating-model-empowered-teams.mdAI Product Operating Model / Empowered Teams解释 AI product trio+、decision rights、discovery-delivery-governance cadence 和授权团队 guardrails
docs/ai-foundations/papers/75-ai-portfolio-management-funding-governance.mdAI Portfolio Management / Funding Governance解释 AI portfolio kanban、funding gate、capacity allocation、risk-adjusted value 和 scale/stop 决策
docs/ai-foundations/papers/76-service-blueprint-ai-customer-journey-trust.mdAI Service Blueprint / Customer Journey / Trust解释 frontstage/backstage、trust moments、human handoff、correction、appeal 和服务证据
docs/ai-foundations/papers/77-ai-business-process-reengineering-bpmn-dmn.mdAI Business Process Reengineering / BPMN / DMN解释 AI BPR、BPMN、DMN、decision automation、eval traceability 和 control evidence
docs/ai-foundations/papers/78-ai-risk-appetite-policy-product-management.mdAI Risk Appetite / Policy Product Management解释 risk appetite、policy lifecycle、risk-tiered guardrails、runtime control 和 stop rule
docs/ai-foundations/papers/79-enterprise-ai-reference-architecture-control-plane.mdEnterprise AI Reference Architecture / Control Plane解释企业 AI 八层参考架构、control plane、model/tool gateway、eval/observability 和 evidence plane
docs/ai-foundations/papers/80-ai-product-line-engineering-reuse-platform-assets.mdAI Product Line Engineering / Reusable Platform Assets解释 core assets、variation points、domain/application engineering、platform reuse 和 asset governance
docs/ai-foundations/papers/81-ai-maturity-model-roadmap-capability-assessment.mdAI Maturity Model / Roadmap / Capability Assessment解释 capability domains、maturity levels、evidence standard、roadmap sequencing 和能力评估
docs/ai-foundations/papers/82-ai-control-library-assurance-evidence-graph.mdAI Control Library / Assurance Evidence Graph解释 control library、assurance case、claim-risk-control-evidence graph 和 release assurance
docs/ai-foundations/papers/83-ai-domain-driven-design-ubiquitous-language.mdAI Domain-Driven Design / Ubiquitous Language解释 bounded context、ubiquitous language、RAG boundary、context map 和 eval vocabulary
docs/ai-foundations/papers/84-event-storming-agent-workflow-design.mdAI EventStorming / Agent Workflow Discovery解释 domain event、command、policy、actor、tool call、HITL、compensation 和 workflow trace
docs/ai-foundations/papers/85-ai-knowledge-work-redesign-role-task-architecture.mdAI Knowledge Work Redesign / Role-Task Architecture解释 role-task decomposition、human-AI teaming、accountability、override 和 workload-risk metrics
docs/ai-foundations/papers/86-ai-platform-service-catalog-golden-paths.mdAI Platform Service Catalog / Golden Paths解释 service catalog、golden paths、self-service with guardrails、platform metrics 和 adoption
docs/ai-foundations/papers/87-ai-architecture-views-c4-arc42-42010.mdAI Architecture Views / C4 / arc42 / 42010解释 stakeholder concern、viewpoint、C4/arc42 架构表达、AI control/evidence view
docs/ai-foundations/papers/88-ai-architecture-fitness-functions-continuous-governance.mdAI Architecture Fitness Functions / Continuous Governance解释把质量属性、eval、SLO、策略和证据转成持续可检查架构约束
docs/ai-foundations/papers/89-contract-first-ai-tool-api-design-openapi-asyncapi.mdContract-First AI Tool/API Design解释 OpenAPI、AsyncAPI、JSON Schema、tool/event contract、side effect、approval 和 audit
docs/ai-foundations/papers/90-ai-traceability-requirements-eval-control-graph.mdAI Traceability Graph解释 business outcome、requirement、eval、control、ADR、telemetry 和 evidence 的追踪图
docs/ai-foundations/papers/91-ai-enterprise-architecture-togaf-archimate-adm.mdAI Enterprise Architecture / TOGAF / ArchiMate / ADM解释 TOGAF ADM、ArchiMate、architecture repository 和 AI governance 如何支撑能力演进
docs/ai-foundations/papers/92-banking-ai-reference-models-bian-fibo-iso20022.mdBanking AI Reference Models / BIAN / FIBO / ISO 20022解释银行能力边界、金融本体和消息语义如何支撑 AI 需求、RAG、工具和审计
docs/ai-foundations/papers/93-ai-semantic-interoperability-rdf-owl-shacl.mdAI Semantic Interoperability / RDF / OWL / SHACL解释 semantic contract、ontology slice、SHACL 约束和语义评测如何减少 AI 语义风险
docs/ai-foundations/papers/94-ai-value-stream-management-flow-metrics.mdAI Value Stream Management / Flow Metrics解释 AI 从 idea 到 safe release、adoption 和 value realization 的 flow management
docs/ai-foundations/papers/95-ai-regulatory-architecture-eu-ai-act-nist-iso42001.mdAI Regulatory Architecture / EU AI Act / NIST / ISO42001解释法规、框架、管理体系如何转成 AI inventory、risk tier、control、gate 和 evidence architecture
docs/ai-foundations/papers/96-ai-model-risk-validation-independent-challenge.mdAI Model Risk Validation / Independent Challenge解释 GenAI system validation、independent challenge、validation evidence 和 revalidation trigger
docs/ai-foundations/papers/97-ai-third-party-vendor-contract-exit-architecture.mdAI Third-Party Vendor Contract / Exit Architecture解释 AI vendor 采购、合同控制、model update notice、audit rights 和 exit architecture
docs/ai-foundations/papers/98-ai-data-lifecycle-governance-provenance-retention.mdAI Data Lifecycle Governance / Provenance / Retention解释 AI 数据来源、用途、保留、删除、血缘和审计证据如何支撑生产级 AI
docs/ai-foundations/papers/99-ai-agent-autonomy-delegation-architecture.mdAI Agent Autonomy / Delegation Architecture解释 agent 自主权如何被拆成委派边界、工具权限、人工升级、kill switch 和 evidence
docs/ai-foundations/papers/100-ai-agent-identity-delegated-authorization.mdAI Agent Identity / Delegated Authorization解释 agent 身份、on-behalf-of、OAuth token exchange、scope、consent 和 audit claims
docs/ai-foundations/papers/101-ai-runtime-evidence-observability-architecture.mdAI Runtime Evidence / Observability Architecture解释 prompt、RAG、tool、policy、approval、output、feedback 和 incident 的运行证据链
docs/ai-foundations/papers/102-ai-portfolio-systemic-risk-dependency-architecture.mdAI Portfolio Systemic Risk / Dependency Architecture解释 shared model/vendor/data/tool/HITL/evidence 依赖如何形成组合级系统性风险
docs/ai-foundations/papers/103-ai-customer-harm-redress-recovery-architecture.mdAI Customer Harm / Redress / Recovery Architecture解释客户伤害、投诉/申诉、救济、补偿、恢复和防复发如何成为 AI 产品控制
docs/ai-foundations/papers/104-ai-fairness-fair-lending-bias-control-architecture.mdAI Fairness / Fair Lending / Bias Control Architecture解释公平信贷、proxy 风险、segment eval、human review calibration 和 bias evidence binder
docs/ai-foundations/papers/105-ai-explainability-contestability-adverse-action-architecture.mdAI Explainability / Contestability / Adverse Action Architecture解释 reason code、adverse action、用户可争议路径、申诉证据和可解释决策接口
docs/ai-foundations/papers/106-ai-change-impact-release-governance.mdAI Change Impact / Release Governance解释 model/prompt/RAG/tool/policy/eval/vendor/workflow 变更如何进入 impact graph 和 release gate
docs/ai-foundations/papers/107-ai-continuous-control-monitoring-assurance-architecture.mdAI Continuous Control Monitoring / Assurance Architecture解释 control test、exception、KRI、sampling、management action 和 control effectiveness 如何持续运行
docs/ai-foundations/papers/108-ai-operational-resilience-bcp-degraded-mode-architecture.mdAI Operational Resilience / BCP / Degraded Mode Architecture解释 AI 关键操作在模型/RAG/工具/身份/供应商/HITL 降级时如何保持安全连续
docs/ai-foundations/papers/109-ai-management-information-board-reporting-architecture.mdAI Management Information / Board Reporting Architecture解释 AI telemetry、价值、风险、控制、客户伤害和集中度如何转成有 lineage 的 MI
docs/ai-foundations/papers/110-ai-closed-loop-learning-corrective-action-architecture.mdAI Closed-Loop Learning / Corrective Action Architecture解释反馈、投诉、人工覆盖、eval 失败、漂移和审计发现如何转成 CAPA 闭环
docs/ai-foundations/papers/111-ai-regulatory-horizon-obligation-intelligence-architecture.mdAI Regulatory Horizon / Obligation Intelligence Architecture解释法律、监管指引、监督重点和标准如何转成 obligation-to-control/eval/change 情报系统
docs/ai-foundations/papers/112-ai-exception-risk-acceptance-waiver-architecture.mdAI Exception / Risk Acceptance / Waiver Architecture解释策略例外、临时豁免、残余风险接受、补偿控制和 hard stop 如何治理
docs/ai-foundations/papers/113-ai-supply-chain-ai-bom-provenance-architecture.mdAI Supply Chain / AI BOM / Provenance Architecture解释模型、数据、RAG、prompt、tool、MCP、eval、人审和 telemetry 如何进入 AI BOM
docs/ai-foundations/papers/114-ai-human-review-operations-capacity-architecture.mdAI Human Review Operations / Capacity Architecture解释人审队列、技能路由、容量、校准、质量、升级和 surge mode 如何成为运营架构
docs/ai-foundations/papers/115-ai-segregation-of-duties-dual-control-architecture.mdAI Segregation of Duties / Dual Control Architecture解释 maker-checker、four-eyes、incompatible duties、approval-before-action 和审计证据如何约束 AI 工作流
docs/ai-foundations/papers/116-ai-consent-preference-purpose-bound-data-architecture.mdAI Consent / Preference / Purpose-Bound Data Architecture解释同意、偏好、目的限制、撤回、重新同意和 runtime enforcement 如何控制 AI 数据使用
docs/ai-foundations/papers/117-ai-shadow-ai-citizen-development-governance-architecture.mdAI Shadow AI / Citizen Development Governance Architecture解释未授权 AI 使用和公民开发如何转成发现、分级、批准路径和平台迁移
docs/ai-foundations/papers/118-ai-conduct-risk-suitability-sales-guardrails-architecture.mdAI Conduct Risk / Suitability / Sales Guardrails Architecture解释适当性、销售行为、approved claims、offer guardrails、监控和投诉整改如何约束金融 AI
docs/ai-foundations/papers/119-ai-records-retention-legal-hold-ediscovery-architecture.mdAI Records / Retention / Legal Hold / eDiscovery Architecture解释 prompt、RAG、tool、approval、output、eval、incident 记录如何进入留存、法律保全和调取
docs/ai-foundations/papers/120-ai-data-residency-cross-border-sovereign-architecture.mdAI Data Residency / Cross-Border / Sovereign AI Architecture解释地域、司法辖区、供应商、模型路由、日志、密钥和 transfer review 如何约束 AI 数据路径
docs/ai-foundations/papers/121-ai-customer-communications-regulated-content-lifecycle.mdAI Customer Communications / Regulated Content Lifecycle Architecture解释客户沟通内容如何经过 approved claims、pre-use review、surveillance、disclosure 和 complaint linkage
docs/ai-foundations/papers/122-ai-financial-crime-typology-scenario-coverage-architecture.mdAI Financial Crime Typology / Scenario Coverage Architecture解释 AML typology、red flag、scenario coverage、SAR evidence bundle 和 alert-to-SAR traceability 如何治理
docs/ai-foundations/papers/123-ai-intellectual-property-content-rights-provenance-architecture.mdAI Intellectual Property / Content Rights / Provenance Architecture解释输入权利、RAG 语料许可、生成内容、C2PA provenance、rights clearance 和 takedown 如何治理
docs/ai-foundations/papers/124-ai-deepfake-synthetic-identity-authentication-fraud-architecture.mdAI Deepfake / Synthetic Identity / Authentication Fraud Architecture解释 deepfake、synthetic identity、liveness/PAD、step-up authentication、fraud evidence 和客户摩擦如何联动
docs/ai-foundations/papers/125-ai-workforce-hr-decision-employee-monitoring-governance-architecture.mdAI Workforce / HR Decision / Employee Monitoring Governance Architecture解释招聘、排班、绩效、员工监控、adverse impact、worker data minimization 和 human review 如何治理
docs/ai-foundations/papers/126-ai-incident-disclosure-liability-risk-transfer-architecture.mdAI Incident Disclosure / Liability / Risk Transfer Architecture解释 AI incident、materiality triage、通知、责任边界、保险映射、供应商赔偿和损失量化如何组织
docs/ai-foundations/papers/127-ai-post-quantum-cryptographic-agility-ai-architecture.mdAI Post-Quantum / Cryptographic Agility Architecture解释 AI 系统里的长期证据、RAG、工具、签名、密钥、证书和供应商如何进入 PQC 迁移与密码敏捷架构
docs/ai-foundations/papers/128-ai-authorized-push-payment-scam-intervention-architecture.mdAI Authorized Push Payment / Scam Intervention Architecture解释授权支付诈骗、社工诱导、收款人风险、客户意图、step-up friction 和救济证据如何组织
docs/ai-foundations/papers/129-ai-agent-marketplace-tool-certification-governance-architecture.mdAI Agent Marketplace / Tool Certification Governance Architecture解释内部 agent/tool marketplace 如何通过 capability card、认证、权限、签名包、监控和退出治理降低 agentic risk
docs/ai-foundations/papers/130-ai-customer-vulnerability-accessibility-inclusive-ai-architecture.mdAI Customer Vulnerability / Accessibility / Inclusive AI Architecture解释弱势客户、可访问性、包容性 UX、plain language、人工升级、投诉和模型风险如何成为金融 AI 产品护栏
docs/ai-foundations/papers/131-ai-payment-dispute-chargeback-claims-evidence-architecture.mdAI Payment Dispute / Chargeback / Claims Evidence Architecture解释支付争议、拒付、EFT error claim、billing error、证据、SLA、临时贷记和客户沟通如何组织
docs/ai-foundations/papers/132-ai-collections-hardship-delinquency-treatment-architecture.mdAI Collections / Hardship / Delinquency Treatment Architecture解释逾期预测、困难客户处理、联系策略、可访问渠道、投诉链接和 fair treatment 如何治理
docs/ai-foundations/papers/133-ai-voice-ai-contact-center-agent-assist-governance-architecture.mdAI Voice AI / Contact Center / Agent Assist Governance Architecture解释 voice bot、实时转写、坐席辅助、call summary、QA、披露边界和投诉证据如何治理
docs/ai-foundations/papers/134-ai-digital-identity-wallet-verifiable-credentials-trust-architecture.mdAI Digital Identity Wallet / Verifiable Credentials / Trust Architecture解释 digital wallet、VC、DID、WebAuthn、selective disclosure、revocation 和 trust policy 如何支撑 AI 身份信任
docs/ai-foundations/papers/135-ai-open-banking-open-finance-consented-data-sharing-architecture.mdAI Open Banking / Open Finance / Consented Data Sharing Architecture解释开放银行/开放金融、客户授权、数据最小化、撤回、API 契约、第三方风险和 AI 使用边界如何治理
docs/ai-foundations/papers/136-ai-personalized-pricing-offer-decisioning-governance-architecture.mdAI Personalized Pricing / Offer Decisioning Governance Architecture解释个性化价格、费率、额度、offer、实验、解释、投诉和 surveillance pricing 风险如何治理
docs/ai-foundations/papers/137-ai-document-intelligence-unstructured-data-evidence-quality-architecture.mdAI Document Intelligence / Unstructured Data / Evidence Quality Architecture解释 OCR、layout、字段抽取、置信度、人工复核、记录留存、篡改检测和 workflow evidence 如何组织
docs/ai-foundations/papers/138-ai-privacy-clean-room-data-collaboration-measurement-architecture.mdAI Privacy Clean Room / Data Collaboration / Measurement Architecture解释 clean room、PEC、聚合、差分隐私、合成数据、合作方测量、输出审查和目的限制如何成为数据协作产品
docs/ai-foundations/papers/139-ai-credit-lifecycle-underwriting-line-management-governance-architecture.mdAI Credit Lifecycle / Underwriting / Line Management Governance Architecture解释授信、审批、额度增减、账户管理、adverse action、fair lending、组合监控和投诉证据如何治理
docs/ai-foundations/papers/140-ai-wealth-advice-robo-advisor-best-interest-boundary-architecture.mdAI Wealth Advice / Robo-Advisor / Best Interest Boundary Architecture解释财富建议、robo-advisor、教育/建议/执行边界、风险画像、人工升级和监督证据如何组织
docs/ai-foundations/papers/141-ai-treasury-liquidity-alm-forecasting-stress-evidence-architecture.mdAI Treasury / Liquidity / ALM Forecasting / Stress Evidence Architecture解释流动性预测、存款流失、ALM、压力测试、FTP、委员会决策和董事会 MI 如何形成证据架构
docs/ai-foundations/papers/142-ai-complaint-intelligence-root-cause-regulatory-response-architecture.mdAI Complaint Intelligence / Root Cause / Regulatory Response Architecture解释投诉分类、伤害识别、根因、产品缺陷、监管响应、CAPA 和整改证据如何组织

3.3 架构与工程层

文件训练重点输出
docs/AGENTIC_ENTERPRISE_ARCHITECTURE_90_PLAN.mdAgentic enterprise architecture9 层架构、agent workflow、tool governance
docs/AI_ARCHITECTURE_DIAGRAM_PLAYBOOK.md架构图表达capability、C4、BPMN、RAG、Agent、Eval、Risk 图
docs/AI_ARCHITECTURE_REVIEW_GATE_CHECKLISTS.md架构评审门禁G0-G9 review gate、pilot/release/scale checklist
docs/AI_CONTEXT_ENGINEERING_PLAYBOOK.md上下文工程prompt、RAG、tool observation、policy、schema、memory、eval
docs/AI_ENGINEERING_METHODOLOGY.mdAI 工程方法论生产级 AI system checklist
docs/AI_RETRIEVAL_EVAL_GRAPH_RAG_PLAYBOOK.mdRetrieval / Eval / GraphRAGretrieval eval stack、RAGAS 指标、GraphRAG ADR、金融零售知识系统 lab
docs/AI_PLATFORM_SECURITY_GATEWAY_LAB.mdAI 平台安全网关prompt injection、tool gateway、policy engine、DLP、audit、kill switch、incident drill
docs/AI_MEMORY_CONTEXT_STATE_PLAYBOOK.mdAI Memory / Context / Statememory taxonomy、state boundary、retention/deletion、privacy、memory eval、incident triage
docs/AI_MULTI_AGENT_ORCHESTRATION_PLAYBOOK.mdMulti-Agent Orchestration / HITLrole charter、handoff contract、shared state、policy supervisor、human approval、eval scorecard
docs/AI_OBSERVABILITY_COST_SLO_PLAYBOOK.mdAI Observability / Cost / SLOGenAI trace、span、quality/cost/latency/safety SLO、unit economics、incident loop
docs/AI_AGENT_PROTOCOLS_MCP_A2A_PLAYBOOK.mdAgent Protocols / MCP / A2AMCP、tool contract、capability discovery、agent handoff、auth、audit、integration governance
docs/AI_ASSURANCE_SAFETY_CASE_PLAYBOOK.mdAI Assurance / Safety Caseassurance case、claim-argument-evidence、confidence level、control evidence、release decision
docs/AI_SYNTHETIC_EVAL_DATA_PLAYBOOK.mdSynthetic Eval Datasynthetic scenario generation、coverage matrix、quality controls、attack/edge/regulatory question sets
docs/AI_HUMAN_OVERSIGHT_HITL_PLAYBOOK.mdHuman Oversight / HITLoversight taxonomy、handoff、override、kill switch、AI literacy、audit trail、workflow requirements
docs/AI_THREAT_MODELING_RED_TEAM_PLAYBOOK.mdAI Threat Modeling / Red TeamLLM/RAG/Agent attack surface、OWASP/MITRE mapping、red-team tests、mitigation、incident tabletop
docs/AI_PRIVACY_DATA_PROTECTION_PLAYBOOK.mdAI Privacy / Data Protectionprivacy-by-design、PII boundary、DPIA/PIA、retention/deletion、prompt/RAG/memory/log privacy controls
docs/AI_THIRD_PARTY_VENDOR_RISK_PLAYBOOK.mdAI Third-Party / Vendor Riskvendor lifecycle、due diligence、contract clauses、model update notice、audit rights、exit plan
docs/AI_PROCESS_MINING_WORKFLOW_INTELLIGENCE_PLAYBOOK.mdAI Process Mining / Workflow Intelligenceevent log、process discovery、conformance、variant/bottleneck analysis、AI opportunity scoring
docs/AI_KNOWLEDGE_GOVERNANCE_ONTOLOGY_PLAYBOOK.mdAI Knowledge Governance / Ontologysource authority、taxonomy/ontology、knowledge graph、freshness、permission、evidence lineage、GraphRAG fit
docs/AI_SEMANTIC_LAYER_METRICS_ARCHITECTURE_PLAYBOOK.mdAI Semantic Layer / Metrics Architecturesemantic models、metric contracts、lineage、LLM-to-SQL guardrails、AI value/eval metrics
docs/AI_PRODUCT_ARCHITECTURE_STRATEGY_PLAYBOOK.mdAI Product Architecture Strategycapability-to-architecture、platform vs point solution、architecture runway、funding gate、scale/stop rules
docs/AI_EVALOPS_PLATFORM_ARCHITECTURE_PLAYBOOK.mdAI EvalOps Platform Architectureeval datasets、judge、human review、experiment comparison、release gate、production monitoring、evidence binder
docs/AI_ENTERPRISE_INTEGRATION_EVENT_DRIVEN_AGENT_PLAYBOOK.mdAI Enterprise Integration / Event-Driven AgentAPI/event/workflow pattern、CloudEvents、AsyncAPI、tool contract、idempotency、HITL queues、audit/replay
docs/AI_POLICY_AS_CODE_DECISION_AUTOMATION_PLAYBOOK.mdAI Policy-as-Code / Decision AutomationDMN、decision service、OPA/Rego、Cedar、Zanzibar/ReBAC、PDP/PEP、policy testing、simulation、audit evidence
docs/AI_REAL_TIME_FEATURE_STORE_DECISIONING_PLAYBOOK.mdAI Real-Time Feature Store / Decisioningfeature store、offline/online consistency、point-in-time correctness、freshness SLO、实时 fraud/credit/KYC/Agent 决策
docs/AI_ENGINEERING_PRODUCTIVITY_CODE_AGENT_OPERATING_SYSTEM_PLAYBOOK.mdAI Engineering Productivity / Code Agent Operating Systemcode agent、AI SDLC、DORA/SPACE、coding eval、secure coding、PR gate、工程效率平台 operating model
docs/AI_DURABLE_AGENT_WORKFLOW_STATE_MACHINE_PLAYBOOK.mdAI Durable Agent Workflow / State Machinedurable execution、状态机、Saga/compensation、幂等、HITL、replay、DLQ、Agent 工具副作用控制
docs/AI_FINOPS_UNIT_ECONOMICS_CAPACITY_PLAYBOOK.mdAI FinOps / Unit Economics / Capacitytoken/GPU/case 成本模型、capacity planning、routing/cache、SLO budget、showback/chargeback、预算门禁
docs/AI_FRONTIER_MODEL_STRATEGY_DISTILLATION_SMALL_MODELS_PLAYBOOK.mdAI Frontier Model Strategy / Distillation / Small Modelsfrontier vs small model、蒸馏、量化、specialist models、model cascade、teacher-student eval、生命周期治理
docs/AI_DIGITAL_TWIN_SIMULATION_PRODUCT_ARCHITECTURE_PLAYBOOK.mdAI Digital Twin / Simulation Product Architecturedigital twin、ABM/DES/system dynamics、scenario library、calibration、validation、policy simulation、decision memo
docs/AI_EXPERIMENTATION_PLATFORM_RELEASE_SCIENCE_PLAYBOOK.mdAI Experimentation Platform / Release ScienceA/B、CUPED、shadow/ramp、guardrail metrics、release gate、post-experiment decision、AI 发布治理
docs/AI_DATA_CONTRACTS_LINEAGE_QUALITY_PLAYBOOK.mdAI Data Contracts / Lineage / Qualitydata contract、metadata、lineage、quality SLO、training/eval/RAG lineage、contract testing、data incident
docs/AI_PROGRAMMATIC_LABELING_DATA_CENTRIC_AI_PLAYBOOK.mdAI Programmatic Labeling / Data-Centric AIlabeling functions、label model、SME workflow、coverage/conflict、label provenance、dataset card 和 LabelOps 平台
docs/AI_ACTIVE_LEARNING_HUMAN_FEEDBACK_OPERATIONS_PLAYBOOK.mdAI Active Learning / Human Feedback Operationsquery strategy、HITL review queue、reviewer calibration、label budget、feedback governance 和 eval set protection
docs/AI_ML_TECHNICAL_DEBT_ARCHITECTURE_PLAYBOOK.mdAI ML Technical Debt ArchitectureCACE、entanglement、data/config debt、hidden feedback loops、consumer registry、debt register 和 paydown roadmap
docs/AI_MLOPS_CONTINUOUS_DELIVERY_RELEASE_PLAYBOOK.mdAI MLOps Continuous Delivery / ReleaseCD4ML、release bundle、CI/CD/CT、registry、shadow/canary/ramp、rollback、release evidence 和 risk-tiered approval
docs/AI_ARCHITECTURE_DECISION_RECORDS_GOVERNANCE_PLAYBOOK.mdAI Architecture Decision Records GovernanceAI ADR taxonomy、risk tier、evidence links、reversal triggers、review workflow、supersede 和 architecture knowledge
docs/AI_REQUIREMENTS_ENGINEERING_GQM_EVAL_CONTRACTS_PLAYBOOK.mdAI Requirements Engineering / GQM Eval ContractsGQM、AI requirement taxonomy、eval contract、golden set、release gate、monitoring gate 和作品集证据
docs/AI_QUALITY_ATTRIBUTES_ATAM_TRADEOFF_PLAYBOOK.mdAI Quality Attributes / ATAM Tradeoffquality attribute scenario、utility tree、tradeoff matrix、sensitivity/risk、ADR/eval/release gate 连接
docs/AI_CAPABILITY_BASED_PLANNING_BUSINESS_ARCHITECTURE_PLAYBOOK.mdAI Capability-Based Planning / Business Architecturecapability portfolio、value stream、business architecture、maturity model、architecture roadmap 和 funding gate
docs/AI_WARDLEY_MAPPING_PRODUCT_STRATEGY_PLAYBOOK.mdAI Wardley Mapping / Product Strategyuser need、AI value chain、evolution mapping、build-buy-partner、platform boundary 和战略路线
docs/AI_CONTINUOUS_DISCOVERY_OPPORTUNITY_SOLUTION_TREE_PLAYBOOK.mdAI Continuous Discovery / Opportunity Solution Treeoutcome、opportunity、solution、assumption、eval、pilot decision 和金融零售 AI discovery portfolio
docs/AI_JTBD_OUTCOME_DRIVEN_INNOVATION_PLAYBOOK.mdAI JTBD / Outcome-Driven Innovationjob map、desired outcome、opportunity score、automation boundary、evidence-to-architecture traceability
docs/AI_PRODUCT_METRICS_NORTH_STAR_VALUE_MEASUREMENT_PLAYBOOK.mdAI Product Metrics / North Star Value MeasurementNorth Star、input metrics、guardrails、risk-adjusted value、benefits realization 和 product analytics governance
docs/AI_PORTFOLIO_MANAGEMENT_FUNDING_GOVERNANCE_PLAYBOOK.mdAI Portfolio Management / Funding Governanceportfolio kanban、investment thesis、capacity allocation、funding gate、benefits realization 和 scale/stop governance
docs/AI_SERVICE_BLUEPRINT_CUSTOMER_JOURNEY_TRUST_PLAYBOOK.mdAI Service Blueprint / Customer Journey / Trustservice blueprint、trust calibration、frontstage/backstage、handoff、appeal、controls/evidence 和 journey metrics
docs/AI_BUSINESS_PROCESS_REENGINEERING_BPMN_DMN_PLAYBOOK.mdAI Business Process Reengineering / BPMN / DMNprocess mining、BPMN orchestration、DMN decision service、AI insertion、eval traceability 和 audit trail
docs/AI_ENTERPRISE_REFERENCE_ARCHITECTURE_CONTROL_PLANE_PLAYBOOK.mdAI Enterprise Reference Architecture / Control Planeenterprise AI 八层架构、control plane、model/tool gateway、observability、evidence plane 和架构视图
docs/AI_PRODUCT_LINE_ENGINEERING_REUSABLE_PLATFORM_ASSETS_PLAYBOOK.mdAI Product Line Engineering / Reusable Platform Assetssoftware product line、core assets、variation points、domain architecture、asset governance、reuse ROI 和 funding model
docs/AI_MATURITY_MODEL_ROADMAP_CAPABILITY_ASSESSMENT_PLAYBOOK.mdAI Maturity Model / Roadmap / Capability Assessmentmaturity levels、capability domains、evidence standard、roadmap dependency 和个人/组织成长证据
docs/AI_DOMAIN_DRIVEN_DESIGN_UBIQUITOUS_LANGUAGE_PLAYBOOK.mdAI Domain-Driven Design / Ubiquitous Languagebounded context、ubiquitous language、domain model、RAG boundary、AI task boundary 和 eval taxonomy
docs/AI_EVENT_STORMING_AGENT_WORKFLOW_DISCOVERY_PLAYBOOK.mdAI EventStorming / Agent Workflow Discoveryevent storm board、agent workflow trace、hotspot-to-eval map、exception/compensation 和 tool/HITL 设计
docs/AI_KNOWLEDGE_WORK_REDESIGN_ROLE_TASK_ARCHITECTURE_PLAYBOOK.mdAI Knowledge Work Redesign / Role-Task Architecturerole-task matrix、human-AI responsibility、task allocation、training/adoption 和 workload-risk dashboard
docs/AI_PLATFORM_SERVICE_CATALOG_GOLDEN_PATHS_PLAYBOOK.mdAI Platform Service Catalog / Golden Pathsmodel/RAG/eval/tool/policy/HITL/evidence service catalog、golden path checklist 和平台 adoption dashboard
docs/AI_ARCHITECTURE_VIEWS_C4_ARC42_42010_PLAYBOOK.mdAI Architecture Views / C4 / arc42 / 42010stakeholder-concern matrix、viewpoint catalog、C4/arc42 documentation、runtime/control/evidence views
docs/AI_ARCHITECTURE_FITNESS_FUNCTIONS_CONTINUOUS_GOVERNANCE_PLAYBOOK.mdAI Architecture Fitness Functions / Continuous Governancefitness function catalog、gate matrix、exception memo、architecture governance dashboard
docs/AI_CONTRACT_FIRST_TOOL_API_DESIGN_OPENAPI_ASYNCAPI_PLAYBOOK.mdAI Contract-First Tool/API Design / OpenAPI / AsyncAPItool contract card、event contract、schema review、compatibility policy、contract test
docs/AI_TRACEABILITY_REQUIREMENTS_EVAL_CONTROL_GRAPH_PLAYBOOK.mdAI Traceability Requirements-Eval-Control Graphtraceability graph table、coverage matrix、evidence query、release decision memo 和 audit Q&A
docs/AI_ENTERPRISE_ARCHITECTURE_TOGAF_ARCHIMATE_ADM_PLAYBOOK.mdAI Enterprise Architecture / TOGAF / ArchiMate / ADMAI ADM canvas、ArchiMate layer map、architecture repository、transition roadmap 和 governance pack
docs/AI_BANKING_REFERENCE_MODELS_BIAN_FIBO_ISO20022_PLAYBOOK.mdAI Banking Reference Models / BIAN / FIBO / ISO 20022reference model mapping、semantic gap log、domain service card 和金融 AI use case fit
docs/AI_SEMANTIC_INTEROPERABILITY_RDF_OWL_SHACL_PLAYBOOK.mdAI Semantic Interoperability / RDF / OWL / SHACLsemantic contract、ontology slice、SHACL constraints、semantic drift log 和语义评测
docs/AI_VALUE_STREAM_MANAGEMENT_FLOW_METRICS_PLAYBOOK.mdAI Value Stream Management / Flow MetricsAI value stream canvas、flow metrics dashboard、blocked work taxonomy 和 benefits realization loop
docs/AI_REGULATORY_ARCHITECTURE_EU_AI_ACT_NIST_ISO42001_PLAYBOOK.mdAI Regulatory Architecture / EU AI Act / NIST / ISO 42001risk tier taxonomy、obligations-to-controls map、lifecycle gate、evidence architecture 和金融零售监管案例
docs/AI_MODEL_VALIDATION_INDEPENDENT_CHALLENGE_PLAYBOOK.mdAI Model Validation / Independent ChallengeAI system inventory、validation plan、independent challenge memo、finding log 和 revalidation dashboard
docs/AI_THIRD_PARTY_VENDOR_CONTRACT_EXIT_ARCHITECTURE_PLAYBOOK.mdAI Third-Party Vendor Contract / Exit Architecturevendor due diligence、contract clause map、model update impact、audit rights 和 exit runbook
docs/AI_DATA_LIFECYCLE_GOVERNANCE_PROVENANCE_RETENTION_PLAYBOOK.mdAI Data Lifecycle Governance / Provenance / Retentiondata lifecycle register、provenance card、retention matrix、deletion evidence 和 lineage control
docs/AI_AGENT_AUTONOMY_DELEGATION_ARCHITECTURE_PLAYBOOK.mdAI Agent Autonomy / Delegation Architectureautonomy levels、delegation contract、tool authority、human escalation、kill switch 和 monitoring dashboard
docs/AI_AGENT_IDENTITY_DELEGATED_AUTHORIZATION_PLAYBOOK.mdAI Agent Identity / Delegated Authorizationagent identity card、OAuth token exchange、scope catalog、consent UX、audit claims 和 revocation runbook
docs/AI_RUNTIME_EVIDENCE_OBSERVABILITY_ARCHITECTURE_PLAYBOOK.mdAI Runtime Evidence / Observability ArchitectureAI span schema、evidence event contract、dashboard spec、incident evidence pack 和 audit query catalog
docs/AI_PORTFOLIO_SYSTEMIC_RISK_DEPENDENCY_ARCHITECTURE_PLAYBOOK.mdAI Portfolio Systemic Risk / Dependency ArchitectureAI dependency register、concentration heatmap、blast-radius map、scenario stress test 和 portfolio KRI
docs/AI_CUSTOMER_HARM_RECOURSE_REMEDIATION_PLAYBOOK.mdAI Customer Harm / Recourse / Remediationharm taxonomy、recourse workflow、remediation ledger、customer recovery KPI 和 prevention control
docs/AI_FAIRNESS_FAIR_LENDING_BIAS_CONTROL_PLAYBOOK.mdAI Fairness / Fair Lending / Bias Controlfairness eval matrix、proxy risk register、segment guardrail、review calibration 和 evidence binder
docs/AI_EXPLAINABILITY_CONTESTABILITY_ADVERSE_ACTION_PLAYBOOK.mdAI Explainability / Contestability / Adverse Actionreason-code catalog、adverse-action evidence packet、appeal SLA、human review checklist 和 explanation QA
docs/AI_CHANGE_IMPACT_RELEASE_GOVERNANCE_PLAYBOOK.mdAI Change Impact / Release Governancechange classification、impact graph、regression gate、release evidence bundle 和 rollback runbook
docs/AI_CONTINUOUS_CONTROL_MONITORING_ASSURANCE_PLAYBOOK.mdAI Continuous Control Monitoring / Assurancecontrol test catalog、exception schema、KRI dashboard、sampling plan、management action 和 assurance pack
docs/AI_OPERATIONAL_RESILIENCE_BCP_DEGRADED_MODE_PLAYBOOK.mdAI Operational Resilience / BCP / Degraded Modecritical operation map、dependency graph、degraded-mode matrix、manual fallback、RTO/RPO 和 exercise evidence
docs/AI_MANAGEMENT_INFORMATION_BOARD_REPORTING_PLAYBOOK.mdAI Management Information / Board Reportingmetric contracts、MI lineage、risk appetite dashboard、board pack、action log 和 report validation
docs/AI_CLOSED_LOOP_LEARNING_CORRECTIVE_ACTION_PLAYBOOK.mdAI Closed-Loop Learning / Corrective Actionfeedback taxonomy、CAPA workflow、root cause、change linkage、effectiveness verification 和 closure evidence
docs/AI_REGULATORY_HORIZON_OBLIGATION_INTELLIGENCE_PLAYBOOK.mdAI Regulatory Horizon / Obligation Intelligencesource registry、obligation ontology、applicability triage、impact graph、governance workflow 和 horizon dashboard
docs/AI_EXCEPTION_RISK_ACCEPTANCE_WAIVER_PLAYBOOK.mdAI Exception / Risk Acceptance / Waiverexception taxonomy、waiver lifecycle、risk acceptance memo、compensating controls、expiry 和 hard stop
docs/AI_SUPPLY_CHAIN_AI_BOM_PROVENANCE_PLAYBOOK.mdAI Supply Chain / AI BOM / ProvenanceAI BOM schema、component taxonomy、provenance graph、vulnerability response、rights 和 supplier mapping
docs/AI_HUMAN_REVIEW_OPERATIONS_CAPACITY_PLAYBOOK.mdAI Human Review Operations / Capacityqueue taxonomy、skill/risk routing、capacity model、calibration、reviewer quality、surge mode 和 evidence
docs/AI_SEGREGATION_OF_DUTIES_DUAL_CONTROL_PLAYBOOK.mdAI Segregation of Duties / Dual Controlincompatible duty matrix、maker-checker workflow、approval token、override ownership 和 evidence checklist
docs/AI_CONSENT_PREFERENCE_PURPOSE_BOUND_DATA_PLAYBOOK.mdAI Consent / Preference / Purpose-Bound Datapurpose catalog、consent event schema、preference center、runtime enforcement、withdrawal/re-consent
docs/AI_SHADOW_AI_CITIZEN_DEVELOPMENT_GOVERNANCE_PLAYBOOK.mdAI Shadow AI / Citizen Development Governancediscovery register、risk tiering、approved tool catalog、citizen developer guardrails 和 platform migration
docs/AI_CONDUCT_RISK_SUITABILITY_SALES_GUARDRAILS_PLAYBOOK.mdAI Conduct Risk / Suitability / Sales Guardrailsconduct taxonomy、suitability gates、approved claims、surveillance KRI、complaint/remediation linkage
docs/AI_RECORDS_RETENTION_LEGAL_HOLD_EDISCOVERY_PLAYBOOK.mdAI Records / Retention / Legal Hold / eDiscoveryAI record taxonomy、retention matrix、legal hold trigger、production package 和 export manifest
docs/AI_DATA_RESIDENCY_CROSS_BORDER_SOVEREIGN_AI_PLAYBOOK.mdAI Data Residency / Cross-Border / Sovereign AIresidency decision tree、jurisdiction-purpose-vendor matrix、region routing、key residency 和 transfer review
docs/AI_CUSTOMER_COMMUNICATIONS_REGULATED_CONTENT_LIFECYCLE_PLAYBOOK.mdAI Customer Communications / Regulated Content Lifecycleapproved claims、forbidden claims、pre-use review、post-use surveillance、disclosure versioning 和 complaint linkage
docs/AI_FINANCIAL_CRIME_TYPOLOGY_SCENARIO_COVERAGE_PLAYBOOK.mdAI Financial Crime Typology / Scenario Coveragetypology object model、red-flag mapping、coverage matrix、SAR evidence bundle 和 alert-to-SAR traceability
docs/AI_INTELLECTUAL_PROPERTY_CONTENT_RIGHTS_PROVENANCE_PLAYBOOK.mdAI Intellectual Property / Content Rights / Provenancecontent object taxonomy、rights matrix、C2PA manifest、output clearance workflow、license evidence 和 takedown
docs/AI_DEEPFAKE_SYNTHETIC_IDENTITY_AUTHENTICATION_FRAUD_PLAYBOOK.mdAI Deepfake / Synthetic Identity / Authentication Fraudproofing control matrix、liveness/PAD、step-up policy、fraud evidence schema、red-team scenarios 和 customer friction
docs/AI_WORKFORCE_HR_DECISION_EMPLOYEE_MONITORING_GOVERNANCE_PLAYBOOK.mdAI Workforce / HR Decision / Employee Monitoring Governanceworkforce AI inventory、adverse impact test、employee notice、human review、data minimization 和 monitoring KRI
docs/AI_INCIDENT_DISCLOSURE_LIABILITY_RISK_TRANSFER_PLAYBOOK.mdAI Incident Disclosure / Liability / Risk Transferincident taxonomy、materiality decision tree、liability boundary map、insurance notification 和 executive evidence pack
docs/AI_POST_QUANTUM_CRYPTOGRAPHIC_AGILITY_PLAYBOOK.mdAI Post-Quantum / Cryptographic AgilityAI crypto inventory、long-lived evidence matrix、vendor readiness、crypto profile、evidence replay 和 migration roadmap
docs/AI_AUTHORIZED_PUSH_PAYMENT_SCAM_INTERVENTION_PLAYBOOK.mdAI Authorized Push Payment / Scam InterventionAPP scam taxonomy、customer intent、beneficiary risk、intervention ladder、fraud escalation 和 remediation evidence
docs/AI_AGENT_MARKETPLACE_TOOL_CERTIFICATION_GOVERNANCE_PLAYBOOK.mdAI Agent Marketplace / Tool Certification Governancecapability card、risk tier、tool/API certification、signed package、runtime permission、owner attestation 和 lifecycle
docs/AI_CUSTOMER_VULNERABILITY_ACCESSIBILITY_INCLUSIVE_AI_PLAYBOOK.mdAI Customer Vulnerability / Accessibility / Inclusive AIsupport-need taxonomy、accessibility gate、plain language、safe escalation、QA/eval、complaint linkage 和 CAPA
docs/AI_PAYMENT_DISPUTE_CHARGEBACK_CLAIMS_EVIDENCE_PLAYBOOK.mdAI Payment Dispute / Chargeback / Claims Evidencedispute taxonomy、case clock、evidence bundle、provisional credit logic、customer communication 和 complaint RCA
docs/AI_COLLECTIONS_HARDSHIP_DELINQUENCY_TREATMENT_PLAYBOOK.mdAI Collections / Hardship / Delinquency Treatmentdelinquency signals、hardship options、contact strategy、fair treatment controls、accessibility 和 complaints loop
docs/AI_VOICE_AI_CONTACT_CENTER_AGENT_ASSIST_GOVERNANCE_PLAYBOOK.mdAI Voice AI / Contact Center / Agent Assist Governancevoice bot taxonomy、agent-assist guardrails、call summary QA、disclosure boundary、telemetry 和 complaint linkage
docs/AI_DIGITAL_IDENTITY_WALLET_VERIFIABLE_CREDENTIALS_TRUST_PLAYBOOK.mdAI Digital Identity Wallet / Verifiable Credentials / Trustwallet trust framework、VC verification、DID resolution、WebAuthn context、selective disclosure 和 revocation policy
docs/AI_OPEN_BANKING_OPEN_FINANCE_CONSENTED_DATA_SHARING_PLAYBOOK.mdAI Open Banking / Open Finance / Consented Data Sharingconsented data taxonomy、authorization UX、revocation、API contract、third-party onboarding、AI use boundary
docs/AI_PERSONALIZED_PRICING_OFFER_DECISIONING_GOVERNANCE_PLAYBOOK.mdAI Personalized Pricing / Offer Decisioning Governancepricing taxonomy、feature boundary、offer policy、experiment guardrail、reason handoff、complaint monitoring
docs/AI_DOCUMENT_INTELLIGENCE_UNSTRUCTURED_DATA_EVIDENCE_QUALITY_PLAYBOOK.mdAI Document Intelligence / Unstructured Data / Evidence Qualitydocument taxonomy、extraction schema、confidence/review policy、records mapping、tamper checks、evidence manifest
docs/AI_PRIVACY_CLEAN_ROOM_DATA_COLLABORATION_MEASUREMENT_PLAYBOOK.mdAI Privacy Clean Room / Data Collaboration / Measurementcollaboration use-case intake、data contract、query/output controls、PET selection、partner risk、measurement evidence
docs/AI_CREDIT_LIFECYCLE_UNDERWRITING_LINE_MANAGEMENT_GOVERNANCE_PLAYBOOK.mdAI Credit Lifecycle / Underwriting / Line Management Governancecredit lifecycle inventory、decision factory、line governance、reason architecture、portfolio and complaint monitoring
docs/AI_WEALTH_ADVICE_ROBO_ADVISOR_BEST_INTEREST_BOUNDARY_PLAYBOOK.mdAI Wealth Advice / Robo-Advisor / Best Interest Boundaryadvice boundary taxonomy、risk profile、approved universe、recommendation policy、human escalation、supervision evidence
docs/AI_TREASURY_LIQUIDITY_ALM_FORECASTING_STRESS_EVIDENCE_PLAYBOOK.mdAI Treasury / Liquidity / ALM Forecasting / Stress Evidenceliquidity forecast object、deposit runoff、stress scenario、ALM committee workflow、contingency funding、board MI
docs/AI_COMPLAINT_INTELLIGENCE_ROOT_CAUSE_REGULATORY_RESPONSE_PLAYBOOK.mdAI Complaint Intelligence / Root Cause / Regulatory Responsecomplaint ledger、harm taxonomy、RCA graph、regulatory response pack、CAPA workflow、board reporting
docs/AI_FORECASTING_DEMAND_PLANNING_PRODUCT_ARCHITECTURE_PLAYBOOK.mdAI Forecasting / Demand Planning Product Architecturetime-series forecasting、demand planning、capacity forecasting、现金流、预测区间、backtesting、forecast governance
docs/AI_OPTIMIZATION_OPERATIONS_RESEARCH_DECISION_PLAYBOOK.mdAI Optimization / Operations Research DecisionLP/MIP、CP-SAT、solver service、目标/约束、多目标权衡、forecast-to-optimization、例外工作流
docs/AI_BAYESIAN_OPTIMIZATION_EXPERIMENT_DESIGN_PLAYBOOK.mdAI Bayesian Optimization / Experiment DesignBoTorch、Optuna、surrogate/acquisition、prompt/RAG/model tuning、pricing/offer 参数优化、实验预算和 safe experimentation

3.4 Governance / EvalOps / Operations 层

文件训练重点输出
docs/AI_GOVERNANCE_EVALOPS_RISK_90_PLAN.mdAI governance、EvalOps、RiskOpsrisk control、eval gate、incident response
docs/AI_OPERATING_MODEL_RACI_RUNBOOK.md上线后谁负责RACI、change control、incident runbook、adoption cadence
docs/AI_SAFETY_ENGINEERING_STPA_PLAYBOOK.mdAI Safety Engineering / STPAloss、hazard、unsafe control action、control structure、safety constraint、熔断和人工接管
docs/AI_SOCIO_TECHNICAL_RESILIENCE_OPERATING_MODEL_PLAYBOOK.mdAI Sociotechnical Resilience Operating Modelwork-as-done、human-AI collaboration、handoff/exception/load、resilience metrics 和 operating model
docs/AI_TEAM_TOPOLOGIES_CONWAY_PLATFORM_OPERATING_MODEL_PLAYBOOK.mdAI Team Topologies / Conway Platform Operating Modelteam topology、Conway mirroring、cognitive load、team API、interaction modes 和平台组织模型
docs/AI_DORA_SPACE_ENGINEERING_PRODUCTIVITY_SDLC_PLAYBOOK.mdAI DORA / SPACE Engineering Productivity SDLCDORA、SPACE、AI SDLC metrics、code agent governance、PR/eval/release gate 和 DevEx
docs/AI_PRODUCT_OPERATING_MODEL_EMPOWERED_TEAMS_PLAYBOOK.mdAI Product Operating Model / Empowered Teamsproduct trio+、decision rights、discovery-delivery-governance cadence、product/platform/risk operating model
docs/AI_RISK_APPETITE_POLICY_PRODUCT_MANAGEMENT_PLAYBOOK.mdAI Risk Appetite / Policy Product Managementrisk appetite statement、policy-to-product matrix、risk-tiered controls、exception memo 和 stop rule
docs/AI_CONTROL_LIBRARY_ASSURANCE_EVIDENCE_GRAPH_PLAYBOOK.mdAI Control Library / Assurance Evidence Graphcontrol catalog、assurance case、claim-risk-control-evidence graph、release gate 和 regulator Q&A map
docs/AI_REGULATORY_RESPONSE_PLAYBOOK.mdAI 监管响应regulatory radar、applicability judgment、AI inventory、control mapping、evidence pack
docs/AI_BOARD_AUDIT_COMMITTEE_GOVERNANCE_PACK.md董事会/审计委员会 AI 治理portfolio risk dashboard、three lines of defense、attestation、audit evidence
docs/AI_REGULATOR_EXAM_SIMULATION_PACK.md监管检查 / 内审问询演练exam room scenario、50 个 examiner questions、evidence index、control effectiveness narrative
docs/AI_MODEL_RISK_MANAGEMENT_PLAYBOOK.mdAI Model Risk ManagementSR 11-7 到 GenAI system risk、inventory、validation、independent challenge、change control、monitoring
docs/AI_AUDIT_EVIDENCE_BINDER_PLAYBOOK.mdAI Audit Evidence Bindercontrol evidence、model/system cards、dataset cards、evidence lifecycle、RACI、audit log、quality rubric
docs/AI_INCIDENT_POSTMORTEM_RELIABILITY_PLAYBOOK.mdAI Incident / Postmortem / ReliabilityAI incident taxonomy、severity、containment、rollback、postmortem、corrective action、reliability review
docs/AI_TRUST_EXPERIENCE_PRODUCT_GOVERNANCE_PLAYBOOK.mdAI Trust Experience / Product Governancetrust calibration、transparency、uncertainty、refusal、escalation、complaint/appeal UX、over-reliance controls
docs/AI_POLICY_AS_CODE_DECISION_AUTOMATION_PLAYBOOK.mdAI Policy-as-Code / Decision Automation把政策、授权、审批、解释、模拟、回滚和审计从 prompt 外置成可测试 runtime governance
docs/AI_PRIVACY_ENHANCING_TECH_CONFIDENTIAL_AI_PLAYBOOK.mdAI Privacy-Enhancing Tech / Confidential AI把 DP、FL、TEE、FHE、secure aggregation、clean room、privacy budget 和 confidential inference 变成高阶隐私架构
docs/AI_SECURITY_OPERATIONS_SOC_PLAYBOOK.mdAI Security Operations / SOC把 MITRE ATLAS、OWASP、NIST CSF、AI telemetry、detection rules、SIEM/SOAR、incident runbook 和 purple team 变成持续安全运营
docs/AI_ANOMALY_DETECTION_RISK_MONITORING_PLAYBOOK.mdAI Anomaly Detection / Risk Monitoring把 fraud、AML、ops、model drift、security、cost anomaly 接入阈值、告警、triage、runbook 和反馈治理
docs/AI_UNCERTAINTY_CALIBRATION_CONFORMAL_PREDICTION_PLAYBOOK.mdAI Uncertainty / Calibration / Conformal Prediction把 calibration、coverage、confidence UX、abstention、risk-based routing 和人工升级变成不确定性控制面
docs/AI_DATASET_SHIFT_MONITORING_MODEL_PERFORMANCE_PLAYBOOK.mdAI Dataset Shift / Model Performance Operations把 feature/score/embedding drift、outcome lag、segment monitoring、alert runbook 和 model performance 变成生产运营控制面
docs/AI_MANAGEMENT_SYSTEM_ISO42001_OPERATING_MODEL_PLAYBOOK.mdAI Management System / ISO 42001 Operating Model把 AI inventory、risk tier、release gate、control library、management review 和 continual improvement 变成 AI 管理体系
docs/AI_HUMAN_AI_INTERACTION_PRODUCT_DESIGN_PLAYBOOK.mdAI Human-AI Interaction Product Design把 capability boundary、calibrated trust、recoverability、automation bias、feedback 和 human escalation 变成产品治理能力
docs/LEARNING_ASSET_GOVERNANCE.md学习资产治理保留旧内容、复习、归档、作品集转换
docs/AI_LONG_TERM_KNOWLEDGE_GRAPH_AND_REVIEW_SYSTEM.md12-18 个月复习系统knowledge graph、spaced review、artifact conversion

3.5 案例、作品集和面试层

文件训练重点输出
docs/AI_BA_PM_PRACTICE_LAB.mdBA/PM/Architect case drillproblem framing、workflow、eval、risk、ROI
docs/FINANCIAL_RETAIL_AI_CASE_PORTFOLIO.md金融零售 AI 作品集案例12 个 case backlog
docs/AI_INTERVIEW_PORTFOLIO_STORYLINE_PLAYBOOK.md面试叙事30 秒、2 分钟、deep dive、追问
docs/AI_CASE_DRILL_WORKBOOK_30_DAYS.md30 天金融零售 case drillAML、KYC、客服、信贷、支付、欺诈、财富、零售、供应链、合规训练
docs/AI_ADVANCED_CASE_DRILL_WORKBOOK_60_DAYS.md60 天高阶 case drill复杂金融零售 AI case、architecture review、governance gate、flagship portfolio pack
docs/AI_TRANSFORMATION_VALUE_OFFICE_PLAYBOOK.mdAI Transformation Value Officeuse case portfolio、funding gate、benefits realization、platform reuse、scale/stop、value governance
docs/AI_CAUSAL_DISCOVERY_STRUCTURAL_DECISION_PLAYBOOK.mdAI Causal Discovery / Structural Decisioncausal question、DAG review、assumption register、identification、intervention、sensitivity analysis 和 funding/rollout evidence
docs/AI_DECISION_INTELLIGENCE_CAUSAL_PRODUCT_PLAYBOOK.mdAI Decision Intelligence / Causal Productcausal DAG、uplift、experimentation、DiD、synthetic control、ROI attribution、portfolio funding gates
docs/AI_CONTEXTUAL_BANDITS_ADAPTIVE_EXPERIMENTATION_PLAYBOOK.mdAI Contextual Bandits / Adaptive Experimentationcontextual bandit、exploration budget、propensity logging、OPE、next-best-action、offer/contact routing 和 kill switch
docs/AI_REINFORCEMENT_LEARNING_POLICY_DECISION_PLAYBOOK.mdAI Reinforcement Learning / Policy DecisionMDP、reward design、offline RL、CQL、simulator/replay、policy guardrail、human approval 和 governed rollout
docs/AI_PERSONALIZATION_RECOMMENDER_PRODUCT_ARCHITECTURE_PLAYBOOK.mdAI Personalization / Recommender Product Architecturecandidate generation、retrieval/ranking/re-ranking、feedback loop、suitability、consent、推荐策略和 next-best-action
docs/AI_ADOPTION_CHANGE_MANAGEMENT_PLAYBOOK.mdAI Adoption / Change ManagementAI literacy、role redesign、training、support model、feedback loop、adoption metrics、benefit realization
docs/AI_CUSTOMER_FACING_REGULATED_PRODUCT_PLAYBOOK.mdCustomer-Facing Regulated AI Productdisclosure、advice boundary、complaints、accessibility、human escalation、monitoring、incident response
docs/AI_EXECUTIVE_COMMUNICATION_MEMO_PACK.md高管沟通与决策 memopilot funding、architecture、risk acceptance、vendor、scale/stop、incident、portfolio memo
docs/AI_DATA_PRODUCT_MANAGEMENT_PLAYBOOK.mdAI 数据产品管理data product canvas、contract、metadata、lineage、quality SLO、golden set、feedback loop
docs/abpa/README.mdABPA starter kit模板入口和 capstone 入口
docs/abpa/capstone-aml/README.mdAML capstone第一个完整案例主线

4. 七条长期路线

Route A: AI Solutions Architect 路线

适合目标:转向 AI Solutions Architect、Enterprise AI Architect、Agentic RAG Architect。

推荐顺序:

  1. docs/AI_2026_EXPANSION_START_HERE.md
  2. docs/AI_FOUNDATIONS_CLASSIC_PAPERS_PLAN.md
  3. docs/ai-foundations/README.md
  4. docs/AGENTIC_ENTERPRISE_ARCHITECTURE_90_PLAN.md
  5. docs/AI_ARCHITECTURE_DIAGRAM_PLAYBOOK.md
  6. docs/AI_CONTEXT_ENGINEERING_PLAYBOOK.md
  7. docs/AI_RETRIEVAL_EVAL_GRAPH_RAG_PLAYBOOK.md
  8. docs/AI_PLATFORM_SECURITY_GATEWAY_LAB.md
  9. docs/AI_ARCHITECTURE_REVIEW_GATE_CHECKLISTS.md
  10. docs/AI_GOVERNANCE_EVALOPS_RISK_90_PLAN.md
  11. docs/AI_REGULATORY_RESPONSE_PLAYBOOK.md
  12. docs/AI_BOARD_AUDIT_COMMITTEE_GOVERNANCE_PACK.md

每周产出:

周期必交资产
Week 1Transformer/RAG/Agent 一页纸
Week 2Enterprise RAG ADR
Week 3Agentic workflow sequence
Week 4Architecture review gate for one case
Week 5Eval architecture + release gate
Week 6Context engineering ADR

面试表达:

我不把 AI 架构理解成“选一个模型”。我会先看业务能力和流程,再设计知识、上下文、工具、权限、eval、observability 和 human approval。模型只是其中一层,能否进入生产取决于整套系统是否可评估、可审计、可运营。

Route B: AI BA / Business Architect 路线

适合目标:AI BA、AI Business Architect、AI Transformation Consultant。

推荐顺序:

  1. docs/AI_BA_PRODUCT_ARCHITECT_180_PLAN.md
  2. docs/abpa/README.md
  3. docs/AI_REQUIREMENTS_TO_EVAL_COOKBOOK.md
  4. docs/AI_BA_PM_PRACTICE_LAB.md
  5. docs/FINANCIAL_RETAIL_AI_CASE_PORTFOLIO.md
  6. docs/AI_OPERATING_MODEL_RACI_RUNBOOK.md
  7. docs/AI_DATA_PRODUCT_MANAGEMENT_PLAYBOOK.md
  8. docs/AI_REGULATORY_RESPONSE_PLAYBOOK.md
  9. docs/AI_INTERVIEW_PORTFOLIO_STORYLINE_PLAYBOOK.md

每周产出:

周期必交资产
Week 1AI Opportunity Canvas + stakeholder map
Week 2AS-IS / TO-BE workflow
Week 3requirements-to-eval matrix
Week 4data readiness pack
Week 5control pack + operating model
Week 6executive decision memo

面试表达:

AI BA 的价值不是把业务需求翻译成 prompt,而是把业务目标、流程痛点、异常路径、数据约束和验收标准转换成可评测的 AI 系统需求。我的强项是把业务事实、技术可行性和风险控制连接起来。

Route C: AI Product Manager 路线

适合目标:AI PM、AI Product Lead、AI Platform PM、金融零售 AI 产品负责人。

推荐顺序:

  1. docs/AI_NEW_DEMANDS_2026_EXPANSION.md
  2. docs/AI_ROLE_COMPETENCY_MATRIX_2026.md
  3. docs/AI_BA_PM_PRACTICE_LAB.md
  4. docs/AI_CASE_DRILL_WORKBOOK_30_DAYS.md
  5. docs/AI_PLATFORM_PM_PLAYBOOK.md
  6. docs/AI_VENDOR_BUILD_BUY_ADOPTION_PLAYBOOK.md
  7. docs/AI_REQUIREMENTS_TO_EVAL_COOKBOOK.md
  8. docs/AI_OPERATING_MODEL_RACI_RUNBOOK.md
  9. docs/AI_EXECUTIVE_COMMUNICATION_MEMO_PACK.md
  10. docs/AI_DATA_PRODUCT_MANAGEMENT_PLAYBOOK.md
  11. docs/AI_CAPABILITY_ASSESSMENT_RUBRIC.md
  12. docs/AI_INTERVIEW_PORTFOLIO_STORYLINE_PLAYBOOK.md

每周产出:

周期必交资产
Week 1use case portfolio prioritization
Week 2MVP scope + not-in-scope
Week 3pilot metrics + stop rules
Week 4adoption dashboard
Week 5build/buy/vendor decision memo
Week 6scale/stop decision memo

面试表达:

AI PM 不能只看用户说喜欢不喜欢,还要看模型质量、工作流改变、业务价值和风险控制是否同时成立。我会用 pilot gate 管理不确定性,用 eval 和 adoption 数据决定继续、调整还是停止。

Route D: AI Governance / EvalOps 路线

适合目标:AI Governance PM、EvalOps Lead、Model Risk / AI Risk、Responsible AI。

推荐顺序:

  1. docs/AI_GOVERNANCE_EVALOPS_RISK_90_PLAN.md
  2. docs/AI_REQUIREMENTS_TO_EVAL_COOKBOOK.md
  3. docs/ai-foundations/papers/08-llm-as-judge-evaluation.md
  4. docs/AI_OPERATING_MODEL_RACI_RUNBOOK.md
  5. docs/AI_ARCHITECTURE_REVIEW_GATE_CHECKLISTS.md
  6. docs/AI_CONTEXT_ENGINEERING_PLAYBOOK.md
  7. docs/AI_REGULATORY_RESPONSE_PLAYBOOK.md
  8. docs/AI_BOARD_AUDIT_COMMITTEE_GOVERNANCE_PACK.md
  9. docs/AI_ASSURANCE_SAFETY_CASE_PLAYBOOK.md
  10. docs/AI_MODEL_RISK_MANAGEMENT_PLAYBOOK.md
  11. docs/AI_SYNTHETIC_EVAL_DATA_PLAYBOOK.md

每周产出:

周期必交资产
Week 1risk register
Week 2golden set + rubric
Week 3release gate
Week 4production monitoring plan
Week 5incident runbook
Week 6audit evidence pack
Week 7regulatory impact memo + AI inventory
Week 8board/audit committee governance dashboard
Week 9safety case + model risk validation plan
Week 10synthetic eval data pack + coverage report

面试表达:

AI governance 的重点不是写原则,而是把原则落成上线门禁、测试集、监控、审批、日志、事故处理和责任人。只有这样,高风险 AI 才能进入真实业务流程。

Route E: AI Data Product / Platform Evidence 路线

适合目标:AI Data Product Manager、AI Platform PM、AI Architect、EvalOps Lead。

推荐顺序:

  1. docs/AI_DATA_PRODUCT_MANAGEMENT_PLAYBOOK.md
  2. docs/AI_CONTEXT_ENGINEERING_PLAYBOOK.md
  3. docs/AI_REQUIREMENTS_TO_EVAL_COOKBOOK.md
  4. docs/AI_PLATFORM_PM_PLAYBOOK.md
  5. docs/AI_RETRIEVAL_EVAL_GRAPH_RAG_PLAYBOOK.md
  6. docs/AI_PLATFORM_SECURITY_GATEWAY_LAB.md
  7. docs/AI_CAPABILITY_ASSESSMENT_RUBRIC.md

每周产出:

周期必交资产
Week 1data product canvas
Week 2data contract + quality SLO
Week 3golden set register + labeling SOP
Week 4RAG knowledge product lifecycle
Week 5data quality dashboard + incident playbook
Week 6platform evidence map + capability self-score

面试表达:

企业 AI 的质量上限经常不是模型,而是数据产品能力。我要证明的不只是“能拿到数据”,而是能把数据治理成可被 RAG、eval、feedback、audit 和 ROI 稳定消费的产品。

Route F: AI Advanced Case Portfolio / Exam Defense 路线

适合目标:AI Solutions Architect、AI PM、AI BA、Enterprise AI Consultant,希望把学习资产转成可面试、可审计、可被深挖的旗舰作品集。

推荐顺序:

  1. docs/AI_CASE_DRILL_WORKBOOK_30_DAYS.md
  2. docs/AI_ADVANCED_CASE_DRILL_WORKBOOK_60_DAYS.md
  3. docs/AI_RETRIEVAL_EVAL_GRAPH_RAG_PLAYBOOK.md
  4. docs/AI_PLATFORM_SECURITY_GATEWAY_LAB.md
  5. docs/AI_REGULATOR_EXAM_SIMULATION_PACK.md
  6. docs/AI_INTERVIEW_PORTFOLIO_STORYLINE_PLAYBOOK.md
  7. docs/AI_CAPABILITY_ASSESSMENT_RUBRIC.md

每周产出:

周期必交资产
Week 1advanced case selection + baseline evidence
Week 2BA workflow + requirements-to-eval
Week 3RAG/GraphRAG eval report + ADR
Week 4security gateway threat model + tool permission matrix
Week 5regulator exam evidence pack + Q&A
Week 6flagship case story + capability self-score

面试表达:

我会把一个 AI 案例准备到能被 CTO、CRO、审计、监管和业务负责人连续追问的程度。作品集不是截图,而是一组 evidence:业务问题、流程、需求、架构、eval、权限、安全、治理、上线门禁、事故处理和面试叙事。

Route G: AI Production Operations / Agent Platform Integration 路线

适合目标:AI Platform PM、AI Solutions Architect、AI Product Operations Lead、Enterprise Agent Architect。

推荐顺序:

  1. docs/AI_MEMORY_CONTEXT_STATE_PLAYBOOK.md
  2. docs/AI_MULTI_AGENT_ORCHESTRATION_PLAYBOOK.md
  3. docs/AI_OBSERVABILITY_COST_SLO_PLAYBOOK.md
  4. docs/AI_AGENT_PROTOCOLS_MCP_A2A_PLAYBOOK.md
  5. docs/AI_PLATFORM_SECURITY_GATEWAY_LAB.md
  6. docs/AI_PLATFORM_PM_PLAYBOOK.md
  7. docs/AI_ARCHITECTURE_REVIEW_GATE_CHECKLISTS.md

每周产出:

周期必交资产
Week 1memory inventory + state boundary diagram
Week 2multi-agent role charter + handoff contract
Week 3AI trace schema + SLO/cost dashboard spec
Week 4MCP/tool contract catalog + protocol ADR
Week 5security gateway policy + incident drill
Week 6platform integration blueprint + scale gate memo

面试表达:

我把生产级 AI 平台看成 memory、workflow、tool protocol、observability、cost、security 和 governance 的组合能力。模型只是其中一层;真正能规模化的是可复用的 tool contract、state boundary、trace schema、SLO、policy gateway 和 incident loop。

5. 从学习到作品集的转换规则

每读一个理论文件,都要转成至少一个 artifact。否则它只是笔记,不是能力证据。

学习内容作品集转换
Transformer / attention一页纸解释 + 金融客服类比
RAGEnterprise RAG ADR + eval set
Agent / toolsAgent workflow + tool risk catalog
RLHF / alignmentproduct policy + refusal/escalation examples
LoRA / PEFTRAG vs fine-tuning decision memo
inference optimizationcost/latency/SLO architecture note
LLM-as-Judgerubric + judge calibration plan
MoE / sparse scalingdense vs MoE cost/SLO memo + enterprise model selection note
Scaling laws / BERT-GPT-T5pretraining vs RAG vs fine-tuning vs self-training decision memo
DPO / Constitutional AIpreference guideline + chosen/rejected samples + model upgrade eval
Tool use securitytool risk catalog + prompt injection red-team + tool gateway ADR
RAG evaluation / RAGASretrieval eval matrix + gold source register + release gate + failure triage
GraphRAG / Knowledge Graph RAGGraphRAG fit assessment + entity/relationship ontology + path eval + ADR
Generative Agents / Memorymemory inventory + state boundary diagram + retention/deletion matrix + memory eval set
AutoGen / Multi-Agentagent role charter + handoff contract + shared state schema + orchestration eval
AI governancecontrol pack + release gate
operating modelRACI + incident runbook
vendor decisionbuild/buy scorecard + recommendation memo
AI platformplatform MVP PRD + model gateway/RAG/eval/cost backlog
executive communicationfunding/scale/stop memo + 30 秒/2 分钟/10 分钟表达
regulatory responseregulatory impact memo + AI inventory + evidence binder + exam Q&A
AI data productdata product canvas + data contract + golden set register + incident playbook
board governanceportfolio risk dashboard + three lines of defense + management attestation
capability assessmentC1-C14 self-score + evidence map + next-action backlog
AI platform security gatewaytool permission matrix + prompt injection test pack + action risk tier + incident drill
regulator exam simulationevidence index + examiner Q&A + control effectiveness narrative + remediation plan
advanced case drill3 flagship cases + 6 mini cases + weekly gate evidence + interview pack
AI memory/context/stateMemory Inventory + State Boundary + Retention Matrix + deletion test + privacy incident triage
multi-agent orchestrationRole Charter + Handoff Contract + Shared State Schema + Supervisor Policy + Eval Scorecard
AI observability/cost/SLOTrace Schema + SLO Matrix + Cost Unit Economics + Dashboard Spec + Postmortem
MCP/A2A protocolsMCP Server Intake + Tool Contract Card + Capability Matrix + Protocol ADR + Integration Risk Checklist
HELM / holistic evaluationscenario-metric matrix + model comparison memo + benchmark limitation note
Model Cards / Datasheetsmodel card + dataset datasheet + system evidence register + review cadence
AI assurance / safety caseclaim-argument-evidence tree + release confidence memo + evidence gap backlog
model risk managementmodel/system inventory + validation plan + change control + independent challenge questions
synthetic eval datasynthetic scenario catalog + coverage matrix + data quality checks + leakage review
AI transformation value officeportfolio scorecard + funding gate memo + benefits realization dashboard + scale/stop decision
Tree of Thoughts / planning searchcandidate plan review + thought space map + search budget ADR + human choice point
Self-RAG / CRAGretrieval decision matrix + context quality gate + corrective retrieval ADR + refusal/escalation rule
AgentBench / τ-benchagent scenario pack + tool sandbox spec + policy oracle + agent release gate dashboard
mechanistic interpretabilityexplainability layer map + model risk memo + safety case supporting evidence note
human oversight / HITLintervention matrix + handoff UX + override log + kill switch procedure + AI literacy pack
threat modeling / red-teamattack surface inventory + red-team test suite + mitigation matrix + incident tabletop
audit evidence binderevidence index + control-to-evidence matrix + model/system card + dataset card + audit log spec
adoption / change managementstakeholder segmentation + role redesign + training plan + adoption dashboard + feedback loop
long context / RULERlong-context vs RAG decision tree + position robustness eval + cost model + context strategy ADR
DSPy / prompt optimizationtask signature + prompt registry card + eval split + optimizer release memo
Reflexion / Self-Refinefeedback taxonomy + refinement policy + reflection memory ADR + before/after eval report
process supervisionprocess eval map + step schema library + golden trace set + critical step release gate
AI privacy / data protectionDPIA/PIA + data minimization matrix + PII boundary map + retention/deletion tests
third-party AI vendor riskvendor scorecard + contract clause checklist + model update/change notice + exit plan
process mining / workflow intelligenceevent log inventory + variant/bottleneck report + baseline ROI + AI opportunity backlog
customer-facing regulated AIdisclosure script + advice boundary matrix + complaint/escalation workflow + monitoring dashboard
structured output / constrained decodingschema registry + validator matrix + tool payload ADR + schema eval suite
model routing / semantic cacherouting policy + cache governance ADR + cost-quality frontier report + golden route eval
SWE-bench / WebArena / Agent benchmarkscenario library + tool sandbox spec + policy oracle + state verifier dashboard
Mamba / State Space Modelslong sequence eval pack + model candidate scorecard + context strategy ADR
knowledge governance / ontologysource authority map + entity/relation ontology + freshness/permission SLO + GraphRAG fit memo
semantic layer / metrics architecturemetric contract catalog + lineage map + LLM-to-SQL guardrail + AI value dashboard
AI incident / postmortem / reliabilityseverity model + incident runbook + postmortem + corrective action register
AI product architecture strategycapability-to-architecture map + platform strategy memo + funding gate + scale/stop review
EvalOps platform architectureeval dataset registry + judge calibration report + release gate + production eval dashboard
decision intelligence / causal productcausal DAG + experiment/quasi-experiment design + uplift report + funding gate memo
enterprise integration / event-driven agentOpenAPI/AsyncAPI contract + CloudEvents schema + idempotency ADR + HITL queue design
trust experience / product governancetrust calibration map + disclosure/refusal/escalation UX + complaint/appeal workflow + over-reliance controls
embeddings / vector searchembedding scorecard + vector index ADR + hard-negative retrieval eval + RAG release gate
CLIP / multimodal embeddingsmultimodal taxonomy + image-text eval set + threshold calibration + privacy control map
diffusion / latent diffusiongenerative media policy + asset registry + brand/safety/rights eval + human approval workflow
GNN / graph learninggraph schema ADR + temporal eval plan + risk workflow map + explanation design
case drillPRD + workflow + eval + risk + business case

6. 12 周执行节奏

主线最低产出
1AI 2026+ 全景 + Transformercapability map、Transformer 一页纸
2RAG + 企业知识架构RAG ADR、5 条 gold questions
3Agent + tool governanceagent workflow、tool risk catalog
4RLHF / alignment + product policyalignment policy、拒答/升级示例
5CoT / eval thinkingreasoning task eval、rubric
6LoRA / PEFT / adaptationRAG vs fine-tuning memo
7inference optimizationcost/latency/SLO map
8LLM-as-Judge / EvalOpsjudge rubric、human review loop
9AI BA case drillAS-IS/TO-BE、requirements-to-eval
10AI architecture drillC4、sequence、context engineering ADR
11governance / operating modelcontrol pack、RACI、runbook
12portfolio / interviewexecutive memo、storyline、evidence map

7. 单个案例的完整交付包

建议每个 flagship case 都形成下面 12 个文件或片段:

序号Artifact证明能力
1Problem framing能定义问题而不是直接套 AI
2Stakeholder evidence map能识别真实使用者、审批者、反对者
3AS-IS workflow能画出现实流程
4TO-BE workflow能设计人机协作流程
5Requirements-to-eval matrix能把需求变成测试
6Data readiness pack能判断数据是否够用
7Architecture ADR能解释技术取舍
8Risk/control pack能控制越权、幻觉、隐私、合规风险
9Eval architecture能定义上线门禁
10Operating model / RACI能说明上线后谁负责
11Business case能解释投资价值
12Executive decision memo能推动决策

如果时间有限,先做 5 件:

  1. Problem framing。
  2. AS-IS / TO-BE workflow。
  3. Requirements-to-eval。
  4. Architecture ADR。
  5. Executive memo。

8. 金融零售案例优先级

建议优先做这些案例,因为它们最能发挥已有金融零售经验:

优先级Case为什么值得做
1AML alert triage copilot金融合规、高风险、流程复杂,能展示 BA/PM/架构综合能力
2KYC policy assistantRAG、权限、引用、合规边界清晰
3Payment dispute assistant涉及证据聚合、工单、SLA、客户体验、风控
4Credit underwriting document assistant涉及信贷、审查、解释、人工审批
5Retail customer service knowledge copilot易解释、易 demo、可做 adoption 指标
6Fraud investigation workbench适合 agentic workflow 和 human approval
7Compliance reporting assistant适合文档生成、审计、版本控制
8Retail inventory exception analyst跨到零售供应链,展示复合背景

9. 每周复习问题

每周结束时,用这些问题检查是否只是“看完”,还是已经变成能力:

  1. 我能否用 30 秒向业务负责人解释这个概念?
  2. 我能否用 2 分钟向 CTO 解释架构取舍?
  3. 我能否写出一个可执行的 eval?
  4. 我能否指出这个方案最可能失败在哪里?
  5. 我能否说明需要哪些数据和权限?
  6. 我能否定义上线前 stop rule?
  7. 我能否说明上线后谁负责?
  8. 我能否把它放进一个金融零售案例?
  9. 我能否把它转成一页 executive memo?
  10. 我能否在面试追问下 defend 这个方案?

10. 不要陷入的误区

误区更好的做法
只学模型名字学机制、边界、架构影响
只写总结每篇笔记转成一个 artifact
只做 chatbot训练 workflow、tool、eval、governance
把 RAG 当搜索框设计知识治理、权限、版本、引用、freshness
把 Agent 当自动化万能工具明确工具权限、状态、停止条件、human approval
把 eval 当上线前测试设计 offline、pilot、production monitoring 闭环
用 ROI 包装幻想用 baseline、target、evidence、stop rule 管理不确定性
只准备技术答案同一案例准备 BA、PM、Architect 三种表达

11. 未来继续扩展的方向

后续可以继续新增这些资产:

方向可能文件价值
经典论文继续精读mechanistic interpretability、world models、AI safety cases、agent benchmark design在 memory 和 multi-agent 之后继续补 AI 底层逻辑
更强案例训练docs/AI_ADVANCED_CASE_DRILL_WORKBOOK_60_DAYS.md 后续可扩展 flagship case artifacts把 60 天训练产出固化成可展示作品集
高管沟通docs/AI_REGULATOR_EXAM_SIMULATION_PACK.md 后续可扩展 incident board briefing训练监管问询、审计抽样和事故汇报
监管与合规AI regulatory change tracker形成持续法规雷达和 impact review
数据产品AI data product portfolio case studies把数据产品能力做成 AML/KYC/客服/信贷作品集
平台产品AI platform PM playbook补平台、内部门户、shared service
工具安全docs/AI_PLATFORM_SECURITY_GATEWAY_LAB.md 后续可扩展 red-team case library补 agent 工具调用、权限、沙箱和审计
生产运营docs/AI_OBSERVABILITY_COST_SLO_PLAYBOOK.md 后续可扩展 AI service review board pack补 trace、质量、成本、SLO、incident 和 adoption
协议集成docs/AI_AGENT_PROTOCOLS_MCP_A2A_PLAYBOOK.md 后续可扩展 MCP server portfolio补 agent 工具生态、能力发现、集成治理和供应商风险
能力评估recurring capability review log把 C1-C14 rubric 变成月度复盘证据

12. 最小日常动作

每天只要做 60-90 分钟,也按这个顺序:

  1. 读 20 分钟:只读一个概念。
  2. 画 15 分钟:画机制图或流程图。
  3. 写 20 分钟:写一个 artifact 小片段。
  4. 讲 10 分钟:写 30 秒和 2 分钟表达。
  5. 复盘 10 分钟:记录一个风险、一个 eval、一个面试追问。

长期有效的学习不是“多看”,而是把每个概念都转成:图、决策、eval、case、表达。