Technical Report
Machine Learning
Featured

What Builders Publish, and What Gets Used: A Structural Analysis of 26,822 Workflow-Automation Templates from n8n and Make

Neura Market(Neura Market Research)
August 17, 2026Neura Market Technical Report NM-TR-2026-01

0

Citations

0

Influential Citations

Neura Market Technical Report NM-TR-2026-01

Venue

2026

Year

Abstract

Public workflow templates are a written record of what builders think is worth automating. We analyse 26,822 of them — every template we could parse from a corpus of 27,208 collected from n8n.io and Make’s template gallery — by reading each template’s own executable specification rather than its marketing description, and relate that structure to the adoption counter each platform publishes for it. Among n8n templates carrying a genuine publication date, the AI share of newly published templates rose from 0% in 2020 to 58.1% in 2025Q3 (+4.97 percentage points per quarter, R²=0.83). The two platforms have diverged sharply: 48.6% of n8n templates contain an AI step against 7.0% of Make scenarios. Only 1.23% of templates contain an explicit human-approval step, independently corroborating a 2.78% estimate published by Tang, Zhou and Chen (2026) using a different method on a different sample, while 57.3% both run unattended and act on an external system. Adoption is extremely concentrated: the most-adopted 10% of templates account for 75.6% of recorded n8n gallery views and 91.4% of recorded Make usage. Controlling for template age, size and AI use, each additional log-unit of steps multiplies expected views by 1.90 (95% CI 1.77–2.04) while each additional log-unit of distinct connected applications multiplies them by 0.45 (95% CI 0.40–0.50). A published template is an artefact of intent, not evidence of deployment, and a gallery view is interest rather than organisational adoption; the study reports no production-use or purchase data because it holds none. This is an unreviewed technical report: no external researcher reviewed it, and the publisher operates a marketplace listing templates from these corpora.

Analysis

What Builders Publish, and What Gets Used


Disclosure — read this first

This report has not been peer reviewed, and no academic institution has been involved in it. It was written by Neura Market, which assembled the corpus and owns the database. It was commissioned by Neura Market and no external researcher reviewed the methodology, the analysis, or these conclusions. It is published as an unreviewed technical report because that is what it is; describing it as a study "with a university" would have been a claim we could not support.

  • Who supplied the data: Neura Market, from templates published on n8n.io and Make's template gallery. Neura Market did not create the templates.
  • Who funded it: Neura Market. No external funding.
  • Who reviewed it: nobody outside Neura Market. This is the report's most important limitation.
  • AI assistance: the analysis code, classification rules, statistical implementation and this text were produced with AI assistance (Claude) under human direction. Every quantitative claim is generated by committed code and regenerable from it; no figure was written by hand.
  • Commercial interest: Neura Market operates a marketplace that lists workflow templates, including templates from these corpora. That is a conflict of interest. It is why this report contains no claim about the value of buying templates, and why Section 9 reports findings that are unhelpful to a template marketplace.
  • What is published: aggregate statistics, analysis code, classification rules and validation results. Not the template corpus itself — those templates belong to their authors and to the platforms that host them, and redistributing them is a separate legal question we have not resolved.

Methodology, code and data dictionary: research/automation-demand-2026/


Abstract

Public workflow templates are a written record of what builders think is worth automating. We analyse 26,822 of them — every template we could parse from a corpus of 27,208 collected from n8n.io and Make's template gallery — by reading each template's own specification rather than its marketing description, and relate that structure to the adoption counter each platform publishes for it.

Five findings. AI moved from absent to dominant in five years: among n8n templates carrying a genuine publication date, the AI share of newly published templates rose from 0% in 2020 to 58.1% in the third quarter of 2025, a linear trend of +4.97 percentage points per quarter (R²=0.83, p<10⁻⁶). The two platforms have diverged sharply: 48.6% of n8n templates contain an AI step against 7.0% of Make scenarios, a 41.6 point gap. Almost nothing waits for a human: 1.2% of n8n templates contain an explicit approval step, independently corroborating a 2.78% estimate published by Tang, Zhou and Chen (2026) using a different method on a different sample. Adoption is extraordinarily concentrated: the most-adopted 10% of templates account for 75.6% of recorded n8n views and 91.4% of recorded Make usage. And depth attracts while breadth repels: controlling for template age, size and AI use, each additional log-unit of steps multiplies expected views by 1.90 (95% CI 1.77–2.04) while each additional log-unit of distinct connected applications multiplies them by 0.45 (95% CI 0.40–0.50).

We are careful about what this measures. A published template is an artefact of intent, not evidence of deployment. A gallery view is interest, not adoption in any organisation. We hold no data on production use, purchases, or business outcomes, and we say so wherever the distinction matters. What we can show is what builders actually wrote down, at scale, and which of those artefacts the platforms' own users looked at.


Executive summary

Eight findings in plain language. Each links to the section and table that supports it.

  1. AI stopped being a category and became the default. Among dated n8n templates, AI's share of new publications went from zero in 2020 to 58.1% by 2025Q3 (§5, t16). This is the single largest change in the corpus.

  2. n8n and Make are not doing the same thing. 48.6% of n8n templates call a model; 7.0% of Make scenarios do. n8n templates have a median of 8 executable steps to Make's 2 (§4, t02, t04).

  3. Human approval is close to nonexistent. 1.23% of n8n templates contain an explicit approval step; 0% of Make scenarios have one available to detect (§6, t06).

  4. Most templates are built to act, not to look. 57% of parseable templates both run unattended and write data or send a message (§6, t08).

  5. Attention is captured by a handful of templates. The top 10% take 75.6% of n8n views and 91.4% of Make usage; 38.1% of Make scenarios record no usage at all (§7, t13).

  6. Complexity attracts attention; fragmentation repels it. More steps predicts more views; more distinct connected apps predicts fewer, holding age and size constant (§8, t12).

  7. The corpus runs on a dozen general-purpose tools. 1,436 distinct applications appear, but Google Sheets alone is in 22.1% of templates and the top ten take 40% of all application mentions (Gini 0.79) (§3, t09).

  8. The categories builders publish most are not the ones that get used most. On Make, content and social templates earn roughly three times the adoption share of their supply share, while support, IT and HR templates earn under a seventh (§9, t14).


1. Why look at templates at all

There are three ways to find out what people automate, and each is compromised differently.

Surveys ask people what they intend to do. They capture aspiration and are subject to every familiar reporting bias.

Vendor telemetry observes real execution but only inside one company's customer base, and it is published selectively. Zapier's AI Workflow Index is the best current example and is admirably explicit about its own bounds: it studies the top quartile of 1,500 sampled companies by AI adoption, and states outright that it is "not a picture of average AI adoption" (Zapier, Q2 2026). The underlying data is not available to anyone else.

Published artefacts — the option taken here — are what builders committed to, in a formal specification, and chose to make public. A template is not a deployment. But it is not a stated intention either: someone constructed a working graph, wired real applications together, and published it. It sits between what people say and what organisations run.

The specific gap this report fills: no prior source we could find measures the share of automation that uses AI, because prior work filters to AI-containing workflows before counting. Tang, Zhou and Chen (2026) analysed 6,003 n8n workflows but selected them on the presence of an LLM component, so their denominator is AI by construction. Zapier's index likewise studies AI-enabled workflows within selected accounts. Neither can answer "what fraction of automation is AI, and how has that changed?" — because neither has non-AI automation in the denominator. We do.


2. Method

Full detail in methodology.md; the essentials follow.

2.1 What we read

We read each template's own specification — the JSON graph that the platform executes — and not the marketing text attached to it in the cross-platform workflow template collection these templates are listed in. This matters more than it sounds. The descriptive text in our database has largely been rewritten by us: comparing against a pre-rewrite backup, current titles match the original on 17.4% of rows and descriptions on 7.6%, with mean description length cut from 1,047 to 376 characters. Classifying that text would have measured our own copywriting. The graph is the creator's actual work, and it was never rewritten.

2.2 Parsing

n8n stores templates in two shapes: a bare specification, and an API-response envelope whose own nodes array is a node-type catalogue rather than the graph, with the real graph one level deeper. Reading the catalogue as a graph yields zero usable steps. Our first pass made exactly this mistake and reported 57% of n8n templates as unparseable; handling both shapes lifts that to 98.2%. Make scenarios nest child flows inside router routes and are walked recursively.

Two exclusions materially affect counts. n8n stickyNote nodes are canvas documentation, not steps — and they are the single most common node type in the corpus at 30,177 instances. n8n LangChain sub-nodes (a chat model, a memory buffer, an output parser) configure an orchestrator rather than executing independently; counting them as steps would roughly triple apparent AI depth. Both are excluded from every count.

Result: 26,822 of 27,208 templates parse (98.6%).

2.3 Classification and its validation

All classification is deterministic rules over the graph. No model is in the loop, so the pipeline is exactly reproducible.

Validation uses an external reference standard: the 5,345 n8n templates stored in the API-envelope shape carry n8n.io's own category labels, assigned on n8n's side with no knowledge of this study. Rules were tuned on a 40% development split and scored on the untouched 60% held-out split, assigned by a hash of the template id so it cannot be reshuffled.

ClassifierPrecisionRecallF1Cohen's κVerdict
AI present0.9890.7210.8340.613Reported
Retrieval-augmented0.6440.3810.478Not reported at class level
Business function (macro)0.496Reported for 4 of 9 classes only

Two consequences we accept rather than work around.

RAG detection fails. F1 0.478 is not good enough, so no class-level claim about retrieval-augmented workflows appears in this report.

Business-function classification is only partly usable. Our first attempt classified function from connected applications alone and scored held-out macro-F1 0.193 — a failure, because it answered a different question ("which domain-specific system does this integrate?") than the one asked ("what is this for?"). Rebuilt as a text-plus-applications hybrid it reaches 0.496. Under the reliability threshold set before results were inspected (held-out F1 ≥ 0.50), only four classes qualify: HR/recruiting (0.692), sales/CRM (0.686), finance/accounting (0.571) and content/media (0.508). Marketing (0.358), social media (0.373), IT/DevOps (0.376), support (0.426) and project management (0.471) do not, and every function-level statement in Section 9 is flagged accordingly.

Precision here is a lower bound: n8n assigns few labels per template, so a correct prediction the reference standard simply did not record is scored as a false positive.

2.4 What we deliberately did not use

Auditing the corpus before analysis found that several fields which look like observed data are not. They are excluded entirely, and the basis for each is recorded in data/provenance-ledger.csv:

  • Ratings are generated — uniform 1–500 counts on a flat 4.0–5.0 grid.
  • Prices are ours; every scraper wrote a price of 0.
  • Creator identities in the live table are invented personas.
  • n8n download counts are uniform 1–111, a signature of Math.random().
  • Make view counts duplicate its usage counter — one number written into two columns.
  • All first-party marketplace behaviour (0 purchases, 0 reviews, 3 downloads lifetime).

The last point is why this report is not about demand. We have no purchase data worth the name, and we do not pretend otherwise.

2.5 Statistics

Adoption counts are heavily overdispersed (n8n views: mean 4,742, median 667), so Poisson models are inappropriate and negative-binomial (NB2) models are fitted by maximum likelihood. statsmodels was unavailable, so the estimator is implemented directly in analyse.py; it passes a recovery self-test on simulated data with known coefficients before any real model is fitted (max coefficient error 0.022; α recovered as 0.834 against a true 0.80), and the script refuses to run if that test fails.

n8n views and Make usage are never pooled. They are different platforms' counters, on different scales, measuring different acts. Every adoption model is fitted per platform.

Where families of comparisons are run, p-values carry Benjamini–Hochberg correction. Effect sizes and confidence intervals are reported throughout. Nothing here is causal: template selection into a public gallery is not random, and gallery placement and platform promotion are unobservable to us and remain uncontrolled confounds.


3. What the corpus is made of

PlatformTemplates% of corpusParseable
Make13,66050.2%99.7%
n8n13,12648.2%98.2%
Zapier3341.2%74.9%
Activepieces650.2%100%
Pipedream230.1%0%

Make and n8n are 98.5% of the corpus. Zapier, Activepieces and Pipedream are too small to support comparison and are excluded from every platform contrast in this report. We report them here only as an honest statement of coverage. Pipedream contributes no parseable graph at all.

Recomputing a content hash from every specification — the stored hash covered only 58% of rows — finds 304 duplicate groups involving 619 templates (2.3%). Duplication is real but minor.

Applications. 1,436 distinct applications appear across the corpus, and the distribution is severely concentrated (Gini 0.79). Google Sheets appears in 22.1% of all parseable templates. The top ten applications account for 40% of all application mentions.

ApplicationTemplates% of parseable
Google Sheets5,92422.1%
Gmail2,5549.5%
Slack2,1358.0%
Telegram2,0337.6%
Google Drive1,8616.9%
Airtable1,3535.0%
Generic email1,0944.1%

The commonest pairing in the entire corpus is Gmail with Google Sheets (823 templates), followed by Google Drive with Google Sheets (630) and Google Sheets with Slack (411). Readers wanting the application-level view rather than the workflow-level one may find the wider AI tool and application ecosystem the more useful lens. The modal automation template moves data between a spreadsheet, an inbox and a chat channel. Every much-discussed category — CRM, e-commerce, DevOps — sits well below this.


4. Two platforms, two different crafts

The clearest structural result in the corpus is that n8n and Make templates are not the same kind of object.

Measuren8n (n=12,892)Make (n=13,615)
Median executable steps82
Mean steps11.53.0
95th percentile steps306
Largest template199 steps53 steps
Contains branching43.6%6.5%
Contains a loop22.1%6.0%
Uses raw HTTP57.1%8.9%
Median distinct apps12

The step-count difference is large and not an artefact of skew (Mann–Whitney p < 10⁻³⁰⁰, rank-biserial −0.80 — an effect size at which roughly 90% of randomly paired templates favour n8n).

The direction of the app-count comparison is worth pausing on: n8n templates are four times larger but connect fewer distinct applications (median 1 versus 2). n8n templates are deep and narrow — many steps against one or two systems, with 57.1% reaching something over raw HTTP rather than a packaged integration. Make scenarios are shallow and wide: two or three steps joining two named applications.

For a practical rather than structural account of how the two platforms differ in day-to-day use, and of what moving a workflow between them involves, see the resources listed at the end of this report.

That difference is best read as populations, not products. n8n is self-hostable and developer-oriented; Make is a commercial no-code tool. The templates each community publishes look like the community, and we cannot separate platform capability from creator population with this data.


5. AI went from absent to default in five years

Among the 5,345 n8n templates carrying a genuine source publication date, the share of newly published templates containing an AI step rose from 0% in 2020Q2 to 58.1% in 2025Q3. The linear trend is +4.97 percentage points per quarter (R²=0.83, p=9.0×10⁻⁷).

AI share of new n8n templates by quarter

The agent share — templates containing a tool-using agent rather than a single model call — follows about a year behind and reaches 36% of new templates by 2025Q3. Two step-changes are visible: one in 2023Q4, and a larger one through 2024Q3–Q4.

This is the finding that a corpus filtered to AI workflows cannot produce. Because our denominator includes non-AI automation, AI share is an outcome rather than an inclusion criterion.

Two caveats bound it. The dated sub-corpus is n8n-only, and it is the templates n8n surfaced through its API — not a random sample of everything ever published. And publication date is when the template was published, not when it was built.

The platform gap

PlatformTemplatesContains AI95% CIContains an agent
n8n12,89248.6%47.8–49.5%29.4%
Make13,6157.0%6.6–7.5%0.8%

A 41.6 point gap (z=76.0, p<10⁻¹⁵). Among n8n templates that use AI, 60.4% contain an agent — AI in this corpus is not predominantly a single summarisation call bolted onto a pipeline; on n8n it is more often an agent with tools. Neura Market maintains a separate agent catalogue for readers tracking that shift at the agent level rather than the template level.

Part of this gap is measurement. Make's blueprint format exposes less structure than n8n's, and Make templates calling a model through a generic HTTP module are harder to detect. Our AI classifier has recall 0.721 against n8n's own labels, so the n8n figure is if anything an undercount, and we have no equivalent reference standard for Make. The gap is large enough that measurement error is unlikely to explain it, but the Make figure is the less certain of the two.


6. Almost nothing waits for a human

Autonomyn8nMake
Unattended (schedule, webhook, app event, inbound email)55.8%93.4%
Human-initiated (manual, form, chat)34.8%
Explicit approval step1.23%0%
Undetermined8.3%6.6%

Who starts the workflow

Crossing autonomy with what the template can do to the outside world: 57.3% of all parseable templates both run unattended and either write data or send a message to someone. That is the modal automation artefact in this corpus — something that starts on its own and changes something outside itself.

Corroborating prior work

Tang, Zhou and Chen (2026) analysed 6,003 LLM-containing n8n workflows and found 2.78% (167) contained a human-mediated path before an external action. On the comparable subset here — the 6,268 n8n templates containing AI — we find 2.23% carry an explicit approval step.

Two different methods (their LLM-assisted annotation; our deterministic detection of sendAndWait operations), two different corpus snapshots, the same conclusion within a percentage point: explicit human approval sits at roughly 2–3% of AI automation templates. Independent corroboration is worth more than either estimate alone, and we report it as such.

We diverge from them on error handling: they report 30.5%, we find 20.8% among n8n AI templates. The likely cause is definitional — their error-handling anchors include "always output data" (29.3% of their anchors), which we do not count. Ours should be read as the stricter measure.

A limitation that must not be misread as a finding: Make error handling is 0.0% because Make's exported blueprint contains no per-module error field. It is unobservable, not absent. Any comparison of error handling across these two platforms is invalid, and we do not make one.

What templates do

Action leveln8nMake
Communicates with a person36.0%29.6%
Writes data19.7%52.2%
Read-only6.4%9.4%
Consequential (delete, pay, publish, deploy)3.5%3.2%
No external action16.5%1.3%
Undetermined18.0%4.4%

Consequential actions — the irreversible ones — sit at 3.5% and 3.2%. Combined with the approval finding, that is the governance-relevant result: a small but real population of templates takes hard-to-reverse actions unattended, and essentially none of them pause for a human.

The "undetermined" rows are honest bookkeeping. n8n nodes frequently default their operation rather than declaring it, so 18% of n8n templates reach a third-party app without stating what they do to it. Our first version of this ladder silently scored those as read-only, which understated write and communicate behaviour; treating them as unknown is the correct handling. Read this table as a floor.


7. Adoption is captured by a few

n8n viewsMake usage
Templates with a known counter5,34513,615
Recording zero1.5%38.1%
Median6673
99th percentile69,9151,483
Maximum938,98483,089
Share taken by the top 1%32.7%61.2%
Share taken by the top 10%75.6%91.4%

Adoption concentration

Both distributions are extreme, and Make's is more extreme than n8n's: 61% of all recorded Make usage goes to the top 1% of scenarios, and 38% of scenarios record no usage at all.

A methodological note that changed this result. n8n view counts live in two different places depending on how the template was captured, and the two are exactly complementary: envelope rows carry n8n's counter inside the payload while the column we would naturally read is zero for 99.4% of them. Reading that column alone would have coded "not captured" as "zero adoption" for 5,314 templates and produced a false headline that 61% of n8n templates have never been viewed. The analysis is therefore restricted to the sub-corpus where the counter is known present.

Make's zeros carry a residual ambiguity we cannot resolve — a 0 may be a genuine zero or a field the scraper never saw — so a positives-only sensitivity model is reported alongside the primary one in t11.


8. Depth attracts, breadth repels

Negative-binomial model of n8n gallery views on the dated sub-corpus (n=5,345), controlling for template age:

TermRate ratio95% CIp
Template age (log days)9.668.83–10.57<10⁻¹⁵
Contains AI4.504.11–4.92<10⁻¹⁵
Steps (log)1.901.77–2.04<10⁻¹⁵
Acts externally1.491.34–1.662×10⁻¹³
Runs unattended0.790.72–0.874×10⁻⁷
Distinct apps (log)0.450.40–0.50<10⁻¹⁵

Age dominates, as it must — a counter that only accumulates rewards old templates, and a model that failed to show this would be broken.

Beyond age, two results stand out and point in opposite directions. Size attracts attention (RR 1.90 per log-step) while spreading across more applications repels it (RR 0.45 per log-app). Holding template size constant, a template touching more distinct systems draws less attention than one of the same size concentrated on fewer.

That is not the intuition the integration-count marketing of every automation platform would predict. A plausible reading — which this data cannot confirm — is setup cost: each additional application is another account, another credential, another permission scope before the template runs at all. Depth is free to the reader; breadth is billed to them.

AI's 4.5× is the largest non-age effect in the model, and it survives controls for size, app count, autonomy and external action. The same sign holds in the Make model (RR 2.76) and in unmodelled medians (Make: median usage 7 for AI templates against 3 overall, BH-significant).

Templates that run unattended draw fewer views (RR 0.79). We would not over-read this; browsing a gallery is not the same act as adopting a workflow, and a human-initiated template may simply be easier to evaluate by looking at it.

These are associations, not effects. Templates are not randomly assigned their features, and gallery placement — which we cannot observe — plausibly drives both structure and views.


9. Where supply and adoption part company

This section uses the business-function classifier. Only four of its nine classes met the pre-set reliability threshold (held-out F1 ≥ 0.50): HR/recruiting, sales/CRM, finance/accounting and content/media. Figures for other classes are shown for completeness and marked ⚠; they should not be quoted as findings.

Make (n=13,615), ratio of adoption share to supply share — above 1.0 means a category earns more attention than its share of published templates:

FunctionTemplatesSupply shareAdoption shareRatio
Content & media1841.4%4.3%3.19
Social media ⚠3822.8%8.4%3.00
Marketing ⚠6614.9%8.9%1.83
General automation8,61163.3%65.3%1.03
E-commerce ⚠7775.7%4.1%0.72
Project management ⚠1,0617.8%4.1%0.53
Finance & accounting3472.6%1.1%0.43
Sales & CRM8336.1%2.0%0.33
IT & DevOps ⚠1611.2%0.2%0.13
Support ⚠2061.5%0.2%0.12
HR & recruiting770.6%0.1%0.11

Restricting to the four reliable classes only: content and media templates earn 3.2× their supply share of adoption, while sales/CRM earns 0.33×, finance 0.43× and HR 0.11×.

The honest reading is narrower than "the market wants content automation". Content templates on Make have a median usage of 22 against a corpus median of 3 — they are genuinely more used. But a CRM template is used by whoever runs that CRM, while a content template can be picked up by anyone; a gallery counter rewards generality, and that is a property of the measure as much as of demand. What we can say without qualification is that the categories builders publish most are not the categories that get used most, and the mismatch is large.

The same pattern holds on n8n with a different ordering (content 1.37, social 1.54, personal productivity 1.73 against IT/DevOps 0.49 and project management 0.43), which is at least suggestive that it is not a Make artefact.

The creator distribution

For the 5,345 n8n templates with recoverable authorship: 1,182 distinct creators, median 2 templates each, Gini 0.643. The top creator accounts for 5.1% of templates, the top ten for 22.5%, the top fifty for 43.4%. Concentrated, but far less so than adoption — publishing is much more evenly spread than attention.


10. What this means

For businesses. The corpus is not evidence that these automations work. It is evidence of what experienced builders thought was worth writing down. The most useful signal here is negative: if your intended automation is in a category with high supply and low adoption — CRM, support, IT ticketing — abundant templates are not evidence that the approach succeeds. Whether a specific automation is worth building is a question about your own volumes and error rates, not about how many templates exist; an automation ROI calculator is a more honest starting point than a template count.

For builders. Two results are directly actionable and neither is obvious. Depth beats breadth: a substantial workflow against one or two systems draws more attention than a shallow one spanning five. And the AI association is large (4.5×) and has grown every quarter for three years.

For platforms. 57% of templates run unattended and act externally, while 1.2% pause for a human. If human-in-the-loop is a governance goal, the primitives are not being used — n8n's sendAndWait exists and appears in 189 node instances across a corpus of 222,276 nodes. That is a product finding, not a user failing: the default path does not lead through it.

For researchers. The corroboration in §6 is the useful part. Two methods, two samples, one answer on human oversight. The disagreement on error handling shows how much definitional choices move these numbers, which is an argument for publishing rule sets rather than percentages.

For Neura Market. Section 9 says the categories with most published supply are not the ones that get used. Our own marketplace lists templates from these corpora, and this finding is unhelpful to it. We are publishing it because it is what the data shows.


11. Limitations

Prominent because they are load-bearing.

  1. No peer review. No external researcher checked this. That is the largest limitation and no amount of methodological care substitutes for it.
  2. Templates are not deployments. Nothing here observes a workflow running in a real organisation, producing real value, or being maintained.
  3. Gallery counters are not adoption. A view is interest. Counters are cumulative and unnormalised for placement and promotion, neither of which we can observe. They are the largest uncontrolled confound in Section 8.
  4. Two platforms, not five. Zapier (334), Activepieces (65) and Pipedream (23) are too small to compare. Conclusions apply to n8n and Make template ecosystems, not to automation generally.
  5. Selection. Public templates are what creators chose to publish, and for n8n's dated subset, what n8n's API surfaced. Production automation is overwhelmingly private.
  6. Business-function classification is weak. Held-out macro-F1 0.496. Five of nine classes fall below the reliability threshold and are marked in every table.
  7. RAG detection failed (F1 0.478) and is not reported.
  8. Make error handling is unobservable, not zero.
  9. Action level is a floor. 18% of n8n templates declare no operation.
  10. The dated sub-corpus is 5,345 n8n templates — every time-series claim rests on it.
  11. Per-row provenance is unrecoverable. Several loader generations wrote this corpus, two of them randomising fields, and no column records which. Attribution is population-level only.
  12. The corpus is ours. We assembled it, and our collection choices shape it in ways no internal audit can fully surface.

12. Replication

Everything needed to reproduce this is in research/automation-demand-2026/:

ArtefactPath
Feature extraction rulesscripts/lib/graph-features.mjs
Function classifierscripts/lib/function-classifier.mjs
Pipelinescripts/build-features.mjs
Validationscripts/validate-classifier.mjsvalidation/
Analysis + NB estimatorscripts/analyse.pytables/
Chartsscripts/make-charts.pycharts/
Frozen snapshotdata/snapshot-manifest.json
Field provenance verdictsdata/provenance-ledger.csv
Pre-analysis data auditdata-feasibility-report.md

The snapshot manifest records exact counts, inclusion and exclusion rules, code hashes and software versions. Aggregate tables are published; the template corpus is not, for the licence reason given in the disclosure.


Figures

Three figures appear inline in the analysis above (Figures 1-3). The remaining five are reproduced here so the web version carries the same evidence as the PDF and DOCX editions, rather than a subset of it.

AI share by platform

Figure 4. Share of templates containing at least one AI step, by platform.

Median steps per template

Figure 5. Median executable steps per template, by platform.

Most severe external action

Figure 6. Most severe external action present in the template.

Templates per application

Figure 7. Templates connecting each application (top 18 of 1,436).

Make adoption by feature

Figure 8. Median recorded Make usage, templates with each feature.


Related Neura Market resources

Listed separately rather than woven into the findings, because they are context for a reader, not evidence for a claim. Neura Market published this report; see the disclosure above.


References

  1. Tang, Y., Zhou, Y. & Chen, H. (2026). Characterizing Large Language Model Agentic Workflows: A Study on N8n Ecosystem. arXiv:2606.29116. https://arxiv.org/abs/2606.29116
  2. Zapier (2026). How Enterprises Put AI to Work: The AI Workflow Index, Q2 2026. https://zapier.com/ai/workflow-index/q2-2026-report
  3. Amir, A. R. (2026). Evaluating Workflow Automation Efficiency Using n8n: A Small-Scale Business Case Study. arXiv:2602.01311. https://arxiv.org/html/2602.01311
  4. Samuelson, P. A. (1938). A Note on the Pure Theory of Consumer's Behaviour. Economica, 5(17).

Sources were opened and read; see literature-review.md for extraction notes and the basis of the novelty claim.


Citation

Neura Market (2026). What Builders Publish, and What Gets Used: A structural analysis of 26,822 workflow-automation templates from n8n and Make. Neura Market Technical Report NM-TR-2026-01.

BibTeX and plain-text forms: citation-guide.md. Corrections policy: corrections-policy.md.