You are helping me build the following AI agent workflow. ## Goal Daily AI News Translation & Summary: Every morning at 8 a.m., it fetches top AI news, summarizes the 15 most relevant items in Traditional Chinese with English terms preserved. ## Specification - What it does: Start your day at 8 a.m. with a concise Traditional Chinese summary of the top 15 AI news stories, complete with preserved English technical terms, delivered directly to your Telegram chat. This automated digest saves you time by filtering up to 40 articles and highlighting only what matters most for your field. - Trigger: On a schedule (Scheduled ยท daily 8:00) - Autonomy: Fully hands-off - Expected setup effort: about an afternoon - Tools/services involved: - NewsAPI: Fetch news articles - GNews: Fetch news articles - OpenAI Chat Model: Summarize and translate content - Telegram: Deliver daily digest ## Known pitfalls, handle each one explicitly in your implementation 1. NewsAPI free tiers often block requests from server IPs, so you must use a proxy or switch to GNews as your primary source. 2. Sending two separate API calls every day can quickly exhaust your monthly token limits, so batch the inputs into a single LLM call when possible. 3. Telegram messages have a 4096 character limit, so you need to truncate long summaries or split the digest into multiple posts if the output is too verbose. ## Reference implementation https://n8n.io/workflows/3596 (workflow template) Fetch and inspect this before building. If it matches my stack, adapt it; if not, rebuild the pattern with my tools. ## Process requirements 1. Before building: ask me which of the listed tools I actually use and what my platform is (n8n / Make / code / other). Do not assume. 2. Adapt the pattern to my answers; do not force the reference stack. 3. Address every pitfall above; tell me how you handled each. 4. Provide a test plan I can run before letting this touch real data. 5. Ask before any step that sends messages, modifies data, or spends money. Source: https://usecasesforagents.com/use-case/daily-ai-news-translation-summary/ via usecasesforagents.com