From 5a0d91a53541e9c515749683ed426d59bf0f9abd Mon Sep 17 00:00:00 2001 From: tukuaiai Date: Fri, 19 Dec 2025 12:51:22 +0800 Subject: [PATCH] feat: add 2025 AI Engineer Reading List to external resources - Add Latent.Space 2025 papers (50 must-read papers across 10 AI fields) - Update both zh and en versions --- .../en/documents/04-resources/External Resource Aggregation.md | 3 ++- i18n/zh/documents/04-资源/外部资源聚合.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/i18n/en/documents/04-resources/External Resource Aggregation.md b/i18n/en/documents/04-resources/External Resource Aggregation.md index 264377a..ff7d613 100644 --- a/i18n/en/documents/04-resources/External Resource Aggregation.md +++ b/i18n/en/documents/04-resources/External Resource Aggregation.md @@ -2,7 +2,7 @@ > Summary of high-quality external resources related to Vibe Coding > -> Last updated: 2025-12-18 +> Last updated: 2025-12-19 --- @@ -274,6 +274,7 @@ | Repository | Link | Description | |:---|:---|:---| +| 2025 AI Engineer Reading List | [Latent.Space](https://www.latent.space/p/2025-papers) | 50 must-read papers covering LLM/RAG/Agent/CodeGen and 10 fields | | prompt-engineering-guide | [GitHub](https://github.com/dair-ai/Prompt-Engineering-Guide) | Prompt Engineering Guide | | generative-ai-for-beginners | [GitHub](https://github.com/microsoft/generative-ai-for-beginners) | Microsoft Generative AI tutorial | | llm-course | [GitHub](https://github.com/mlabonne/llm-course) | LLM learning roadmap | diff --git a/i18n/zh/documents/04-资源/外部资源聚合.md b/i18n/zh/documents/04-资源/外部资源聚合.md index 4eda1c9..040c34b 100644 --- a/i18n/zh/documents/04-资源/外部资源聚合.md +++ b/i18n/zh/documents/04-资源/外部资源聚合.md @@ -2,7 +2,7 @@ > Vibe Coding 相关的优质外部资源汇总 > -> 最后更新:2025-12-18 +> 最后更新:2025-12-19 --- @@ -281,6 +281,7 @@ | 仓库 | 链接 | 说明 | |:---|:---|:---| +| 2025 AI Engineer Reading List | [Latent.Space](https://www.latent.space/p/2025-papers) | 50篇必读论文,涵盖 LLM/RAG/Agent/CodeGen 等10个领域 | | prompt-engineering-guide | [GitHub](https://github.com/dair-ai/Prompt-Engineering-Guide) | 提示工程指南 | | generative-ai-for-beginners | [GitHub](https://github.com/microsoft/generative-ai-for-beginners) | 微软生成式 AI 教程 | | llm-course | [GitHub](https://github.com/mlabonne/llm-course) | LLM 学习路线 |