-
Notifications
You must be signed in to change notification settings - Fork 0
Data Sources
Elisabeth15501 edited this page Sep 3, 2026
·
1 revision
| 来源 | URL | 特点 |
|---|---|---|
| AI Critique | aicritique.org | 每周AI新闻汇总,按类别整理 |
| StartupHub AI | startuphub.ai | AI创业公司动态、融资信息 |
| AI Funding | aifunding.me | AI融资数据库,按周更新 |
| The AI Track | theaitrack.com | AI模型发布、基准测试更新 |
| TechCrunch AI | techcrunch.com/category/artificial-intelligence | 实时AI新闻 |
| 来源 | URL | 特点 |
|---|---|---|
| Resourcera AI Stats | resourcera.com/data/artificial-intelligence/ai-statistics | 综合AI市场统计数据 |
| Companies History | companieshistory.com/artificial-intelligence-market | AI市场规模历史与预测 |
| MarketsandMarkets | marketsandmarkets.com | AI市场预测报告 |
| Gartner | gartner.com | 企业AI采用研究 |
| Stanford AI Index | aiindex.stanford.edu | 年度AI指数报告 |
| 来源 | URL | 特点 |
|---|---|---|
| AI Policy | aipolicy.com | AI政策追踪 |
| White House | whitehouse.gov | 美国AI行政令 |
| EU AI Act Tracker | claudd.ai/eu-ai-act-tracker | 欧盟AI法案进展 |
| 来源 | URL | 特点 |
|---|---|---|
| 投资界AI栏目 | pe.pedaily.cn/ai | 中文AI投融资新闻 |
| 36氪人工智能 | 36kr.com/tag/人工智能 | 中国AI行业动态 |
| 机器之心 | jiqizhixin.com | AI技术新闻与论文 |
| 量子位 | qbitai.com | AI行业新闻与访谈 |
| 新智元 | ai.jiqizhixin.com | AI产业动态 |
搜索关键词组合:
-
AI融资 本周+site:36kr.com OR site:pedaily.cn 大模型融资 2026-
AI并购+ 当前月份年份
搜索关键词组合:
-
AI监管 2026+site:gov.cn -
人工智能法规+ 当前月份 -
AI拟人化交互服务管理办法(中国专项)
英文:AI news week of [当前日期] 2026
中文:AI行业新闻 [当前月份] 2026
英文:
- AI model release benchmark [当前月份] 2026
- AI funding round [当前月份] 2026
- AI regulation policy update 2026
中文:
- 大模型发布 [当前月份] 2026
- AI融资 [当前月份] 2026
- 人工智能政策 [当前月份] 2026
对报告中使用的所有量化数据(市场规模、融资额、市场份额等),至少找到2个独立来源交叉验证。
RSS 抓取比 HTML 解析更稳定,推荐优先使用。scripts/fetch_ai_news.py 内置以下已验证可用的源:
| 来源 | Feed URL | 语言 | 分类倾向 |
|---|---|---|---|
| 量子位 | https://www.qbitai.com/rss | 中文 | industry |
| 36氪 | https://36kr.com/feed | 中文 | industry |
| TechCrunch AI | https://techcrunch.com/category/artificial-intelligence/feed/ | 英文 | industry |
| MIT Tech Review | https://www.technologyreview.com/feed/ | 英文 | industry |
| Hugging Face Blog | https://huggingface.co/blog/feed.xml | 英文 | ai-models |
| TechMeme | https://www.techmeme.com/feed.xml | 英文 | industry |
| MIT News AI | https://news.mit.edu/topic/mitartificial-intelligence2-rss.xml | 英文 | paper |
| VentureBeat AI | https://venturebeat.com/category/ai/feed/ | 英文 | industry |
| Google AI Blog | https://blog.google/technology/ai/rss/ | 英文 | industry |
已失效(已从列表移除):The Verge AI(
/rss/index.xml返回 404)、机器之心(jiqizhixin.com/rss已变为数据服务页)、arXiv cs.AI(返回 0 条目,不稳定)。 如发现某源持续失效,用--check-feeds发现后从RSS_FEEDS移除或替换。
如需更高质量的数据,可配置以下 API。scripts/fetch_ai_news.py 支持读取这些 API。
- 用途:结构化 AI 新闻搜索
- 免费层:100 req/天
- 获取 key:注册 https://newsapi.org/register
-
配置方法:
在 ~/.workbuddy/skills/ai-weekly/.env 中添加: NEWSAPI_KEY=your_key_here -
调用示例:
NEWSAPI_KEY=xxx python scripts/fetch_ai_news.py --news-api --output news.json
- 用途:获取开源模型最新排行榜
- 免费:无需 API key
-
端点:
https://huggingface.co/api/spaces/open-llm-leaderboard/open_llm_leaderboard/api/leaderboard - 无需配置,脚本直接调用
- 用途:结构化融资数据
- 付费:需订阅
- 获取 key:https://www.crunchbase.com/developers
-
配置方法:在
.env中添加CRUNCHBASE_KEY=xxx
在 ~/.workbuddy/skills/ai-weekly/.env 中配置(该文件不提交到 git):
# News API(可选)
NEWSAPI_KEY=
# Crunchbase API(可选)
CRUNCHBASE_KEY=
# 代理配置(受限网络下可选,用于提升海外源可达性)
HTTP_PROXY=
HTTPS_PROXY=fetch_ai_news.py 自动从以下位置读取代理(优先级从高到低):
- 环境变量
HTTPS_PROXY/HTTP_PROXY -
.env文件中的HTTP_PROXY/HTTPS_PROXY行
国内环境访问英文 RSS 源(TechCrunch、VentureBeat 等)时建议配置代理。
定期检查 RSS 源可用性,结果保存到 data/feed_health.json:
python scripts/fetch_ai_news.py --check-feeds如发现某个源持续失效(status: "error" 或 status: "empty"),应从 RSS_FEEDS 列表中移除或替换为新 URL。
- WebSearch:用于发现信息源(获取URL列表)
- WebFetch:用于从已发现的信息源提取具体内容
- 优先顺序:先 RSS Feed → 再 WebSearch 发现 → 再 WebFetch 提取
- 并发:同一轮次的多组关键词可并发搜索