Home / Companies / n8n / Blog / September 2025

September 2025 Summaries

3 posts from n8n

Filter
Month: Year:
Post Summaries Back to Blog
In a comprehensive stress test of n8n, a workflow automation tool, the performance was evaluated on two AWS instance types, C5.large and C5.4xlarge, using different deployment modes—Single and Queue. The tests aimed to simulate heavy traffic and resource usage across various scenarios such as Single Webhook, Multi Webhook, and Binary Data handling, scaling from 3 to 200 virtual users. Results showed that the Queue mode significantly outperformed the Single mode, handling higher loads with lower latency and zero failure rates, especially on the more powerful C5.4xlarge instance. The tests demonstrated the critical importance of using Queue mode for scalability, as well as upgrading hardware to enhance throughput and reduce failures, particularly in workflows involving large binary data. These insights highlight the value of planning for scale early in the deployment of automation solutions, advising on the necessity of sufficient CPU, RAM, and disk capacity to handle demanding tasks effectively.
Sep 24, 2025 1,236 words in the original blog post.
Evaluations for Large Language Models (LLMs) are crucial for ensuring their suitability for production environments, akin to performance monitoring in IT systems. The text outlines various evaluation methods, emphasizing the importance of aligning them with the LLM's intended purpose, such as code generation or automating processes. Evaluations are categorized into four main types: matches and similarity, code evaluations, LLM-as-judge, and safety evaluations. These methods assess different aspects like fidelity, correctness, and safety, with specific metrics for tasks like JSON validity, syntax correctness, and PII detection. The platform n8n offers built-in evaluation capabilities that facilitate implementing these methods in workflows, allowing users to measure LLM outputs against reference data. Additionally, n8n supports both deterministic and LLM-based evaluations, enabling users to create custom metrics and analyze LLM behavior against test datasets. The platform encourages users from diverse backgrounds to share their experiences and projects, fostering community engagement and knowledge sharing.
Sep 03, 2025 1,778 words in the original blog post.
Large Language Models (LLMs) face challenges such as hallucinations and outdated information, traditionally addressed by Retrieval-Augmented Generation (RAG), which connects LLMs to external data sources. However, RAG's linear process is evolving into Agentic RAG, a dynamic system enhanced by LLM-powered agents that introduce autonomous decision-making capabilities. This advancement allows the system to intelligently manage the entire workflow, from indexing data dynamically and selecting the most appropriate retrieval strategy to critiquing generated answers for accuracy, thus significantly improving the LLM's effectiveness. Agentic RAG differs from traditional RAG by enabling adaptive, context-aware operations that enhance LLMs' ability to solve complex problems, making it a more sophisticated framework for developing AI applications.
Sep 03, 2025 3,627 words in the original blog post.