In ChatGPT, you can add more instructions to use the tools by saying "use Python to..."
In Claude, You can ask it to "use JavaScript" or "create a React artifact"
ChatGPT's version can run code start to finish to get an output, Claude artifacts can be interactive widgets
Exercise: In pairs, try some of the following 'write and run code' tasks with ChatGPT or Claude
- Upload a CSV dataset and analyze or visualize it
- Create an interactive map showing population data by region
- Build a simple game (like tic-tac-toe or hangman)
- Create a text analyzer that provides readability metrics
- Create a password strength checker
- Make a simple weather data plain-language interpreter
- Build an image resizer