PeterZou · Paradigm Revolution #02
From Passive to Proactive: Why This Is the Watershed
Series: Paradigm Revolution · Article 2
By PeterZou
Date: 2026-09-16
Note: Based on FR-06 research output of Research OPC. Evidence tags: 【verified】= public primary source; 【inference】= reasoning based on verified facts.
1. Define the boundary first: what "proactive" means
"Automation" and "proactivity" are two different things. Before discussing the watershed, we need an operational criterion — four questions:
Passive instrument:
1. No endogenous goal: the goal is always given externally
2. Pre-set path: the action sequence is hard-coded at design time
3. No initiation: it stays still unless triggered
4. No closed loop: it ends when execution ends — no checking, no retrying
Proactive agent:
1. Autonomous initiation: starts without step-by-step human instruction
2. Autonomous decomposition: the path is generated at runtime, not enumerated at design time
3. Closed-loop self-correction: reads feedback, revises the plan, retries, rolls back
4. Long-horizon persistence: maintains the goal without drift over dozens of steps or hours
【verified】 Anthropic's Building Effective Agents (2024-12-19) gives the industry's clearest dividing line: a workflow is "LLMs and tools orchestrated through predefined code paths"; an agent is "LLMs dynamically directing their own processes and tool usage."
2. Historical calibration: automation levels ≠ proactivity
As early as 1978, Sheridan & Verplank proposed "levels of automation"; Parasuraman & Riley extended them in 1997, with the highest level even including "computer decides everything and acts autonomously." 【verified·classic literature】
But those levels describe engineering-automatable automation within closed loops — goals, boundaries, and evaluation criteria are all preset by humans. True "proactivity" is not a higher level of automation; it is the transfer of path-generation authority from "hard-coded at design time" to "generated at runtime."
This is the essential difference: automation makes a system run faster along the human blueprint; proactivity lets a system draw its own blueprint under the human's goal.
3. The five axioms of the old paradigm, failing one by one
The old world rested on five "self-evident" axioms:
| Axiom |
Content |
Point of failure |
| A1 Single agent |
Humans alone hold goals and initiate action |
Agents initiate autonomously for the first time |
| A2 Pre-set path |
Automation boundary = enumerable boundary |
The path becomes model output |
| A3 Human-in-loop |
Human exit = loss of control |
Autonomous closed-loop correction appears |
| A4 Effort accounting |
Value measured in headcount/hours/lines |
The definition of output is rewritten |
| A5 Closed tasks |
Tasks decompose into closed stages |
End-to-end autonomous delivery appears |
Anomaly 1: The "last mile" of improvement-type automation can never be automated — because paths cannot be exhausted. Sixty years of automation (scripts, RPA, rule engines, CI/CD, Kubernetes self-healing) all required "write the steps down first." Google SRE's toil paradox is the proof: toil grows linearly with scale and is never finished 【inference】.
Anomaly 2: The stronger the tool, the more fixed the bottleneck. METR 2025 randomized controlled trial: with AI allowed, task time increased 19% while developers self-reported 20% speedup; DORA 2024: every 25% increase in AI adoption reduced delivery throughput by 1.5% 【verified】. The old ruler cannot measure the new object.
4. Why this is the watershed
The watershed is not "machines can do things" — it is that the answers to the four questions can now, for the first time, be partly "agent":
| The four questions |
Old paradigm |
New paradigm |
| Who generates the path |
Humans / human-written code |
Agent (generated at runtime) |
| Who initiates action |
Humans |
Agent (autonomous initiation) |
| Who closes the loop |
Humans |
Agent (self-correction/retry/rollback) |
| Who bears responsibility |
Humans |
Still humans |
The first three questions can now be partly answered "agent"; the fourth must still be answered "human."
Proactivity is not a matter of degree — it is the transfer of path-generation authority from design time to runtime. When path-generation authority transfers, the bottleneck shifts too: from "execution capability" to "intent-definition quality" and "verification capability."
5. Marginal effects on individuals, organizations, and business
Individuals: The capacity boundary shifts from "personal time × energy" to "goal-definition quality × agent-cluster scale." The two scarcest capabilities become: defining good goals, and verifying good outcomes.
Organizations: The minimum unit shifts from "person + tool" to "person + agent cluster." Management cost collapses — because agents bear execution and closed loops, management shrinks to "goal governance."
Business: Value capture shifts from "human hours" to "replicable proactive systems." The definition of asset begins to point to "systems that advance themselves" — data, models, processes, verification loops.
6. Implications
- Don't treat agents as automation: if you are still hard-coding every step, you are still in the old paradigm — just running faster.
- Move attention to "goal" and "verification": these two are the only non-delegable things.
- Build your own verification loop: make the quality of every output measurable, traceable, and accumulating — this is the core asset of the new paradigm.
- Research OPC is a living sample: its automated loop (design → execution → review → comparison) is the minimal real-world implementation of "proactivity."
Conclusion
The shift from passive to proactive is not a small step in tool evolution — it is a transfer of agency ownership. Understanding this watershed is how we understand why the paradigm revolution is not "a faster old world," but a different world.
This series continues. Next: A New Definition of Asset — What Counts as a Real Asset.
被动 → 主动:为什么这是分水岭
系列:范式革命(Paradigm Revolution)· 第 2 篇
作者:PeterZou
日期:2026-09-16
说明:本文基于研究 OPC 的 FR-06 研究产出。证据标注:【已查证】= 有公开一手来源;【推断】= 基于已查证事实的推理。
一、先划边界:什么是"主动"
"自动化"和"主动性"是两回事。讨论分水岭之前,先给可操作的判据——四问:
被动工具(instrument):
1. 无内生目标:目标完全由外部给定
2. 路径预设:动作序列在设计时写死
3. 无发起权:不触发即静止
4. 不承担闭环:执行完就结束,不检查、不重试
主动 agent(actor):
1. 自主发起:无人逐步指令也启动
2. 自主分解:路径是运行时生成的,不是设计时枚举的
3. 闭环自纠:读反馈、修计划、重试、回滚
4. 长时程持续:在数十步、数小时尺度上维持目标不漂移
【已查证】Anthropic《Building effective agents》(2024-12-19)给了业界最清晰的分界线:workflow 是"LLM 与工具经由预定义代码路径编排";agent 是"LLM 动态地指挥自己的过程与工具"。
二、历史校准:自动化等级 ≠ 主动性
早在 1978 年,Sheridan & Verplank 就提出"自动化等级";1997 年 Parasuraman & Riley 扩展了它,最高级甚至包含"计算机自主决定一切"。【已查证·经典文献】
但那些等级描述的是封闭回路内可被工程化的自动化——目标、边界、评价标准都是人预先设定的。真正的"主动"不是更高级的自动化,而是路径生成权的转移:从"设计时写死"转移到"运行时生成"。
这是本质区别:自动化让系统按人的蓝图跑得更快;主动性让系统在人的目标下自己画蓝图。
三、旧范式的五条公理,正在逐一失效
旧世界建立在五条"不证自明"的公理上:
| 公理 |
内容 |
失效点 |
| A1 单能动主体 |
人唯一能持有目标、发起行动 |
agent 第一次自主发起 |
| A2 路径预设 |
自动化边界 = 能预先列举的边界 |
路径变成模型输出 |
| A3 人在环 |
人退出环路 = 失控 |
自主闭环自纠出现 |
| A4 投入计量 |
价值用人头/工时/代码行数计量 |
产出定义被重写 |
| A5 任务封闭 |
任务可分解为封闭阶段 |
端到端自主交付出现 |
反常一:改良型自动化的"最后一公里"永远无法自动化——因为路径无法被穷举。过去六十年的自动化(脚本、RPA、规则引擎、CI/CD、Kubernetes 自愈)都要求"先把步骤写清楚"。Google SRE 的 toil 悖论正是此证:toil 随规模线性增长,永远清不完【推断】。
反常二:工具越强,瓶颈越不动——METR 2025 随机对照:允许用 AI 时任务时间反而增加 19%,开发者却自评提速 20%;DORA 2024:AI 采用率升 25%,交付吞吐降 1.5%【已查证】。旧的度量尺量不到新对象。
四、为什么这是分水岭
分水岭不是"机器能做事",而是四问的答案第一次可以部分回答"agent":
| 四问 |
旧范式 |
新范式 |
| 路径由谁生成 |
人/人写的代码 |
agent(运行时生成) |
| 行动由谁发起 |
人 |
agent(自主发起) |
| 闭环由谁闭合 |
人 |
agent(自纠/重试/回滚) |
| 责任由谁承担 |
人 |
仍然是人 |
前三问第一次可以部分回答"agent",第四问仍必须回答"人"。
主动性不是程度问题,而是把"路径生成权"从设计时移到运行时。 当路径生成权转移,瓶颈也随之转移:从"执行能力"变成"意图定义质量"和"验证能力"。
五、主动性对个体、组织、商业的边际影响
个体:产能边界从"个人时间 × 精力"变为"目标定义质量 × agent 集群规模"。最稀缺的能力变成两样:定义好目标、验证好结果。
组织:组织的最小单元从"人 + 工具"变为"人 + agent 集群"。管理成本坍缩——因为 agent 承担了执行与闭环,管理职能收缩为"目标治理"。
商业:价值捕获从"人力工时"变为"可复制的主动系统"。资产的定义开始指向"能自主推进的系统"——数据、模型、流程、验证闭环。
六、启示
- 别把 agent 当自动化:如果你还在写死每一步路径,你还是在旧范式里——只是跑得更快。
- 把注意力移到"目标"与"验证":这两样是唯一不可委托的。
- 建立自己的验证闭环:让每个产出的质量可度量、可追溯、可积累——这是新范式的核心资产。
- 研究 OPC 是活样本:它的自动循环(设计→执行→审查→对照)就是"主动性"在真实系统上的最小实现。
结语
被动到主动,不是工具进化的一小步,而是能动性归属的迁移。理解这个分水岭,才能理解为什么范式革命不是"更快的旧世界",而是一个不同的世界。
本系列持续更新。下一篇:资产的新定义——什么是真正的资产。
من السلبي إلى الاستباقي: لماذا هذه نقطة فاصلة
سلسلة: ثورة النموذج · المقال 2
بقلم PeterZou
التاريخ: 2026-09-16
ملاحظة: مبني على مخرجات بحث FR-06 من Research OPC. وسوم الأدلة: 【موثّق】 = مصدر أوليّ عام؛ 【استنتاج】 = استدلال مبني على وقائع موثّقة.
1. تحديد الحدود أولاً: ما معنى "استباقي"
"الأتمتة" و"الاستباقية" شيئان مختلفان. قبل مناقشة نقطة التحوّل، نحتاج إلى معيار تشغيلي — أربعة أسئلة:
أداة سلبية:
1. لا هدف داخلي المنشأ: الهدف يُعطى دائماً من الخارج
2. مسار محدَّد مسبقاً: تسلسل الأفعال مُبرمَج بشكل صلب وقت التصميم
3. لا استهلال: تبقى ساكنة ما لم تُشغَّل
4. لا حلقة مغلقة: تنتهي بانتهاء التنفيذ — لا فحص، ولا إعادة محاولة
وكيل استباقي:
1. استهلال ذاتي: يبدأ دون تعليمات بشرية خطوة بخطوة
2. تفكيك ذاتي: يُولَّد المسار وقت التشغيل، لا يُعدَّد وقت التصميم
3. تصحيح ذاتي بحلقة مغلقة: يقرأ التغذية الراجعة، ويعدّل الخطة، ويعيد المحاولة، ويتراجع
4. استمرارية طويلة الأفق: يحافظ على الهدف دون انحراف عبر عشرات الخطوات أو ساعات
【موثّق】 يقدّم كتاب Anthropic Building Effective Agents (2024-12-19) أوضح خط فاصل في الصناعة: سير العمل (workflow) هو "نماذج لغوية كبيرة وأدوات تُنسَّق عبر مسارات كود محدَّدة مسبقاً"؛ أما الوكيل (agent) فهو "نماذج لغوية كبيرة توجّه عملياتها واستخدامها للأدوات ديناميكياً".
2. معايرة تاريخية: مستويات الأتمتة ≠ الاستباقية
في وقت مبكر من عام 1978، اقترح Sheridan & Verplank "مستويات الأتمتة"؛ ووسّعها Parasuraman & Riley عام 1997، حتى إن أعلى مستوى تضمّن "الحاسوب يقرّر كل شيء ويتصرّف باستقلالية". 【موثّق·أدبيات كلاسيكية】
لكن تلك المستويات تصف أتمتة قابلة للهندسة داخل حلقات مغلقة — الأهداف والحدود ومعايير التقييم كلها محدَّدة مسبقاً من البشر. أما "الاستباقية" الحقيقية فليست مستوى أعلى من الأتمتة؛ بل هي نقل سلطة توليد المسار من "مبرمَجة بشكل صلب وقت التصميم" إلى "مولَّدة وقت التشغيل".
هذا هو الفرق الجوهري: الأتمتة تجعل نظاماً يعمل أسرع على المخطط البشري؛ أما الاستباقية فتتيح للنظام أن يرسم مخططه الخاص في ظل هدف الإنسان.
3. بديهيات النموذج القديم الخمس، تتقوّض واحدة تلو الأخرى
قام العالم القديم على خمس بديهيات "بيّنة بذاتها":
| البديهية |
المضمون |
موضع الانهيار |
| A1 وكيل واحد |
البشر وحدهم يملكون الأهداف ويستهّلون الفعل |
الوكلاء يستهّلون باستقلالية للمرة الأولى |
| A2 مسار محدَّد مسبقاً |
حدّ الأتمتة = حدّ قابل للتعداد |
يصبح المسار مخرَجاً للنموذج |
| A3 الإنسان في الحلقة |
خروج الإنسان = فقدان السيطرة |
يظهر التصحيح الذاتي بحلقة مغلقة |
| A4 محاسبة الجهد |
القيمة تُقاس بعدد الأفراد/الساعات/الأسطر |
يُعاد كتابة تعريف المخرَج |
| A5 مهام مغلقة |
المهام تتفكك إلى مراحل مغلقة |
يظهر التسليم المستقل من طرف إلى طرف |
الشذوذ 1: "الميل الأخير" في أتمتة التحسين لا يمكن أتمتته أبداً — لأن المسارات لا تُستنفَد. ستون عاماً من الأتمتة (السكربتات، RPA، محركات القواعد، CI/CD، الشفاء الذاتي في Kubernetes) كلها تطلّبت "اكتب الخطوات أولاً". ومفارقة العمل الشاق (toil paradox) لدى Google SRE هي الدليل: العمل الشاق ينمو خطياً مع الحجم ولا ينتهي أبداً 【استنتاج】.
الشذوذ 2: كلما زادت قوة الأداة، ثبت عنق الزجاجة أكثر. تجربة عشوائية محكومة من METR عام 2025: مع السماح بالذكاء الاصطناعي، زاد وقت المهمة 19% بينما أبلغ المطوّرون عن تسريع ذاتي بنسبة 20%؛ وDORA 2024: كل زيادة 25% في تبنّي الذكاء الاصطناعي خفّضت إنتاجية التسليم 1.5% 【موثّق】. المسطرة القديمة لا تستطيع قياس الجسم الجديد.
4. لماذا هذه نقطة فاصلة
نقطة التحوّل ليست "الآلات تستطيع فعل الأشياء" — بل إن أجوبة الأسئلة الأربعة يمكن الآن، للمرة الأولى، أن تكون جزئياً "وكيل":
| الأسئلة الأربعة |
النموذج القديم |
النموذج الجديد |
| من يولّد المسار |
البشر / كود مكتوب بشرياً |
الوكيل (يُولَّد وقت التشغيل) |
| من يستهّل الفعل |
البشر |
الوكيل (استهلال ذاتي) |
| من يغلق الحلقة |
البشر |
الوكيل (تصحيح ذاتي/إعادة محاولة/تراجع) |
| من يتحمل المسؤولية |
البشر |
ما زال البشر |
الأسئلة الثلاثة الأولى يمكن الآن الإجابة عنها جزئياً بـ"الوكيل"؛ أما الرابع فيجب أن يبقى جوابه "الإنسان".
الاستباقية ليست مسألة درجة — بل هي نقل سلطة توليد المسار من وقت التصميم إلى وقت التشغيل. وعندما تُنقل سلطة توليد المسار، ينتقل عنق الزجاجة أيضاً: من "قدرة التنفيذ" إلى "جودة تعريف القصد" و"قدرة التحقق".
5. الآثار الحدّية على الأفراد والمنظمات والأعمال
الأفراد: تنتقل حدود القدرة من "الوقت الشخصي × الطاقة" إلى "جودة تعريف الهدف × حجم عنقود الوكلاء". وتصبح أندر قدرتين: تعريف أهداف جيدة، والتحقق من نتائج جيدة.
المنظمات: تنتقل الوحدة الدنيا من "شخص + أداة" إلى "شخص + عنقود وكلاء". وتنهار كلفة الإدارة — لأن الوكلاء يحملون التنفيذ والحلقات المغلقة، فتتقلّص الإدارة إلى "حوكمة الأهداف".
الأعمال: ينتقل التقاط القيمة من "ساعات البشر" إلى "أنظمة استباقية قابلة للتكرار". ويبدأ تعريف الأصل في الإشارة إلى "أنظمة تقدّم نفسها بنفسها" — البيانات، والنماذج، والعمليات، وحلقات التحقق.
6. الدلالات
- لا تتعامل مع الوكلاء كأتمتة: إن كنت لا تزال تبرمج كل خطوة بشكل صلب، فأنت ما زلت في النموذج القديم — لكنك تجري أسرع.
- انقل الانتباه إلى "الهدف" و"التحقق": هذان هما الشيئان الوحيدان غير القابلين للتفويض.
- ابنِ حلقة تحقق خاصة بك: اجعل جودة كل مخرَج قابلة للقياس والتتبع والتراكم — فهذا هو الأصل الجوهري في النموذج الجديد.
- Research OPC عيّنة حيّة: حلقته المؤتمتة (تصميم → تنفيذ → مراجعة → مقارنة) هي الحد الأدنى من التنفيذ الواقعي لـ"الاستباقية".
الخاتمة
الانتقال من السلبي إلى الاستباقي ليس خطوة صغيرة في تطوّر الأدوات — بل هو نقل ملكية الفاعلية. وفهم هذه النقطة الفاصلة هو السبيل لفهم لماذا ثورة النموذج ليست "عالماً قديماً أسرع"، بل عالماً مختلفاً.
تتواصل هذه السلسلة. التالي: تعريف جديد للأصل — ما الذي يُعدّ أصلاً حقيقياً.