|
|
|
|
|
by quasiuna
923 days ago
|
|
I've been experimenting with something in a similar space with JavaScript called "Paint AI" https://paintai.groupmind.co.uk Here I've created a basic Paint program with no pens, brushes or other drawing tools. Instead you get the AI to create the painting tools for you and it writes, tests and deploys the JavaScript for you live, usually within 30 seconds. It only uses OpenAI's gpt-3.5-turbo model too which is fast and good enough for this use case. |
|