Automation

  • How we automated email support with an AI assistant (real case)

    01/07/2026

    For years we answered practically every support email by hand. Today, a large part of them get a response within seconds, thanks to an AI assistant.

  • How to connect LM Studio with n8n using MCP to automate local technical tasks

    15/05/2026

    AI has stopped being something that only happens in the cloud. Over the past couple of years, local models have reached a quality level where many development teams are integrating them into their daily workflows: code review, log analysis, documentation generation, internal support, or automating repetitive tasks — all without sending a single byte outside your network.

  • Data Tables in n8n: persistent storage without an external database

    01/04/2026

    In the previous article we built a Pokémon team analyzer that covered intermediate n8n patterns: webhooks as entry points, iteration with Loop Over Items, complex API data transformation, and result aggregation.

  • From local chat to personal AI infrastructure with LMStudio and Aider

    01/02/2026

    In the previous article we explored how to install LMStudio, download models, and use them through its chat interface. That was our first approach to local AI: conversations, capability testing, and experimentation.

  • How good is your Pokemon team? An n8n workflow that gives you the answers

    01/11/2025

    In previous articles, we explored the fundamentals of n8n, from initial setup to different node types and professional best practices. Now it’s time to take it a step further and work with intermediate concepts you’ll constantly encounter in real-world automations.

  • Essential n8n Fundamentals for building professional automations

    01/10/2025

    n8n has established itself as one of the most powerful tools for creating automation workflows, enabling developers and teams to connect different services and applications without writing complex code.

  • Diving deeper into n8n: node types, best practices and a workflow that tells you when to grab an umbrella

    01/07/2025

    In the previous chapter we reviewed what process automation is and why tools like n8n have become essential for connecting services and reducing manual work. We also showed how to spin up n8n with Docker in a matter of minutes and highlighted its advantages over proprietary solutions.

  • Process automation in 2025 with n8n

    01/05/2025

    In a world where efficiency and scalability are key factors for any development team or tech company, process automation has become an essential tool. Automating repetitive tasks, manual workflows, or integrations between services not only saves time and resources but also minimizes errors and allows teams to focus on what truly matters: innovating.

  • Automation and advanced logic in your database with functions and triggers

    15/04/2025

    In the previous chapters of this series, we’ve explored everything from foundational concepts of database design to more advanced SQL use cases using PostgreSQL. We’ve built a system to manage a public transportation network and covered how to define relationships between entities, perform complex queries, and even build views to simplify access to key data.