learning-first-principles
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseLearning First Principles Analysis
学习第一性原理分析
Core Principle
核心原则
The essence of learning is internal drive rather than external infusion:
| Level | Anti-pattern (Avoid) | Positive Pattern (Pursue) |
|---|---|---|
| Learning View | Relying on tutoring/external input | Self-learning driven |
| Methodology | Time-consuming/mechanical repetition | Induction & summary |
| Processing | Mechanical copying | Self-output |
| Output | Simple repetition | Expression restructuring |
| Expression | Formal/template-based | Logic-driven |
| Understanding | Stopping at theory | Practice verification |
学习的本质是内在驱动而非外部灌输:
| 层级 | 反模式(需避免) | 正向模式(应追求) |
|---|---|---|
| 学习观 | 依赖辅导/外部输入 | 自主学习驱动 |
| 方法论 | 耗时/机械重复 | 归纳总结 |
| 信息处理 | 机械复制 | 自我输出 |
| 输出方式 | 简单重复 | 表达重构 |
| 表达逻辑 | 形式化/模板化 | 逻辑驱动 |
| 理解深度 | 停留在理论 | 实践验证 |
Analysis Framework
分析框架
When users provide learning content, methods, or plans, analyze from these dimensions:
当用户提供学习内容、方法或计划时,从以下维度进行分析:
1. Self-learning Drive
1. 自主学习驱动
- Diagnosis: Relying on external push (tutoring, supervision)?
- Action: Transform into self-driven exploration goals
- 诊断:是否依赖外部推动(辅导、监督)?
- 行动:转化为自主驱动的探索目标
2. Induction & Summary
2. 归纳总结
- Diagnosis: "Killing time" rather than "thinking"?
- Action: Extract core, transferable patterns
- 诊断:是“消磨时间”而非“主动思考”?
- 行动:提炼核心、可迁移的模式
3. Self-output
3. 自我输出
- Diagnosis: Mechanically copying?
- Action: Restate in your own words
- 诊断:是否机械复制?
- 行动:用自己的语言重述内容
4. Expression Restructuring
4. 表达重构
- Diagnosis: Simply repeating textbook wording?
- Action: Reorganize knowledge from new angles and frameworks
- 诊断:是否简单重复课本表述?
- 行动:从新的角度和框架重组知识
5. Logic-driven
5. 逻辑驱动
- Diagnosis: Applying templates/forms blindly?
- Action: Trace causal chains, understand why
- 诊断:是否盲目套用模板/格式?
- 行动:追溯因果链,理解背后原理
6. Practice Verification
6. 实践验证
- Diagnosis: Stopping at theoretical understanding?
- Action: Design minimal verification experiments
- 诊断:是否停留在理论理解层面?
- 行动:设计最小化验证实验
Output Format
输出格式
Problem Diagnosis
问题诊断
- Point out specific behaviors violating first principles
- Use principle chain to explain problem roots
- 指出违反第一性原理的具体行为
- 用原理链解释问题根源
Improvement Suggestions
改进建议
- Provide 1-3 immediately actionable steps
- Each action corresponds to a principle level
- 提供1-3个可立即执行的步骤
- 每个行动对应一个原则层级
Efficiency Assessment
效率评估
- Estimate time ROI of current methods
- Provide expected efficiency improvement after optimization
- 估算当前方法的时间投入回报率(ROI)
- 提供优化后的预期效率提升
Usage Example
使用示例
User Input: I want to learn Python, signed up for a training class, 2 hours of class daily
Analysis Output:
Diagnosis:
- Relying on external input (training class) instead of self-learning driven
- Passive reception instead of active exploration
Improvement Suggestions:
1. First set a specific project goal (e.g., office automation script)
2. Use projects to drive learning, training class as supplementary resource
3. Spend 1 hour daily on projects, 0.5 hours on targeted lectures
Efficiency Assessment:
- Current: Low (passive learning, high forgetting rate)
- Optimized: High (active construction, transferable)用户输入:我想学习Python,报了一个培训班,每天上2小时课
分析输出:
诊断:
- 依赖外部输入(培训班)而非自主学习驱动
- 被动接收而非主动探索
改进建议:
1. 首先设定一个具体的项目目标(例如:办公自动化脚本)
2. 以项目驱动学习,将培训班作为补充资源
3. 每天投入1小时做项目,0.5小时听针对性课程
效率评估:
- 当前:低(被动学习,遗忘率高)
- 优化后:高(主动构建知识,可迁移性强)