How raw AI news becomes analysis-ready intelligence
Our AI News system is a continuously running pipeline that transforms raw news into high-quality, analysis-ready articles through AI-powered collection, labelling, scraping, cleaning, and quality assessment stages.
210
Curated feeds
204
Publishers
76
Industries
21,000+
Articles indexed
Feed collection runs on a frequent schedule throughout the day; API collection supplements it several times daily.
Output: raw article entries, labelled as they are saved
No article enters the database without an industry, category, and impact level.
{
"category": "AI in Healthcare",
"industry": "Healthcare",
"impact_level": "HIGH",
"confidence": 95,
"reasoning": "Article covers FDA-approved AI diagnostic tool"
}Result: zero blank industry or category labels across 21,000+ articles
Scheduled runs pick up articles that have a URL but no content yet, in bounded batches.
Output: raw scraped content stored, awaiting AI cleanup
Runs on a frequent schedule, and can also be invoked immediately after a successful scrape.
Output: clean, analysis-ready article text
Runs on a weekly schedule across all unscored content.
Output: content quality score stored
Premium AI models are used here — quality assessment is exactly the kind of complex judgement work they are reserved for.
Check for: DOI, PubMed ID, arXiv ID, "peer-reviewed" mentions
Bonus points, NOT a requirement (real AI news is rarely peer-reviewed)
Adjusted by content type:
Real-world journalism standards:
Premium model rubric (0-100 scale):
Calibration Examples:
quality_rating = ( source_credibility * 0.25 + content_completeness * 0.25 + citation_score * 0.20 + ai_deep_score * 0.25 + peer_review_bonus * 0.05 ) / 20 - red_flag_penalty
Output: fully graded articles with 0-5 star ratings
Stored per article: source credibility, quality rating, quality badge, completeness score, citation score, peer-review flag, and fact-check flags
Generated once a week on Sunday morning.
Separate credit-based reports that subscribers can generate on demand from the same qualified-article pool.
Example: Bloomberg analysis of AI funding with CEO quotes, revenue figures, and market data
Example: TechCrunch product launch announcement with company statement
Example: generic press release rewrite with no added context
Source-name expansion, routine labelling, and content cleanup run on fast, low-cost models (Gemini 2.0 Flash class) — the volume work stays inexpensive.
Quality assessment, deep analysis, and report generation use premium models — judgement-heavy tasks get the strongest reasoning available.
Every article is labelled on arrival, never deleted, graded on a transparent rubric, and traceable to its source — so only premium, substantive, well-sourced AI news reaches your reports.