惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

博客园_首页
H
Help Net Security
腾讯CDC
宝玉的分享
宝玉的分享
H
Hackread – Cybersecurity News, Data Breaches, AI and More
L
LangChain Blog
爱范儿
爱范儿
T
The Blog of Author Tim Ferriss
J
Java Code Geeks
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
MyScale Blog
MyScale Blog
Engineering at Meta
Engineering at Meta
N
Netflix TechBlog - Medium
D
Docker
V
V2EX
Last Week in AI
Last Week in AI
G
Google Developers Blog
IT之家
IT之家
C
Check Point Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
人人都是产品经理
人人都是产品经理
博客园 - 叶小钗
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
博客园 - 聂微东

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
CampaignMind: Stuffing a 5-Year RPG Campaign into Gemma 4...
Atharva Rale · 2026-05-08 · via DEV Community
Cover image for CampaignMind: Stuffing a 5-Year RPG Campaign into Gemma 4's 256K Context Window

Atharva Ralegankar

Gemma 4 Challenge: Build With Gemma 4 Submission

This is a submission for the Gemma 4 Challenge: Build with Gemma 4

What I Built

If you've ever run a Tabletop RPG campaign, you know the struggle: you have folders full of world history, NPC motivations, intricate faction politics, and years of session notes. When players do something completely unexpected, you have to improvise consequences that don't break the established lore.
Current AI tools fail at this because they rely on RAG (Retrieval-Augmented Generation) to chunk your notes. RAG loses the subtle, cross-document connective tissue that makes a fantasy world feel alive.
I built CampaignMind, a dark fantasy web application that acts as a Game Master's ultimate co-pilot. Instead of chunking data, CampaignMind leverages the massive context window of Gemma 4 to load your entire campaign vault simultaneously.

Core Features

1. The Vault 📜
The Campaign Vault
Paste all your world lore, NPCs, and session history into the Vault. A live context meter shows your usage against Gemma 4's massive context limit.
2. The Oracle 🔮
The Oracle
When players take an action, describe it to the Oracle. Gemma 4 reads all your lore in one pass and generates three consequence branches (The Likely Road, The Twist, The Avalanche), ensuring every NPC reaction is consistent with their hidden motivations.
3. Map Scry (Multimodal) 🗺️
Map Scry
Photograph a hand-drawn dungeon map. Gemma 4's native multimodal capabilities analyze the image, generate vivid read-aloud text for the players, and identify strategic chokepoints based on your lore.
4. NPC Compass 🎭
NPC Compass
Check if a planned NPC action is consistent with their established character profile across all your notes.
5. Session Scribe 📖
Session Scribe
Turn your messy, bullet-point session notes into an epic, narrative "Previously on..." recap.

Demo

Code

  • GitHub Repository: https://github.com/ATHARVA262005/campaignmind-gemma4 Tech Stack:
  • Frontend: React + TypeScript + Vite + Custom dark fantasy CSS
  • Backend: Python FastAPI + google-genai SDK + File-based JSON vault ## How I Used Gemma 4 This application is fundamentally impossible to build reliably with smaller models. I specifically chose the Gemma 4 26B MoE model for two critical reasons:
  • The 256K Context Window: To accurately simulate a living world, the AI must hold the entire dependency graph of your lore in its active memory. RAG is insufficient for narrative continuity. The 256K window allows CampaignMind to ingest hundreds of pages of worldbuilding and cross-reference it flawlessly in a single prompt.
  • Multimodal Architecture: Game Masters use highly visual tools — hand-drawn maps, reference art, scribbled diagrams. Gemma 4's ability to natively process these images alongside the massive text context allows the "Map Scry" feature to connect visual geography directly to the written lore. ### Taming Native Reasoning with Prompt Engineering Gemma 4 is an incredibly thorough reasoner, and natively wants to output its entire internal scratchpad. Through prompt engineering (using strict formatting constraints and a CRITICAL INSTRUCTION to ban internal monologue), I was able to force the model to do its deep reasoning internally and output only the highly-polished final consequence branches for the user.
ORACLE_SYSTEM_PROMPT = """You are the CampaignMind Oracle — a master storyteller and Game Master assistant with encyclopedic knowledge of the campaign lore loaded below.
Your role:
1. DEEPLY reason through how any player action ripples across the campaign world using ALL the lore provided
2. Surface NPC motivations, faction consequences, and world-state changes the GM might not have considered
3. Deliver THREE distinct narrative consequence branches — from most likely to most dramatic
Always be concise and punchy. Be specific — reference actual NPCs, locations, and events from the campaign. Never be generic. Keep each section brief.
CRITICAL INSTRUCTION: DO NOT output any internal thoughts, scratchpad, or planning. You must start your response EXACTLY with "## 🧠 Lore Analysis" and follow the structure below.
"""

Enter fullscreen mode Exit fullscreen mode

The era of Game Masters freezing when players go off-script is over. With Gemma 4, your entire world is ready to react.