self-media-james/articles/004/diagram-01-evolution.mmd
邓文兵 62cda9f9a0 feat(article): 添加AI编程爆发趋势深度分析文章
- 新增004号文章《AI 编程爆发:程序员不写代码的时代真的来了》
- 添加AI编程工具进化路径图表(diagram-01-evolution.mmd)
- 添加2026年AI编程工具格局对比图(diagram-02-landscape.mmd)
- 添加Vibe Coding工作流示意图(diagram-03-vibe-coding.mmd)
- 添加AI工具使用率与职级关系图表(diagram-04-seniority.mmd)
- 添加开发者能力模型转变对比图(diagram-05-skills.mmd)
- 创建七牛云图片批量上传脚本(upload_qiniu_004.py)
2026-03-16 17:09:37 +08:00

24 lines
696 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

graph LR
subgraph 第一代["第一代代码补全2021-2023"]
A1["GitHub Copilot"]
A2["Tabnine"]
end
subgraph 第二代["第二代AI 原生 IDE2024-2025"]
B1["Cursor"]
B2["Windsurf"]
end
subgraph 第三代["第三代终端智能体2025-2026"]
C1["Claude Code"]
C2["OpenAI Codex"]
C3["Roo Code"]
end
第一代 -->|"从补全到理解"| 第二代
第二代 -->|"从辅助到自主"| 第三代
style 第一代 fill:#0d2137,stroke:#94A3B8,color:#e0f7fa
style 第二代 fill:#0d2137,stroke:#F59E0B,color:#e0f7fa
style 第三代 fill:#0d2137,stroke:#10B981,color:#e0f7fa