Add LIP-0008: LLM tier discipline and dossier discipline#2
Open
danvoulez wants to merge 1 commit into
Open
Conversation
Constitutional rule for how LLMs participate in the pipeline. Four tiers, four mandates, three grammars: Mini (1.5-3.5B) Operational Grammar classify, propose Operator (9-14B) Strong Grammar conduct sessions Translator (9-14B) Strong Grammar natural -> LogLine candidate Frontier (external) Dossier Grammar yes/no on prepared case Core invariants: - We do not ask Frontier to do Mini's job. - We do not ask Mini to do Operator's job. - We do not ask Operator to execute. - We do not ask Translator to authorize. - We do not ask any LLM to close evidence. - Frontier receives dossiers, not mess. Defines new types for code (PR 1 follow-up): - LlmTier enum - GrammarKind enum - Dossier struct - FrontierVerdict enum - CapabilityManifest extension for tier/grammar admission Connects to existing LogLine-Foundation work: - Operational Grammar already exists in constitutional-runtime - Strong Grammar already exists in constitutional-runtime - Three-hash receipt (tuple/content/envelope) per LIP-0007 maps to three talent boundaries (human act / translator interpretation / transport) - Entropy enters AdmissionContext as a measurable policy input Minimal spike (GOLDEN-004) proves the 9-step receipt chain without dispatch and without Frontier ever touching raw mess. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
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
Constitutional rule for how LLMs participate in the pipeline. Splits "LLM" into four distinct tiers, each with its own grammar and mandate, and defines
Dossieras the only admissible shape crossing the Frontier boundary.Sentence of stone
Four tiers
What this PR does
lips/LIP-0008-llm-tier-discipline-and-dossier-discipline.mdREADME.mdto list LIP-0008 as ProposedWhat this PR does NOT do
constitutional-runtime)Dossiershape exists in code yetConnects to
constitutional-runtime/src/operational_grammar.rs— Mini tier ingress channel (already exists)constitutional-runtime/src/strong_grammar.rs— Operator/Translator tier ingress channel (already exists)🤖 Generated with Claude Code