The Growth Podcast

The Ultimate Guide to n8n for PMs, with Pawel Huryn

16 snips
Jan 6, 2026
Pawel Huryn, a leading expert in product and AI workflow automation, returns to share his insights on the powerful tool, n8n. He discusses its unique ability to combine traditional automation with AI agent creation. Pawel details practical applications, from chatbots to advanced competitor monitoring workflows, demonstrating real-time builds and cost-effective setups. He emphasizes best practices, the importance of choosing between workflows and agents, and shares top automation tips for product managers. It's a treasure trove of knowledge for enhancing productivity!
Ask episode
AI Snips
Chapters
Transcript
Episode notes
ADVICE

Compress Context Before LLM Calls

  • Compress external search results before sending to LLMs by extracting only summaries and citation URLs.
  • Ask ChatGPT to help write the n8n code snippet to map and compress fields.
INSIGHT

Built-In Iteration And Aggregation

  • n8n automatically iterates over input items so you rarely need explicit for-loops.
  • Aggregation nodes can then combine item outputs into a single payload for LLM prompts.
ADVICE

Lower Reasoning For Simple Tasks

  • Set LLM 'reasoning effort' low for formatting or summarization tasks to save tokens.
  • Use simpler models or settings when deep reasoning isn't required.
Get the Snipd Podcast app to discover more snips from this episode
Get the app