agents-docs-kits keeps agent context small on purpose
A minimal docs kit for teams that want agent context injection, progressive disclosure, and cleaner hand-offs without turning one worktree into a memory dump.
How production agents actually get built — memory, evals, multi-agent boundaries, and the gap between prototype and production. Written to be quoted, not just read.
This round of five workstreams revealed a reusable SOP. Not pre-designed — grown from practice.
Read →A minimal docs kit for teams that want agent context injection, progressive disclosure, and cleaner hand-offs without turning one worktree into a memory dump.
Long-context agents fail after compaction not because they lose facts, but because they lose the alignment state that explains what the work is for and which rules still bind it.
Notes on making agent recall explicit, queryable, and debuggable before scale hides the contract break.
We cut 8 worker phases, 6 Python scripts, and 3,138 lines of infrastructure by asking one question: does this step actually need an LLM agent?
The `create-router-skill` package in agents-docs-kits matters because skill families stop being discoverable once routing logic is hidden in folder names, vague umbrella docs, or silent fallbacks.
A short field note on shared state, coordination boundaries, and why plausible output is the most dangerous failure mode.
This round of five workstreams revealed a reusable SOP. Not pre-designed — grown from practice.
Designing from scratch, iterating through 6 versions, and returning to a single while loop. What building an internal agent framework actually taught us.
AutoHarness shows that agent reliability belongs in code-level guardrails, not just sharper prompts.
Same problem, two AI teams. GPT-5.4 built one version. GLM5.1+K2.6 built another. We ran a 10-dimension code review and found the gap isn't at the syntax layer — it's at the systems layer. A reverse-engineering of how two different AIs actually think.
A practical identity framework for AI agents built around verifiable identity, portable credentials, and lifecycle governance across system boundaries.
A 94-page Chinese dialogue did not begin with AI consciousness. It began with psychology, economics, philosophy, and Anthropic-style skill design. What changed my mind was watching the model critique its own frameworks, its own fluency, and even the user's projection strongly enough that the consciousness question stopped feeling unserious.
Why terminal-first tooling remains the shortest path between intent, review, and repeatable execution.