9 Context Engineering Strategies to Build Better AI Agents (n8n)

Context engineering has become a crucial skill for anyone working with AI agents today. As these agents grow more advanced and capable of independent operation—accessing the web, knowledge bases, and various tools—the traditional approach of prompt engineering no longer suffices. The key challenge is managing the context window, which is the limited amount of text … Read more

Stop Using RAG for Spreadsheets — Use This Instead (n8n)

I created an automation that allows AI agents to answer questions based on spreadsheet and database data accurately and efficiently. Traditional vector stores often struggle with this task, especially when it comes to structured data like spreadsheets. They usually return poor results, as semantic search retrieves chunks of documents that are often out of context. … Read more

Unlock Multimodal RAG Agents in n8n (Images, Tables & Text)

I created an automation that builds a multimodal Retrieval-Augmented Generation (RAG) agent capable of indexing and analyzing complex PDFs containing text, images, and tables at scale. This agent goes beyond simply extracting text—it understands images using an AI vision model and responds to queries with images and tables embedded directly in its answers. This approach … 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

100+ AI Automation Concepts You Need to Know

Building AI automations and agents involves understanding many concepts that help you create smarter and more efficient workflows. In this article, I will explain over one hundred of these essential concepts in a clear and practical way. This guide is meant to help you gain a solid grasp of AI automation, whether you’re just starting … Read more