-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrss-feeds.json
More file actions
68 lines (68 loc) · 1.98 KB
/
rss-feeds.json
File metadata and controls
68 lines (68 loc) · 1.98 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"feeds": [
{
"name": "TechCrunch AI",
"url": "https://techcrunch.com/category/artificial-intelligence/feed/"
},
{
"name": "The Verge AI",
"url": "https://www.theverge.com/rss/ai-artificial-intelligence/index.xml"
},
{
"name": "MIT Technology Review AI",
"url": "https://www.technologyreview.com/topic/artificial-intelligence/feed"
},
{
"name": "VentureBeat AI",
"url": "https://venturebeat.com/category/ai/feed/"
},
{
"name": "Ars Technica AI",
"url": "https://feeds.arstechnica.com/arstechnica/technology-lab"
},
{
"name": "Wired AI",
"url": "https://www.wired.com/feed/tag/ai/latest/rss"
},
{
"name": "The Register AI",
"url": "https://www.theregister.com/software/ai_ml/headlines.atom"
},
{
"name": "AI News",
"url": "https://www.artificialintelligence-news.com/feed/"
},
{
"name": "Google AI Blog",
"url": "https://blog.google/technology/ai/rss/"
},
{
"name": "OpenAI Blog",
"url": "https://openai.com/blog/rss.xml"
},
{
"name": "Anthropic Blog",
"url": "https://www.anthropic.com/feed"
},
{
"name": "Hugging Face Blog",
"url": "https://huggingface.co/blog/feed.xml"
},
{
"name": "DeepMind Blog",
"url": "https://deepmind.google/blog/rss.xml"
},
{
"name": "The Gradient",
"url": "https://thegradient.pub/rss/"
},
{
"name": "Import AI Newsletter",
"url": "https://jack-clark.net/feed/"
},
{
"name": "Towards Data Science",
"url": "https://towardsdatascience.com/feed"
}
]
}