Skip to content
@microwind

microwind

AI时代下的算法、数据结构与设计模式、架构设计研究库,用不同编程语言实现,紧跟AI时代步伐。AI Era Research Library: Algorithms, Data Structures, Design Patterns & Architecture, implemented across multiple

MicroWind | AI 编程核心知识库

算法思想 · 设计模式 · Prompts · Skills

AI 编程时代发展历程

AI能替代编码,无法替代思考;提升思想与认知,是驾驭 AI 的核心竞争力。

%%{init: {'flowchart': {'nodeSpacing': 30, 'rankSpacing': 30, 'padding': 10}}}%%
graph LR
%% ===== 时间线主线 =====
P(["2023以前<br/>传统模式"]) --> Q(["2023-2024<br/>Copilot模式"]) --> R(["2025+<br/>Agent模式"]) --> S(["2026+<br/>Agentic模式"])

%% ===== 核心能力纵向显示 =====
P1("手写代码<br/>实现功能<br/>角色:执行者")
Q1("L1 AI Copilot<br/>辅助编码<br/>角色:增强执行")
R1("L2 AI Agent<br/>指导AI<br/>角色:指挥者")
S1("L3 Agentic AI<br/>驱动AI<br/>角色:决策者")

P --> P1
Q --> Q1
R --> R1
S --> S1

%% ===== 主节点样式 =====
style P fill:#666666,stroke:#282A2D,color:#ffffff,stroke-width:2px,rx:12,ry:12
style Q fill:#FF6600,stroke:#c94c4c,color:#ffffff,stroke-width:2px,rx:12,ry:12
style R fill:#6a5acd,stroke:#1D4ED8,color:#ffffff,stroke-width:2px,rx:12,ry:12
style S fill:#11908A,stroke:#15803D,color:#ffffff,stroke-width:2px,rx:12,ry:12

%% ===== 子节点样式 =====
style P1 fill:#E6E8EB,stroke:#90959D,color:#15181E,rx:10,ry:10
style Q1 fill:#FDE2DF,stroke:#F59E0B,color:#78350F,rx:10,ry:10
style R1 fill:#F2E7FA,stroke:#7C04AB,color:#1E3A8A,rx:10,ry:10
style S1 fill:#C2F8F1,stroke:#23B659,color:#14532D,rx:10,ry:10
Loading

AI 编程核心能力矩阵

表层的 API、开发框架日新月异,而算法思想、设计模式、底层逻辑历久弥新。

%%{init: {'flowchart': {'nodeSpacing': 40, 'rankSpacing': 40, 'padding': 15}}}%%
graph TD
    A(AI时代程序员核心能力) --> B[算法思想与数据结构]
    A --> C[设计模式与架构思想]
    A --> D[AI提示词工程]
    A --> E[AI编程Skills库]
    
    B --> F[驾驭AI的底层根基]
    C --> F[驱动AI的架构思维]
    D --> F[高效协作AI的工具]
    E --> F[AI全面技能体系]
    
    F --> G[执行者 -> 指挥者 -> 决策者]

    %% 主节点
    style A fill:#615C5C,stroke:#ccc,color:#fff,stroke-width:2px,rx:12,ry:12
    %% 核心能力节点
    style B fill:#E75E19,stroke:#ccc,color:#fff,rx:10,ry:10
    style C fill:#1656BC,stroke:#ccc,color:#fff,rx:10,ry:10
    style D fill:#C66D01,stroke:#ccc,color:#fff,rx:10,ry:10
    style E fill:#048D54,stroke:#ccc,color:#fff,rx:10,ry:10
    %% 汇总能力节点
    style F fill:#0550C2,stroke:#ccc,color:#fff,rx:12,ry:12
    %% 最终能力发展节点
    style G fill:#722C9D,stroke:#ccc,color:#fff,stroke-width:1px,rx:12,ry:12
Loading

AI 编程四大核心仓库

1. algorithms| 算法思想与数据结构

理解算法与数据结构,指导AI做出合理决策。

👉 github.com/microwind/algorithms

2. design-patterns | 设计模式与架构思想

理解设计模式与架构思想,让AI写出有灵魂的代码

👉 github.com/microwind/design-patterns

3. ai-prompt | 程序员 Prompt Engineering 知识库

14 大场景提示词,让AI成为你的得意助手

👉 github.com/microwind/ai-prompt

4. ai-skills | AI 编程 Skills 知识库大全

100 + 结构化技能库,用Skill快速搭建系统

👉 github.com/microwind/ai-skills

Pinned Loading

  1. design-patterns design-patterns Public template

    🚀 AI时代,人人都是架构师。本项目旨在研究设计模式、编程范式、设计原则与微服务架构等,通过C/Java/Go/JavaScript/Python等多种语言实现样例。帮助您深入理解问题本质,在复杂系统中做出合理的架构决策,驱动AI干活。

    Java 128 23

  2. algorithms algorithms Public

    🚀 AI Agent时代,人人都是算法思想工程师。本项目含各种数据结构与经典算法,充分举例说明,用C/Java/Python/JS/Go/Rust等不同语言实现,一边学算法一边学语言。助您打牢基础,彻底理解编程的本质,以便驾驭和用好AI。

    C 123 13

  3. ai-prompt ai-prompt Public

    🔥 构建高质量的大型语言模型Prompt,让AI替你打工。Building a rich, high-quality prompt for an Large Language Model (LLM)

    20 5

  4. ai-skills ai-skills Public

    🔥 构建高质量的AI编程Skills库,利用AI来学习编程技术。Collect and build high-quality skills to enable AI to serve you better.

    Python 15 3

  5. quiz quiz Public template

    some code quiz for JavaScript Java etc.

    JavaScript 3

  6. Think-different-in-Java_JS_Python_Go Think-different-in-Java_JS_Python_Go Public

    Java and JavaScript、Python、Go whole comparison with data structure and syntax

Repositories

Showing 8 of 8 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…