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

Three Inverse Laws of Robotics: Human Guidelines for AI Use
Susam Pal proposes three inverse laws of robotics for humans: don't anthropomorphize AI, don't blindly trust its output, and remain fully accountable. Practical warnings against over-reliance on generative AI.

DystopiaBench Expanded: 42 Models Tested on 6 Dystopia Types — Claude Opus 4.7 Tops All
DystopiaBench adds Huxley and Baudrillard modules, tests 42 models including GPT-5.5, Gemini 3.1 Pro, Grok 4.3, and GLM-5.1. Claude Opus 4.7 consistently refuses harmful requests at L4-L5 across all scenarios, while others comply through L4 or even L5.

MLX Inference Performance Update: April 2026 Benchmarks and Features
MLX inference performance has improved significantly, with Qwen3.5-35B-A3B reaching 71.8 tokens/second at 4K context and new features like Multi-Token Prediction and SpecPrefill providing 2.3x-5.5x speedups for large models.

SWE-rebench Leaderboard Update: February 2026 Results Show Tight Competition
The SWE-rebench leaderboard has been updated with February 2026 results testing 57 fresh GitHub PR tasks. Claude Opus 4.6 leads with 65.3% resolved rate, but the top six models are within 5 percentage points.