The author introduces âlulz,â a lightweight programming language inspired by ffmpegâs filtergraph yet expressed through JavaScriptâstyle array syntax, where data flows are explicitly marked with the stringsâŻâinâ andâŻâout.â After refining the design with AI assistance, they added parallel/series helpers, worker integration, and extensive documentation to simplify execution flow. The post also frames lulz as a textual form of visual programming: functions are wrapped in two identifiers (e.g., âuserâsignupâ,âŻsaveUserToDatabase,âŻâuserâaddedâ) that act as named input/output pipes, making parallel logic readable and AIâfriendly while still retaining the simplicity of scriptâbased code.






















