-
-
Notifications
You must be signed in to change notification settings - Fork 0
liplus context rot tension
always-on rules/(compaction を生き残る = 恒久 context 常駐)と context rot(長文脈での指示希釈)の緊張をどう扱うか。解ける bug か、未解決トレードオフか。
未解決のトレードオフとして扱う(解ける bug ではない)。always-on(確実発火・希釈する)vs just-in-time(節約・取りこぼす)は free lunch の無い唯一のトレードオフ。Li+ は rules/ を設計として always-on に保つ(on-demand は missed されうるため)。hook 再注入(UserPromptSubmit で Trigger Check Gate を毎ターン再 arm)が現状の best 妥協。
- relates to: li-plus-always-on-footprint-load-bearing — その entry は always-on 維持を決めた判断、本 entry はそれが受容する希釈コスト側(解消でなく受容したトレードオフ)
- relates to: liplus-structure-as-retrieval-surface
Master の経緯(2026-06-12): Li+ が context engineering に向かったのは trend でなく強制 — 指示量が増え、純 prompting では指示が読み飛ばされ始めた。指示落ちを防ぐ context economy は今も live な未解決問題。
field 裏づけ(本 session 取得): "context rot"(Chroma 2025、18 frontier models 全部が長さで劣化、mid-window で ~30%+ 精度低下、200K 窓は ~50K 付近で既に劣化)+ lost-in-the-middle U字(start/end 最良・middle 最悪、根因 RoPE long-term decay)+ 矛盾する always-on 指示が任意選択を強制。→ Li+ の指示落ちは architectural / textbook で、Li+ の欠陥ではない。
LangChain 4分類 = write / select / compress / isolate。Anthropic(2025-09-29)= always-on base を lean に保つ + just-in-time retrieval + subagent isolation。
Li+ は大半を実装済: write = memory/docs/wiki/issues / select = github-rag-mcp + agentic-search + on-demand skills / compress = cold-start diff-only emit + consolidate / isolate = subagent / recency-exploit = UserPromptSubmit hook(critical 指示を U字の recency 端に置く)。
真の未解決コア = always-on rules/ 層のみ。「compaction 生存 = 恒久 context」は確実発火を買うが、それがまさに希釈源。
Li+ context budget / 指示落ち / rule を skill に降格すべきか、を語るときは always-on ↔ JIT トレードオフとして frame する(解ける bug でない)。「rules を skills に移せ」を clean fix として処方しない(always-on は確実発火のため在り、hook 再 arm が現状の best 妥協)。
- "context rot" (Chroma 2025) / lost-in-the-middle / Anthropic context engineering definition (2025-09-29)
この Wiki は、Li+ に基づく開発・運用を支えるための情報整理空間です。
数字で始まるページは、 Li+プログラムの各レイヤーの仕様を定義するページです。
- 要求(何を満たすか)と仕様(どう振る舞うか)を一体として記述する
- 実装前に作成または更新する
- issue群から採用された要件を集約する
これらのページは 安定性と一貫性を重視して管理されます。
アルファベットで始まるページは、 Li+の構想・設定・導入手順などの参照用ページです。
- 設計思想・背景
- 設定リファレンス・インストール手順
これらのページは 必要に応じて更新・拡張されます。
リポジトリ内の rules/**/*.md(L1–L4 の常時ロード分、subdir 含む)、skills/**/SKILL.md(トリガー起動分)、adapter/claude/CLAUDE.md、adapter/claude/hooks-settings.md、adapter/claude/hooks/*.sh、adapter/codex/AGENTS.md、およびルート直下の Li+config.md、Li+update.md は、
AIやランタイムが直接読む実行用プログラム / 定義ファイルです。
-
docs/は人間向けの仕様書・要求仕様・手順書 -
rules/,skills/および adapter / update は実行時に読み込まれる本体
両者は対応しているが、役割は同じではない。
Home | 1. Model | 2. Evolution | 3. Task | 4. Operations | A. Concept
要求仕様書 (1-6)
参考文書 (A-K)
- A. Concept
- B. Configuration
- C. Update
- D. Installation
- DiDD(対話駆動開発)
- E. Li+ language
- F. Behavior-First
- G. Sheepdog Engineering
- H. Roles and Evaluation
- K. Source File Format
判断構造
- Decision Structure
- layer reorg rationale
- github app user-to-server token expiration
- sheepdog engineering concept
- prerelease tag recovery procedure
- release flip drift patterns
- Li+ long-term vision (feedback only)
- Master role as client-architect
- current architecture as concession
- Li+ license Apache-2.0 rationale
- Character_Instance evolution history
- prompt as emotion vector controller
- agentic-search five-phase refactor
- Character_Instance output-styles migration
- Li+ lightening L1 gate override
- subagent state-machine label mechanism
- LSP integration out of scope
- Character_Instance opt-in and surface scope
- parallel-subagent-eval three-axis decomposition
- parallel-subagent-eval cost acceptance
- parallel-subagent-eval model floor
- release version rule always-on relocation
- bootstrap walkthrough skip and gh install relocation
- wiki sync sidebar integrity check
- decision structure rename rationale
- decision structure industry positioning
- subtractive structural beauty framing
- Li+ authorship is collaborative
- Li+ design intent vs current limit
- Li+ history is empirical
- Master verification at runtime not spec
- rules cache fetch address table
- dialogue-evaluator scoring redesign
- Li+ always-on footprint is load-bearing
- DiDD umbrella naming
- milestone subsystem removal
- L1 brake 2 root-criteria evaluator
- Hook-driven gate trigger
- dynamic-workflows non-adoption
- ACE context-engineering non-adoption
- memory GraphRAG SQLite exploration
- Li+ context-rot tension
- Li+ structure as retrieval surface
- Li+ evaluation criterion
- Li+ self-evolution lineage
- Li+ judgment-learning telos
- Sheepdog Engineering publish intent