If you are using LLM's for coding assistance you may be aware of the latest thing which are MCP Servers. These are API interfaces that allow the AI to easily get hold of more up-to-date or private data.
I discovered a public (or you can install it locally if you prefer) free MCP server called Context7. This gives LLM's access to current documentation - AI's often lag behind on this because their training is only updated occasionally.
Using a LLM for node-red will probably not work as intended
As you are providing a wiring programming for task events , you are already doing Cascading architecture. So your sequence of doing things is already subdivided into elementary tasks in a deterministic way.
"Change module" and JSONata diagnosis
Change Module is and has always been way too much powerfull in node-red to its own good -> prod issues are usually coming from this.
You can generate a very large subset of testing evidences to check your change, and it has been quite a great help to discover loop-hole
PROD grade node-red package without docker/podman/forge
I don't know if it's widely use by noderaider , but you might have noticed that you can actually use node-red with wasm
You might want to add the wasm part in it, as it is probably the most powerfull combination for production tooling for node-red projects.