
DorianandClaude Opus 4.6
3b863d1f5f
feat: add theme system, improve creative scoring spam detection
Theme system (Section 5.1):
- Add PromptTheme type ('bitcoin' | 'conspiracy' | 'pc_culture' | 'bot_coding')
- Add optional theme field to PromptEntry interface
- pickChallenge now accepts optional theme bias, picks target theme with
30/20/20/30 distribution, prefers themed prompts when available
- challenges-extra.ts now imports PromptEntry type from challenge-data.ts
Creative scoring improvements (Section 7.2):
- Detect repeated phrases via trigram analysis (>25% duplicate = spam)
- Detect question echo (answer copies prompt back)
- Detect all-caps spam (>80% uppercase letters)
- Detect punctuation-only spam (<30% letter content)
- Minimum word count threshold (< 3 words = low score)
- 5 new tests: repeated phrases, question echo, all-caps, short answer, legit short
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-09 07:56:51 +00:00
..
2026-03-08 00:24:18 +00:00
2026-03-09 01:05:47 +00:00
2026-03-09 07:50:46 +00:00
2026-03-07 00:14:46 +00:00
2026-03-09 07:21:19 +00:00
2026-03-08 21:22:37 +00:00
2026-03-08 21:02:42 +00:00
2026-03-09 00:33:35 +00:00
2026-03-08 00:33:08 +00:00
2026-03-09 07:56:51 +00:00
2026-03-09 07:56:51 +00:00
2026-03-09 07:42:55 +00:00
2026-03-09 07:56:51 +00:00
2026-03-08 10:43:30 +00:00
2026-03-08 12:08:18 +00:00
2026-03-06 16:27:54 +00:00
2026-03-09 00:05:03 +00:00
2026-03-08 16:23:47 +00:00
2026-03-09 07:53:40 +00:00
2026-03-09 07:42:55 +00:00
2026-03-08 23:34:05 +00:00
2026-03-08 20:01:11 +00:00
2026-03-08 00:30:57 +00:00
2026-03-08 00:30:57 +00:00
2026-03-09 07:50:46 +00:00
2026-03-09 00:43:16 +00:00
2026-03-08 21:48:22 +00:00
2026-03-08 21:48:22 +00:00
2026-03-08 16:23:47 +00:00
2026-03-09 07:56:51 +00:00
2026-03-09 07:56:51 +00:00
2026-03-08 20:13:44 +00:00
2026-03-08 21:48:22 +00:00
2026-03-07 00:14:46 +00:00