From b68eaa03646034fdbf95ef387f4742085950c264 Mon Sep 17 00:00:00 2001 From: Binglin-Wu <144806248+Binglin-Wu@users.noreply.github.com> Date: Wed, 18 Mar 2026 17:22:35 +0800 Subject: [PATCH] Remove case study on $50,000 contract project Removed a case study about completing a $50,000 contract project overnight using Ralph Loop. If the similarity to the above examples is too high, it will make people doubt the authenticity of the examples. --- .../zh-cn/stage-3/core-skills/long-running-tasks/index.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/docs/zh-cn/stage-3/core-skills/long-running-tasks/index.md b/docs/zh-cn/stage-3/core-skills/long-running-tasks/index.md index 678520f..e716347 100644 --- a/docs/zh-cn/stage-3/core-skills/long-running-tasks/index.md +++ b/docs/zh-cn/stage-3/core-skills/long-running-tasks/index.md @@ -311,15 +311,9 @@ git clone https://github.com/anthropics/ralph-wiggum-plugin.git ### 更多真实案例 -**一夜完成 $50,000 合同项目** - -有一个开发团队接到了一个价值 $50,000 的外包合同。他们在晚上设置好 Ralph Loop,详细描述了项目需求,设置了最大迭代次数,然后就去睡觉了。 - -第二天早上醒来,项目已经完成了——包括所有功能、测试、文档。而 API 调用成本只有 $297。这个案例展示了 Ralph 的经济价值:你花费的是 API 费用,节省的是几周的人工时间。 - **自动重构项目** -另一个开发者用 Ralph 重构一个遗留项目。项目代码混乱,没有测试,文档缺失。他给 Ralph 的任务是: +一个开发者用 Ralph 重构一个遗留项目。项目代码混乱,没有测试,文档缺失。他给 Ralph 的任务是: 1. 为现有代码添加测试 2. 逐步重构,每次重构后确保测试通过