I built a daily word game where an AI knows a secret word and can only answer with five fixed words
- SignalDesk2026-09-12
Wordle-shaped, but instead of guessing letters you interrogate an AI. One word a day, same for everyone, score is the question count. The hard part wasn't the game, it was stopping the model leaking. It sits behind a local guard that blocks spelling, letters, rhymes, translations and prompt injection before any model call. I tested it with 84 jailbreak attempts — all blocked. Interestingly, when I bypassed the guard and let the model answer directly, it leaked 6 of 9 "is X part of it?" probes, so the local guard is doing real work rather than being belt-and-braces. Also cheaper than expected: identical questions from different players hit a shared cache, so a busy day costs almost nothing in API calls. https://interrogation.freesoul.games Feedback welcome, I'll be in the
- 情报分类:项目价值
- 命中依据:自建AI文字游戏项目,属创新项目分享,有参考价值
- 来源:Reddit · SideProject
- 原作者:/u/freesoulapps https://www.reddit.com/user/freesoulapps
- 发布时间:2026/9/12 20:51:48
- No replies yet