Show AgentX cumulative convergence whiskers / 展示 AgentX 累计收敛须线#610
Draft
cquil11 wants to merge 3 commits into
Draft
Show AgentX cumulative convergence whiskers / 展示 AgentX 累计收敛须线#610cquil11 wants to merge 3 commits into
cquil11 wants to merge 3 commits into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Backfill and ingest retrospective cumulative-prefix stabilization diagnostics, then render post-stabilization Pareto whiskers for official and unofficial AgentX runs with bilingual explanatory tooltips. 中文:回填并摄取回溯性累计前缀收敛诊断,在官方与非官方 AgentX 运行的 Pareto 前沿上展示稳定后的须线,并提供中英双语说明。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
?unofficialrun=overlays, including overlay colors, hardware visibility, per-run dismissal, zoom, and tooltip behavior.Convergence construction
For each P75/P90 latency metric:
The multiplicative band is checked with absolute log ratios so latency and reciprocal interactivity have identical stabilization timing.
Statistical caveat
This is a retrospective within-run convergence diagnostic, not a confidence interval or a prediction of rerun-to-rerun variability. It answers “when did this run's cumulative estimate settle, and how much did it move afterward?” It does not estimate population uncertainty; that still requires independent randomized repetitions and run-level/root-cluster inference.
Isolated Neon backfill
silent-pond-29172997agentx-uncertainty-db-mvpbr-wandering-pine-aih0gncaep-still-boat-ai7xcrdllatest_benchmarkswas refreshed on this branch.br-restless-voice-ai2vkru2still contains zero convergence fields.Point 436361: stabilized at 1,200 seconds with 407 valid samples; post-stabilization P90 interactivity span 43.36036–46.97824 tok/s/user; maximum later deviation 0.04385.
Preview verification
Works for both official runs and
?unofficialrun=overlays — verified at:The deployed official chart renders 35 convergence whiskers. Point 436361 shows the exact construction above in English and Chinese, with no Next.js error overlay. A real historical overlay (
?unofficialrun=26312107787) loads successfully; as expected, it has no convergence whisker because that artifact predates these runner fields. Convergence-bearing overlay whiskers, colors, zoom, and dismissal are verified by the component and E2E fixture paths.Validation
#evaluation-chartand persists that no-data state. The changed AgentX E2E spec passed all 16 tests in that run.中文说明
?unofficialrun=非官方运行叠加层,包括叠加层配色、硬件可见性、单次运行关闭、缩放和 tooltip。收敛计算方法
针对每个 P75/P90 延迟指标:
乘法范围通过绝对对数比判断,因此延迟及其倒数形式的交互性指标会在同一时间达到稳定。
统计说明
这是对单次运行内部收敛情况的回溯性诊断,并非置信区间,也不预测不同复跑之间的波动。它回答的是“本次运行的累计估计值何时趋于稳定,之后还移动了多少”。如需估计总体不确定性,仍需独立随机重复实验,并在运行层级或根轨迹聚类层级进行统计推断。
独立 Neon 回填分支
silent-pond-29172997agentx-uncertainty-db-mvpbr-wandering-pine-aih0gncaep-still-boat-ai7xcrdllatest_benchmarks。br-restless-voice-ai2vkru2仍然包含 0 个收敛字段。点 436361:在 1,200 秒时达到稳定,使用 407 个有效样本;稳定后的 P90 交互性范围为 43.36036–46.97824 tok/s/user;后续最大偏差为 0.04385。
Preview 验证
官方运行和
?unofficialrun=叠加层均受支持,已在以下地址验证:部署后的官方图表共渲染 35 条收敛须线。点 436361 的中英文 tooltip 均显示上述精确计算过程,页面没有 Next.js 错误浮层。真实历史叠加运行(
?unofficialrun=26312107787)可以正常加载;由于该历史产物早于本次 runner 字段,因此按预期不显示收敛须线。带收敛字段的叠加须线、配色、缩放和关闭行为已通过组件测试和 E2E fixture 路径验证。验证结果
#evaluation-chart被移除并把该状态带入后续测试。本次修改的 AgentX E2E spec 在该轮完整测试中 16 项全部通过。