karpathy-rss-daily-briefing

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Karpathy 精选 RSS 日报生成

Karpathy Curated RSS Daily Report Generation

基于 Andrej Karpathy 精选的 RSS 信源,自动抓取全部条目、阅读原文、按主题合并排序,生成结构化中文日报。
Based on Andrej Karpathy's curated RSS sources, automatically fetch all entries, read the original articles, merge and sort them by topic, and generate a structured daily report in Chinese.

Language

Language

Match user's language: Respond in the same language the user uses.
Match user's language: Respond in the same language the user uses.

数据源

Data Source

RSS Pack 地址:
https://youmind.com/rss/pack/andrej-karpathy-curated-rss
RSS Pack URL:
https://youmind.com/rss/pack/andrej-karpathy-curated-rss

How It Works / 工作流程

How It Works

按以下步骤顺序执行,完成每步后勾选对应项,再进入下一步。
Progress:
  • Step 1: 获取 RSS 内容
  • Step 2: 创建素材组
  • Step 3: 全量深度阅读
  • Step 4: 主题合并、排序与日报生成
Execute in the following order, check the corresponding item after completing each step, then proceed to the next step.
Progress:
  • Step 1: Fetch RSS Content
  • Step 2: Create Material Group
  • Step 3: Full-scale In-depth Reading
  • Step 4: Topic Merging, Sorting and Daily Report Generation

Step 1:获取 RSS 内容

Step 1: Fetch RSS Content

使用 WebFetch 工具抓取 RSS feed:
URL: https://youmind.com/rss/pack/andrej-karpathy-curated-rss
解析返回的 RSS XML/JSON,提取过去 24 小时内的全部条目。记录每条的:
  • 标题(title)
  • 链接(link)
  • 发布时间(pubDate)
  • 信源名称(source/feed name)
  • 摘要(description/summary)
Use the WebFetch tool to fetch the RSS feed:
URL: https://youmind.com/rss/pack/andrej-karpathy-curated-rss
Parse the returned RSS XML/JSON and extract all entries from the past 24 hours. Record the following for each entry:
  • Title (title)
  • Link (link)
  • Publication Date (pubDate)
  • Source Name (source/feed name)
  • Summary (description/summary)

Step 2:创建素材组

Step 2: Create Material Group

创建素材组文件,命名格式:
YYYY-MM-DD - Karpathy 精选 RSS 日报素材
将 Step 1 获取的全部 RSS 条目按信源分组归入此素材组,不做筛选。
Create a material group file with the naming format:
YYYY-MM-DD - Karpathy Curated RSS Daily Report Materials
Group all RSS entries obtained in Step 1 by source into this material group without any filtering.

Step 3:全量深度阅读

Step 3: Full-scale In-depth Reading

每一条 RSS 条目,使用 WebFetch 工具阅读原文链接,获取文章全文或核心段落。不做筛选,全部阅读。记录:
  • 文章核心观点
  • 关键数据/发现
  • 引用链接
若原文链接 404 或无法访问,使用 RSS 摘要作为替代并标注。
可并行发起多个 WebFetch 请求以提升效率。
For each RSS entry, use the WebFetch tool to access the original article link and obtain the full text or core paragraphs. Read all entries without filtering. Record:
  • Core viewpoints of the article
  • Key data/findings
  • Citation links
If the original link returns 404 or is inaccessible, use the RSS summary as a substitute and mark it accordingly.
Multiple WebFetch requests can be initiated in parallel to improve efficiency.

Step 4:主题合并、排序与日报生成

Step 4: Topic Merging, Sorting and Daily Report Generation

全部条目按主题进行聚合:
  1. 合并:相同或强相关主题的多篇文章合并到同一 section
  2. 排序:按相关性和重要性排列,核心 AI/技术话题在前,低相关话题(书评、历史回顾、非技术内容等)放在后面
  3. 生成:输出日报 document,命名格式:
YYYY-MM-DD - Karpathy 精选 RSS 日报
Aggregate all entries by topic:
  1. Merge: Combine multiple articles on the same or highly related topics into the same section
  2. Sort: Arrange by relevance and importance, with core AI/technology topics first, followed by less relevant topics (book reviews, historical retrospectives, non-technical content, etc.)
  3. Generate: Output the daily report document with the naming format:
YYYY-MM-DD - Karpathy Curated RSS Daily Report

日报模板

Daily Report Template

严格遵循以下模板结构生成日报内容:
markdown
> Andrej Karpathy 精选的信源资讯汇总 | 共 [N] 条更新

---
Strictly follow the following template structure to generate the daily report content:
markdown
> Summary of curated sources by Andrej Karpathy | Total [N] updates

---

🔥 核心主题:【主题标题】

🔥 Core Topic: [Topic Title]

【基于原文阅读的合并描述,包含关键观点、数据和发现】
  • 来源:文章标题1
  • 来源:文章标题2
[Combined description based on reading the original articles, including key viewpoints, data and findings]
  • Source: [Article Title 1](Original Link 1)
  • Source: [Article Title 2](Original Link 2)

{emoji}【主题 2】:【副标题】

{emoji} [Topic 2]: [Subtitle]

【合并描述】
  • 来源:文章标题
...(更多主题,按相关性降序排列)

[Combined Description]
  • Source: [Article Title](Original Link)
... (More topics, sorted in descending order of relevance)

📊 今日数据

📊 Today's Data

  • XX 条 RSS 更新
  • XX 篇深度阅读
  • XX 个主题:AA、BB、CC
  • XX RSS updates
  • XX in-depth readings
  • XX topics: AA, BB, CC

💡 编者观察

💡 Editor's Observation

【对今日整体趋势的简要评论,2-3 句话】

本日报由 AI 自动生成 | 数据源:Andrej Karpathy curated RSS
undefined
[Brief comment on today's overall trends, 2-3 sentences]

This daily report is automatically generated by AI | Data Source: Andrej Karpathy Curated RSS
undefined

模板规则

Template Rules

  • 全量覆盖:每一条 RSS 更新都必须出现在日报中,不遗漏
  • 相同主题的多篇文章合并到同一 section,分别列出引用链接
  • 相关性排序:AI/ML/技术核心话题靠前,泛科技话题居中,非技术内容(书评、历史、文化等)靠后
  • 每个主题用合适的 emoji 开头(🔥 用于最核心主题,其余自选)
  • "今日数据"中的数字必须与实际内容一致
  • 所有引用必须附带原文链接
  • 日报语言为中文,专有名词保留英文
  • Full Coverage: Every RSS update must be included in the daily report without omission
  • Merge multiple articles on the same topic into the same section and list their citation links separately
  • Sort by Relevance: Core AI/ML/technology topics first, followed by general technology topics, and non-technical content (book reviews, history, culture, etc.) last
  • Start each topic with an appropriate emoji (🔥 for the most core topic, others optional)
  • The numbers in "Today's Data" must match the actual content
  • All citations must include the original link
  • The daily report should be in Chinese, with proper nouns retained in English

完成报告

Completion Report

日报生成完毕后,输出以下结构化报告:
[Karpathy RSS 日报] 完成!
日期:YYYY-MM-DD
RSS 条目:XX 条
深度阅读:XX 篇
合并主题:XX 个
输出文档:YYYY-MM-DD - Karpathy 精选 RSS 日报
After generating the daily report, output the following structured report:
[Karpathy RSS Daily Report] Completed!
Date: YYYY-MM-DD
RSS Entries: XX
In-depth Readings: XX
Merged Topics: XX
Output Document: YYYY-MM-DD - Karpathy Curated RSS Daily Report