Date: 2026-09-02 · Repo: fc0web/rei-aios · Type: 訂正 arc (外部発信 vocabulary vs 実装ソース drift)
藤本さん 2026-09-01 publish の note 記事 「👑Rei-AIOS の 449 本 コネクタツール を 全公開」 について、別 Claude session が review を実施。5 論点を指摘し、うち 1 論点として 「8 OwnerKind が名前だけで終わっている — 上位 5 種は挙がっているが 残り 3 種が書かれていない」 と 「補完」 扱いで flag。 藤本さんが 本 session に 転送。
本 session で 記事原文を WebFetch + 実装ソース `src/aios/connector-graph/types.ts` (STEP 1448) を Read で 突合。
| # | 名称 | 分類 | 意味 |
|---|---|---|---|
| 1 | ai-inferred | AI が 出せる (最弱) | Claude 推論 (justification 未確認) |
| 2 | ai-generated | AI が 出せる | Claude 出力 (LLM output as-is) |
| 3 | independent-view | AI と 独立 (中間) | 別 tab / chat-Claude / 別 model |
| 4 | trust-history | AI と 独立 (中間) | 関係履歴 が 変換係数 |
| 5 | time-matured | AI が 出せない | 時間コネクタ 満期 output |
| 6 | human-consent | AI が 出せない | 同意明示 |
| 7 | human-approved | AI が 出せない | 藤本 judgment / 承認 (署名 コネクタ) |
| 8 | measured | AI が 出せない (最強) | 実測 (センサ / 実験 / 現場) |
| 記事の 語 | 実装 hit | 推定 誤記元 | 判定 |
|---|---|---|---|
measured | 1 hit | — | ✅ 一致 |
human-declared | 0 hit | human-approved or human-consent の 記憶再生 drift か? | ❌ 不在 |
instrument-logged | 0 hit | measured or time-matured の 記憶再生 drift か? | ❌ 不在 |
third-party-audited | 0 hit | independent-view の 記憶再生 drift か? | ❌ 不在 |
documented | 0 hit | provenance field と 混同か? | ❌ 不在 |
Verify: grep -rE '<name>' src/aios/connector-graph memory/ = 4 語 全て 0 hit confirm。
chat-Claude review は 「8 OwnerKind の 補完」 扱い で 「1 位」 に置いたが、独立検証で判明したのは 「補完」 でなく 「訂正」 が必要 だった点。5 語中 4 語 が 実装ソース に 0 hit の fabrication。
記事中核主張 「AI が 単独で 出せない claim の 線引き」 = chat-Claude review が 「一番オリジナリティのある部分」 と 評した 差別化 の 具体 vocabulary が 記事だけで 存在する用語 = 読者が repo 内 grep しても 該当実装が 見つからない = 記事と 実装 の 不整合が オリジナリティ主張を 破壊する。 数字分母 混在 (449 / 458+ / 545+ / 1,784 / 1,891+) や aggregator 早出し欠落 などの 提示 訂正よりも 深刻な accuracy 事故。
| 順位 | chat-Claude review 判定 | 独立検証後 の 判定 |
|---|---|---|
| 1 | 8 OwnerKind 補完 | 8 OwnerKind 訂正 (4/5 fabrication) |
| 2 | 分母定義文 | 順位維持 |
| 3 | aggregator 早出し | 順位維持 |
| 4 | 疎通検証 範囲 肯定形化 | 順位維持 |
8 OwnerKind 全表 + 「AI が出せる (弱) / AI と独立 (中間) / AI が出せない (強)」 の 3 帯分類 +
human-consent vs human-approved の 差別化明示。 note editor に そのまま copy-paste で 差し替え可。
OUKC honest-correction principle 準拠。 4 種 誤記 を 肯定形で 範囲切、実装 file path 明示、 発見者 (別 Claude session) 匿名 honor、STEP 1629 memory anchor 明示。 note 記事 冒頭 (タイトル直下) 追記推奨。
memory/feedback_article_source_vocabulary_drift.md を新規作成。
記事執筆時 vocabulary は publish 前 grep src/ verify 必須 rule + verify command template + anti-pattern 3 件を 永久保存。
memory/feedback_article_source_vocabulary_drift.mdmemory/hooks/2026-09-01T15-34_step1629_article_ownerkind_corrigendum.mdpublic/tools/step-1629-note-article-ownerkind-corrigendum/index.html (本 page)src/aios/connector-graph/types.ts:39-50 (STEP 1448、2026-08-27 chat-Claude thread 起点)feedback_activity_log_fact_check — 「組み込み提案」 受けた時、採用前に Activity Log + grep src/ で 既実装 fact-check (Pattern 5 防止、STEP 1054 DeepSeek-Prover-V2 pattern) と 同族feedback_no_rush_publication — 8 日 draft 期間後 慎重 publish、 vocabulary verify も この draft 期間 内 に 配置feedback_world_uniqueness_claim_controllable — 「controllable 表現」 と 同型、 「実装通り」 主張は 実 grep verify なしに 出せないfeedback_critique_response_pattern — chat-Claude 批評への 応答 pattern、独立検証 で 「補完 → 訂正」 昇格 判定が 本 arc の 実例while read word; do count=$(grep -rE "$word" src/ memory/ 2>/dev/null | wc -l) echo "$word: $count hits" done < words.txt
記事 draft 執筆時 の vocabulary 一覧 に対して 上記 loop 実行、0 hits の 語は 全て publish 前 に
(a) 実装 verify (b) 記事 draft 修正 (c) memory record — の 3 stage 実行必須。