{
  "sources": {
    "hacker_news": {
      "enabled": true,
      "url": "https://hacker-news.firebaseio.com/v0/",
      "endpoints": {
        "top_stories": "topstories.json",
        "new_stories": "newstories.json",
        "item": "item/{id}.json"
      },
      "check_interval": "2h",
      "min_score": 50,
      "keywords": ["AI", "machine learning", "ML", "artificial intelligence", "GPT", "LLM", "computer vision", "construction"],
      "max_items": 10
    },
    "arxiv": {
      "enabled": true,
      "url": "http://export.arxiv.org/api/query",
      "categories": ["cs.AI", "cs.CV", "cs.CL", "cs.LG", "cs.RO"],
      "check_interval": "1d",
      "max_results": 20,
      "keywords": {
        "high": ["construction", "building", "architecture", "civil", "infrastructure", "marketplace", "pricing", "hiring", "recruitment"],
        "medium": ["computer vision", "object detection", "optimization", "prediction", "automation", "robotics"],
        "low": ["neural", "deep learning", "transformer", "language model"]
      }
    },
    "twitter": {
      "enabled": true,
      "accounts": {
        "sama": "@sama",
        "gdb": "@gdb", 
        "anthropic": "@AnthropicAI",
        "openai": "@OpenAI",
        "techcrunch": "@TechCrunch",
        "ai_construction": "@ai_construction",
        "built_robotics": "@BuiltRobotics"
      },
      "check_interval": "30m",
      "keywords": ["GPT", "Claude", "construction", "pricing", "API", "model", "AI", "machine learning", "hiring", "marketplace"],
      "min_engagement": 100
    },
    "techcrunch": {
      "enabled": true,
      "url": "https://techcrunch.com/category/artificial-intelligence/feed/",
      "check_interval": "2h",
      "keywords": ["AI", "construction", "marketplace", "hiring", "pricing", "PropTech", "real estate"],
      "max_items": 5
    },
    "openai_blog": {
      "enabled": true,
      "url": "https://openai.com/blog/rss.xml",
      "check_interval": "4h"
    },
    "anthropic_news": {
      "enabled": true,
      "url": "https://www.anthropic.com/news",
      "check_interval": "4h"
    }
  },
  "alert_thresholds": {
    "urgent": {
      "keywords": ["GPT-5", "Claude 4", "major model", "API pricing", "construction AI regulation", "RateRight competitor"],
      "immediate_alert": true,
      "channels": ["telegram_urgent"]
    },
    "high": {
      "min_score": 200,
      "min_engagement": 500,
      "include_in_daily": true
    },
    "medium": {
      "min_score": 50,
      "min_engagement": 100,
      "include_in_daily": true
    }
  }
}