life is too short for a diary



Posts Tagged: ai

AI Engineering - Building Applications with Foundation Models by Chip Huyen

These are my learning notes and reflections while reading "AI Engineering: Building Applications with Foundation Models" by Chip Huyen. I plan to update this periodically as I progress through the book...

Continue reading → books ai llm



Claude Code Custom Command: Import JVM Certificates

One of the most powerful features in Claude Code is the ability to create **custom slash commands**. Instead of repeatedly typing long or error-prone commands, you can encapsulate workflows into a reusable command...

Continue reading → claude ai



Monkey Patching Claude commit for AWS Bedrock

When AI is writing code, there's no reason not to have AI write the commit message too. I tried the handy tool [claude-commit](https://github.com/JohannLai/claude-commit), but ran into two issues when using Claude via AWS Bedrock on Python 3.14: a compatibility error with Rich's `Console.print()` and missing Bedrock credentials...

Continue reading → claude code ai monkey-patching