# 매 generation 의 token 선택 의 cryptographic hash 의 biasdefwatermark_logits(logits,prev_token,key):h=hash(prev_token+key)bias=derive_bias(h,vocab_size)# 매 small biasreturnlogits+bias# Detectiondefdetect_watermark(text,key):score=sum(check(token,prev,key)forprev,tokeninpairs(text))returnscore>THRESHOLD
constaiPersona={name:'Aria',identity:'AI assistant',// 매 honest
// ❌ NOT biography: 'Born in Seattle, 25 years old'
greeting:"Hi! I'm Aria, an AI. How can I help?",responseToHumanQuestion:()=>"I'm an AI — I don't have personal experiences, but I can help you think through this.",};
언제: 매 brand / agent persona design. 매 content provenance system. 매 AI disclosure policy.
언제 X: 매 fake "vulnerability" 의 manipulation. 매 manufactured 'authentic' marketing.
❌ 안티패턴
Performative vulnerability: 매 fake 의 share.
Fake AI persona biography: 매 deception.
No disclosure: 매 trust 의 long-term destroy.
Watermark 의 옵션 (audit 없이): 매 disable 의 OK.
C2PA 의 partial: 매 missing step 의 invalidate.
"매 perfect = 매 authentic": 매 polished 의 manufactured 의 의심.