Thought Eddies

Posts

Migrating To Astro

A short, fast rollercoaster

I've run Thought Eddies as a more dynamic, experimental blog since the beginning of this year. I'd heard about Astro and wanted to put a more personal touch on my web presence.

Posts

State Of Code Agents - July 2025

Agents can make progress independently, but they also make messes

I use code agents to help me code in various capacities. Everything from fully "vibe coded" tools to scripts to specific, well described tasks.

Posts

Gemini Hidden Reasoning

The performance costs of thinking and provider defaults

While building Tomo and several prototypes using LLMs, I've experimented with several popular language models. It's generally easier to prototype using the OpenAI chat responses API because most providers support this early API spec (mostly). This approach makes it pretty simple to switch between...

TIL

With MCP, Dates are a Footgun

Model Context Protocol servers have become a popular way to expose software services for LLMs. Prior to this post, I'd not spent nearly enough time with them to have a strong opinion of their pros and cons, so I set out to change that.

Posts

A few strategies to make LLMs useful for you

I was reading your blog and had a question about this: "I noticed that my coworker was prompting for specific technical implementations, and Claude was struggling, pulling in too much context and taking an unfocused approach, whereas I would have been much more vague and general to start and...