Read Handling Increases in Test Code

Handling Increases in Test Code

Code written with AI agents gets substantially more robust when the agent has a feedback loop, like a good test suite. And agents like Claude…

Read Freeing Up Flow With Claude Code & Linear MCP

Freeing Up Flow With Claude Code & Linear MCP

I’ve been experimenting with using Claude Code to create Linear issues instead of filling them out by hand, and it’s been a bigger workflow upgrade…

Read Are they the same object?

Are they the same object?

While debugging I needed to know if two references in two separate parts of my codebase were pointing to the same object in memory. According…