Last active
March 16, 2026 08:16
-
-
Save mobileappconsultant/d2a09a089958cd9839bf125c69cfc070 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "registry_version": "1.0", | |
| "defaults": { | |
| "dedupe_ttl_days": 14, | |
| "poll_interval_minutes": 15 | |
| }, | |
| "feeds": [ | |
| { | |
| "feed_id": "techcrunch", | |
| "type": "rss", | |
| "enabled": true, | |
| "poll_interval_minutes": 15, | |
| "url": "https://techcrunch.com/feed/", | |
| "cursor_field": "{{$now.minus({ hours: 48 }).toISO()}}", | |
| "id_field": "url", | |
| "tags": ["news", "startups", "tech"], | |
| "audiences": ["eng"] | |
| }, | |
| { | |
| "feed_id": "the_verge", | |
| "type": "rss", | |
| "enabled": true, | |
| "poll_interval_minutes": 15, | |
| "url": "https://www.theverge.com/rss/index.xml", | |
| "cursor_field": "{{$now.minus({ hours: 48 }).toISO()}}", | |
| "id_field": "url", | |
| "tags": ["gadgets", "science", "culture"], | |
| "audiences": ["eng"] | |
| }, | |
| { | |
| "feed_id": "wired", | |
| "type": "rss", | |
| "enabled": true, | |
| "poll_interval_minutes": 30, | |
| "url": "https://www.wired.com/feed/rss", | |
| "cursor_field": "{{$now.minus({ hours: 48 }).toISO()}}", | |
| "id_field": "url", | |
| "tags": ["in-depth", "tech", "science"], | |
| "audiences": ["eng"] | |
| }, | |
| { | |
| "feed_id": "ars_technica", | |
| "type": "rss", | |
| "enabled": true, | |
| "poll_interval_minutes": 30, | |
| "url": "https://feeds.arstechnica.com/arstechnica/index", | |
| "cursor_field": "{{$now.minus({ hours: 48 }).toISO()}}", | |
| "id_field": "url", | |
| "tags": ["technical", "science", "policy"], | |
| "audiences": ["eng"] | |
| }, | |
| { | |
| "feed_id": "hacker_news", | |
| "type": "rss", | |
| "enabled": true, | |
| "poll_interval_minutes": 15, | |
| "url": "https://news.ycombinator.com/rss", | |
| "cursor_field": "{{$now.minus({ hours: 48 }).toISO()}}", | |
| "id_field": "url", | |
| "tags": ["dev", "links", "trending"], | |
| "audiences": ["eng"] | |
| }, | |
| { | |
| "feed_id": "hn_frontpage_hnrss", | |
| "type": "rss", | |
| "enabled": true, | |
| "poll_interval_minutes": 15, | |
| "url": "https://hnrss.org/frontpage", | |
| "cursor_field": "{{$now.minus({ hours: 48 }).toISO()}}", | |
| "id_field": "url", | |
| "tags": ["dev", "curated"], | |
| "audiences": ["eng"] | |
| }, | |
| { | |
| "feed_id": "gizmodo", | |
| "type": "rss", | |
| "enabled": true, | |
| "poll_interval_minutes": 30, | |
| "url": "https://gizmodo.com/rss", | |
| "cursor_field": "{{$now.minus({ hours: 48 }).toISO()}}", | |
| "id_field": "url", | |
| "tags": ["gadgets", "science"], | |
| "audiences": ["eng"] | |
| }, | |
| { | |
| "feed_id": "mashable_tech", | |
| "type": "rss", | |
| "enabled": true, | |
| "poll_interval_minutes": 15, | |
| "url": "https://mashable.com/feeds/rss/tech", | |
| "cursor_field": "{{$now.minus({ hours: 48 }).toISO()}}", | |
| "id_field": "url", | |
| "tags": ["internet", "apps", "trends"], | |
| "audiences": ["eng"] | |
| }, | |
| { | |
| "feed_id": "techradar", | |
| "type": "rss", | |
| "enabled": true, | |
| "poll_interval_minutes": 30, | |
| "url": "https://www.techradar.com/rss", | |
| "cursor_field": "{{$now.minus({ hours: 48 }).toISO()}}", | |
| "id_field": "url", | |
| "tags": ["reviews", "gadgets", "guides"], | |
| "audiences": ["eng"] | |
| }, | |
| { | |
| "feed_id": "bytebytego", | |
| "type": "rss", | |
| "enabled": true, | |
| "poll_interval_minutes": 60, | |
| "url": "https://blog.bytebytego.com/feed", | |
| "cursor_field": "{{$now.minus({ hours: 48 }).toISO()}}", | |
| "id_field": "url", | |
| "tags": ["system-design", "distributed-systems", "ai-engineering"], | |
| "audiences": ["eng"] | |
| }, | |
| { | |
| "feed_id": "dan_luu", | |
| "type": "rss", | |
| "enabled": true, | |
| "poll_interval_minutes": 60, | |
| "url": "https://danluu.com/atom.xml", | |
| "cursor_field": "{{$now.minus({ hours: 48 }).toISO()}}", | |
| "id_field": "url", | |
| "tags": ["performance", "systems", "debugging"], | |
| "audiences": ["eng"] | |
| }, | |
| { | |
| "feed_id": "schneier_security", | |
| "type": "rss", | |
| "enabled": true, | |
| "poll_interval_minutes": 60, | |
| "url": "https://www.schneier.com/feed/atom/", | |
| "cursor_field": "{{$now.minus({ hours: 48 }).toISO()}}", | |
| "id_field": "url", | |
| "tags": ["security", "crypto"], | |
| "audiences": ["eng"] | |
| }, | |
| { | |
| "feed_id": "krebs_security", | |
| "type": "rss", | |
| "enabled": true, | |
| "poll_interval_minutes": 60, | |
| "url": "https://krebsonsecurity.com/feed/", | |
| "cursor_field": "{{$now.minus({ hours: 48 }).toISO()}}", | |
| "id_field": "url", | |
| "tags": ["cybersecurity", "investigative"], | |
| "audiences": ["cto"] | |
| }, | |
| { | |
| "feed_id": "the_hacker_news", | |
| "type": "rss", | |
| "enabled": true, | |
| "poll_interval_minutes": 15, | |
| "url": "https://feeds.feedburner.com/TheHackersNews", | |
| "cursor_field": "{{$now.minus({ hours: 48 }).toISO()}}", | |
| "id_field": "url", | |
| "tags": ["cybersecurity", "alerts", "breaches"], | |
| "audiences": ["cto"] | |
| }, | |
| { | |
| "feed_id": "cisa_advisories", | |
| "type": "rss", | |
| "enabled": true, | |
| "poll_interval_minutes": 60, | |
| "url": "https://www.cisa.gov/cybersecurity-advisories/all.xml", | |
| "cursor_field": "{{$now.minus({ hours: 48 }).toISO()}}", | |
| "id_field": "url", | |
| "tags": ["gov-advisory", "cve", "critical-infra"], | |
| "audiences": ["cto"] | |
| }, | |
| { | |
| "feed_id": "nvd_cve", | |
| "type": "rss", | |
| "enabled": true, | |
| "poll_interval_minutes": 60, | |
| "url": "https://nvd.nist.gov/feeds/xml/cve/misc/nvd-rss-analyzed.xml", | |
| "cursor_field": "{{$now.minus({ hours: 48 }).toISO()}}", | |
| "id_field": "url", | |
| "tags": ["cve", "vulnerability", "nist"], | |
| "audiences": ["cto"] | |
| }, | |
| { | |
| "feed_id": "techcrunch_security", | |
| "type": "rss", | |
| "enabled": true, | |
| "poll_interval_minutes": 30, | |
| "url": "https://techcrunch.com/category/security/feed/", | |
| "cursor_field": "{{$now.minus({ hours: 48 }).toISO()}}", | |
| "id_field": "url", | |
| "tags": ["security", "breaches", "enterprise"], | |
| "audiences": ["cto"] | |
| }, | |
| { | |
| "feed_id": "mit_tech_review", | |
| "type": "rss", | |
| "enabled": true, | |
| "poll_interval_minutes": 60, | |
| "url": "https://www.technologyreview.com/feed/", | |
| "cursor_field": "{{$now.minus({ hours: 48 }).toISO()}}", | |
| "id_field": "url", | |
| "tags": ["emerging-tech", "ai", "future"], | |
| "audiences": ["cto"] | |
| }, | |
| { | |
| "feed_id": "infoq", | |
| "type": "rss", | |
| "enabled": true, | |
| "poll_interval_minutes": 60, | |
| "url": "https://feed.infoq.com/", | |
| "cursor_field": "{{$now.minus({ hours: 48 }).toISO()}}", | |
| "id_field": "url", | |
| "tags": ["architecture", "enterprise", "leadership"], | |
| "audiences": ["cto"] | |
| }, | |
| { | |
| "feed_id": "venturebeat", | |
| "type": "rss", | |
| "enabled": true, | |
| "poll_interval_minutes": 30, | |
| "url": "https://venturebeat.com/feed/", | |
| "cursor_field": "{{$now.minus({ hours: 48 }).toISO()}}", | |
| "id_field": "url", | |
| "tags": ["ai", "enterprise", "strategy"], | |
| "audiences": ["cto"] | |
| }, | |
| { | |
| "feed_id": "techrepublic", | |
| "type": "rss", | |
| "enabled": true, | |
| "poll_interval_minutes": 30, | |
| "url": "https://www.techrepublic.com/rssfeeds/topic/technology/", | |
| "cursor_field": "{{$now.minus({ hours: 48 }).toISO()}}", | |
| "id_field": "url", | |
| "tags": ["enterprise", "cloud", "it"], | |
| "audiences": ["cto"] | |
| }, | |
| { | |
| "feed_id": "google_cloud_blog", | |
| "type": "rss", | |
| "enabled": true, | |
| "poll_interval_minutes": 60, | |
| "url": "https://cloudblog.withgoogle.com/rss/", | |
| "cursor_field": "{{$now.minus({ hours: 48 }).toISO()}}", | |
| "id_field": "url", | |
| "tags": ["cloud", "infrastructure", "gcp"], | |
| "audiences": ["cto"] | |
| }, | |
| { | |
| "feed_id": "aws_news", | |
| "type": "rss", | |
| "enabled": true, | |
| "poll_interval_minutes": 60, | |
| "url": "https://aws.amazon.com/blogs/aws/feed/", | |
| "cursor_field": "{{$now.minus({ hours: 48 }).toISO()}}", | |
| "id_field": "url", | |
| "tags": ["cloud", "infrastructure", "aws"], | |
| "audiences": ["cto"] | |
| }, | |
| { | |
| "feed_id": "arxiv_ai", | |
| "type": "rss", | |
| "enabled": true, | |
| "poll_interval_minutes": 60, | |
| "url": "https://rss.arxiv.org/rss/cs.AI", | |
| "cursor_field": "{{$now.minus({ hours: 48 }).toISO()}}", | |
| "id_field": "url", | |
| "tags": ["research", "ai"], | |
| "audiences": ["eng"] | |
| }, | |
| { | |
| "feed_id": "arxiv_ml", | |
| "type": "rss", | |
| "enabled": true, | |
| "poll_interval_minutes": 60, | |
| "url": "https://rss.arxiv.org/rss/cs.LG", | |
| "cursor_field": "{{$now.minus({ hours: 48 }).toISO()}}", | |
| "id_field": "url", | |
| "tags": ["research", "ml"], | |
| "audiences": ["eng"] | |
| }, | |
| { | |
| "feed_id": "techcrunch_ai", | |
| "type": "rss", | |
| "enabled": true, | |
| "poll_interval_minutes": 30, | |
| "url": "https://techcrunch.com/category/artificial-intelligence/feed/", | |
| "cursor_field": "{{$now.minus({ hours: 48 }).toISO()}}", | |
| "id_field": "url", | |
| "tags": ["ai", "startups"], | |
| "audiences": ["cto"] | |
| }, | |
| { | |
| "feed_id": "venturebeat_ai", | |
| "type": "rss", | |
| "enabled": true, | |
| "poll_interval_minutes": 30, | |
| "url": "https://venturebeat.com/category/ai/feed/", | |
| "cursor_field": "{{$now.minus({ hours: 48 }).toISO()}}", | |
| "id_field": "url", | |
| "tags": ["ai", "enterprise-ai"], | |
| "audiences": ["cto"] | |
| }, | |
| { | |
| "feed_id": "marktechpost", | |
| "type": "rss", | |
| "enabled": true, | |
| "poll_interval_minutes": 30, | |
| "url": "https://www.marktechpost.com/feed/", | |
| "cursor_field": "{{$now.minus({ hours: 48 }).toISO()}}", | |
| "id_field": "url", | |
| "tags": ["ai", "research-digest"], | |
| "audiences": ["eng"] | |
| }, | |
| { | |
| "feed_id": "deeplearning_ai_batch", | |
| "type": "rss", | |
| "enabled": true, | |
| "poll_interval_minutes": 60, | |
| "url": "https://www.deeplearning.ai/the-batch/feed/", | |
| "cursor_field": "{{$now.minus({ hours: 48 }).toISO()}}", | |
| "id_field": "url", | |
| "tags": ["ai", "education"], | |
| "audiences": ["eng"] | |
| }, | |
| { | |
| "feed_id": "simonwillison", | |
| "type": "rss", | |
| "enabled": true, | |
| "poll_interval_minutes": 60, | |
| "url": "https://simonwillison.net/atom/everything/", | |
| "cursor_field": "{{$now.minus({ hours: 48 }).toISO()}}", | |
| "id_field": "url", | |
| "tags": ["llm", "tools", "python"], | |
| "audiences": ["eng"] | |
| }, | |
| { | |
| "feed_id": "martinfowler", | |
| "type": "rss", | |
| "enabled": true, | |
| "poll_interval_minutes": 60, | |
| "url": "https://martinfowler.com/feed.atom", | |
| "cursor_field": "{{$now.minus({ hours: 48 }).toISO()}}", | |
| "id_field": "url", | |
| "tags": ["architecture", "patterns"], | |
| "audiences": ["eng"] | |
| } | |
| ], | |
| "prompt_profiles": [ | |
| { | |
| "profile_id": "cto", | |
| "name": "CTO Brief", | |
| "audiences": ["cto"], | |
| "llm_model": "gpt-4.1-mini", | |
| "schema": { | |
| "title": "string", | |
| "why_it_matters": "string", | |
| "key_risks": ["string"], | |
| "recommended_actions": ["string"] | |
| } | |
| }, | |
| { | |
| "profile_id": "eng", | |
| "name": "Engineering Brief", | |
| "audiences": ["eng"], | |
| "llm_model": "gpt-4.1-mini", | |
| "schema": { | |
| "summary": "string", | |
| "implementation_notes": ["string"], | |
| "possible_pitfalls": ["string"] | |
| } | |
| } | |
| ], | |
| "delivery_profiles": [ | |
| { | |
| "delivery_id": "cto_slack", | |
| "audience": "cto", | |
| "workspace_cred": "slack_cto_workspace", | |
| "channel": "#cto-briefs" | |
| }, | |
| { | |
| "delivery_id": "eng_slack", | |
| "audience": "eng", | |
| "workspace_cred": "slack_eng_workspace", | |
| "channel": "#engineering-briefs" | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment