Stop drowning in AI news. Get a structured daily briefing curated from Andrej Karpathy's reading list — automatically generated by AI.
The AI field moves at breakneck speed. Hundreds of papers, blog posts, product launches, and tweets every day. Even following the right people on Twitter isn't enough — you still need to read, filter, and synthesize.
The result? You either spend hours doom-scrolling or miss important developments entirely.
Andrej Karpathy — one of the most respected voices in AI — maintains a carefully curated set of RSS sources covering the most important AI publications and blogs. This skill turns that curated feed into a structured daily briefing with one command.
- Karpathy-Curated Sources — Only the feeds that matter, selected by someone who deeply understands the field
- AI-Powered Synthesis — Reads full articles, extracts key points, identifies themes
- Structured Output — Organized by topic with data summaries and editorial observations
- Real-time Data — Fetches live RSS content via YouMind RSS Pack, always up to date
Data powered by YouMind RSS Pack — reliable feed aggregation for AI-native workflows.
You: "Give me today's AI briefing"
AI: → Fetches Karpathy's RSS feeds → Reads top articles → Generates structured briefing
You: "What's new in AI today?"
AI: → Same flow, detects language, outputs accordingly
You: "Any recent progress on LLM reasoning?"
AI: → Fetches feeds → Filters for reasoning/inference topics → Focused briefing
You: "Summarize this week's AI highlights"
AI: → Expands to 7-day window → Weekly digest
Karpathy Curated RSS Daily Briefing | 2025-02-12 | 12 updates
Internal OpenAI documents reveal GPT-5 will adopt a new MoE architecture with significantly more parameters...
Key Takeaways:
- New architecture uses 16 expert modules, reducing inference cost by 40%
- Training data scaled to 15T tokens
- Expected Q2 release, API pricing unchanged
Meta releases Llama 4 Scout with a 10M token context window...
- 42 RSS updates processed
- 12 stories selected for deep reading
- 4 core themes: LLM Architecture, Open Source Ecosystem, AI Agents, Chip Competition
This week's dominant thread is "efficiency" — from the MoE shift in model architecture to inference framework optimizations...
Auto-generated AI briefing | Source: Andrej Karpathy curated RSS | Powered by YouMind
This skill is a perfect fit for OpenClaw as an automated daily cron job. Set it up once, and wake up to a fresh AI briefing in your Telegram/Discord/Slack every morning.
Step 1: Install the skill
npx skills i YouMind-OpenLab/karpathy-rss-daily-skillStep 2: Create a cron job
Just paste this into your OpenClaw chat:
I want a daily AI news briefing using the karpathy-rss-daily-skill. Fetch the RSS feeds from https://youmind.com/rss/pack/andrej-karpathy-curated-rss, read the top stories from the past 24 hours, and send me a structured briefing with key themes, takeaways, and editor's notes. Set this up as a daily cron job.
OpenClaw will then:
- Detect your language automatically and confirm it with you
- Suggest a default time (8:00 AM in your timezone) and ask if you'd like to change it
- Create the cron job with your preferences
After that, OpenClaw will automatically:
- Create an isolated cron job on the schedule you specified
- Fetch and synthesize Karpathy's curated feeds daily
- Deliver the briefing to your connected chat (Telegram, Discord, Slack, etc.)
That's it. No code, no config files, no API keys. Just tell your agent what you want.
For those who prefer manual setup via the OpenClaw config or CLI:
{
"name": "karpathy-daily-briefing",
"schedule": { "kind": "cron", "expr": "0 8 * * *", "tz": "America/New_York" },
"sessionTarget": "isolated",
"payload": {
"kind": "agentTurn",
"message": "Run the karpathy-rss-daily-skill: Fetch the RSS pack from https://youmind.com/rss/pack/andrej-karpathy-curated-rss, read the top articles from the past 24h, and generate a structured daily briefing with themes, key takeaways, and editor's notes. Output in English. (Change to: Chinese, Japanese, Spanish, etc.)",
"timeoutSeconds": 180
},
"delivery": { "mode": "announce" }
}| Feature | Manual | With OpenClaw |
|---|---|---|
| Schedule | You remember to run it | Automatic, every day |
| Delivery | Copy-paste from terminal | Pushed to your chat app |
| Customization | Edit config each time | Just tell it what you want |
| History | Lost after session ends | Stored and searchable |
User Request / Cron Trigger
↓
Fetch RSS Pack (YouMind API)
↓
Fetch Individual Feeds
↓
Filter by Time Window (24h/48h/7d)
↓
Select Top Stories (1-2 per source)
↓
Fetch Full Articles
↓
Cluster by Theme
↓
Generate Structured Briefing
↓
Deliver to Chat (OpenClaw) or Terminal
Uses YouMind RSS Pack for reliable feed aggregation — no need to manage individual RSS subscriptions or worry about feed availability.
Karpathy's curated RSS includes top-tier AI sources such as:
- Research: arXiv CS.AI/CL/CV, Google AI Blog, OpenAI Blog, DeepMind Blog
- Engineering: The Gradient, Lil'Log, Jay Alammar, Chip Huyen
- Industry: The Information, Stratechery (AI coverage), Import AI
- Community: Hacker News (AI), Reddit r/MachineLearning, LWN.net
- Individuals: Karpathy's own picks of researcher blogs and newsletters
The exact feed list is maintained by Karpathy and served via YouMind RSS Pack. It updates as his reading list evolves.
npx skills i YouMind-OpenLab/karpathy-rss-daily-skillAuto-detects all AI assistants (Claude Code, Cursor, Codex, Gemini CLI, Windsurf, etc.) and installs to all of them.
npx openskills install YouMind-OpenLab/karpathy-rss-daily-skill"Help me install YouMind-OpenLab/karpathy-rss-daily-skill"
/install-skill YouMind-OpenLab/karpathy-rss-daily-skill- An AI coding assistant that supports skills (Claude Code, Cursor, etc.)
- Internet access for fetching RSS feeds
- No API keys required — RSS data is publicly available via YouMind
- Optional: OpenClaw for automated daily delivery
- Andrej Karpathy curated RSS on YouMind
- YouMind — AI-native content intelligence platform
- YouMind-OpenLab — Open source AI tools and skills
- OpenClaw — Open-source AI agent framework
- Skills CLI — Universal AI skill installer
MIT
Built on YouMind's AI-native content intelligence platform.
