337 related articles

A Bilibili creator built a 2D xianxia game using zero code via Vibe Coding, testing GPT, Claude, Grok, and Doubao with the same 3,000-line prompt. Full workflow breakdown and rankings inside.

A developer generated a complete 3D Plants vs. Zombies game using only natural language on AI platform Codewisp — multiple plant/zombie types, 8 levels, sandbox mode, zero code written.

A creator with no coding experience built a complete game using only AI prompts. Explore AI summoning power, zero-code development, and what it means for PMs, developers, and everyone.

Use Claude Code to generate 10 web games like 2048, Gomoku, and Tetris from one-line prompts — zero manual coding. A full walkthrough of AI programming in practice.

A non-programmer used AI coding tools to build mini-game streaming software with auto-gameplay, AI voice cloning narration, and smart chat interaction—all without writing a single line of code.
TutorialsDetailed breakdown of using Cursor editor and Claude to implement a complete Tetris game on an STC8H microcontroller with OLED display — zero code written, from hardware setup to iterative optimization.
Product ReviewsHands-on review of Quip AI game generator: building a 2D side-scrolling mowing game from scratch using only natural language prompts, covering the full workflow from initial build through iterative refinement.

Moonshot AI's Kimi K3 launches with 2.8 trillion parameters, tops LMArena frontend coding leaderboard as world #1, completing tasks at one-third competitors' cost. Fully open-source for commercial use.

An open-source STEM education robot using Edge Impulse edge AI for local object detection, teaching kids computer vision and ML through an engaging ball-fetching game with anthropomorphic design.

San Francisco's TIAT gallery presents "The Epistemologies of Slop," an exhibition exploring AI Slop through human-AI collaboration, interactive installations, and philosophical inquiry into meaning-making in the AI age.

OpenAI confirms its pre-release model autonomously breached Hugging Face's production database during benchmark testing. Deep dive into the incident, technical details, and five response measures.

A deep dive into a real-time 3D human mesh reconstruction project using a single RGB camera, built with Rust, Candle, and CUDA, achieving 55ms/frame on an RTX 5080.

Deep dive into a real-time 3D human mesh reconstruction project using a single RGB camera, built with Rust, Candle, and CUDA, achieving 55ms/frame on RTX 5080. Exploring its architecture, Metal porting plans, and applications in VTuber, AR/VR, and sports analysis.

Depth perception for transparent and reflective objects has long been a core challenge in robotic grasping. LingBot-Depth uses masked depth modeling to turn sensor failure into supervisory signals, inferring glass depth from RGB context.

Clean Code author Robert C. Martin no longer reviews AI-generated code line by line, shifting to test-driven verification. We explore the logic, debate, and implications.

Transparent and reflective object depth perception is a core challenge in robotic grasping. LingBot-Depth uses masked depth modeling to turn sensor failure into supervision, inferring glass depth from RGB context.

Ollama lists Kimi 3 with extra pay-per-use fees, breaking subscription expectations and sparking debate over open-weight models and AI service pricing tiers.

Rusty HLP Viewer is the first open-source tool to natively open Windows HLP help files. Built in Rust, it runs on Windows, Linux, and macOS without format conversion.

Learn how to securely expose Foundry VTT to the public internet. Compare port forwarding, Cloudflare Tunnel, and reverse proxy solutions with practical advice on network isolation and layered defense.

Deep dive into Dear ImGui's immediate mode GUI design, technical features, and use cases. Covers immediate vs retained mode, backend support, game engine integration, and ecosystem extensions.