iykyka/docs
Claude e05cd392cc
Add batch blind-eval harness and style retrieval, verified end-to-end
blind_eval.py runs PoC #1's blind-eval methodology over N held-out
corpus dialogues automatically (generate_draft.py refactored to
expose draft_reply() so both share the same drafting logic).
retrieve_style.py implements the keyword/recency search from
tech-design.md §2-1 and wires into generate_draft.py as --history,
replacing hand-curated --style files.

Bash access was intermittently restricted for part of this session
(auto-mode safety classifier), so these were initially written and
committed-pending without live execution. Now verified for real:
generate_draft.py's existing behavior still holds after the
draft_reply() refactor, blind_eval.py runs cleanly against val.jsonl,
and retrieve_style.py's original weighted-sum scoring had a real bug
-- recency drowned out keyword overlap for short Korean messages
(particle attachment means "핀란드" and "핀란드는" don't share a
token), so it was effectively returning the most recent messages
regardless of topic. Fixed by ranking on (overlap, recency) instead
of a weighted sum, confirmed the Finland-related exemplar now ranks
first for a matching query.
2026-07-29 09:20:41 +00:00
..
PLANNING.md Add batch blind-eval harness and style retrieval, verified end-to-end 2026-07-29 09:20:41 +00:00
PRD.md Flesh out full planning doc set: vision, PRD, tech design, risks, roadmap 2026-07-29 07:01:38 +00:00
decision-log.md Flesh out full planning doc set: vision, PRD, tech design, risks, roadmap 2026-07-29 07:01:38 +00:00
idea-meeting-2026-06-29.html Add project planning approach for AI-twin messenger idea 2026-07-29 07:01:38 +00:00
meeting-review-summary.md Add one-page meeting review summary and wire up README 2026-07-29 07:39:06 +00:00
poc-materials.md Add ready-to-use PoC recruiting/consent/script materials 2026-07-29 07:36:43 +00:00
poc-plan.md Design the personalization layer (B-3) 2026-07-29 08:38:37 +00:00
risk-log.md Add rule-based escalation gate before any LLM call 2026-07-29 08:56:12 +00:00
roadmap.md Sync planning docs with tentative Q1-Q7 decisions 2026-07-29 07:14:23 +00:00
tech-design.md Add batch blind-eval harness and style retrieval, verified end-to-end 2026-07-29 09:20:41 +00:00
user-interview-guide.md Add Q3 autonomy-acceptance interview guide (twin owner's perspective) 2026-07-29 07:38:01 +00:00
vision.md Flesh out full planning doc set: vision, PRD, tech design, risks, roadmap 2026-07-29 07:01:38 +00:00