#1916
AI Creates Time; Or, Artificial Intelligence Generates Great Code If You Tell It What To Write
I asked an AI to generate visualâprogramming componentsâHTML tags that act like buttons or inputs, a window component built from incomplete code, and a signalâbased monitor that tracks position and sizeâand it delivered polished, working examples because I framed the requests precisely. The AI corrected small oversights in its output, used signals for clean code, and let me quickly prototype resizable/dragable windows and port tracking (demo linked). By iterating through several handâwritten versions I learned which parts mattered and refined my approach: two generic tags,âŻ`<window-container>` and `<flow-connector>`, can underpin many visual languages. The project revealed that existing VPLs often miss the full application architecture, are slow, and force rigid series connections; with AI I saw how to make components freely connectable and quickly experiment, leading me toward freeâform diagramming as a next stepâan unruleâbound map that lets programmers and novices alike grasp system structure visually.






















