4 Comments
User's avatar
Bilgin Ibryam's avatar

What is the name to refer to non vibe coding techniques? I've collected a few here:

https://generativeprogrammer.com/p/talk-draw-generate-10-ways-for-creating

Expand full comment
Amanda Moore's avatar

What is really poor is when classic security and privacy flaws are provided in LLM Scripts for instance credentials in code and GDPR breaches. When you reprint and query it will correct in most of the leading models but that supposes user knows it needs to be corrected. Surely the likes of Anthropic can fine tune for these obvious errors?

Expand full comment
Ken Kahn's avatar

There a place between looking and never looking at the generated code. You can ask Claude, for example, to display the pseudocode equivalent of the JavaScript in the chat and you can run the artifact in right half of the tab. This way a non-programmer can have an idea of how the generated program works.

Also I believe some (all?) of the sandbox restrictions of artifacts don't apply if you publish and run in the artifact in a new tab. Or you can download and open the code.

Expand full comment
Simon Willison's avatar

Yeah, one of the reasons I run my https://tools.simonwillison.net/ collection using GitHub Pages is I can copy artifacts to it and have them make eternal API calls.

Expand full comment