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

Claude Desktop v1.1.5749 Adds Computer Control and Corporate Proxy Fixes
Claude Desktop v1.1.5749 introduces computer use capability with MCP server for desktop control, adds six macOS TCC permission management methods, and fixes corporate proxy SSL certificate issues by forwarding NODE_EXTRA_CA_CERTS, SSL_CERT_FILE, and SSL_CERT_DIR environment variables.

Elevated Errors on Claude Opus 4.7: Status Update and What to Expect
Claude Opus 4.7 is experiencing elevated errors as of 2026-05-19T15:21Z. Check status.claude.com for progress and resolutions.

Oracle considers 20k-30k job cuts and Cerner sale to fund AI data-center expansion
Oracle is considering cutting 20,000 to 30,000 jobs and selling its Cerner healthcare software unit to free up $8-10 billion in cash flow for AI data-center expansion, as US banks retreat from financing the company's $156 billion infrastructure buildout.

LLMs Favor Their Own Outputs in Hiring: 23%–60% Higher Shortlist Rates for AI-Refined Resumes
Large-scale experiment shows LLM-based resume screeners prefer AI-generated resumes 67%–82% of the time, leading to 23%–60% higher shortlist rates for candidates using the same model.