Two Feeds in One Page
The News page has two channels behind a tab switcher at the top:- News - Curated Canton Network coverage from the web. Items are pulled from Google News and RSS sources, then summarized by an LLM so you can get the essentials in a sentence or two without clicking through.
- Community - Member-submitted posts: announcements, takes, threads, write-ups, and updates shared by other CCTools users.
How Often It Updates
News ingestion runs every 10 minutes. Curated RSS feeds are pulled on every run, while the Google News (Serper) queries are throttled to roughly once an hour to stay inside the provider’s daily quota. The pipeline:- Queries Google News (via Serper) for Canton-related keywords
- Merges items from curated RSS feeds
- Deduplicates across publishers using a normalized title key - the same story from two outlets only appears once
- Runs an LLM summary on each new article
- Publishes to the feed
