|
|
|
|
|
by cjonas
487 days ago
|
|
How is the "code" represented in the backend? Can it be exported, checked into source control and deployed via CI/CD? With the advances we are seeing in AI coding workspaces, "visual programming" seems like a dead end if the code isn't optimized for machine comprehension. I do think visual representation of code will become important to be able to more easily understand the AI generated systems, but it's just not an inefficient way to encode logic for AI (turns of code is a very effective at this). IMO, for these low code runtimes to survive, they need to be "transpilable" to a simple DSL (or subset of a popular language) and have an LSP for agents to interact with. |
|