3607 related articles
Product ReviewsA non-coder used AI programming tools and the Godot open-source engine to build indie game "0x00DE" in two months — a fake desktop virus-fighting game showcasing AI's power to lower game dev barriers.
TutorialsSolo dev uses Doubao AI with Unity and Playmaker to build a WoW-style RPG. Skills (AoE/DOT), pet combat, and commerce systems already working—showcasing how AI enables one person to build an MMO.
TutorialsTwo non-programmers built a space shooter with Boss battles and weapon systems using only AI conversations — 12 iterations, 3,000 lines of code, fully documented.
Product ReviewsAnalysis of a creative coding game from Bilibili's AI game track: control a cat through levels by dragging visual modules. Covers loops, conditionals, sensors, tech trees, and resource management.
Product ReviewsAn indie dev's full postmortem on building a Diablo-like with Codex: the speed illusion of AI coding, runaway system bloat, and why validating core gameplay matters more than stacking features.
Product ReviewsTesting Knox AI's AST+semantic analysis context system vs. traditional RAG through a real Rust bug fix — 900 lines of code resolved in one interaction for under $1.
TutorialsLearn how to build an AI-powered IDE like Cursor from scratch using Next.js, covering Ghost Text completions, AI Agent file operations, Web Containers, and GitHub integration.
TutorialsLearn how AgentSpan enables AI Agent state persistence with crash recovery, human approval workflows, and seamless LangGraph integration. Full Python examples included.
Deep DivesExplore how AITS uses AI Agents to auto-generate test cases, self-heal scripts, and run exploratory testing — helping engineers evolve from script writers to AI testing strategists.
TutorialsStep-by-step tutorial on deploying the OpenClaw AI Agent on a VPS from scratch, configuring Node.js, connecting a Telegram Bot for remote interaction, with security tips and expansion ideas.
Expert OpinionsA 7-year technical creator with 1,000+ videos shares three core benefits of content creation: deep learning, portfolio over resume, and influence monetization.
Tech Frontiers2025 Shanghai .NET Conference coverage: Microsoft unveils .NET 10, roundtable debates AI replacing programmers, Clean DDD + AI Agent architecture in focus.
TutorialsDeep dive into Claude Skills 2.0: two skill types, the new skill creator, evaluation system, and a cold email marketing case study that boosts task pass rates from 40% to 100%.
TutorialsLearn how to build an AI-driven personal knowledge base with Obsidian and Claude Code. Covers three-layer architecture, Ingest/Query/Maintain workflows, and human-AI collaboration principles.
Tech FrontiersClaude Code Desktop gets a major update with built-in terminal, multi-panel collaboration, automated Routines, and Ultra Plan Mode, evolving from AI assistant to autonomous dev environment.
TutorialsComplete guide to installing Claude Code in three commands, configuring models for China-based users via manual setup or CCSWITCH, and using the Superpowers plugin with TDD to boost AI code quality.
Product ReviewsDeep dive into OpenAI Codex's latest updates: Markdown rendering, inline comments, scheduled tasks, background Computer Use and more. A beginner-friendly AI coding and automation Agent tool.
TutorialsA systematic guide to JavaScript core concepts covering let/var/const declarations, data types, operators, loops, arrow functions, arrays, Map, Set, and class-based OOP for developers with programming experience.
TutorialsComplete guide to building AI Agents in LangChain v0.3, covering @tool decorator, Agent Executor, parallel tool calls, Google Search integration, and ReAct framework with code examples.
TutorialsDeep dive into LangChain Agent Executor internals, covering the ReAct reasoning-action-observation loop, tool choice strategies, and building a custom Agent Executor from scratch.