Now that I am retired, I am taking some time to explore AI tools, specifically Claude from Anthropic. In my previous job, I used Google Gemini for answering questions on tool setup/options, or creating short one-off scripts for repetitive tasks. However, these were all performed using ad-hoc prompts, and I wanted to learn how to use CLIs to create things.
I signed up for a Claude Pro subscription, and started a free course called Claude Code for Everyone (created by Carl Vellotti). The first module was an overview of how Claude can analyze files, extract and summarize data, and several other features. The second module was a first step at “vibe coding” – creating an online quiz. Claude created the code, added a repo to my Github account, then deployed it to Vercel (see the quiz here). In many ways, this is a contrived example, but a good way to get my feet wet with this kind of tool. Now I need to think of some apps to create!