Class today

Debugging

As we move to coding with AI, you’ll need to focus your attention on troubleshooting and debugging. LLMs will produce lots and lots of code, and it won’t always be correct. The LLM is your assistant, and it’s your job to guide it and check its work.

Use DevTools, as we’ve been using in the past.

We will do a workshop on DevTools next class. For today, let’s have fun with AI-assisted coding.

Coding with AI

Intro

We’ll be using Cursor for development today. Cursor is VS code with AI capabilities layered on top. You can use it with any off the shelf LLM model (OpenAI, Claude, Deepseek), but I recommend using it with Claude, as it has shown to be the best model for development.