If you don't wake up excited and go to bed tired, drop everything and think of what your future will look like if you keep repeating the same day for the rest of your life. Sit with that discomfort until a new direction appears.
Check out the repo below and let me know what you think.
Repo: https://t.co/U9xJhjAvMJ
Also, if you've built something AI-adjacent and have feedback on the architecture, I'd genuinely appreciate it. Tschusss!
Built the ugliest possible AI focus coach this week as part of my AI Engineering journey.
It's a CLI tool that streams responses from Claude and logs my sessions to a JSON file.
Was it fun? Yes! Did I almost send a letter of frustration to the support team at Claude? Yes!
A real bug from this week that I'll never forget:
I wrote except KeyError to catch a missing API key. Felt smart. Shipped it.
Anthropic's SDK actually raises TypeError when the key is missing. My except never fired. The error message I wanted the user (myself) to see never appeared. Had to read the docs.