{
  "feeds": {
    "tech": [
      {
        "name": "TechCrunch",
        "url": "https://techcrunch.com/feed/",
        "category": "tech"
      },
      {
        "name": "The Verge",
        "url": "https://www.theverge.com/rss/index.xml",
        "category": "tech"
      },
      {
        "name": "Ars Technica",
        "url": "https://feeds.arstechnica.com/arstechnica/index",
        "category": "tech"
      },
      {
        "name": "Wired",
        "url": "https://www.wired.com/feed/rss",
        "category": "tech"
      },
      {
        "name": "VentureBeat",
        "url": "https://venturebeat.com/feed/",
        "category": "tech"
      },
      {
        "name": "Fast Company Tech",
        "url": "https://www.fastcompany.com/technology/rss",
        "category": "tech"
      },
      {
        "name": "MIT Technology Review",
        "url": "https://www.technologyreview.com/feed/",
        "category": "tech"
      },
      {
        "name": "IEEE Spectrum",
        "url": "https://spectrum.ieee.org/feeds/blog/tech-talk.rss",
        "category": "tech"
      }
    ],
    "ai": [
      {
        "name": "OpenAI Blog",
        "url": "https://openai.com/blog/rss.xml",
        "category": "ai"
      },
      {
        "name": "Google AI Blog", 
        "url": "https://ai.googleblog.com/feeds/posts/default",
        "category": "ai"
      },
      {
        "name": "Anthropic News",
        "url": "https://www.anthropic.com/news/rss",
        "category": "ai"
      },
      {
        "name": "Towards Data Science",
        "url": "https://towardsdatascience.com/feed",
        "category": "ai"
      },
      {
        "name": "Machine Learning Mastery",
        "url": "https://machinelearningmastery.com/feed/",
        "category": "ai"
      },
      {
        "name": "MIT AI News",
        "url": "https://news.mit.edu/rss/topic/artificial-intelligence2",
        "category": "ai"
      },
      {
        "name": "AI News",
        "url": "https://artificialintelligence-news.com/feed/",
        "category": "ai"
      }
    ]
  },
  "ai_filter": {
    "keywords": [
      "artificial intelligence", "AI", "machine learning", "ML", 
      "neural network", "deep learning", "GPT", "LLM", "large language model",
      "OpenAI", "ChatGPT", "Claude", "Anthropic", "transformer",
      "computer vision", "natural language processing", "NLP",
      "reinforcement learning", "generative AI", "AGI", "automation",
      "robotics", "autonomous", "algorithm", "data science"
    ],
    "companies": [
      "OpenAI", "Anthropic", "Google AI", "DeepMind", "Microsoft AI",
      "Meta AI", "Tesla", "Nvidia", "AMD", "Intel AI", "IBM Watson",
      "Amazon AI", "Apple AI", "Hugging Face", "Stability AI"
    ],
    "threshold": 60,
    "title_weight": 3.0,
    "content_weight": 1.0,
    "company_bonus": 20
  },
  "output": {
    "templates": {
      "markdown": {
        "header": "# AI News Digest - {date}\\n\\n",
        "story": "## {rank}. {title}\\n**Source:** {source} | **Score:** {score}/100 | **Published:** {time_ago}\\n\\n{summary}\\n[Read more]({url})\\n\\n",
        "footer": "*Generated by AI News Digest on {timestamp}*\\n"
      },
      "email": {
        "subject": "AI News Digest - {date}",
        "header": "<h1>AI News Digest - {date}</h1>\\n",
        "story": "<div style='margin-bottom: 20px;'><h2>{rank}. {title}</h2><p><strong>Source:</strong> {source} | <strong>Score:</strong> {score}/100 | <strong>Published:</strong> {time_ago}</p><p>{summary}</p><p><a href='{url}'>Read more</a></p></div>\\n",
        "footer": "<p><em>Generated by AI News Digest on {timestamp}</em></p>"
      }
    }
  },
  "deduplication": {
    "similarity_threshold": 0.8,
    "title_similarity_weight": 0.7,
    "content_similarity_weight": 0.3
  }
}