> Zero-config AI news aggregation. No scripts, no APIs, no setup.
> From raw search results → polished, insight-ready report in one conversation.
| Problem with other tools | How we solve it |
|---|---|
| ------------------------- | ---------------- |
| Need RSS feeds, Python scripts, cron jobs | Pure prompt-driven, zero setup |
| Dumps raw links at you | Structured categories with summaries |
| No deduplication | Smart merge: same event from 5 sources → 1 entry |
| No ranking | Significance-based prioritization (critical → minor) |
| One-size output | 4 depth levels + custom topics |
| English-only | Bilingual (Chinese + English) by default |
Use web_search with count: 8 for each. Run all searches before proceeding.
| # | Query | Purpose |
|---|---|---|
| --- | ------- | --------- |
| 1 | "AI breaking news today {current_year}" | General breaking |
| 2 | "LLM model release launch {current_year}" | New model releases |
| 3 | "AI startup funding investment {current_year}" | Funding rounds |
| 4 | "人工智能 最新消息 今天" | Chinese-language news |
| 5 | "AI product launch announcement" | Product updates |
| 6 | "AI research breakthrough paper" | Academic/research |
| 7 | "OpenAI Google Anthropic Meta AI update" | Big tech moves |
| 8 | "AI regulation policy government" | Policy changes |
Focus mode — If user specified a topic, replace queries 5-8 with topic-specific searches:
| Topic | Replacement queries |
|---|---|
| ------- | ------------------- |
| AI Agents | "AI agent framework launch", "autonomous agent 2026", "AI agent startup", "MCP tool use agent" |
| AI Coding | "AI coding assistant update", "Copilot Cursor Windsurf Claude Code", "AI developer tool", "code generation model" |
| AI Video/Image | "AI video generation Sora Runway Kling", "AI image Midjourney DALL-E", "AI creative tool", "generative AI art" |
| AI Hardware | "AI chip GPU NVIDIA AMD", "AI inference hardware", "edge AI chip", "AI data center" |
| Robotics | "humanoid robot", "AI robotics startup", "autonomous vehicle AI", "embodied AI" |
For each result that looks relevant:
web_fetch with maxChars: 3000Date filtering rules (STRICT — NO EXCEPTIONS):
Source credibility tiers (prefer higher-tier when multiple sources cover same story):
Deduplication rules:
Significance ranking:
| Level | Criteria | Examples |
|---|---|---|
| ------- | ---------- | ---------- |
| 🔴 Critical | Industry-changing event | New GPT release, major AI safety incident, billion-dollar deal, government ban |
| 🟡 Notable | Significant but expected | Product update, $10M+ funding, benchmark record, partnership |
| 🟢 Routine | Normal activity | Minor feature, opinion piece, routine update, rumor |
Depth levels (user can specify, default: standard):
| Level | Content | Best for |
|---|---|---|
| ------- | --------- | ---------- |
| Brief | Headlines + one-liners only | Quick glance, mobile reading |
| Standard | Headlines + 2-3 sentence summaries + links | Default daily use |
| Deep | Full summaries + context + analysis | Research, decision-making |
| Executive | 3-5 bullet points only | Busy leaders, standup prep |
Standard depth output format:
# 🤖 AI 科技日报 | {YYYY-MM-DD 周X}
---
## 🔴 今日头条
### {Headline}
{2-3 sentences: what happened, why it matters, what's next}
🔗 [{Source}]({url}) | 也被报道: {Other Source 1}, {Other Source 2}
---
## 📰 行业动态
| 事件 | 要点 | 来源 |
|------|------|------|
| {Title} | {One-line summary} | [🔗]({url}) |
## 💰 投融资
- **{Company}** — {金额} {轮次} (领投: {Investor}) → 用途: {use of funds}
🔗 [{Source}]({url})
## 🛠️ 技术突破
- **{What}** — {Why it matters, technical detail}
🔗 [{Source}]({url})
## 📱 产品发布
- **{Product}** ({Company}) — {Key feature or change}
🔗 [{Source}]({url})
## 📜 政策法规
- {What changed} — {Who is affected}
🔗 [{Source}]({url})
---
💡 **趋势洞察**: {1-2 sentences connecting today's stories to broader patterns}
📋 **明日关注**: {Upcoming events, expected announcements, developing stories}
User: "深入分析 {topic}" / "deep dive into {topic}"
# 📊 {Topic} 深度分析 | {Date}
## 背景概述
{What led to this topic becoming relevant — 3-4 sentences}
## 最新进展
{Timeline of recent events, newest first}
## 核心玩家
| 公司/团队 | 动作 | 策略方向 |
|-----------|------|----------|
| {Name} | {What they did} | {Where they're heading} |
## 技术分析
{Deeper look at the technology, 1-2 paragraphs}
## 市场影响
{How this affects the industry, investment landscape, etc.}
## 未来展望
{What to expect in next 3-6 months}
## 完整来源
1. [{Title}]({url}) — {Source}
2. ...
User: "分析 {Company} 的最新 AI 动态"
# 🔍 {Company} 竞品雷达 | {Date}
## 近30天动态
| 日期 | 事件 | 类型 |
|------|------|------|
| {Date} | {What happened} | 产品/技术/人事/战略 |
## 产品路线分析
{Where their product is heading based on recent moves}
## 关键人才变动
{Notable hires or departures}
## 研究/专利
{Recent papers, patents, or open-source releases}
## 对我们的启示
{Actionable insights for the user's own strategy}
User: "AI 周报" / "weekly AI roundup"
Daily format + these extra sections:
## 📈 本周趋势
1. **{Trend 1}**: {Evidence from multiple stories}
2. **{Trend 2}**: {Evidence}
## 📊 数据亮点
- 融资总额: ${amount} across {n} rounds
- 新模型发布: {n} 个
- 重要产品: {highlights}
## 📅 下周看点
- {Upcoming event 1}
- {Expected announcement}
- {Ongoing story to follow}
Before delivering output, verify EVERY item:
| Situation | Action |
|---|---|
| ----------- | -------- |
| Search API fails for a query | Skip, continue with remaining searches |
| Article fetch returns empty | Use search snippet, mark "[摘要来自搜索结果]" |
| All searches fail | Return: "⚠️ 搜索服务暂时不可用,请稍后再试" |
| No news in a category | Show "暂无相关动态" — never omit the section |
| Source is paywalled | Use snippet, mark "[付费文章,仅摘要]" |
| Target | How |
|---|---|
| -------- | ----- |
| Chat (default) | Markdown inline |
| Feishu doc | feishu_doc tool → create → write |
| File | Save to user-specified path |
| English | User says "in English" → all labels switch to English |
共 1 个版本