Art Prototyping with AI code assistants
There are two types of people that buy 3D printers: the people that like to tinker with 3D printers and have nothing but hundreds of benchies printed out in every imaginable filament, and the people that just want the 3D printer to make stuff. The second group isnāt interested in calibration tweaks or firmware updatesāthey just want results; they just want to use the printer as a tool to help them create their ideas.
I think this is a good analogy for AI-assisted coding. Some people love programming for its own sakeāconstantly learning new languages, building Fizz Buzz in every syntax imaginable. Others just want to implement their ideas, and coding is simply the means to that end.
With AI coding tools, you can spend more time prototyping your ideas and less time wrestling with syntax, libraries, or frameworks. You can no longer procrastinate by learning ājust one moreā language or library before starting. Now, thereās nothing standing between your concept and your first working prototype.
Critics often point out that AI-generated code doesnāt scale well to enterprise-grade systems. Thatās fineāmy goal isnāt to build massive production architectures. Iām here to experiment, to explore, and with AI, I can try more ideas than ever before. In that sense, I can become a 10x artist.
Bellow, I created an SVG of isometric cubes in affinity designer, and then worked with a coding assistant to create a css animation over the stroke width:
one note, I know css and html, so once the llm spits out code, I am able to go back and modify it to suit my needs.