Skip to content

Your First AI Creation

Before we dive into installations and setups, let’s experience what AI can do right now.

ChatGPT, Grok and Claude are the popular LLMs in the western world. For this exercise, we will be using Claude though you could try this with the LLM of your choice.

Think of Claude as a super-smart assistant that you can talk to via a chat interface in plain English. Today you can use Claude and other LLMs to do a variety of tasks from editing blog posts to generating images and even building full-fledged apps.

Claude has a feature called Artifacts that lets you create things instantly in your browser - no setup required!

Go to claude.ai in your browser and create an account.

Once you login, you should be able to see an interface with an input field. Try asking Claude some simple queries to familiarise yourself.

Once you are ready, let’s head to making your first AI assisted artifact.

Copy and paste this prompt into Claude:

Can you create Tetris as a Claude Artifact?

Press Enter and watch!

Note: feel free to use any other simple game you would want to create or check out these additional Prompts.

Within seconds, Claude will create a working Tetris game right in your browser!

Claude doing it's magic in browser

Was the outcome to your satisfaction? If not, try asking it to make changes.

E.g., You can ask it to change the visual style or add some fun new game elements.

✅ You just created your first app with AI! All within 5 minutes. Imagine what you can build with more time.

Here are some fun things to ask Claude to create:

Create a Pomodoro timer with 25-minute work sessions and 5-minute breaks.
Add start, pause, and reset buttons. Show the time in a large, easy-to-read format.
Create a color palette generator that shows 5 harmonious colors.
Add a "Generate New Palette" button. Show the hex codes for each color and let me click to copy them.
Create a simple memory card matching game with 8 pairs of cards. When I click two cards, show if they match. Track my number of moves.

What you just did is the core of what we’ll learn in this workshop:

  1. You gave AI instructions (a prompt)
  2. AI created something useful (code that works)
  3. You used it immediately (no complex setup)

The difference? Claude Artifacts run in your browser temporarily. In this workshop, you’ll learn to:

  • Create projects that live permanently on the internet
  • Build things on your own computer
  • Have full control over your code
  • Share your creations with anyone in the world

Now that you’ve seen what’s possible, let’s set up the tools that will let you build anything you can imagine.

💡 Keep that Claude tab open! You can use Artifacts to quickly prototype ideas throughout the workshop.