And the next n8n project is?
My next project with n8n automation is to build a replacement for Mailbrew. 🫣 I’m facing many architectural decisions:
- How do I fetch content (web or RSS feeds)?
- How do I extract articles for more efficient summarization?
- How do I combine the results?
- How do I control the size of the summary?
- Do I need some form of temporary data persistence within the workflow?
- How do I minimize LLM credits usage?
- Should I use an n8n data table for storing data sources and loop through them one by one?
- Where do I send the summary and how (Telegram, Discord, Email)?
…and probably a few more decisions to ponder!