Tag
A personal review of using the Qwen 3.8 model for agentic coding, praising its ability to handle complex tasks like integrating llama.cpp with Godot while noting issues with looping.
This paper introduces Execution-Gated Self-Distillation, a method that uses a deterministic, ungameable launch check as a filter for iterative self-distillation, achieving significant improvements in generating runnable Godot games from natural language descriptions using a 14B model.
A developer successfully integrated Gemma 4 AI model into the Godot game engine using only GDScript and Vulkan compute shaders, enabling local AI inference within games.
Someone used Fable 5 in the Godot engine to create a demo of web-swinging through skyscrapers, with smooth visuals. The uploader says that when writing Godot code, Fable 5 produces noticeably fewer errors than GPT-5.5, and the code quality is more reliable, indicating that the gap between AI programming models in the game engine field is starting to show.
Godot Engine announces a ban on AI-generated 'vibe coding' contributions due to review time bottlenecks, requiring disclosure of AI assistance and barring substantial AI-written code while allowing small completions.
The Godot Foundation announced it will update its contribution guidelines to forbid AI-authored code and AI-generated text in communications, citing maintainer burnout and concerns about accountability.
JamSet and JamBench are introduced as a dataset and benchmark for project-level game code generation on the Godot engine, derived from Game Jam projects, with evaluation showing a capability cliff for AI models as project scale increases.
A developer from Apple submitted a pull request to Godot with an AI use disclosure, which the tweeter liked and suggests adopting for open source contributions.
GameCraft-Bench is a benchmark for evaluating AI coding agents on end-to-end game generation from natural language descriptions using the Godot engine. The strongest agent achieves only 41.46%, showing the task remains highly challenging.
A satire driving game simulating the 85th St & I-405 interchange in Kirkland, Washington, where players navigate roundabouts to reach their exit while avoiding collisions.
Introduces the Godot open-source game engine, emphasizing its free nature, MIT license, 2D engine advantages, and encourages downloading and using it.
A blog post tutorial explaining how to implement Navier-Stokes fluid simulation in the Godot game engine, including code and mathematical explanations for learning purposes.
This blog post details the implementation of .tres file parsing and resource graph walking in Rust for the Asset Hoard asset manager, enabling external dependency resolution and drag-and-drop export for Godot projects.