n8n RAG Masterclass: Build RAG Agents + Systems from Scratch

I created an automation that simplifies the process of building Retrieval-Augmented Generation (RAG) systems using n8n and Supabase. This guide will walk you through each step, from understanding the basics to implementing advanced techniques, ensuring you can create a fully functional RAG system. Understanding RAG RAG combines traditional search methods with modern AI capabilities to … Read more

Two Killer n8n RAG Strategies (Late Chunking & Contextual Retrieval)

In this blog, I explore the ‘Lost Context Problem’ that often plagues RAG systems and present two innovative techniques: Late Chunking and Contextual Retrieval. These methods can significantly enhance the accuracy of your retrieval systems and minimize frustrating hallucinations. The Lost Context Problem The lost context problem is a significant challenge in retrieval-augmented generation (RAG) … Read more

3 Ways To Fix Your X/Twitter Scenarios Before They FAIL

Last Thursday, Make.com announced it would remove its Twitter/X integration due to new API pricing changes, leaving many users scrambling for alternatives. In this blog, I’ll walk you through three effective methods to keep your X scenarios operational even after the hard deadline of May 30th. The Announcement and Its Impact Make.com announced the removal … Read more

Are the NEW Make.com AI Agents better then N8N?

In this blog, I dive into the recently launched AI agent system from Make.com and compare it against the established AI agents from n8n. By breaking down their features, usability, and overall performance, I aim to help you choose the best platform for your automation needs. User Experience (UX) Creating AI agents in n8n is … Read more

Make.com is Dropping X – 3 Ways To Fix Before Scenarios FAIL

Last week, Make.com announced the removal of its Twitter integration due to new API pricing changes, leaving many users in a bind. In this post, I’ll share three effective methods to keep your X scenarios running smoothly, even after the May 30th deadline. Introduction to the Change Make.com recently announced the removal of the Twitter … Read more

The Way This Agentic RAG Blogging System Thinks Is SO IMPRESSIVE (n8n)

In this blog, I explore the revolutionary Agentic RAG blogging system I developed using N8N. This approach overcomes traditional limitations, enabling AI agents to seamlessly gather and synthesize information from multiple data sources, resulting in more accurate and engaging content. Demo of Agentic RAG In this section, I’ll walk you through a live demo of … Read more

Will CAG replace RAG in N8N? Gemini, OpenAI & Claude TESTED

In this blog, I explore Cache-Augmented Generation (CAG), a groundbreaking retrieval method that taps into server-side memory from OpenAI, Anthropic, and Google Gemini. I compare it with traditional Retrieval-Augmented Generation (RAG) to determine which method is more efficient and effective for various applications. Introduction to CAG and RAG Cache-Augmented Generation (CAG) and Retrieval-Augmented Generation (RAG) … Read more

Is MCP the Future of N8N AI Agents? (Fully Tested!)

MCP, or Model Context Protocol, promises to revolutionize how AI agents interact with various software tools. In this blog, I’ll take you through the capabilities of MCP, how it differs from traditional approaches, and how to set it up within N8N for seamless automation. Introduction to MCP MCP, or Model Context Protocol, is a groundbreaking … Read more

How to Poll APIs in Make.com (Step-by-Step Guide!)

In this guide, I’ll walk you through the essential process of polling APIs in Make.com. Polling is a critical technique when webhooks aren’t an option, helping you avoid common pitfalls like API overload and wasted operations. Understanding Polling vs. Webhooks Polling and webhooks are two methods for receiving updates from a service. Webhooks are like … Read more