Title: Why I gave my coding agent a memory (and how Cortex works)

작성자

카테고리:

← 피드로
DEV Community · gsl0001 · 2026-07-18 개발(SW)

gsl0001

  1. The problem, concretely. A real session where the agent re-derived or
    re-broke something it had already handled. Name the cost: wasted tokens,
    wasted time, lost context.

  2. Why existing options didn’t fit. Cloud memory = your code leaves the
    machine. Bigger context windows = you still pay to re-read everything and
    still lose it at session end.

  3. The design. Walk the flow: capture policy (dedup + normalize, drop the
    “done!” noise) → typed provenance links → full-text index → ranking engine
    that packs recall to a token budget. One SQLite file, one local process.
    Drop in the architecture mermaid diagram from the README.

  4. The parts people can see. Dashboard (blocked work first, explained search
    scores, graph view). Then Autopilot as the “if you want it” layer — git
    worktrees, model routing, the hard off-limits guard as the safety story.

  5. What’s next / call for feedback. Be honest that it’s early. Link the repo,
    invite issues, say which part you most want eyes on (the memory ranking).
    git

원문에서 계속 ↗

코멘트

답글 남기기

이메일 주소는 공개되지 않습니다. 필수 필드는 *로 표시됩니다