MORI: Exploiting Tool-Call Idle Windows for KV Cache Offloading in Agentic Systems
2026-06-10 10:30:00·Paper Reading

MORI, proposed by UC Berkeley, is a KV Cache Offloading solution for Agentic systems. The core insight is that "idleness is not a binary switch, but a relative continuous spectrum" — by sorting all active requests by idleness, the busiest stay on GPU while the idlest move to CPU, achieving 20-71% throughput improvement.

GREYHOUND: Hunting Fail-Slows in Hybrid-Parallel Training at Scale
2026-06-08 21:30:00·Paper Reading

GREYHOUND is a USENIX ATC 2025 work that provides the first systematic characterization of fail-slow issues in production clusters with 10,000+ GPUs, and proposes a complete solution with non-invasive detection and ski-rental-inspired multi-level mitigation. Detection accuracy exceeds 99%, end-to-end throughput improves by 1.58x.

Putting Claude Code in Feishu
2026-06-08 12:31:43·Vibe Coding

Found a tool called lark-channel-bridge that connects Feishu directly to your local Claude Code — send a message from your phone, and Claude runs code, edits files, deploys your site on your computer. Tried it, works well, documenting the process and pitfalls.

Harness Engineering: Putting Reins on Your Agent
2026-06-06 21:00:00·Vibe Coding

From OpenAI's million-line code experiment to deep discussions on Zhihu, Harness Engineering has become the hottest topic in the Agent era. But rather than talking about "concepts," I want to share the pitfalls I hit while using Claude Code on real projects—and how those pitfalls gradually forced me to put reins on my own Agent.

Deep Dive: Claude Opus 4.8 and Dynamic Workflows
2026-06-05 16:30:00·Vibe Coding

Anthropic released Claude Opus 4.8 alongside Dynamic Workflows—a feature that lets the model write JS scripts on the fly to orchestrate dozens to hundreds of sub-agents for super-large tasks. This post takes a deep look at its architecture, execution model, real-world cases, and when to reach for it.