Lead monitor with a two-stage AI filter (Python + LLM)
The agent monitors chats/feeds and filters out spam in two stages: a cheap keyword filter (deterministic code) + LLM classification of judgments in a narrow window (LEAD/SPAM/OTHER). Clean leads → into the queue. Reliability based on construction, not "prompt magic." #python #llm #automation #parsing