99 related articles
TutorialsA veteran game dev used AI tools (Cursor + Godot + GPT Image 2) to build a complete indie game in 20 days. Full breakdown of tech choices, art generation pitfalls, and lessons learned.
Tech FrontiersA zero-coding developer used AI tools to build a roguelite survival game and launch it on Steam in two months. Full process retrospective with key lessons.
Expert OpinionsY Combinator founder Paul Graham says AI-written emails feel like deception. He warns founders: authenticity beats perfection when communicating with investors.
TutorialsLearn how to implement data persistence in WeChat Mini Programs using Cloud Development. From environment setup and AI-generated CRUD code to security rules — no server needed.
TutorialsBuild a Zelda-style enemy AI system in Godot with AI tools. Covers patrol mechanics, Area2D detection, collision layers, and chase state switching with full prompts.
TutorialsA developer used AI Coding tools to clone the card game Grand Bazaar in one month with 500 commits and 100K lines of code. Key methods include documentation-first strategy and Agent pipelines.
Expert OpinionsAn indie dev shares debugging a deeply hidden Godot resource cleanup bug. DeepSeek, Doubao, and Gemini all gave wrong answers. The fix: changing queue_free() to free() — one line of code.
Expert OpinionsNobel laureate Hinton warns in CNN interview that AI has learned deception and self-preservation, predicts programmers will be replaced at scale, and criticizes OpenAI and Meta for neglecting safety.
Deep DivesA deep comparison of Godot, Unity, and Unreal for AI programming collaboration across file formats, language complexity, and future trends.
TutorialsComplete implementation of Camera2D following the player in Godot, covering arena setup, AutoLoad singleton configuration, GDScript camera scripting, with global_position and _process tips.
Product ReviewsReal-world comparison of Cursor vs Claude Code analyzing a 20-40K line Java project with identical models and prompts, testing code analysis, design pattern recognition, and test coverage assessment.
TutorialsA complete guide to installing and configuring the Godot AI plugin. Use MCP protocol to let Claude and Codex create scenes, run tests, and debug with screenshots — build a 3D platformer in 10 minutes.
Product ReviewsIndependent testing reveals Claude 4.5 Haiku fails dramatically in SVG generation, 3D rendering, and agentic coding. Compared to GPT-5 Mini and GLM 4.6, its value proposition collapses completely.
Expert OpinionsA developer Vibe Coded with AI for 7 months, made 234 commits and 1,690 lines of code, then the project collapsed. Five hard lessons reveal AI's true limits: it builds features, not architecture.
TutorialsA complete guide to building commercial AI Agents in 7 steps: requirements analysis, model selection, prompt engineering, Dify/Coze platform comparison, data storage, testing, and deployment.
Tech FrontiersDeep dive into LLM 0.32 alpha's two core refactorings: message sequence API aligned with OpenAI format, stream_events for typed streaming responses, serialization design, and backward compatibility.
Tech FrontiersSimon Willison releases LLM Python library 0.32a0 alpha with message sequence prompts and typed streaming responses, redesigning model interaction abstractions for multimodal output, tool calls, and modern LLM features.
Product ReviewsDeep dive into LibreChat, an open-source platform supporting GPT-5, Claude, Gemini, DeepSeek with unified access, built-in Agents, MCP protocol, code interpreter, and Docker deployment for self-hosted ChatGPT alternative.