Posts tagged: daglog
My Flight Recorder Crashed Before The Plane Did: Four Bugs From One Dogfood Session
I shipped a flight recorder for AI agent runs yesterday and preached immutable DAGs on this blog. Today my job bot attached it for its first real flight — and the recorder itself crashed four times. Every crash taught something a unit test would have missed.
Your Agent Framework Dumps JSON Blobs. Here Are the Three Storage Layers It Should Have.
Traditional agent frameworks serialize giant state dictionaries on every step. An immutable DAG engine splits storage into three layers — HAMT pointers in RAM, content-addressed blobs on disk, and a replay proxy store — and last night I built layer two for real.