2025 in Review
A summary of my 2025 writing, focusing on Gemini CLI, Agent Development Kit, and Python data visualization.
Technical notes on AI agents, cloud infrastructure, and development workflows.
A summary of my 2025 writing, focusing on Gemini CLI, Agent Development Kit, and Python data visualization.
A prompt technique to stop Gemini CLI from rushing into implementation and instead discuss logic using annotated pseudo code.
I used the newly released Gemini 3 to redesign a confusing sleep tracker chart. Here is how it analyzed the flaws and generated a clearer visualization.
Through a process of debugging and exploration with Gemini CLI, I turned a binary data file into a visualization that truly tells the story of my workout.
I started with a binary .FIT file from my sports watch and used
Gemini CLI to parse it, explore the data, and generate insightful plots about my run.
I wrote a language-agnostic script that creates a list of functions and classes in a codebase, improving Gemini CLI's ability to perform exploratory tasks and recognize existing code when implementing new functionality.
Teach Gemini CLI to write executable, single-file Python scripts with an inline dependency block, a technique that lets you run scripts without having to run pip install first.