|
|
|
|
|
by nicklo
108 days ago
|
|
Yeah with sandbox pre-warming and disk co-location its fast enough to avoid UX cold start penalty. On write amplification — we persist at the message level, not per SSE chunk. The sandbox's workspace filesystem (claude code's native jsonl files) is the source of truth for resume, and the DB is for queryability, tracing, etc - so fire and forget works fine here. |
|