99% of n8n Builders are Doing It Wrong

I built a full evaluation system for RAG agents running in n8n and I want to show you how I do it. I recorded a video walking through everything, and this article captures that workflow in written form. I’ll explain why random “vibe testing” doesn’t scale, how to create a ground truth data set, how … Read more

Watch Me Build + Ship a COMPLEX Web App (Lovable + n8n)

In this article, I’ll share how I built a complex full-stack web application using no-code tools over just three days. The app, Insights LM, is a fully functional clone of Google’s NotebookLM, packed with advanced features like file uploads, AI-powered document chat using Retrieval-Augmented Generation (RAG), inline citations, podcast generation, and more. I achieved this … Read more

n8n Just Leveled Up AI Agents (Cohere Reranker)

Setting up a basic AI agent in n8n that queries a vector store is straightforward. However, ensuring that the agent consistently delivers relevant, high-quality answers takes some advanced techniques. One of the easiest and most effective ways to improve the accuracy of your retrieval-augmented generation (RAG) agent is by using re rankers. With the release … Read more

I Built a NotebookLM Clone That You Can Sell (n8n + Loveable)

NotebookLM stands out as one of the most powerful AI research tools available today. What makes it remarkable is its ability to ground responses exclusively in the sources you provide, ensuring accuracy and relevance. However, its closed nature limits customization and self-hosting, which can be a barrier for businesses wanting a tailored AI research assistant. … Read more

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