// tools/ai-creative-coding-tools-2025

AI Creative Coding Tools 2025/2026 — Production-Ready or Marketing?

Category
Tools
Author
Henrik Söderström
Published
2026-06-25
Read
13 min
Language
EN
AI Creative Coding Tools 2025/2026 — Production-Ready or Marketing?

AI tools are being marketed to every creative coder right now. The pitch is the same everywhere: faster iteration, generative imagery, machine learning without the PhD. For someone building a web-based sketch or a gallery prototype that runs for three days, some of this holds up. For an installation that runs unattended in a kunsthalle for five years — the question is not what the tool can do. It is whether it will still run in 2031 without someone on-site to fix a broken inference pipeline. That is a different question entirely.

Why the “AI Tools for Artists” Hype Misses the Point

The hype is aimed at the wrong problem. Most AI tool marketing addresses the question of getting started quickly. That is a real need — for workshops, residencies, browser-based participatory pieces. It is not the question a media artist building permanent institutional work should be leading with.

The “AI tools for creative coders” conversation in 2025 has a structural problem: nearly all of it is produced by the tools themselves, their investors, or writers who benefit from the tools’ adoption. This is not a conspiracy. It is a content economics problem. Honest critical reviews don’t get SEO traffic the same way “best AI tools for artists 2025” listicles do. The result: a landscape full of promotional material dressed as editorial.

The questions worth asking are production questions. Does this tool require an active internet connection to run? What happens when the company behind it changes pricing — or disappears? Is the inference pipeline stable across GPU driver updates? Can I lock a version and run it unattended for two years?

Most of the currently hyped AI tools fail at least two of these. That is not a reason to ignore them. It is a reason to understand what they are actually for before building a three-year institutional commission on top of one.

Three Integration Paths — Native, Plugin, External Pipeline

There are three structurally different ways AI enters a creative coding workflow. They are not equivalent and they carry different production risks.

Path A: Native AI in the tool. TouchDesigner 2025 (build 2025.32460, March 2026) ships with NVIDIA RTX Video TOP for AI-enhanced video processing, and updated NVIDIA Maxine SDK operators: Background TOP, Denoise TOP, Upscaler TOP, Body Track CHOP, Face Track CHOP. These run natively within the TD patch. No external process, no API call. The dependency is your GPU — specifically NVIDIA hardware with RTX capabilities. The production constraint is real: these operators require NVIDIA RTX-series cards, exclude AMD and Apple Silicon deployments, and tie the work to NVIDIA’s SDK update cycle.

Max/MSP has ml.star (machine learning externals for the patching environment), providing classification and regression in the patch itself. Available since 2017, still actively maintained. A step-by-step production guide for ml.star appeared in early 2025 — which means the community is still developing deployment best practices, not that the tools are plug-and-play. That distinction matters.

Path B: Plugin-based external models. p5.js with ml5.js is the most accessible entry here. ml5.js runs in the browser, built on TensorFlow.js, and provides BodyPose, HandPose, FaceMesh, ImageClassifier, SoundClassifier, and custom neural network training — all without installing anything. For participatory interactive works where visitors stand in front of a camera and the sketch responds: genuinely useful, genuinely approachable. The browser dependency is also the problem. A JavaScript runtime is not a stable long-term deployment substrate. ml5.js recently introduced a major version with breaking changes — users encountering errors need to consult the FAQ for accessing previous version documentation. That sentence tells you something about operational stability.

Path C: Manual combination — GLSL plus ML output. Train a model offline, bake the results, run the output as a static or scripted asset inside your existing tool. No live inference in the gallery. No API dependency. This is the most production-stable approach and the one serious practitioners tend to converge on. It requires more upfront work. It does not break when the model API changes six months into a two-year run.

Stable Diffusion and the Local-Deployment Case

Local deployment of Stable Diffusion is the only version of “AI image generation in your installation” that is architecturally sound for permanent work.

Stable Diffusion remains the most important open-weights image generation model for artists who want to run locally without a cloud subscription. The model weights are downloadable. The inference runs entirely on your hardware. Stability AI — the original developer — has shifted toward enterprise and API-first products in 2025/2026, but the open-weights models continue to exist and are maintained by the open-source community independently of what the company does commercially.

ComfyUI is the node-based frontend that has become the practical standard for local Stable Diffusion workflows. As of April 2026, it has over 109,000 GitHub stars, 12,700+ forks, and a current release of v0.19.3 (April 17, 2026). The node graph interface supports SD 1.x, SD 2.x, SDXL, SD3/3.5, Flux, and other architectures. It runs on Windows, Linux, and macOS; supports NVIDIA, AMD, Intel, and Apple Silicon; can run CPU-only if needed. It has a portable Windows build requiring no installation.

For installation work: ComfyUI running locally on a dedicated machine with a locked version, offline after initial setup, is a credible production option. It is not simple — you need to understand the model, the workflow graph, and the hardware requirements. But it removes the cloud dependency that makes API-based solutions untenable for multi-year runs. Hardware minimum for Stable Diffusion at reasonable quality: 8GB VRAM for SDXL, 6GB for SD 1.5/2.x. This is not exotic hardware in 2025.

The caveat is that ComfyUI itself moves fast. Version 0.19.3 in April 2026 means significant development velocity. Lock your version, document your workflow file, and do not auto-update a production machine. The open-source model means you can freeze a working state indefinitely — unlike a cloud API that can deprecate endpoints without warning.

TouchDesigner’s Native AI — What Actually Works in Production

TouchDesigner 2025 has real AI features. They work in the studio. Whether they work in a gallery running for two years without maintenance is a different question.

The NVIDIA Maxine SDK operators — Background TOP, Denoise TOP, Upscaler TOP — are documented and functional in build 2025.32460. The NVIDIA RTX Video TOP adds AI super-resolution and HDR conversion. Body Track CHOP and Face Track CHOP use on-device ML for body and facial landmark detection. These are not prototype features. They are in the official release.

The production constraints, stated plainly: all of these require NVIDIA RTX hardware. Mac deployments are excluded. AMD GPU deployments are excluded. Any installation running on a non-NVIDIA machine cannot use these operators at all. That immediately narrows the use case.

TD’s Python environment management (TDPyEnvManager, Thread Manager) allows loading external Python ML libraries — you can run a Stable Diffusion pipeline inside a TD patch via Python. This is Path A and Path C hybrid territory. It requires a developer who understands both TD architecture and Python ML deployment. A studio with a dedicated technical artist can build this. An artist handing an installation to a museum’s tech team and walking away: the risk is real. When the NVIDIA Maxine SDK updates and the TD build you used is two years old, someone needs to know how to resolve the version mismatch.

For headless unattended deployment: TD’s AI operators add another moving dependency on top of the existing licence architecture. My honest assessment is that TD’s native AI features are production-ready for supervised studio contexts and short-to-medium-term productions with technical support available. For five-year unattended installation work: they are not there yet.

The Marketing-Promo Problem

If a piece about AI creative coding tools starts by recommending a specific no-code platform in the title, and that platform is run by the organisation publishing the piece, you are not reading a review.

The Medium piece by TransientLabs published in September 2025 — which ranked prominently in searches for “AI creative coding tools 2025” at the time of writing — is a textbook case. Its evaluation criteria include “publishing, embedding, and sharing links” and “AI assistance that speeds creation.” Its top recommendation, appearing three times in the first two screens of the article, is Juno — a no-code platform built by TransientLabs itself. TouchDesigner gets one paragraph. p5.js gets one paragraph. The piece is structured as a comparison. It functions as advertising.

This is not a scandal. It is a pattern. The same pattern appears across the AI art tool space: every company with something to sell produces content that looks like independent review. Artists and coders searching for honest information wade through layers of it. The tell is always the same: the criteria are chosen to favour the recommended tool, not to address the actual production context the reader is in.

The counter-practice is simple. Ask who wrote it and why. Ask what criteria they chose and why those criteria and not others. Ask whether the writer has ever deployed the tool in an unattended gallery installation. Most of the AI tool content online fails all three questions within the first paragraph.

Artists Who Use AI Productively

Three practitioners whose AI use is worth understanding — because it is documented, specific, and based on real production decisions rather than promotional positioning.

Anna Ridler (UK) photographed ten thousand tulips over three months in Utrecht, hand-labelled every image, trained a GAN on the resulting dataset, and used the trained model to generate video in which the appearance of the tulip is controlled by the Bitcoin price. Mosaic Virus (2019) is the result. The AI component is entirely in the pre-production pipeline: dataset collection, model training, output baking. The gallery installation plays back generated video. No live inference. No API dependency. The work has been exhibited at multiple venues. The ML pipeline does not need to run during the show. This is Path C — and it is the architecturally correct approach for permanent work.

Memo Akten (UK/GR) built Learning to See (2017) as an interactive installation using live neural network inference on a camera feed. The network analyses objects placed on a table and renders corresponding scenery in real time. Akten released the core demo as open-source. The technical basis is a custom inference pipeline, not a cloud API. His library ofxMSATensorFlow — a TensorFlow integration for openFrameworks — reflects a practice of building the technical infrastructure rather than depending on a commercial provider. For supervised interactive works with technical support available: this approach works. The fragility of live inference is accepted because the installation context supports maintenance.

Refik Anadol operates at a different scale: a full studio with dedicated ML engineers, custom Google Cloud infrastructure via Vertex AI, custom latent space browser software developed since 2017, and StyleGAN2-based processing of digitised institutional archives. His practice demonstrates what AI at installation scale actually requires — not a tool, but a team and a custom pipeline. Machine Hallucinations (ongoing) processes hundreds of millions of open-source nature images through a custom model. The lesson is not “use Anadol’s tools” — they are not available. The lesson is that production-grade AI art at institutional scale requires infrastructure investment that no off-the-shelf tool currently provides.

These three cases span a spectrum. Ridler: solo practice, offline pipeline, minimal infrastructure. Akten: custom open-source tools, live inference accepted in supervised context. Anadol: studio scale, proprietary infrastructure, team-maintained. All three involve real decisions about what to build, what to depend on, and what risk to accept. None of them is a tutorial for beginners. All three are worth studying.

Checklist — Is This AI Tool Ready for Your Installation?

Six questions. If the answer to any of the first three is “no” or “unclear”, reconsider the dependency before committing to a long-running production.

  1. Local deployment possible? Can the tool run entirely on dedicated hardware without any cloud API call? If inference requires an active internet connection or a subscription service, the installation will fail when either is unavailable. ComfyUI with local Stable Diffusion weights: yes. RunwayML: no. TD NVIDIA operators with locked build and offline NVIDIA SDK: yes, with care.
  2. Version lockable? Can you freeze a specific version and run it indefinitely without forced updates? Open-source tools (ComfyUI, ml5.js via pinned npm version, TD build archived): yes in principle. SaaS tools with automatic updates: no. A tool that updates itself mid-installation is a problem.
  3. API stability? If any external API is involved, what is the provider’s deprecation policy? Have any endpoints changed in the last two years? No formal deprecation policy is a red flag for long-running work.
  4. Community activity? Is the repository actively maintained? Are critical bugs addressed? ComfyUI at v0.19.3 with 109k+ stars and weekly releases: yes. A niche tool with its last commit from 2023: caution warranted.
  5. Cost scaling over time? If there is a per-API-call or per-hour billing model: what does 18 months of continuous operation cost? Run the numbers before the contract is signed, not after.
  6. Licence for permanent installation? Does the tool’s licence permit unattended commercial deployment in a gallery context? Some AI tools restrict non-commercial or require attribution that is impractical in an exhibition context. Read the licence, not the marketing page.

The checklist is not pessimism. It is the same due diligence any engineer applies before choosing infrastructure for a system that needs to run without intervention. Media art installations are that system. They just rarely get treated that way at the tool-selection stage.

Frequently Asked Questions

Are AI creative coding tools production-ready for long-running installations?

Some are, under specific conditions. Local deployment of open-weights models (Stable Diffusion via ComfyUI with a locked version on dedicated offline hardware) is architecturally sound. Cloud-dependent tools, subscription-based APIs, and tools requiring live internet connectivity are not suitable for unattended multi-year installations. TouchDesigner’s native NVIDIA AI operators are production-ready for supervised studio and short-term productions; for five-year unattended institutional work, the maintenance overhead is currently too high.

What is ComfyUI and why do artists use it?

ComfyUI is an open-source, node-based frontend for running Stable Diffusion and other diffusion models locally. It supports a wide range of model architectures (SDXL, SD3, Flux), runs fully offline, works on Windows, Linux, and macOS, and requires no installation in its portable Windows build. Artists use it because it provides fine-grained control over inference workflows without cloud dependency. As of April 2026 it has over 109,000 GitHub stars and releases updates regularly. For installation work: lock a version, document the workflow, do not auto-update production machines.

Which AI features does TouchDesigner offer natively?

TouchDesigner 2025 (build 2025.32460) includes NVIDIA RTX Video TOP for AI super-resolution and HDR conversion; NVIDIA Background, Denoise, and Upscaler TOPs via the updated Maxine SDK; Body Track CHOP and Face Track CHOP for real-time body and facial landmark detection. All require NVIDIA RTX hardware. TDPyEnvManager and Thread Manager allow loading external Python ML libraries including Stable Diffusion pipelines. These are real features, not demo-ware — but they require NVIDIA GPU, and the SDK dependency needs to be managed across the installation lifetime.

Why are so many AI art tool articles basically promos?

Content economics. Articles that recommend specific tools generate affiliate revenue, improve the tool’s search visibility, and attract platform partnerships. Independent critical review does not produce the same commercial return. The tell is consistent: evaluation criteria are chosen to favour the recommended product, the author has a financial relationship with the tool being recommended, and production-context questions (licence risk, version stability, unattended deployment) are absent from the framing. The TransientLabs Medium piece — published September 2025, recommending Juno, the platform built by TransientLabs — is a paradigmatic example of this structure.

Which artists use AI in a way worth learning from?

Anna Ridler’s practice — particularly Mosaic Virus (2019) — shows how to separate the AI pipeline from the installation deployment: train the model offline, bake the output, run static results in the gallery. No live inference risk. Memo Akten’s Learning to See (2017) demonstrates live inference in a supervised interactive context, with open-source tooling and a custom pipeline rather than commercial API dependency. Refik Anadol’s studio shows what institutional-scale AI art requires: a dedicated technical team, custom ML infrastructure, and years of pipeline development. Each represents a different point on the scale between solo practice and studio operation.

Henrik Söderström
Editor — electrohype.org
Independent media-art researcher and freelance editor based in Stockholm. Documents Nordic and European digital art movements.