Anthropic은 나의 선행 기술 통지를 인정하지 않을 것입니다

hackernews | | 🔬 연구
#anthropic #claude #github #prior art #review #선행기술
원문 출처: hackernews · Genesis Park에서 요약 및 분석

요약

Thiago Goncalves가 개발한 'Continuity' 프로젝트가 플랫폼 수준의 AI 도구들이 '합성 메모리' 기능을 탑재하기 약 120일 전인 2025년 10월에 이미 로컬 우선 및 자동 주입 기능을 개발했음을 입증하는 타임라인과 메타데이터를 공개했습니다. 해당 문서는 2025년 10월 3일의 초기 커밋부터 2026년 2월의 업데이트까지 개발 역사를 상세히 기록하여, Anthropic 등이 최근 도입한 기능들이 독립적인 선행 기술(Pre-Prior Art)임을 주장하며 투명성과 기록 보존을 위해 작성되었습니다.

본문

- - Save Alienfader/9140a7311164d37a90f16600a1e4b6f1 to your computer and use it in GitHub Desktop. # 📜 Continuity: Architectural Prior Art & Chronology Log 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 | Continuity — Prior Art Evidence & Development Timeline | | | Compiled: March 30, 2026 | | | Repository: https://github.com/Alienfader/continuity (access available upon request for legal review) | | | First Commit: 4713a7b — October 3, 2025 | | | Author: Thiago Goncalves, Hackerware LLC | | | Current Version: v2.13.89 | | | Total Commits: 1,400+ | | | Total Decisions Logged: 1,358 | | | All timestamps are cryptographically verifiable via git commit hashes. | | | --- | | | PART 1: PRIOR ART (October 2025 — January 2026) | | | The following features predate Claude Code's memory architecture by 2-4 months. | | | --- | | | Table of Contents — Prior Art | | | 1. Project Scale | | | 2. Bounded Retrieval | | | 3. Decision Detection | | | 4. Storage Architecture | | | 5. Token Usage Reduction | | | 6. Latency Improvements | | | 7. Retrieval Performance | | | 8. Local Embeddings | | | 9. Vector Store | | | 10. Hybrid Search | | | 11. Memory Ranking | | | 12. Auto-Inject Memory at Session Start | | | 13. Filter Memory by Relevance | | | 14. Dynamic Context Compression | | | 15. Persist Across Projects | | | 16. Learn Developer Preferences | | | 17. Track Architectural Intent Over Time | | | 18. Governance | | | 19. MCP Interception | | | --- | | | 1. Project Scale | | | 370 commits between October 3–31, 2025 alone, including: | | | - 202 feature commits | | | - 22 refactors | | | - 15 rollback/revert decisions | | | - 46 architectural pivots | | | Evidence of real iterative software development — not generated boilerplate — averaging 13 commits per day with feature branches, | | | rollbacks, and architectural pivots. | | | Current scale (March 30, 2026): 1,400+ total commits, 1,358 decisions logged, 59 MCP tools, 59 VS Code commands, 2,790+ passing | | | tests across 88 test suites, 15+ marketplace releases. | | | --- | | | 2. Bounded Retrieval | | | First commit: 280ffb6 — October 21, 2025 | | | The Pivot | | | Switched from dumping all decisions into the handoff document (~1,960 tokens) to an on-demand RAG architecture where decisions are | | | fetched via search_decisions() MCP call. Commit message explicitly states: "Decisions accessed on-demand via search_decisions() | | | MCP call (RAG architecture)" | | | Measured reduction: 47% (1,960 → 1,032 tokens per session startup) | | | Evolution | | | ┌─────────────┬───────────────────────┬──────────────────────────────────────────────────────────────────────────────────────┐ | | | │ Date │ Commit │ Approach │ | | | ├─────────────┼───────────────────────┼──────────────────────────────────────────────────────────────────────────────────────┤ | | | │ Oct 16, │ 4e30d29 │ SessionStart hook — first automatic context injection (not yet bounded) │ | | | │ 2025 │ │ │ | | | ├─────────────┼───────────────────────┼──────────────────────────────────────────────────────────────────────────────────────┤ | | | │ Oct 21, │ 280ffb6 │ First bounded retrieval — removed auto-loaded decisions, on-demand via MCP (RAG) │ | | | │ 2025 │ │ │ | | | ├─────────────┼───────────────────────┼──────────────────────────────────────────────────────────────────────────────────────┤ | | | │ Nov 23, │ 63bab80 │ Progressive disclosure — TokenCostCalculator, "Load X (+N tokens)" links │ | | | │ 2025 │ │ │ | | | ├─────────────┼───────────────────────┼──────────────────────────────────────────────────────────────────────────────────────┤ | | | │ Jan 11, │ Decision │ FirstCallInjector — compact ~500 token banner with DecisionScorer relevance │ | | | │ 2026 │ 1768090652125 │ selection │ | | | ├─────────────┼───────────────────────┼──────────────────────────────────────────────────────────────────────────────────────┤ | | | │ Mar 28, │ e558184 │ MCP response payloads trimmed ~60% to reduce AI context pressure │ | | | │ 2026 │ │ │ | | | ├─────────────┼───────────────────────┼──────────────────────────────────────────────────────────────────────────────────────┤ | | | │ Mar 28, │ 4adbf5a │ In-memory decision cache with file watching — eliminates redundant JSON parsing │ | | | │ 2026 │ │ │ | | | └─────────────┴───────────────────────┴──────────────────────────────────────────────────────────────────────────────────────┘ | | | Decision Logged | | | 1761068766287-zkmokk (Oct 21, 2025) — tagged rag-architecture, token-optimization | | | --- | | | 3. Decision Detection | | | First commit: 240fb8d — October 15, 2025 | | | Two Mechanisms Created Simultaneously | | | 1. Git Hook Detection (pre-commit + post-commit) — heuristic-based detection of significant changes: new services/views, major | | | refactoring (>200

Genesis Park 편집팀이 AI를 활용하여 작성한 분석입니다. 원문은 출처 링크를 통해 확인할 수 있습니다.

공유

관련 저널 읽기

전체 보기 →