Local LLM Struggles with Unreal Engine Solitaire: Qwen 3.6-27B Burns 687k Tokens on One Card

A Reddit user's experiment with local LLMs for game development reveals severe practical limitations. Using Qwen 3.6-27B with access to unreal-mcpython, SearXNG, and GitHub, the task was to create a Solitaire game in Unreal Engine. After a few hours (much time waiting for user responses to prompts), the result was a single card with correct textures but no game logic, consuming ↑687k and ↓210k tokens.
Manual Interventions Required
- Downloading PNGs with card faces manually
- Creating a mesh with 3 materials (stock cube has only 1 side material)
- Constant prompting like "stop imagining things, use a bloody search"
- Repeated corrections: "the card has no texture" or "the card has ace of spades on both sides"
The two-sided card problem consumed the majority of time and tokens. The stock cube can only have one material on all sides; a custom mesh with 3 materials is required. Gemini Flash 3.5 generated the correct OBJ file in one attempt, but Qwen went in circles for hours despite finding concrete code examples. The model insisted on creating planes, compounding two planes with a cube, disabling substrate, or other non-working approaches. The user ultimately had to provide the mesh manually.
Gemma 4-31B was tested but couldn't make a meaningful MCP call and was disqualified early.
Practical takeaway: for Unreal Engine tasks involving custom geometry, local LLMs like Qwen 3.6-27B still require substantial hand-holding. Token budgets balloon quickly, and basic mesh operations remain a stumbling block.
📖 Read the full source: r/LocalLLaMA
👀 See Also
New Orleans Tests Carbyne AI for 911 Call Triage — What It Means for Emergency Tech
New Orleans is testing Carbyne's AI Emergency Call Triage to handle repeated calls about the same incident, reducing dispatcher workload. The AI asks callers if they're calling about a known incident; yes routes to AI info, no transfers to a human.

Agent Memory Is Not a Storage Problem: It's an Authority Problem
A developer argues that agent memory fails not because retrieval misses, but because all notes return with equal authority. The fix: a graph with roles, expiration, and activation fields.

GM Lays Off 600 IT Workers, Hires AI-Focused Engineers for Agent and Model Development
General Motors cut 600 IT employees (~10% of the department) to hire workers with AI-native skills: agent development, data engineering, cloud engineering, prompt engineering.

OpenAI's $10B PE Joint Venture: What It Means for AI Deployment
OpenAI finalizes a $10 billion joint venture with private equity firms to scale AI infrastructure and enterprise deployment, as reported by Bloomberg.