这里记录了一些个人探索、实验和实际使用中的项目。
随着 AI 编程工具的发展,越来越多的代码不再完全由人手工编写,而是由人类负责提出想法、设计方向、验证结果,再由 AI 协助完成实现。
这个仓库中的很多项目,都采用了 AI 辅助开发的方式完成。
AI 负责:
- 代码生成
- 重构优化
- 问题分析
- 文档整理
- 快速原型实现
人负责:
- 创意和需求
- 架构设计
- 技术选型
- 代码审核
- 最终决策
我们相信,未来的软件开发方式会发生改变:
不再是人与代码之间的关系,而是人与 AI 协作创造软件。
这些项目可能并不完美,但它们记录了一个新的开发时代: 一个人与 AI 一起构建软件的时代。
This repository contains personal explorations, experiments, and practical projects.
With the rapid development of AI coding tools, software development is changing. More and more code is no longer written entirely by humans. Instead, humans define ideas, architecture, and goals, while AI helps turn them into working software.
Many projects in this repository are developed with the assistance of AI.
AI helps with:
- Code generation
- Refactoring and optimization
- Debugging and problem solving
- Documentation
- Rapid prototyping
Humans are responsible for:
- Ideas and requirements
- Architecture design
- Technology choices
- Code review
- Final decisions
We believe the future of software development will be:
Not humans versus code, but humans collaborating with AI to create software.
These projects may not be perfect, but they represent a new era of development: an era where humans and AI build software together.