端到端可靠率(End-to-end
Reliability)由多阶段流程中各关键阶段可靠性共同决定,链越长越容易复合失效。局部高分不能代表整个业务流程可靠。End-to-end reliability is jointly determined by the success rates of
critical stages in a multi-stage process. Longer chains compound
failure, so strong local scores do not prove a reliable business
outcome.
01 · 先从日常问题开始01 · Start with an everyday question
四道工序每道都说“我有 95%
成功率”,整件产品最后还能有 95% 吗?Four stages each claim 95% success. Does the finished outcome still
succeed 95% of the time?
×
02拖各阶段 p,再加一个必经节点Drag Each Stage p, Then Add a Required Node
只把业务成功真正依赖的检索、决策、工具、校验等节点列入链。Include retrieval, decision, tool, validation, and other nodes
the business outcome truly depends on.
02 · P
单阶段成功率Stage success rate
每个 p
必须有固定分母和同一成功定义,不能拿局部印象代替。Every p needs a fixed denominator and one success definition, not
local impressions.
03 · PRODUCT
连乘Product
当各关键阶段都必须成功时,总可靠率是阶段成功率的乘积。When every critical stage must succeed, total reliability is the
product of stage success rates.
04 · DEPEND
依赖边界Dependency boundary
若阶段相关,简单独立连乘只是近似,必须显式说明假设。If stages are correlated, simple independent multiplication is
only an approximation and must state that assumption.
04最小公式:各阶段都成功才算端到端成功Minimal Formula: Every Stage Must Succeed
R = Π pᵢ ≈ pⁿ
R = ∏i=1n pi 若 p
相同:R ≈ pn
拖任一 p,会按乘积直接改变 R;新增一个 97%
节点也会让总可靠率继续下降。这里采用阶段独立的教学近似。Dragging any p changes R through the product. Adding even a 97%
node lowers total reliability. This lab uses an independence
approximation for teaching.
固定每阶段分母Fix stage denominators局部成功可比较local rates become comparable
沿业务链连乘Multiply along the chain所有关键站都必须成功all critical stages must pass
定位最弱节点Find the weakest nodeHarness 针对性加固harden with the Harness
05边界实验:六个 90% 节点Boundary Test: Six 90% Nodes
主动制造失败Create a failure
每站看似不错,总链只剩约一半Each stage looks decent while the chain falls near half
把链扩到六个节点并全部设为
90%。单点分数仍是“九成”,但端到端可靠率只有
53.1%。Expand to six nodes and set each to 90%. Every local score still
looks strong, yet end-to-end reliability is only 53.1%.
尚未执行。先操作上方主交互。Not run yet. Use the main interaction above first.
✗ 每阶段 95%,总流程也是 95%。Every stage is 95%, so the whole flow is 95%.
→ ✓ 关键阶段都要成功时,总率按乘积下降。When all stages must pass, total rate falls by
multiplication.
✗ 加一个高分节点不会影响可靠率。Adding a high-scoring node does not affect
reliability.
→ ✓ 任何小于 100% 的必经节点都会降低乘积。Any required node below 100% lowers the product.
✗ 连乘公式适用于所有相关失效。Simple multiplication fits every correlated
failure.
→ ✓ 阶段独立是近似假设,相关性要另建模。Independence is an approximation; model correlation
separately.
06 · 一句话带走06 · One line to keep
端到端可靠率是各关键阶段成功率的连乘;拖低任一
p
或增加节点都会让总可靠率复合下降,因此必须在
S7-02 循环与 S7-08 Harness 上测完整业务结果。End-to-end reliability multiplies success rates across critical
stages. Lowering any p or adding nodes compounds decline, so
measure full business outcomes across the S7-02 loop and S7-08
Harness.