I bundled a fully local LLM inside my Unity game. No internet, no cloud, no API key. The conversation is the gameplay.
Summary
A developer bundled a fully local LLM inside a Unity game called 'Simulation Simulator', enabling unique, unscripted conversations and multiple endings without internet or API keys.
Similar Articles
We built an app that runs AI completely offline on your phone (Local LLMs). Perfect for flights, camping, or dead zones.
Introduces Cortex AI, an app that runs AI completely offline on phones using optimized local models, addressing privacy and connectivity issues.
@GuiveAssadi: AI Dungeon was the first LLM consumer product I am aware of. However, the use of LLMs to dynamically generate character…
A discussion noting that AI Dungeon was the first LLM consumer product, yet dynamic LLM character speech in games remains niche.
What impedes apps using AI to make the user’s device the server running a local LLM?
A user reflects on why more apps don’t run local LLMs directly on phones, noting Gemma 2-4B models already work offline and could eliminate server costs while maintaining near-GPT-4o quality.
How LLM-driven NPCs work in Ultima Online (ServUO)
A developer open-sources a 7,500-line C# integration that powers Ultima Online NPCs with a local LLM, featuring hot-reloadable config, fail-open degradation, and full access to the game world's object model.
I shipped a windows desktop app for running local LLMs with a button that turns your "no thats wrong" into actual LoRA training data
A Windows desktop app called SEELS that allows users to run local LLMs, correct model responses, and automatically train LoRA adapters from corrections. It bundles voice mode, hardware dashboard, and a training sidecar.