An automated morning briefing for the AI tooling glut
Because manually tracking ten AI data sources across two languages every morning is a recipe for burnout, not breakthroughs.

What it does
agents-radar is a GitHub Actions workflow that wakes up at 07:00 CST, scrapes and queries ten data sources—from GitHub issues and ArXiv papers to Hacker News threads and Product Hunt launches—and uses an LLM to synthesize everything into bilingual Chinese/English digests. The reports are published as GitHub Issues, committed Markdown files, and surfaced through a web UI, RSS feed, Telegram, Feishu, and even an MCP server for Claude Desktop.
The interesting bit
Instead of just dumping links, the pipeline generates comparative analyses: it ranks AI CLI tools against each other, cross-shops agent frameworks like OpenClaw with its peers, and tracks infrastructure projects (Ollama, vLLM, etc.) as a group. It also detects new articles from Anthropic and OpenAI by incrementally diffing sitemap lastmod timestamps, skipping the step entirely if nothing changed.
Key highlights
- Monitors ten sources daily, including 18 tracked AI tool repos, Hacker News top-30 AI stories, ArXiv papers from cs.AI/cs.CL/cs.LG, Product Hunt launches, HuggingFace trending models, Dev.to articles, and Lobste.rs stories.
- Generates reports once in English, then translates to Chinese, rather than running the entire data-gathering pipeline twice.
- Publishes digests as GitHub Issues and committed Markdown, with a dark-themed web UI, RSS feed, Telegram channel, and Feishu group notifications.
- Exposes historical reports through a hosted MCP server, letting compatible clients query specific dates or search across recent digests.
- Tracks specific ecosystems—AI CLI tools, Claude Code Skills, agent frameworks, and AI infrastructure—with dedicated cross-project comparison reports.
Caveats
- GitHub Trending data is parsed from raw HTML, so the scraper is inherently fragile to markup changes.
- Hugging Face trending models are only refreshed weekly on Mondays, while the rest of the pipeline runs daily.
Verdict
Worth a look if you want a low-maintenance, centralized morning briefing on AI tooling and research. Skip it if you already have a curated information diet you trust or need real-time alerts instead of a daily batch.
Frequently asked
- What is duanyytop/agents-radar?
- Because manually tracking ten AI data sources across two languages every morning is a recipe for burnout, not breakthroughs.
- Is agents-radar open source?
- Yes — duanyytop/agents-radar is open source, released under the MIT license.
- What language is agents-radar written in?
- duanyytop/agents-radar is primarily written in TypeScript.
- How popular is agents-radar?
- duanyytop/agents-radar has 1.1k stars on GitHub.
- Where can I find agents-radar?
- duanyytop/agents-radar is on GitHub at https://github.com/duanyytop/agents-radar.