latent-briefing

Community

Compact KV cache to share orchestrator state

Author466852675
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Replaying the full orchestrator reasoning trajectory to every worker inflates token usage and introduces latency, while summarization loses critical context needed for downstream tasks.

Core Features & Use Cases

  • Representation‑level sharing: Retains only the KV positions most relevant to the current worker task, avoiding full‑text handoff.
  • Task‑guided attention scoring: Uses the worker’s task prompt to score trajectory tokens and build a shared global mask.
  • Robust MAD thresholding: Applies median‑plus‑MAD to decide which KV entries to keep, adaptable to different workloads.
  • Use Cases: Hierarchical multi‑agent pipelines, recursive language model orchestration, and any system where workers require selective slices of the orchestrator’s latent state without costly text replay.

Quick Start

Ask the agent to compact the orchestrator’s KV cache for the upcoming worker task.

Dependency Matrix

Required Modules

None required

Components

references

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: latent-briefing
Download link: https://github.com/466852675/Skills-2026/archive/main.zip#latent-briefing

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.