| 1 | <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1280 720" width="1280" height="720"> |
| 2 | <defs> |
| 3 | <linearGradient id="titleGradient" x1="0%" y1="0%" x2="100%" y2="0%"> |
| 4 | <stop offset="0%" stop-color="#5B8DEF"/> |
| 5 | <stop offset="50%" stop-color="#A26BFA"/> |
| 6 | <stop offset="100%" stop-color="#3DDDFC"/> |
| 7 | </linearGradient> |
| 8 | <radialGradient id="bgGlowA" cx="20%" cy="15%" r="55%"> |
| 9 | <stop offset="0%" stop-color="#5B8DEF" stop-opacity="0.22"/> |
| 10 | <stop offset="100%" stop-color="#5B8DEF" stop-opacity="0"/> |
| 11 | </radialGradient> |
| 12 | <radialGradient id="bgGlowB" cx="85%" cy="80%" r="55%"> |
| 13 | <stop offset="0%" stop-color="#A26BFA" stop-opacity="0.18"/> |
| 14 | <stop offset="100%" stop-color="#A26BFA" stop-opacity="0"/> |
| 15 | </radialGradient> |
| 16 | <linearGradient id="pillarGlass" x1="0%" y1="0%" x2="0%" y2="100%"> |
| 17 | <stop offset="0%" stop-color="#1A2150" stop-opacity="0.7"/> |
| 18 | <stop offset="100%" stop-color="#1A2150" stop-opacity="0.35"/> |
| 19 | </linearGradient> |
| 20 | <linearGradient id="headBlue" x1="0%" y1="0%" x2="100%" y2="100%"> |
| 21 | <stop offset="0%" stop-color="#5B8DEF" stop-opacity="0.85"/> |
| 22 | <stop offset="100%" stop-color="#5B8DEF" stop-opacity="0.4"/> |
| 23 | </linearGradient> |
| 24 | <linearGradient id="headPurple" x1="0%" y1="0%" x2="100%" y2="100%"> |
| 25 | <stop offset="0%" stop-color="#A26BFA" stop-opacity="0.85"/> |
| 26 | <stop offset="100%" stop-color="#A26BFA" stop-opacity="0.4"/> |
| 27 | </linearGradient> |
| 28 | <linearGradient id="headPink" x1="0%" y1="0%" x2="100%" y2="100%"> |
| 29 | <stop offset="0%" stop-color="#FB7185" stop-opacity="0.85"/> |
| 30 | <stop offset="100%" stop-color="#FB7185" stop-opacity="0.4"/> |
| 31 | </linearGradient> |
| 32 | <linearGradient id="glassEdge" x1="0%" y1="0%" x2="100%" y2="0%"> |
| 33 | <stop offset="0%" stop-color="#FFFFFF" stop-opacity="0"/> |
| 34 | <stop offset="50%" stop-color="#FFFFFF" stop-opacity="0.35"/> |
| 35 | <stop offset="100%" stop-color="#FFFFFF" stop-opacity="0"/> |
| 36 | </linearGradient> |
| 37 | </defs> |
| 38 | |
| 39 | <g id="bg"> |
| 40 | <rect width="1280" height="720" fill="#0A0E27"/> |
| 41 | <rect width="1280" height="720" fill="url(#bgGlowA)"/> |
| 42 | <rect width="1280" height="720" fill="url(#bgGlowB)"/> |
| 43 | </g> |
| 44 | |
| 45 | <g id="header"> |
| 46 | <rect x="60" y="58" width="6" height="32" rx="3" fill="url(#titleGradient)"/> |
| 47 | <text x="80" y="84" font-family=""Microsoft YaHei", "PingFang SC", sans-serif" font-size="34" font-weight="900" fill="#E8ECFF">三道阻碍 Agent 落地的现实门槛</text> |
| 48 | <text x="80" y="116" font-family=""Microsoft YaHei", "PingFang SC", sans-serif" font-size="14" font-weight="600" fill="#A8B0D0" letter-spacing="3">PERFORMANCE · COST · QUALITY — THREE BARRIERS BETWEEN DEMO AND PRODUCTION</text> |
| 49 | </g> |
| 50 | |
| 51 | <g id="pillar-perf"> |
| 52 | <rect x="80" y="160" width="370" height="490" rx="18" fill="url(#pillarGlass)" stroke="#FFFFFF" stroke-opacity="0.16" stroke-width="1"/> |
| 53 | <rect x="98" y="161" width="334" height="1" fill="url(#glassEdge)"/> |
| 54 | <path d="M 98 160 h 334 a 18 18 0 0 1 18 18 v 110 h -370 v -110 a 18 18 0 0 1 18 -18 Z" fill="url(#headBlue)"/> |
| 55 | <circle cx="160" cy="220" r="32" fill="#0A0E27" fill-opacity="0.55"/> |
| 56 | <use data-icon="phosphor-duotone/gauge" x="136" y="196" width="48" height="48" fill="#3DDDFC"/> |
| 57 | <text x="208" y="208" font-family=""Microsoft YaHei", "PingFang SC", sans-serif" font-size="14" font-weight="700" fill="#E8ECFF" letter-spacing="3">PERFORMANCE</text> |
| 58 | <text x="208" y="240" font-family=""Microsoft YaHei", "PingFang SC", sans-serif" font-size="26" font-weight="900" fill="#FFFFFF">性能不稳定</text> |
| 59 | <line x1="100" y1="320" x2="430" y2="320" stroke="#FFFFFF" stroke-opacity="0.16" stroke-width="1"/> |
| 60 | <text x="100" y="362" font-family=""Microsoft YaHei", "PingFang SC", sans-serif" font-size="20" font-weight="700" fill="#E8ECFF">多步推理累积误差</text> |
| 61 | <text x="100" y="394" font-family=""Microsoft YaHei", "PingFang SC", sans-serif" font-size="15" font-weight="400" fill="#A8B0D0">每一步 LLM 调用都有 5-10% 抖动,</text> |
| 62 | <text x="100" y="416" font-family=""Microsoft YaHei", "PingFang SC", sans-serif" font-size="15" font-weight="400" fill="#A8B0D0">叠加后总成功率断崖式下滑。</text> |
| 63 | <text x="100" y="464" font-family=""Microsoft YaHei", "PingFang SC", sans-serif" font-size="20" font-weight="700" fill="#E8ECFF">P95 延迟失控</text> |
| 64 | <text x="100" y="496" font-family=""Microsoft YaHei", "PingFang SC", sans-serif" font-size="15" font-weight="400" fill="#A8B0D0">链式调用让 P50 看似可控,</text> |
| 65 | <text x="100" y="518" font-family=""Microsoft YaHei", "PingFang SC", sans-serif" font-size="15" font-weight="400" fill="#A8B0D0">P95 / P99 翻 5-10 倍。</text> |
| 66 | <rect x="100" y="568" width="330" height="62" rx="12" fill="#5B8DEF" fill-opacity="0.18" stroke="#5B8DEF" stroke-opacity="0.5" stroke-width="1"/> |
| 67 | <text x="116" y="595" font-family=""Microsoft YaHei", "PingFang SC", sans-serif" font-size="13" font-weight="600" fill="#A8B0D0" letter-spacing="2">P95 / P50 RATIO</text> |
| 68 | <text x="416" y="610" font-family=""Microsoft YaHei", "PingFang SC", sans-serif" font-size="28" font-weight="900" fill="#3DDDFC" text-anchor="end">5-10×</text> |
| 69 | </g> |
| 70 | |
| 71 | <g id="pillar-cost"> |
| 72 | <rect x="462" y="160" width="370" height="490" rx="18" fill="url(#pillarGlass)" stroke="#FFFFFF" stroke-opacity="0.16" stroke-width="1"/> |
| 73 | <rect x="480" y="161" width="334" height="1" fill="url(#glassEdge)"/> |
| 74 | <path d="M 480 160 h 334 a 18 18 0 0 1 18 18 v 110 h -370 v -110 a 18 18 0 0 1 18 -18 Z" fill="url(#headPurple)"/> |
| 75 | <circle cx="542" cy="220" r="32" fill="#0A0E27" fill-opacity="0.55"/> |
| 76 | <use data-icon="phosphor-duotone/coin" x="518" y="196" width="48" height="48" fill="#3DDDFC"/> |
| 77 | <text x="590" y="208" font-family=""Microsoft YaHei", "PingFang SC", sans-serif" font-size="14" font-weight="700" fill="#E8ECFF" letter-spacing="3">COST</text> |
| 78 | <text x="590" y="240" font-family=""Microsoft YaHei", "PingFang SC", sans-serif" font-size="26" font-weight="900" fill="#FFFFFF">成本不可预测</text> |
| 79 | <line x1="482" y1="320" x2="812" y2="320" stroke="#FFFFFF" stroke-opacity="0.16" stroke-width="1"/> |
| 80 | <text x="482" y="362" font-family=""Microsoft YaHei", "PingFang SC", sans-serif" font-size="20" font-weight="700" fill="#E8ECFF">Token 漂移 5-50 倍</text> |
| 81 | <text x="482" y="394" font-family=""Microsoft YaHei", "PingFang SC", sans-serif" font-size="15" font-weight="400" fill="#A8B0D0">同一任务,不同上下文长度、</text> |
| 82 | <text x="482" y="416" font-family=""Microsoft YaHei", "PingFang SC", sans-serif" font-size="15" font-weight="400" fill="#A8B0D0">检索条数、循环深度,价格分布极宽。</text> |
| 83 | <text x="482" y="464" font-family=""Microsoft YaHei", "PingFang SC", sans-serif" font-size="20" font-weight="700" fill="#E8ECFF">长尾任务吞掉预算</text> |
| 84 | <text x="482" y="496" font-family=""Microsoft YaHei", "PingFang SC", sans-serif" font-size="15" font-weight="400" fill="#A8B0D0">5% 的疑难任务,</text> |
| 85 | <text x="482" y="518" font-family=""Microsoft YaHei", "PingFang SC", sans-serif" font-size="15" font-weight="400" fill="#A8B0D0">常常消耗 50% 以上的 token。</text> |
| 86 | <rect x="482" y="568" width="330" height="62" rx="12" fill="#A26BFA" fill-opacity="0.18" stroke="#A26BFA" stroke-opacity="0.5" stroke-width="1"/> |
| 87 | <text x="498" y="595" font-family=""Microsoft YaHei", "PingFang SC", sans-serif" font-size="13" font-weight="600" fill="#A8B0D0" letter-spacing="2">COST DRIFT RANGE</text> |
| 88 | <text x="798" y="610" font-family=""Microsoft YaHei", "PingFang SC", sans-serif" font-size="28" font-weight="900" fill="#A26BFA" text-anchor="end">5-50×</text> |
| 89 | </g> |
| 90 | |
| 91 | <g id="pillar-quality"> |
| 92 | <rect x="844" y="160" width="370" height="490" rx="18" fill="url(#pillarGlass)" stroke="#FFFFFF" stroke-opacity="0.16" stroke-width="1"/> |
| 93 | <rect x="862" y="161" width="334" height="1" fill="url(#glassEdge)"/> |
| 94 | <path d="M 862 160 h 334 a 18 18 0 0 1 18 18 v 110 h -370 v -110 a 18 18 0 0 1 18 -18 Z" fill="url(#headPink)"/> |
| 95 | <circle cx="924" cy="220" r="32" fill="#0A0E27" fill-opacity="0.55"/> |
| 96 | <use data-icon="phosphor-duotone/bug" x="900" y="196" width="48" height="48" fill="#3DDDFC"/> |
| 97 | <text x="972" y="208" font-family=""Microsoft YaHei", "PingFang SC", sans-serif" font-size="14" font-weight="700" fill="#E8ECFF" letter-spacing="3">QUALITY</text> |
| 98 | <text x="972" y="240" font-family=""Microsoft YaHei", "PingFang SC", sans-serif" font-size="26" font-weight="900" fill="#FFFFFF">质量难闭环</text> |
| 99 | <line x1="864" y1="320" x2="1194" y2="320" stroke="#FFFFFF" stroke-opacity="0.16" stroke-width="1"/> |
| 100 | <text x="864" y="362" font-family=""Microsoft YaHei", "PingFang SC", sans-serif" font-size="20" font-weight="700" fill="#E8ECFF">失败原因模糊</text> |
| 101 | <text x="864" y="394" font-family=""Microsoft YaHei", "PingFang SC", sans-serif" font-size="15" font-weight="400" fill="#A8B0D0">是模型、提示词、工具,还是数据问题?</text> |
| 102 | <text x="864" y="416" font-family=""Microsoft YaHei", "PingFang SC", sans-serif" font-size="15" font-weight="400" fill="#A8B0D0">没有可观测层很难定位。</text> |
| 103 | <text x="864" y="464" font-family=""Microsoft YaHei", "PingFang SC", sans-serif" font-size="20" font-weight="700" fill="#E8ECFF">回归测试缺失</text> |
| 104 | <text x="864" y="496" font-family=""Microsoft YaHei", "PingFang SC", sans-serif" font-size="15" font-weight="400" fill="#A8B0D0">改一个 prompt,就要担心</text> |
| 105 | <text x="864" y="518" font-family=""Microsoft YaHei", "PingFang SC", sans-serif" font-size="15" font-weight="400" fill="#A8B0D0">十个老 case 是否回退。</text> |
| 106 | <rect x="864" y="568" width="330" height="62" rx="12" fill="#FB7185" fill-opacity="0.18" stroke="#FB7185" stroke-opacity="0.5" stroke-width="1"/> |
| 107 | <text x="880" y="595" font-family=""Microsoft YaHei", "PingFang SC", sans-serif" font-size="13" font-weight="600" fill="#A8B0D0" letter-spacing="2">DEBUG CYCLE COST</text> |
| 108 | <text x="1180" y="610" font-family=""Microsoft YaHei", "PingFang SC", sans-serif" font-size="28" font-weight="900" fill="#FB7185" text-anchor="end">3-7 天</text> |
| 109 | </g> |
| 110 | |
| 111 | <g id="footer"> |
| 112 | <text x="60" y="690" font-family=""Microsoft YaHei", "PingFang SC", sans-serif" font-size="13" font-weight="600" fill="#6B7299">现状 · 三大门槛</text> |
| 113 | <text x="1220" y="690" font-family=""Microsoft YaHei", "PingFang SC", sans-serif" font-size="13" font-weight="600" fill="#6B7299" text-anchor="end">03 / 12</text> |
| 114 | </g> |
| 115 | </svg> |
| 116 |