content: 8-article Reference Architecture series - #16
Open
kimiko-terraphim wants to merge 1 commit into
Open
Conversation
Add comprehensive article series on production agent systems: 1. The Three Jobs of an Agent Harness — Context curation, guardrails, memory infrastructure. LangChain's +26% improvement with zero model changes. 2. Why 1M Token Windows Fail — Three failure modes: noise accumulation, instruction collision, attention decay. Curated signal beats raw capacity. 3. The 85/15 Planning Ratio — Agents should spend 85% of compute on planning and 15% on execution. Most systems invert this ratio. 4. Structured Compaction — The five-stage compaction pipeline: Ingest → Filter → Rank → Compact → Inject. The missing layer between retrieval and the LLM. 5. Role-Based Context Dispatch — Agents need multiple personalities. Roles are configuration, not prompts. 6. The Knowledge Graph as Agent Memory — Why vectors aren't enough: probabilistic retrieval, un-auditable results, no structured relations. KG provides deterministic, explainable memory. 7. Risk-Tiered Execution — Three tiers: Safe (auto), Review (single approval), Critical (dual + audit). Machine-readable risk contracts. 8. The Deterministic Layer — Where probabilistic models don't belong: routing, validation, filtering, authorization. All articles include debate sections, real-world case studies, Rust code examples from Terraphim, measurement frameworks, and reference implementations.
❌ Deploy Preview for clinquant-croquembouche-2fa149 failed.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR adds an 8-article series on production agent systems, harness engineering, and the Terraphim architecture to the blog.
Articles Added
Series 1: The Harness Determines Success
Series 2: Context Architecture
Series 3: Memory Infrastructure
Series 4: Production Patterns
Quality Features
Staging Schedule
All articles written by Alexander Mikhalev. Cross-links to existing Terraphim articles included where relevant.