Best of n8nSeptember 2025

  1. 1
    Video
    Avatar of networkchuckNetworkChuck·34w

    N8n AI Agents are INSANE!!

    Demonstrates how to create AI agents in n8n that combine language models with command-line tools and memory. Shows a practical example of building an agent that can check website connectivity by executing ping commands through ChatGPT integration, highlighting the potential for automating network monitoring and system administration tasks.

  2. 2
    Article
    Avatar of javarevisitedJavarevisited·37w

    LangGraph and n8n in 2025: The AI Stack You Can’t Ignore?

    LangGraph and n8n serve complementary roles in AI system architecture. n8n excels as a workflow automation tool for connecting APIs, databases, and services, while LangGraph specializes in building intelligent AI agents with multi-step reasoning, state management, and complex tool-calling capabilities. The key insight is using n8n for data movement and integrations, and LangGraph for AI reasoning and agent orchestration, rather than treating them as competing solutions.

  3. 3
    Video
    Avatar of codeheadCodeHead·36w

    n8n Explained In 2 Minutes

    n8n is an open-source workflow automation tool that connects apps, APIs, and custom logic through visual node-based pipelines. Unlike Zapier, it offers developer-level control with self-hosting options and supports conditionals, loops, and custom JavaScript. The tutorial demonstrates building a daily tech news Discord bot that pulls RSS feeds, summarizes articles using AI, and posts to Discord channels.

  4. 4
    Video
    Avatar of christianlempaChristian Lempa·34w

    Self-hosted automation for EVERYTHING! // n8n Tutorial

    A comprehensive tutorial on setting up and using n8n, a self-hosted automation platform that enables users to create workflow automations through a visual, drag-and-drop interface. The guide covers Docker installation, connecting various applications like Notion and social media platforms, using triggers and data transformation nodes, implementing conditional logic with switch cases, and setting up error handling for production workflows.