Tag: Systems
All the articles with the tag "Systems".
-
从一次工具调用到一次策略更新:Agent RL 的可复现最小闭环
· 23 min read一份可复现的 Agent RL 技术蓝图:环境 snapshot、verifier、credit assignment、三类 policy、generator–trainer async、partial rollout,以及可运行的 smoke test。
-
Beyond 49 ms: Where VM Resume Latency Actually Goes in Agentic RL
· 21 min readA measurement-first look at fast sandbox resume, speculative tool execution, and action-observation co-speculation—and why time-to-useful-work matters more than boot time.
-
Optimizing Inference for Router Looped Transformers
Updated: · 20 min readA research note on serving router looped transformers: why normal KV cache semantics break, what latency data says so far, and how vLLM or SGLang could be adapted with route-template batching and virtual-step KV cache.