IdeaCredIdeaCred

TadFuji/ai-news-bot

69

Serverless AI news curation pipeline: 36 RSS feeds → Gemini 3 Flash dual-pass → Japanese morning brief. Delivered via GitHub Pages, LINE, and X.

What's novel

Serverless AI news curation pipeline: 36 RSS feeds → Gemini 3 Flash dual-pass → Japanese morning brief. Delivered via GitHub Pages, LINE, and X.

Code Analysis

12 files read · 4 rounds

A fully automated serverless pipeline that collects AI news from 66+ RSS feeds, uses Gemini AI to translate/score/curate articles into a Japanese morning brief, and distributes via GitHub Pages, LINE, and X (Twitter).

Strengths

Exceptional production-grade error handling with layered guardrails (URL hallucination prevention, source rebalancing, 10-article guarantee, thread-safe extraction, socket-level timeouts) and a genuinely thoughtful dedup algorithm using Japanese character bigrams with complete-linkage clustering. Every non-obvious engineering decision is documented with rationale comments explaining why, not just what.

Weaknesses

The core 'intelligence' is delegated entirely to Gemini prompts rather than custom ML logic, and the keyword scoring in Stage 1 is a simple regex match count — the real value is in prompt engineering and guardrail design rather than algorithmic novelty. Some modules (build_pages.py, generate_weekly_column.py) were not deeply verified, and the project has no CI test coverage metrics or type annotations beyond hints.

Score Breakdown

Innovation
6 (25%)
Craft
64 (35%)
Traction
6 (15%)
Scope
69 (25%)

Signal breakdown

Innovation

Not Fork+1
Code Novelty+1
Concept Novelty+2

Craft

Ci+5
Tests-1
Polish+3
Releases+1
Has License+5
Code Quality+26
Readme Quality+15
Recent Activity+7
Structure Quality+5
Commit Consistency+5
Has Dependency Mgmt+5

Traction

Forks+0
Stars+6
Hn Points+0
Watchers+0
Early Traction+0
Devto Reactions+0
Community Contribs+2

Scope

Commits+8
Languages+5
Subsystems+10
Bloat Penalty+0
Completeness+7
Contributors+6
Authored Files+15
Readme Code Match+3
Architecture Depth+5
Implementation Depth+8

Evidence

Commits

174

Contributors

2

Files

149

Active weeks

9

TestsCI/CDREADMELicenseContributing

Repository

Language

Python

Stars

1

Forks

0

License

MIT