DNA와 확률은 매초 변합니다. 하지만 계약은 시점이 중요합니다.
Proposal Object는 "2026년 2월 16일 14:00에 98점으로 추천했다"는 사실을 영구히 박제(Snapshot)합니다.
벡터에는 '거절'이나 '수락'이라는 개념이 없습니다.
객체(Object)만이 상태(State)를 가질 수 있으며, 이를 통해 유저의 피드백을 받아 다시 학습(Retraining)할 수 있습니다.
{
"proposal_id": "PROP-2026-8821",
"status": "PROPOSED", // State exists here!
"timestamp": "2026-02-16T14:30:00Z",
// The Snapshot of Intelligence
"intelligence_snapshot": {
"model_version": "v3.2",
"matching_score": 0.98,
"used_dna_vector_hash": "sha256:a1b2..."
},
// The Business Entity
"target_profile": "CAREGIVER_ID_552"
}