Why File-Based State Beats Databases for Developer Tools
When I started building Batty, an AI agent supervisor, the obvious choice for state management was SQLite. Task board? Database table. Agent messages? Queue table with status column. Event history? Append to a log table with timestamps.
I went with f...
batty.hashnode.dev5 min read