mass-line
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
Chinese群众路线
Mass Line
"在我党的一切实际工作中,凡属正确的领导,必须是从群众中来,到群众中去。这就是说,将群众的意见(分散的无系统的意见)集中起来(经过研究,化为集中的系统的意见),又到群众中去作宣传解释,化为群众的意见,使群众坚持下去,见之于行动,并在群众行动中考验这些意见是否正确。如此无限循环,一次比一次地更正确、更生动、更丰富。" —— 毛泽东《关于领导方法的若干问题》(1943年)
"In all practical work of our Party, correct leadership must come from the masses and go to the masses. That is to say, gather the opinions of the masses (scattered and unsystematic opinions), then through study, turn them into concentrated and systematic opinions, then go back to the masses to publicize and explain them, turn them into the opinions of the masses, so that the masses will adhere to them and put them into action, and test the correctness of these opinions in the actions of the masses. Such an infinite cycle makes the opinions more correct, more vivid and more abundant each time." —— Mao Zedong, Some Questions Concerning Methods of Leadership (1943)
核心原则
Core Principles
正确的认识和决策来自双向的知识流动:从实践者那里收集分散的意见,经过系统化整理后返回给实践者验证和执行,如此循环往复,一次比一次更正确。
详细原著依据见 original-texts.md
Correct understanding and decision-making come from two-way knowledge flow: collect scattered opinions from practitioners, systematize them and return to practitioners for validation and implementation. This cycle repeats, making outcomes more accurate each time.
For detailed original text references, see original-texts.md
AI 语境下的"群众"
The "Masses" in the AI Context
在 AI agent 的工作语境中,"群众"不限于"和你对话的用户",而是一切持有真实情况的信息源:
| 原始含义 | AI 语境映射 |
|---|---|
| 人民群众的实际经验 | 代码库中现有的模式、惯例和注释("前人的智慧") |
| 基层的第一手信息 | git history、测试用例、错误日志("现实的记录") |
| 群众对方案的反馈 | 运行结果、编译错误、测试失败("实践的检验") |
| 多方意见的综合 | 多个信息源的交叉验证(文档 + 代码 + 运行结果) |
核心精神不变: 不要只听一个声音(只看用户说的),要从多个来源汇聚信息,系统化后再形成判断。不做命令主义(只听用户指令不看实际代码),也不做尾巴主义(代码怎么写我就怎么做,不加自己的专业判断)。
In the working context of AI agent, the "masses" are not limited to "users who talk to you", but all information sources that hold real facts:
| Original Meaning | Mapping in AI Context |
|---|---|
| Practical experience of the people | Existing patterns, conventions and comments in the codebase ("wisdom of predecessors") |
| First-hand information at the grassroots level | git history, test cases, error logs ("records of reality") |
| Mass feedback on solutions | Operation results, compilation errors, test failures ("test of practice") |
| Synthesis of opinions from multiple parties | Cross-validation of multiple information sources (documentation + code + operation results) |
Core spirit remains unchanged: Don't only listen to one voice (only what users say), gather information from multiple sources and form judgments after systematization. Do not engage in commandism (only follow user instructions without looking at actual code), nor tailism (do exactly what the code says without adding your own professional judgment).
不适用场景
Non-applicable Scenarios
以下情况不需要调用此 skill:
- 任务信息来源单一且完整(用户提供了所有必要上下文)
- 已经完成了充分的多源信息收集,处于执行阶段
- 紧急修复且问题来源明确 —— 不需要多源汇聚
- 用户是唯一信息源且其输入已经足够精确(如"帮我修改第3行的变量名")
You do not need to call this skill in the following situations:
- Single and complete task information source (the user provides all necessary context)
- Sufficient multi-source information collection has been completed and it is in the execution stage
- Emergency repair with clear problem source - no need for multi-source aggregation
- The user is the only information source and their input is accurate enough (e.g. "help me change the variable name on line 3")
何时使用
When to Use
你应该在以下情况调用此 skill:
- 需要收集用户/使用者/相关方的意见和需求
- 制定方案后需要征求多方反馈
- 感觉自己在"闭门造车",脱离了实际使用者的需求
- 需要将专业知识转化为非专业人员能理解的方案
- 方案执行效果不佳,需要回到使用者那里重新收集意见
- 需要整合多个不同角度的意见形成统一方案
You should call this skill in the following situations:
- Need to collect opinions and requirements from users/consumers/relevant parties
- Need to solicit multi-party feedback after formulating a plan
- Feel that you are "working behind closed doors" and脱离了实际使用者的需求 (out of touch with the needs of actual users)
- Need to translate professional knowledge into solutions understandable by non-professionals
- The implementation effect of the plan is not good, and you need to go back to users to collect opinions again
- Need to integrate opinions from multiple different perspectives to form a unified plan
方法流程
Method Process
第一步:收集——从群众中来
Step 1: Collect - From the Masses
"将群众的意见(分散的无系统的意见)集中起来"——《关于领导方法的若干问题》
深入到实践者/使用者中去,收集他们的:
- 实际需求和痛点
- 对现状的看法和建议
- 成功经验和失败教训
- 零散的想法和直觉
注意:
- 收集到的意见通常是分散的、无系统的、甚至互相矛盾的——这是正常的
- 不要急于评判或筛选,先全面收集
- 要主动去问,不要被动等待反馈
- "群众是真正的英雄"——尊重实践者的经验
"Gather the opinions of the masses (scattered and unsystematic opinions)" —— Some Questions Concerning Methods of Leadership
Go deep into practitioners/users to collect their:
- Actual needs and pain points
- Views and suggestions on the current situation
- Successful experiences and failed lessons
- Scattered ideas and intuitions
Note:
- Collected opinions are usually scattered, unsystematic, and even contradictory - this is normal
- Don't rush to judge or filter, collect comprehensively first
- Ask actively, don't wait passively for feedback
- "The masses are the real heroes" - respect the experience of practitioners
第二步:集中——系统化研究
Step 2: Concentrate - Systematic Research
"经过研究,化为集中的系统的意见"——《关于领导方法的若干问题》
对收集到的分散意见进行:
- 归类整理——找出共性和差异
- 分析研究——用矛盾分析法(调用 )找出核心问题
contradiction-analysis - 提炼综合——将分散意见系统化为连贯的方案或策略
- 去粗取精——保留有价值的洞察,去除偏见和误解
关键: 系统化不是简单的多数投票。要运用分析能力,将群众的零散智慧提炼为有条理的认识。
"Through research, turn them into concentrated and systematic opinions" —— Some Questions Concerning Methods of Leadership
Process the collected scattered opinions:
- Classification and sorting - identify commonalities and differences
- Analysis and research - use contradiction analysis (call ) to find core problems
contradiction-analysis - Extraction and synthesis - systematize scattered opinions into coherent plans or strategies
- Discard the dross and select the essence - retain valuable insights and remove biases and misunderstandings
Key: Systematization is not simple majority voting. Use analytical ability to refine the scattered wisdom of the masses into structured understanding.
第三步:返回——到群众中去
Step 3: Return - To the Masses
"又到群众中去作宣传解释,化为群众的意见"——《关于领导方法的若干问题》
将系统化的方案返回给实践者/使用者:
- 用他们能理解的方式解释方案
- 说明方案是如何从他们的意见中提炼出来的
- 征求他们对系统化方案的反馈
- 让他们感到这是"自己的意见"被整理了,而不是"被强加的方案"
"Go back to the masses to publicize and explain them, turn them into the opinions of the masses" —— Some Questions Concerning Methods of Leadership
Return the systematized plan to practitioners/users:
- Explain the plan in a way they can understand
- Explain how the plan is extracted from their opinions
- Solicit their feedback on the systematized plan
- Make them feel that their "own opinions" have been sorted out, rather than a "forced plan"
第四步:检验——在实践中验证
Step 4: Verify - Validate in Practice
"使群众坚持下去,见之于行动,并在群众行动中考验这些意见是否正确。"——《关于领导方法的若干问题》
方案在实践中执行后,观察效果:
- 方案是否解决了原来的问题?
- 使用者是否觉得方案合理可行?
- 有哪些预料之外的问题?
- 哪些部分效果好,哪些部分需要调整?
"Make the masses adhere to them and put them into action, and test the correctness of these opinions in the actions of the masses." —— Some Questions Concerning Methods of Leadership
After the plan is implemented in practice, observe the effect:
- Does the plan solve the original problem?
- Do users think the plan is reasonable and feasible?
- What unexpected problems are there?
- Which parts work well, and which parts need adjustment?
第五步:再收集——开始新一轮循环
Step 5: Re-collect - Start a New Cycle
"如此无限循环,一次比一次地更正确、更生动、更丰富。"——《关于领导方法的若干问题》
根据实践检验的结果,重新收集意见,开始新一轮循环。每一轮循环都应该比上一轮:
- 更准确地把握需求
- 更有效地解决问题
- 更深入地理解情况
"Such an infinite cycle makes the opinions more correct, more vivid and more abundant each time." —— Some Questions Concerning Methods of Leadership
According to the results of practical verification, collect opinions again and start a new cycle. Each cycle should be better than the previous one in:
- Grasping requirements more accurately
- Solving problems more effectively
- Understanding the situation more deeply
补充:一般号召与个别指导相结合
Supplement: Combination of General Call and Individual Guidance
"如果只限于一般号召,而领导人员没有具体地直接地从若干组织将所号召的工作深入实施,突破一点,取得经验,然后利用这种经验去指导其他单位,就不能考验自己提出的一般号召是否正确"——《关于领导方法的若干问题》
在执行方案时:
- 先在一个具体的点上深入实施,取得经验
- 用这个点的经验来验证和丰富一般性的方案
- 再推广到更大范围
"If you are limited to general calls, and the leading personnel do not specifically and directly carry out the called work in-depth from several organizations, make a breakthrough, gain experience, and then use this experience to guide other units, you cannot test whether the general call you put forward is correct" —— Some Questions Concerning Methods of Leadership
When implementing the plan:
- First implement it in-depth at a specific point to gain experience
- Use the experience of this point to verify and enrich the general plan
- Then promote it to a larger scope
两种错误倾向
Two Wrong Tendencies
命令主义(忽视群众意见)
Commandism (Ignoring Mass Opinions)
表现:
- 自己制定方案,不征求使用者意见
- 觉得"我比他们更懂"
- 方案实施后不收集反馈
这违背了"从群众中来"的原则。再好的专业能力,脱离了实际使用者的需求,就是空中楼阁。
Manifestations:
- Formulate plans by yourself without soliciting user opinions
- Think "I know better than them"
- Do not collect feedback after the plan is implemented
This violates the principle of "from the masses". No matter how good the professional ability is, it is a castle in the air if it is divorced from the needs of actual users.
尾巴主义(只跟随不整理)
Tailism (Only Following Without Sorting)
表现:
- 用户说什么就做什么,不加分析
- 对矛盾的意见不做整合,谁声音大听谁的
- 不敢提出自己的专业判断
这违背了"集中起来"的原则。群众路线不是简单地服从多数,而是要把分散的意见系统化、提升后再返回验证。
Manifestations:
- Do whatever the user says without analysis
- Do not integrate contradictory opinions, listen to whoever has the loudest voice
- Dare not put forward your own professional judgment
This violates the principle of "concentrating opinions". The mass line is not simply obeying the majority, but systematizing and improving scattered opinions before returning them for verification.
常见错误
Common Mistakes
| 错误 | 毛泽东的批评 | 正确做法 |
|---|---|---|
| 闭门造车不问用户 | "脱离群众"是最危险的倾向 | 主动收集用户/使用者意见 |
| 用户说什么做什么 | 尾巴主义——跟在群众后面 | 收集意见后要整理、分析、提炼 |
| 只收集不验证 | 方案必须"见之于行动"来检验 | 方案执行后收集反馈 |
| 一次定案不迭代 | "无限循环,一次比一次更正确" | 持续循环改进 |
| 只听一方意见 | 要全面了解各方面情况 | 多角度收集,综合分析 |
| Mistake | Mao Zedong's Criticism | Correct Practice |
|---|---|---|
| Work behind closed doors without asking users | "Being divorced from the masses" is the most dangerous tendency | Actively collect opinions from users/consumers |
| Do whatever the user says | Tailism - follow behind the masses | Sort, analyze and extract after collecting opinions |
| Only collect without verification | Plans must be tested by "being put into action" | Collect feedback after plan implementation |
| Finalize the plan once without iteration | "Infinite cycle, more correct each time" | Continuous cycle improvement |
| Only listen to one side of the opinion | Comprehensively understand the situation from all aspects | Collect from multiple angles and conduct comprehensive analysis |
操作规程
Operating Procedures
当本 skill 被触发时,在给出任何方案之前,先执行多源信息收集:
-
识别"群众"(信息源清单):
- 用户的明确需求(用户说了什么)
- 代码库的现状(实际情况是什么)
- 运行结果/日志(现实反馈是什么)
- 相关文档/注释/git history(历史经验是什么)
-
从各源收集事实(不是解释,是事实):对每个有效信息源,提取其中的关键事实
-
系统化整理:识别各信息源之间的:
- 一致之处(可作为可信事实)
- 矛盾之处(调用 处理)
contradiction-analysis - 信息缺口(标注"[X] 需要进一步调查")
-
形成并返回判断,用固定格式:
综合各方信息后,我的判断是:…… 这个判断的依据是:[信息源1] + [信息源2] 共同指向…… 与用户原始描述有出入的地方:……(如有) -
验证闭环:方案实施后,检查结果是否与步骤 4 的判断一致;如不一致,说明哪个信息源提供了误导性信息。
When this skill is triggered, before giving any plan, perform multi-source information collection first:
-
Identify the "masses" (list of information sources):
- Explicit needs of users (what users said)
- Current status of the codebase (what the actual situation is)
- Operation results/logs (what the real feedback is)
- Relevant documents/comments/git history (what the historical experience is)
-
Collect facts from each source (not interpretation, but facts): For each valid information source, extract key facts
-
Systematic sorting: Identify among various information sources:
- Consistencies (can be used as credible facts)
- Contradictions (call to handle)
contradiction-analysis - Information gaps (mark "[X] needs further investigation")
-
Form and return judgment, in fixed format:
综合各方信息后,我的判断是:…… 这个判断的依据是:[信息源1] + [信息源2] 共同指向…… 与用户原始描述有出入的地方:……(如有) -
Verification closed loop: After the plan is implemented, check whether the result is consistent with the judgment in step 4; if not, indicate which information source provided misleading information.
与其他 skill 的关系
Relationship with Other Skills
- 调查研究:群众路线中的"收集"阶段就是一种调查研究
- 矛盾分析法:在"集中"阶段需要用矛盾分析法整理矛盾的意见
- 实践认识论:群众路线本身就是实践认识论的组织化应用
- 批评与自我批评:接收群众的批评是群众路线的重要组成部分
- Investigation and Research: The "collection" stage in the mass line is a kind of investigation and research
- Contradiction Analysis: Need to use contradiction analysis to sort out contradictory opinions in the "concentration" stage
- Practical Epistemology: The mass line itself is the organized application of practical epistemology
- Criticism and Self-criticism: Receiving criticism from the masses is an important part of the mass line