-
-
Notifications
You must be signed in to change notification settings - Fork 68
Expand file tree
/
Copy pathfeeds.yaml
More file actions
183 lines (152 loc) · 4.13 KB
/
Copy pathfeeds.yaml
File metadata and controls
183 lines (152 loc) · 4.13 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
# Feed Registry -- single source of truth for all feed generators.
# run_all_feeds.py reads this file instead of scanning *.py files.
#
# To add a new feed:
# 1. Create feed_generators/<name>.py
# 2. Add an entry here
# 3. Add a Make target in makefiles/feeds.mk
# 4. Update README.md
#
# To disable a feed temporarily:
# some_feed:
# script: some_blog.py
# type: requests
# blog_url: https://example.com
# enabled: false
feeds:
ai_first_podcast:
script: ai_first_podcast.py
type: requests
blog_url: https://ai-first.ai/podcast
aisi:
script: aisi_blog.py
type: requests
blog_url: https://www.aisi.gov.uk/blog
anthropic_eng:
script: anthropic_eng_blog.py
type: requests
blog_url: https://www.anthropic.com/engineering
anthropic_news:
script: anthropic_news_blog.py
type: selenium
blog_url: https://www.anthropic.com/news
anthropic_red:
script: anthropic_red_blog.py
type: requests
blog_url: https://red.anthropic.com/
anthropic_research:
script: anthropic_research_blog.py
type: selenium
blog_url: https://www.anthropic.com/research
blogsurgeai:
script: blogsurgeai_feed_generator.py
type: requests
blog_url: https://www.surgehq.ai/blog
chanderramesh:
script: chanderramesh_blog.py
type: requests
blog_url: https://chanderramesh.com/writing
claude:
script: claude_blog.py
type: requests
blog_url: https://claude.com/blog
cohere:
script: cohere_blog.py
type: requests
blog_url: https://cohere.com/blog
cursor:
script: cursor_blog.py
type: requests
blog_url: https://cursor.com/blog
dagster:
script: dagster_blog.py
type: requests
blog_url: https://dagster.io/blog
far_ai:
script: far_ai_blog.py
type: requests
blog_url: https://www.far.ai/publications
eleuther_papers:
script: eleuther_papers_blog.py
type: requests
blog_url: https://www.eleuther.ai/papers
goodfire:
script: goodfire_blog.py
type: requests
blog_url: https://www.goodfire.ai/research
google_ai:
script: google_ai_blog.py
type: requests
blog_url: https://developers.googleblog.com/search/?technology_categories=AI
groq:
script: groq_blog.py
type: requests
blog_url: https://groq.com/blog/
meta_ai:
script: meta_ai_blog.py
type: selenium
blog_url: https://ai.meta.com/blog/
mistral:
script: mistral_blog.py
type: selenium
blog_url: https://mistral.ai/news
ollama:
script: ollama_blog.py
type: requests
blog_url: https://ollama.com/blog
openai_developer:
script: openai_developer_blog.py
type: requests
blog_url: https://developers.openai.com/blog
openai_engineering:
script: openai_engineering_blog.py
type: requests
blog_url: https://openai.com/news/engineering/
openai_research:
script: openai_research_blog.py
type: requests
blog_url: https://openai.com/news/research/
paulgraham:
script: paulgraham_blog.py
type: requests
blog_url: https://paulgraham.com/articles.html
perplexity_hub:
script: perplexity_hub.py
type: selenium
blog_url: https://www.perplexity.ai/hub
pinecone:
script: pinecone_blog.py
type: selenium
blog_url: https://www.pinecone.io/blog/
the_batch:
script: deeplearningai_the_batch.py
type: requests
blog_url: https://www.deeplearning.ai/the-batch/
transluce:
script: transluce_blog.py
type: requests
blog_url: https://transluce.org/research
timaeus:
script: timaeus_blog.py
type: requests
blog_url: https://timaeus.co/research
weaviate:
script: weaviate_blog.py
type: requests
blog_url: https://weaviate.io/blog
windsurf_blog:
script: windsurf_blog.py
type: requests
blog_url: https://windsurf.com/blog
windsurf_changelog:
script: windsurf_changelog.py
type: requests
blog_url: https://windsurf.com/changelog
windsurf_next_changelog:
script: windsurf_next_changelog.py
type: requests
blog_url: https://windsurf.com/changelog/windsurf-next
xainews:
script: xainews_blog.py
type: selenium
blog_url: https://x.ai/news