Skip to content

persona: 가격 출처가 있는 자산에만 "향후 7일 방향" 을 묻는다 - #34

Merged
mossland merged 1 commit into
mainfrom
claude/persona-stance-priceable
Aug 20, 2026
Merged

persona: 가격 출처가 있는 자산에만 "향후 7일 방향" 을 묻는다#34
mossland merged 1 commit into
mainfrom
claude/persona-stance-priceable

Conversation

@mikim

@mikim mikim commented Aug 20, 2026

Copy link
Copy Markdown
Contributor

오늘 09:00 tick 이 드러낸 것입니다. refType: asset 으로 발화된 6건의 정체:

entity-1wpxgma  낸시 그레이스 로먼 우주망원경
entity-s8y5w    모르핀
entity-xzrb     석탄
entity-q8l0o    경상권
gpt-54          GPT 5.4
gpu             GPU

전부 "stance 는 이 자산의 향후 7일 방향에 대한 판단입니다" 를 받았습니다. 모르핀이 오를지 내릴지 묻는 프롬프트입니다.

어제 #31 에서 person 타입을 걸렀지만 진짜 문제는 여기였습니다 — canonical 의 asset 은 자산이 아니라 "사람·조직·국가·개념이 아닌 것" 입니다.

고침

기준을 refType === "asset"isCallableAsset(refId) 로. lib/calls.ts 가 call 을 만들 때 쓰는 바로 그 판정이라, 방향을 묻는 곳과 방향이 기록되는 곳이 이제 같습니다. (전엔 프롬프트만 어긋나 있었고 call 은 가격 출처가 없어 조용히 실패했습니다.)

refType 자체는 그대로 둡니다 — asset 페이지가 listPostsWithRepliesForRef("asset", …) 로 조회하므로 바꾸면 글이 페이지에서 사라집니다.

검증

방향 요구    bitcoin · ethereum · kospi · sp500 · gold
일반 stance  usdt(페그) · gpu · 모르핀 · 석탄 · GPT 5.4 · 우주망원경 · 경상권

PROMPT_VERSION persona-v3. tsc · next build · check-health clean.

🤖 Generated with Claude Code

오늘 09:00 tick 의 asset 발화 6건:
  entity-1wpxgma  낸시 그레이스 로먼 우주망원경
  entity-s8y5w    모르핀
  entity-xzrb     석탄
  entity-q8l0o    경상권
  gpt-54, gpu

전부 "stance 는 이 자산의 향후 7일 방향에 대한 판단입니다" 를 받았다. 모르핀이
오를지 내릴지 묻는 프롬프트다. 어제 person 타입을 걸렀지만 진짜 문제는 여기였다 —
canonical 의 `asset` 은 자산이 아니라 "사람·조직·국가·개념이 아닌 것" 이다.

기준을 refType === "asset" 에서 isCallableAsset(refId) 로 바꾼다. lib/calls.ts 가
call 을 만들 때 쓰는 바로 그 판정이라, 방향을 묻는 곳과 방향이 기록되는 곳이
이제 같다 (전엔 프롬프트만 어긋나 있었고, call 은 가격 출처가 없어 조용히
실패했다). refType 자체는 그대로 둔다 — asset 페이지가
listPostsWithRepliesForRef("asset", …) 로 조회하므로 바꾸면 글이 페이지에서 사라진다.

검증: bitcoin·ethereum·kospi·sp500·gold → 방향 요구 /
usdt(페그)·gpu·모르핀·석탄·GPT 5.4·우주망원경·경상권 → 일반 stance.
PROMPT_VERSION persona-v3.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@mossland
mossland merged commit 080c8c6 into main Aug 20, 2026
1 check passed
@mossland
mossland deleted the claude/persona-stance-priceable branch August 20, 2026 03:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants