A look at some use cases of Anthropic's Claude Artifacts, which lets users create interactive single-page apps via prompts
I'm a huge fan of Claude's Artifacts feature, which lets you prompt Claude to create an interactive Single Page App (using HTML, CSS and JavaScript) … X: @random_walker , @emollick , @simonw , @techczech , @anetv , @simonw , @abrakjamson , and @simonw LinkedIn: Benjamin Wootton and Simon Willison . Forums: lobste.rs X: Arvind Narayanan / @random_walker : I've often been building single-use apps with Claude Artifacts when I'm helping my children learn. For example here's one on visualizing fractions https://claude.site/... Here are some things I've learned. Speed of creation My kids are young, so any single activity might last Ethan Mollick / @emollick : AI is a Swiss Army knife for the mind. And artifacts are the neat little fold-out scissors you end up using a lot. Simon Willison / @simonw : I built 14 interactive mini-apps with Claude Artifacts just in the past seven days - here's a post describing them all https://simonwillison.net/... Dominik Lukes / @techczech : Claude's Artifacts are amazing and @simonw is a true master of taking advantage of them. Here's an infographic made with Artifacts based on his write up. Now, if only @AnthropicAI made the code editable like Canvas, they would be perfect. [image] Annette Vee / @anetv : Love this little app and the sentiment here: the value of making fast little one-time use apps for teaching a very particular subject over searching around for a specific app in the addictive pile of garbage that is the app store. Simon Willison / @simonw : Bonus use of artifacts from this morning: I wanted to draw a venn diagram for this tweet, so I got Claude to do that for me using SVG - transcript here https://gist.github.com/... https://x.com/... Abram Jackson / @abrakjamson : @simonw What I love about this is that it is faster to create these apps than to find an OSS app to do it, even though it exists for some of these. Simon Willison / @simonw : For something like HTML escaping it's genuinely faster for me to prompt Claude to build it from scratch than it to search Google, click through on the results and evaluate them to confirm they do exactly what I need them to do LinkedIn: Benjamin Wootton : I can see a future where every “knowledge worker” has a set of prompts and a toolbox that they've built up to automate their work in the same way that Simon Willison is doing below. … Simon Willison : Claude Artifacts is the feature of https://claude.ai/ where you can prompt it to create interactive HTML+JavaScript applications right there in the Claude app … Forums: lobste.rs : Everything I built with Claude Artifacts this week