Blog
Development workflow, AI tools, and how to work safer.
WorkflowJanuary 15, 20256 min read
Why Git Isn't Enough When You're Coding with AI
Git tracks what you commit. But when an AI agent rewrites half your codebase in 30 seconds, you often want history that never made it to a commit. Here's the gap StateSense fills.
PhilosophyJanuary 10, 20255 min read
The Case for Micro-Checkpoints in Modern Development
Commits are too coarse-grained for exploratory work. Micro-checkpoints—automatic, frequent, disposable snapshots—give you a safety net for the work that happens between commits.
Technical Deep DiveJanuary 5, 20257 min read
How StateSense Handles Large AI Refactors
When Copilot or Cursor touches 50 files at once, traditional undo isn't enough. This is how StateSense's incremental snapshot model gives you a complete rollback path.