Skip to content

精选资料索引

更新时间:2026-03-17。 说明:以官方文档、权威机构与高质量论文为主,不追求"链接数量",追求可执行价值。

一、平台官方最佳实践

OpenAI

资源链接关键主题
Prompt Engineeringhttps://developers.openai.com/api/docs/guides/prompt-engineering提示词设计、最佳实践
Reasoning Best Practiceshttps://developers.openai.com/api/docs/guides/reasoning-best-practices推理模型使用
Structured Outputshttps://developers.openai.com/api/docs/guides/structured-outputsJSON Schema 输出
Safety Best Practiceshttps://developers.openai.com/api/docs/guides/safety-best-practices安全防护
Production Best Practiceshttps://developers.openai.com/api/docs/guides/production-best-practices生产部署
Evals Guidehttps://developers.openai.com/api/docs/guides/evals评测体系
Evals Cookbookhttps://developers.openai.com/cookbook/examples/evaluation/getting_started_with_openai_evals评测示例

Anthropic

资源链接关键主题
Prompt Engineering Overviewhttps://platform.claude.com/docs/en/build-with-claude/prompt-engineering/overview提示词概述
Prompting Best Practiceshttps://platform.claude.com/docs/en/build-with-claude/prompt-engineering/claude-prompting-best-practices最佳实践
Building Agentshttps://claude.com/blog/building-agents-with-the-claude-agent-sdkAgent 构建

Google

资源链接关键主题
Prompting Strategieshttps://ai.google.dev/gemini-api/docs/prompting-strategies提示策略
Function Callinghttps://ai.google.dev/gemini-api/docs/function-calling函数调用
Long Contexthttps://ai.google.dev/gemini-api/docs/long-context长上下文
LearnLMhttps://ai.google.dev/gemini-api/docs/learnlm学习增强

二、安全与治理

OWASP

资源链接关键主题
LLM Top 10 v1.1https://owasp.org/www-project-top-10-for-large-language-model-applications/LLM 安全威胁 Top 10

OWASP LLM Top 10 清单:

排名威胁说明
LLM01Prompt Injection提示词注入
LLM02Insecure Output Handling不安全的输出处理
LLM03Training Data Poisoning训练数据污染
LLM04Model Denial of Service模型拒绝服务
LLM05Supply Chain Vulnerabilities供应链漏洞
LLM06Sensitive Information Disclosure敏感信息泄露
LLM07Insecure Plugin Design不安全的插件设计
LLM08Excessive Agency过度代理
LLM09Overreliance过度依赖
LLM10Model Theft模型窃取

NIST

资源链接关键主题
AI Risk Management Frameworkhttps://www.nist.gov/itl/ai-risk-management-frameworkAI 风险管理框架
GenAI Profilehttps://www.nist.gov/itl/ai-risk-management-framework/generative-artificial-intelligence生成式 AI 风险

NIST AI RMF 核心功能:

txt
┌─────────────────────────────────────────────────────────────┐
│                    GOVERN(治理)                            │
│  建立 AI 风险管理文化、流程和组织架构                         │
└─────────────────────────────────────────────────────────────┘

       ┌──────────────────────┼──────────────────────┐
       │                      │                      │
       ▼                      ▼                      ▼
┌─────────────┐      ┌─────────────┐      ┌─────────────┐
│   MAP       │      │   MEASURE   │      │   MANAGE    │
│   映射      │      │    度量     │      │    管理     │
├─────────────┤      ├─────────────┤      ├─────────────┤
│ 识别风险    │      │ 评估风险    │      │ 处理风险    │
│ 分析影响    │      │ 监控风险    │      │ 持续改进    │
│ 确定优先级  │      │ 报告风险    │      │ 文档记录    │
└─────────────┘      └─────────────┘      └─────────────┘

EU AI Act

资源链接关键主题
Regulatory Frameworkhttps://digital-strategy.ec.europa.eu/en/policies/regulatory-framework-ai欧盟 AI 法规

EU AI Act 时间线:

日期里程碑
2024-08-01AI Act 生效
2025-02-02首批条款适用
2025-08-02GPAI 与治理义务适用
2026-08-02多数高风险规则适用
2027-08-02部分嵌入式高风险系统延后适用

三、学习与教育(AI + Learning Science)

学习科学基础

资源链接关键主题
Dunlosky et al. (2013)https://www.psychologicalscience.org/publications/journals/pspi/learning-techniques.html学习技术综述
UNESCO GenAI Guidancehttps://www.unesco.org/en/articles/guidance-generative-ai-education-and-research教育中的生成式 AI

高效学习技术(按效果排序):

技术效果等级说明
Practice Testing练习测试
Distributed Practice分布式学习
Interleaved Practice交叉练习
Elaborative Interrogation精细追问
Self-Explanation自我解释

AI 辅助学习

资源链接关键主题
ChatGPT Study Modehttps://help.openai.com/en/articles/11780217-chatgpt-study-mode-faq学习模式
ChatGPT Release Noteshttps://help.openai.com/en/articles/6825453-chatgpt-release-notes更新记录
Google LearnLMhttps://ai.google.dev/gemini-api/docs/learnlm学习增强模型
Nature AI Tutoring RCThttps://www.nature.com/articles/s41598-025-97652-6AI 辅导研究

四、关键研究论文(方法论底座)

RAG 相关

论文链接关键贡献
Retrieval-Augmented Generationhttps://arxiv.org/abs/2005.11401RAG 原始论文
Self-RAGhttps://arxiv.org/abs/2310.11511自适应检索
Corrective RAGhttps://arxiv.org/abs/2401.15884纠正性检索

提示工程

论文链接关键贡献
Chain-of-Thoughthttps://arxiv.org/abs/2201.11903思维链
Self-Consistencyhttps://arxiv.org/abs/2203.11171自一致性
Tree of Thoughtshttps://arxiv.org/abs/2305.10601思维树

Agent 相关

论文链接关键贡献
ReActhttps://arxiv.org/abs/2210.03629推理+行动
Toolformerhttps://arxiv.org/abs/2302.04761工具学习
AutoGPThttps://arxiv.org/abs/2306.02224自主 Agent

五、怎么用这份索引

按阶段使用

txt
阶段 1:建立工程底座
└── 先从"平台官方最佳实践"开始
    └── OpenAI Prompt Engineering
    └── Anthropic Prompting Best Practices
    └── Google Prompting Strategies

阶段 2:建立安全门禁
└── 把"安全与治理"映射成发布门禁
    └── OWASP LLM Top 10
    └── NIST AI RMF
    └── EU AI Act 时间线

阶段 3:建立学习流程
└── 将"学习与教育"方法迁移到团队
    └── 学习科学基础
    └── AI 辅助学习
    └── 研究论文跟踪

阶段 4:持续更新
└── 每周按每周更新清单维护文档新鲜度

按周维护

markdown
# 每周更新清单

## 周一:检查官方文档更新

- [ ] OpenAI 文档更新
- [ ] Anthropic 文档更新
- [ ] Google 文档更新

## 周二:检查安全法规更新

- [ ] OWASP 更新
- [ ] NIST 更新
- [ ] EU AI Act 更新

## 周三:检查研究论文

- [ ] arXiv 相关论文
- [ ] 会议论文

## 周四:检查工具更新

- [ ] 评测工具
- [ ] 安全工具

## 周五:更新本地文档

- [ ] 同步更新
- [ ] 团队通知

六、按角色快速查阅

开发者优先读

markdown
必读:

1. Prompt Engineering (OpenAI/Anthropic/Google)
2. Structured Outputs
3. Evals Guide
4. Production Best Practices
5. RAG / ReAct 论文

选读:

- Function Calling
- Safety Best Practices
- OWASP LLM Top 10

产品经理优先读

markdown
必读:

1. Evals Guide 与评测案例
2. Safety Best Practices
3. OWASP LLM Top 10
4. NIST AI RMF
5. EU AI Act 时间线

选读:

- Prompt Engineering
- Production Best Practices
- 学习科学基础

运维优先读

markdown
必读:

1. Production Best Practices
2. Safety Best Practices
3. OWASP LLM Top 10

选读:

- Structured Outputs
- Function Calling

七、Agent 工程专题资料

八、OpenClaw 专题资料

九、GitHub 精选资源汇总

更新时间:2026-03-17

Claude Cookbooks (Anthropic)

Anthropic 官方代码示例和指南,帮助开发者使用 Claude 构建 AI 应用。

分类内容
Capabilities分类、RAG、摘要
Tool Use客服代理、计算器集成、SQL 查询
Third-PartyPinecone RAG、Wikipedia 搜索、Voyage AI 嵌入、Web 页面读取
Multimodal图像入门、视觉最佳实践、图表解读、表单提取
AdvancedSub-agents、PDF 上传、自动评测、JSON 模式、内容审核、Prompt 缓存
LatestSite Reliability Agent、Context Compaction

链接: github.com/anthropics/claude-cookbooks

OpenAI Cookbook

OpenAI 官方代码示例和最佳实践指南,涵盖 API 使用的各个方面。

最新更新:

  • 5.4 Vision Cookbook - 视觉能力开发指南
  • Sora Cookbook - 视频生成 API 使用指南
  • Codex Prompting Guide - 代码生成最佳实践
  • Runtime Containment Cookbook - 多 Agent 工作流预算执行与熔断器
  • Realtime Evals/Types - 实时评测工具

链接: cookbook.openai.com | GitHub

Awesome Cursor Rules

Cursor AI 编辑器的 .cursorrules 配置文件模板集合,帮助定制 AI 行为。

主要分类:

  • 前端框架: Next.js, React, Vue, Angular, Svelte, Solid.js, Qwik, Astro
  • 后端框架: Django, Flask, Laravel, Rails, Go Fiber, Elixir Phoenix
  • 数据库: MongoDB, PostgreSQL, Supabase, Convex
  • 样式: Tailwind CSS, Material UI
  • 语言: TypeScript, Go, Elixir, Kotlin, Java

链接: github.com/PatrickJS/awesome-cursorrules

Awesome ChatGPT

ChatGPT 相关资源、工具和应用汇总。

主要分类:

  • 桌面应用: macOS, Windows, Linux 原生应用
  • Web 应用: 自托管和托管方案 (TypingMind, ChatKit 等)
  • 浏览器扩展: ChatGPT for Google, WebChatGPT 等
  • CLI 工具: Assistant CLI, SearchGPT 等
  • 集成: API 包装、机器人框架

链接: github.com/sindresorhus/awesome-chatgpt

Awesome AI Agents (e2b-dev)

AI Agent 框架、工具和项目汇总,分为开源和闭源两部分。

开源项目精选:

项目描述
AutoGen微软多 Agent 框架
CrewAI角色 Agent 编排框架
LangGraphLangChain Agent 图框架
AgentGPT无代码 AutoGPT 版本
Aider命令行代码编辑 Agent
MetaGPT多 Agent 软件开发框架
OpenClaw开源个人 AI Agent 框架
Pipecat语音/多模态对话 AI 框架

链接: github.com/e2b-dev/awesome-ai-agents

Awesome AI Tools (mahseema)

AI 工具和 LLM 资源汇总,涵盖文本、代码、图像、视频、音频等领域。

主要分类:

  • 文本/聊天: ChatGPT, Claude, Gemini, Character.AI, DeepSeek
  • 代码: AI 编程助手、代码生成工具
  • 图像: Stable Diffusion, Midjourney, DALL-E 相关工具
  • 视频: 视频生成和编辑 AI
  • 音频: 语音克隆、音乐生成
  • 营销: AI 营销工具
  • 学习资源: 教程、课程

链接: github.com/mahseema/awesome-ai-tools

Awesome Agents (kyrolabs)

开源 AI Agent 构建工具和产品汇总,专注于 Agent 开发。

框架精选:

框架特点
LangChain最流行的 LLM 应用框架
LlamaIndex数据连接和 RAG
Semantic Kernel微软 C# SDK
AutoGen微软多 Agent 框架
CrewAI角色 Agent 编排
SwarmOpenAI 轻量多 Agent 框架
MastraTypeScript Agent 框架
OpenClaw开源个人 AI Agent
VoltAgentTypeScript Agent 框架
PraisonAI生产级多 Agent 框架

测试与评测:

  • Voice Lab - 语音 Agent 测试框架
  • Open-RAG-Eval - RAG 评测框架
  • Arize-Phoenix - Agent 可观测性

链接: github.com/kyrolabs/awesome-agents

失效链接记录

以下仓库链接已失效,建议寻找替代资源:

仓库状态备注
jtmuller5/awesome-ai-software-engineering404仓库可能已删除或更名

十、官方博客订阅

来源链接更新频率
Anthropic Newshttps://www.anthropic.com/news每周数次
OpenAI Bloghttps://openai.com/blog每周数次
Hugging Face Bloghttps://huggingface.co/blog每天
Google AI Bloghttps://blog.google/technology/ai/每周数次
arXiv CS.AIhttps://arxiv.org/list/cs.AI/recent每天