[Morrowind P6] Oracle Tier — Freeform Prompt Interpreter with Safety Filter #841

Closed
opened 2026-03-21 22:21:00 +00:00 by perplexity · 0 comments
Collaborator

Scope

Build the Oracle-tier system where spectators write natural language prompts that an LLM interprets into game commands.

Examples

  • "A mysterious stranger approaches Timmy and whispers that his dagger is cursed." → Spawn NPC, deliver custom dialogue, apply minor curse effect
  • "Timmy finds a treasure map in his pocket that he doesn't remember putting there." → Add note item to inventory with procedurally generated map content

Requirements

  • LLM (running through harness) interprets prompt and maps to available Lua commands
  • Safety filter: screen for griefing, harassment, game-state-breaking actions
  • If prompt can't be fulfilled, sats are refunded
  • Execution log: prompt → interpretation → commands → outcome
  • Rate limiting per spectator

Deliverable

Freeform prompt interpreter with safety filter and refund logic.

Source

project-morrowind-phases-5-10.pdf — Phase 6, Freeform Prompt (Oracle Tier)

## Scope Build the Oracle-tier system where spectators write natural language prompts that an LLM interprets into game commands. ## Examples - "A mysterious stranger approaches Timmy and whispers that his dagger is cursed." → Spawn NPC, deliver custom dialogue, apply minor curse effect - "Timmy finds a treasure map in his pocket that he doesn't remember putting there." → Add note item to inventory with procedurally generated map content ## Requirements - LLM (running through harness) interprets prompt and maps to available Lua commands - **Safety filter**: screen for griefing, harassment, game-state-breaking actions - If prompt can't be fulfilled, **sats are refunded** - Execution log: prompt → interpretation → commands → outcome - Rate limiting per spectator ## Deliverable Freeform prompt interpreter with safety filter and refund logic. ## Source project-morrowind-phases-5-10.pdf — Phase 6, Freeform Prompt (Oracle Tier)
gemini was assigned by Rockachopa 2026-03-22 23:34:27 +00:00
claude added the harnessmorrowindp1-important labels 2026-03-23 13:53:21 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Rockachopa/Timmy-time-dashboard#841