Files
nexus/wiki/concepts/AI编程.md
2026-04-15 08:15:46 +08:00

26 lines
549 B
Markdown
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.
---
title: AI编程
type: concept
tags: [AI, 编程, Coding]
aliases: [AI Coding, AI辅助编程]
---
## 定义
利用AI辅助或自主完成代码编写、调试、重构的技术。
## 2025年格局
- 终端AI AgentClaude Code、Codex
- IDE集成Cursor
- 开源平替Cline
## Cline核心机制
- 嵌入VS Code工作流
- 深度理解项目上下文
- 自动读取/修改文件
- 支持MCP扩展
- 敏感操作需用户授权
## Connections
- [[AI编程]] ← 基座 ← [[大语言模型]]
- [[Cline]] ← 开源平替 ← [[Cursor]]