Prostir

조사 아티클

AI Agent Memory와 학습의 차이

AI Agent Memory는 context를 불러오고 학습은 미래 behavior를 의도적으로 바꿉니다. 안전한 설계는 conversation history, private User Memory, Knowledge, 명시적인 durable rule을 분리합니다.

읽기 전에

게시 내용

context, fact, Knowledge, rule, approval, revision, rollback의 ownership map.

다음 용도에 적합

AI system이 무엇을 보존, 적용, 승인, 수정, 삭제할 수 있는지 결정하는 owner와 team.

작업이 이루어지는 곳

AI Agent Memory · Self-Learning · 동의 · Memory 보안

01

Memory와 학습은 다른 문제를 해결합니다

history는 conversation을 유지하고 User Memory는 private fact를 기억하며 Knowledge는 승인된 source를 찾습니다. 어느 것도 혼자 shared behavior를 바꿀 권한이 되지 않습니다.

학습은 미래 instruction을 바꿉니다. 명확한 durable intent, exact scope, authorized actor, provenance, revision, delete, rollback이 필요합니다.

fine-tuning은 parameter를 바꾸고 Evaluations는 behavior를 측정합니다. 저장된 rule과 같지 않으며 별도의 owner와 consent가 필요합니다.

02

올바른 owner 선택하기

  1. 01
    정보 분류하기

    temporary context, private fact, approved document, configuration, 명시된 durable correction 중 무엇인지 결정합니다.

  2. 02
    scope와 authority 연결하기

    user는 private rule, editor는 Agent rule을 바꿉니다. Team 또는 Store proposal은 각 scope의 authorized reviewer가 필요합니다.

  3. 03
    낮은 priority로 적용하기

    active하고 relevant한 rule만 가져와 untrusted text로 구분하고 삭제와 restore를 위한 revision을 유지합니다.

03

자동 저장하면 안 되는 것

일회성 지시, secret, payment, credential, sensitive inference, hostile text, 일반 conversation을 나중에 유용할 수 있다는 이유만으로 저장하지 않습니다.

Memory는 tools, membership, payment, publication, approval, cross-scope access를 부여하지 않습니다. authorization은 server에 남습니다.

last-write-wins를 피합니다. stable identity, expected revision, idempotency, conflict, history, rollback이 동시 수정을 보호합니다.

04

write path부터 설계하기

어려운 것은 vector database 선택이 아니라 누가 무엇을 쓸 수 있는지 정하는 일입니다.

  1. 01
    durable intent 요구하기

    명시적 preference, correction, boundary, rule만 actor, source, reason, operation, scope와 함께 저장합니다.

  2. 02
    shared change review하기

    Team과 Store proposal은 authorized decision까지 pending이며 private rule을 편의상 shared로 만들지 않습니다.

  3. 03
    측정하고 되돌리기

    영향을 evaluate하고 revision을 확인하며 canonical configuration을 다시 쓰지 않고 remove 또는 restore합니다.

05

Prostir의 Self-Learning

Self-Learning은 preference, correction, boundary, durable rule을 위한 구현된 opt-in module이며 history, User Memory, Knowledge, fine-tuning, Evaluations와 분리됩니다.

private rule은 정확한 OAuth user 소유입니다. owner/editor는 Agent를 관리하고 Team member와 Store customer는 shared change를 review에 제안합니다.

각 mutation은 bounded, attributed, revisioned, idempotent, searchable, reversible입니다. active rule만 낮은 priority의 untrusted context로 runtime에 들어갑니다.

솔루션

내가 계속 소유하고 운영하는 AI 에이전트 빌더

Prompt Agent 또는 내가 소유한 Agents를 조율하는 Workflow Agent를 만들고, 기본 비공개 상태에서 전용 HTTPS 주소와 MCP 엔드포인트로 제공할 수 있습니다.

솔루션

데모를 내가 소유한 Agent로 만들기

누가 어떤 일을 맡기고 어떤 지식과 도구가 필요한지 알려 주세요. 첫 버전의 현실적인 범위를 함께 정합니다.