Comment on What are you using n8n for?
skeptomatic@lemmy.ca 4 hours ago
Local hosted n8n: local AI llm agent (for privacy), that can use tools to search the web, check my emails and calendar, save memories, get Youtube transcript, etc.
Scheduled workflows to get me some stock info every morning.
Working on a research crawler with crawl4AI.
Only limitations seem to be my will to learn new stuff. I’m sure all this could be written in Python or something but I’m not a programmer.
Danitos@reddthat.com 3 hours ago
I’ve done some of that stuff in Python, and n8n is just lovely, far simpler. You can also add a node that runs Python code in n8n, so you only gain simplicity, but lose almost nothing.