Research questionHow can batched LLM serving handle request-specific read-write adaptation state without corrupting streams or losing throughput?Standard batched LLM serving assumes shared static weights, but test-time training changes request-owned state during generation. Mixing incompatible reads and writes can transfer state across streams, while serial execution limits throughput.