Files
ai-hell/CLAUDE.md
T
Mortdecai f0ac2ccc05 chore: scaffold project files
IDEA.md, SESSION.md, DECISIONS.md, CLAUDE.md, .gitignore.
Next session: invoke writing-plans skill against design spec.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-10 01:07:50 -04:00

940 B

AI Hell — Project Instructions

What This Is

Passive horror webapp — AI-generated hellscape with infinite escalation. No avatar, no interaction. Server generates assets + controls escalation, frontend composites at 60fps via WebGL. XTTS voices cloned from random non-voice samples for emergent creepiness.

Stack

  • Container: LXC on pve197 (V100 32GB, ~6.5GB VRAM)
  • Backend: Python 3.11+, FastAPI, uvicorn
  • Image gen: SDXL Turbo (~5GB VRAM)
  • Voice gen: XTTS v2 (~1.5GB VRAM)
  • Frontend: Fullscreen WebGL shader compositor, Web Audio API
  • Reverse proxy: Caddy at hell.sethpc.xyz

Key Files

  • docs/superpowers/specs/2026-04-10-ai-hell-design.md — full design spec (START HERE)
  • IDEA.md — project brief
  • DECISIONS.md — decision log
  • SESSION.md — session memory

Next Step

Run the writing-plans skill against the design spec to create an implementation plan, then execute.