<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Nico Sammito</title>
    <description>The latest articles on DEV Community by Nico Sammito (@nicosammito).</description>
    <link>https://dev.to/nicosammito</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1328434%2F31cf067d-84c1-4170-a6ec-c1e9f609cd16.jpg</url>
      <title>DEV Community: Nico Sammito</title>
      <link>https://dev.to/nicosammito</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/nicosammito"/>
    <language>en</language>
    <item>
      <title>CodeZero publishes new canary release with AI flow generation</title>
      <dc:creator>Nico Sammito</dc:creator>
      <pubDate>Sat, 04 Jul 2026 12:23:56 +0000</pubDate>
      <link>https://dev.to/nicosammito/codezero-publishes-new-canary-release-with-ai-flow-generation-5690</link>
      <guid>https://dev.to/nicosammito/codezero-publishes-new-canary-release-with-ai-flow-generation-5690</guid>
      <description>&lt;p&gt;Explore the latest CodeZero canary release featuring AI-powered flow generation, a brand-new module system, and a new execution results view in the IDE.&lt;/p&gt;

&lt;p&gt;We are excited to announce the release of our latest canary version, one of the biggest steps in the development of CodeZero so far. This update brings artificial intelligence into the platform for the first time, introduces a completely new module system, and gives you full insight into your flow runs with a new execution results view in the IDE.&lt;/p&gt;

&lt;h2&gt;
  
  
  Build flows with AI
&lt;/h2&gt;

&lt;p&gt;CodeZero can now generate flows for you. Simply describe what your automation should do, pick one of the available AI models, and watch your flow being built in real time. This is the first milestone on our journey to make backend automation accessible to everyone, whether you prefer building visually or simply describing your idea in plain language.&lt;/p&gt;

&lt;h2&gt;
  
  
  A smarter way to organize: modules
&lt;/h2&gt;

&lt;p&gt;With this release, the entire platform has been restructured around modules. Functions, flow types, and data types are now neatly bundled and delivered as modules, making it much clearer which capabilities are available in your project at any time. You can see all available modules at a glance, configure them individually for each project, and when adding a new step to a flow, suggestions are now conveniently grouped by module. The result is a tidier, more intuitive building experience that scales with your projects.&lt;/p&gt;

&lt;h2&gt;
  
  
  Execution results at a glance
&lt;/h2&gt;

&lt;p&gt;Understanding what your flows are doing just got a lot easier. The IDE now features a new execution results view that shows you the outcome of every run, step by step, so finding and fixing problems takes seconds instead of guesswork. Results are saved as well, letting you revisit previous runs whenever you need them. Behind the scenes, this release also lays the complete groundwork for test executions, so soon you will be able to start test runs directly from the IDE.&lt;/p&gt;

&lt;h2&gt;
  
  
  A better building experience
&lt;/h2&gt;

&lt;p&gt;The IDE has received plenty of love in this release. New input fields for text, numbers, toggles, and selections make configuring your flows easier than ever, and the reworked suggestion menu with tabs and search helps you find the right building block in an instant. On top of that, a new license management page gives self-managed installations a simple way to handle their Enterprise Edition licenses.&lt;/p&gt;

&lt;h2&gt;
  
  
  More stability under the hood
&lt;/h2&gt;

&lt;p&gt;As always, a large part of our work went into making the platform more reliable. Runtimes now report their health continuously, so unresponsive services are detected immediately. Connecting external services has become more secure with new authentication options, and countless fixes and refinements across all components make this our most stable canary version yet.&lt;/p&gt;

&lt;h2&gt;
  
  
  Credits and Documentation
&lt;/h2&gt;

&lt;p&gt;This release was made possible by the dedicated efforts of our contributors. We would like to thank everyone who contributed to this canary version:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Niklas van Schrick&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Raphael Arun Götz&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Nicolas Morawietz&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Dario Pranjić&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Marius Ahsmus&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Nico Sammito&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;For those who want to dive deeper into the technical details or start testing the latest build, our documentation provides all the necessary resources:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Detailed Changes:&lt;/strong&gt; For a full list of all technical modifications and updates, visit our &lt;a href="https://docs.codezero.build/general/changelog" rel="noopener noreferrer"&gt;Changelog&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Getting Started:&lt;/strong&gt; Step-by-step instructions for setting up the latest version can be found in our &lt;a href="https://docs.codezero.build/general/install/" rel="noopener noreferrer"&gt;Installation Guide&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Ongoing development status
&lt;/h2&gt;

&lt;p&gt;CodeZero is still in active development, and this canary release lays the foundation for everything that comes next. With AI flow generation, the new module system, and the execution results view now in place, we are closer than ever to a complete platform. Our focus now shifts to polishing these features and making the building experience even smoother.&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>ai</category>
      <category>automation</category>
      <category>tools</category>
    </item>
    <item>
      <title>CodeZero is 30x times faster than n8n</title>
      <dc:creator>Nico Sammito</dc:creator>
      <pubDate>Thu, 16 Apr 2026 13:56:37 +0000</pubDate>
      <link>https://dev.to/nicosammito/codezero-is-30x-times-faster-than-n8n-257d</link>
      <guid>https://dev.to/nicosammito/codezero-is-30x-times-faster-than-n8n-257d</guid>
      <description>&lt;p&gt;The biggest lie in the software industry is that no-code has to be slow. For years, developers and enterprises have paid a “no-code tax,” trading performance for ease of use. At &lt;a href="https://codezero.build" rel="noopener noreferrer"&gt;CodeZero&lt;/a&gt;, we decided to kill that trade-off.&lt;/p&gt;

&lt;p&gt;To prove it, we staged a battle against n8n, the current industry standard. We didn’t use theoretical models. We used an Apple M3 MacBook Air and identical workflows on both platforms. The result is that &lt;a href="https://codezero.build" rel="noopener noreferrer"&gt;CodeZero&lt;/a&gt; isn’t just an alternative, it’s a generational leap in efficiency.&lt;/p&gt;

&lt;h2&gt;
  
  
  The setup: identical logic, no excuses
&lt;/h2&gt;

&lt;p&gt;A benchmark is only as good as its transparency. We mirrored the exact same logic on both platforms: a simple HTTP webhook that returns a 200 OK response. By removing external variables like API delays or database latency, we isolated the raw overhead of the execution engines themselves.&lt;/p&gt;

&lt;p&gt;Using Docker, we capped resources at three tiers (1.0, 0.5, and 0.25 vCPU) and used k6 to simulate high-concurrency traffic.&lt;/p&gt;

&lt;h2&gt;
  
  
  1.0 vCPU: 12x more throughput
&lt;/h2&gt;

&lt;p&gt;Even when given a full core, legacy architecture hits a wall. While n8n struggles to manage its own internal processes, CodeZero focuses entirely on moving data.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Flzrjrsuiw04z4jj2pe5p.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Flzrjrsuiw04z4jj2pe5p.png" alt="CodeZero outperforms n8n by a factor of 12" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The data shows that CodeZero scaled effortlessly to 2,147 req/s, while n8n peaked at a mere 177 req/s. This gap represents the difference between a system that thrives under pressure and one that merely survives.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fkr87etducsjcxo6zw3gn.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fkr87etducsjcxo6zw3gn.png" alt="CodeZero is more efficient than n8n" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;At 200 concurrent users, n8n delayed for 1.1s while CodeZero stayed at 0.1s. In a production environment, this means you can handle an entire marketing spike on a single core that would have crashed a legacy setup. CodeZero is 11x faster out of the gate.&lt;/p&gt;

&lt;h2&gt;
  
  
  0.5 vCPU: 20x higher efficiency
&lt;/h2&gt;

&lt;p&gt;Most cloud instances run on limited resources to save costs. This is where CodeZero’s lean architecture turns into a massive financial advantage for any business scaling its automation.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fejhnya4b90e7v0m5evxl.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fejhnya4b90e7v0m5evxl.png" alt="CodeZero can handle 19 times more load than n8n" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;In this mid-tier setup, CodeZero maintained a rock-solid 1,279 req/s. In contrast, n8n’s throughput dropped to 64 req/s. The efficiency multiplier here is 20x, meaning your hardware is significantly more productive with CodeZero.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F05j5zqqubr4t4hlcfugq.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F05j5zqqubr4t4hlcfugq.png" alt="CodeZero has compared to n8n now latency" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This is where it gets dangerous for legacy systems. The response times for n8n spiked to 3.0s, which is unacceptable for modern real-time applications. CodeZero held steady at 0.2s, ensuring that the end-user never feels the load.&lt;/p&gt;

&lt;h2&gt;
  
  
  0.25 vCPU: the 17-second collapse
&lt;/h2&gt;

&lt;p&gt;We pushed both engines into a resource-starved environment to see which one would break first. The results were staggering and highlight the fundamental architectural differences.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F6n6gbtseg71sbvruxm0i.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F6n6gbtseg71sbvruxm0i.png" alt="On small hardware CodeZero destroys n8n in performance" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Under extreme pressure, n8n gasped for air at 10 req/s. CodeZero still pushed a functional 339 req/s. This proves that CodeZero can handle significant traffic even on the cheapest possible entry-level hardware.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F1ee2ra6zwrupgxt1rapy.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F1ee2ra6zwrupgxt1rapy.png" alt="CodeZero is fast where n8n needs 17,6s to repond." width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The latency results here are the final breaking point. n8n exploded to 17.6s, which is effectively a total system failure. CodeZero finished the same task in 0.6s. CodeZero is 29.3x faster when resources are tight, keeping the lights on while others fail.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why the gap is so large
&lt;/h2&gt;

&lt;p&gt;Since the workflows were identical, this isn’t about the complexity of the tasks. It is about the platform itself. We used Rust to develop the execution layer where n8n uses Node.&lt;/p&gt;

&lt;p&gt;No-code is officially fast. Welcome to the future of execution.&lt;/p&gt;

</description>
      <category>nocode</category>
      <category>backend</category>
      <category>tooling</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
