Richard Thomchick
← Journal

April 11, 2026

Week 1: First Steps

pythonanthropic-sdkdev-environmentcliapi

Goal: Set up development environment and make my first Claude API call.


I am not an engineer, but I have done enough coding in the past to get frustrated with the setup process and toolchain dependencies. I tried an AI training course in 2018 and couldn’t get past the step to install PyTorch. It was downright embarrassing. So my first question was, “Can Claude get me over the hump? Can I make it work?”

Thankfully, the answer was Yes! Within the first five minutes, I knew this was going to be a very different (and better) experience than I’ve had in the past.

What I Did

Set Up the Dev Environment

Generated My First API Key

Made My First API Call

What I Learned

What I Struggled With

Key Takeaway

Being a developer is much more than just coding. I can see how vibe-coding might make a person feel drunk with power, but there is a lot of less glamorous work — environment setup, deployment config, error handling, cross-system debugging, evaluation infrastructure — that is much harder to vibe-code your way through vs. a professional software engineer who understands what’s actually happening on the machine.


Week 1 complete. Environment works. Claude responds. Everything else starts here.