Solo dev open-sources an AI node editor that slides between prompts and code
A solo named Clem released SubjectiveZero, an agentic node editor for creative coding (visual and interactive work). The tool tries to solve a common design tradeoff in creation tools: low-level tools (shader composition, raw code) are powerful but hard to learn, while high-level tools are easy to start with but users eventually hit walls on . SubjectiveZero lets users start with abstract prompts describing their goal, then move toward more specific prompts or directly edit the generated code as needed.
The idea is to treat the abstraction level as a slider the user can move in either direction. The underlying agent is built to understand the user's context so it can translate intent into working output.
Key points
- Solo Clem released this as an prototype
- It's an agentic node editor aimed at creative and interactive coding
- Users can work from abstract prompts down to directly editing generated code
- Goal is to let users freely adjust the tool's abstraction level, like a slider
- Agent is designed to understand user context and translate it into code