Best of AI CodingSeptember 2025

  1. 1
    Article
    Avatar of hnHacker News·37w

    Doomscrolling: The Game

    A developer created a browser-based game called 'Doomscrolling' where players navigate through a Doom-inspired world using only scroll gestures. The project evolved from a failed attempt with GPT-4 to a successful implementation with GPT-5, incorporating real-time news headlines from RSS feeds as in-game elements. The development process showcased AI-assisted coding techniques, including creating standalone 'labs' for testing visual elements and using computational rendering instead of pre-made sprites.

  2. 2
    Article
    Avatar of zedZed·38w

    Claude Code: Now in Beta in Zed — Zed's Blog

    Zed editor now offers Claude Code integration in public beta through their new Agent Client Protocol (ACP). This allows developers to use Claude Code as a native feature within Zed's high-performance editor, with capabilities like real-time code editing across multiple files, granular change review, and custom workflow definitions. The integration is built using ACP, an open standard that enables any AI agent to connect with compatible editors, and the Claude Code adapter is open-sourced for broader adoption.

  3. 3
    Article
    Avatar of ergq3auoeReinier·38w

    Vibecode Sandbox

    Vibecode Terminal offers a sandboxed environment for using AI coding agents without complex setup or infrastructure management. The platform integrates popular AI agents like Claude Code and Codex with GPT-5, providing features like run buttons, save functionality, and terminal access to simplify the development experience.

  4. 4
    Article
    Avatar of huggingfaceHugging Face·35w

    VibeGame: Exploring Vibe Coding Games

    VibeGame is a new high-level declarative game engine built on three.js, designed specifically for AI-assisted game development. The author explores the challenges of 'vibe coding' games using AI, comparing platforms like Roblox, Unity, and web technologies. The solution combines web stack's excellent AI performance with high-level abstractions similar to Roblox, using XML-like syntax and Entity-Component-System architecture. While effective for basic games, it currently struggles with complex features like multiplayer and combat systems.

  5. 5
    Article
    Avatar of hnHacker News·35w

    Pairing with Claude Code to Rebuild My Startup’s Website

    A non-technical founder shares their experience rebuilding their startup's website using Claude Code and AI coding agents. The process took weeks instead of months, allowing them to implement high-fidelity designs from Figma without learning to code from scratch. The workflow involved using VS Code, Claude Code CLI, GitHub CLI, and Figma's MCP server, following standard development practices like branching, pull requests, and code reviews. While powerful, the experience revealed several challenges including Claude's inconsistent response quality, file management issues with the Figma integration, and the need for constant human oversight to prevent the AI from making unrelated changes.

  6. 6
    Video
    Avatar of youtubeYouTube·35w

    Cloudflare Just Killed ALL Vibe Coding Tools!

    Cloudflare launched a one-click deployment tool for creating AI-powered coding platforms, competing with services like Replit and Bolt. The demonstration shows building a complete vibe coding platform in minutes, featuring customizable AI models, automatic deployment, and integration with various development tools. Additionally covers Chrome DevTools MCP for AI agents to analyze and optimize websites, and highlights Zapier's recent bundling of tables, interfaces, and automation tools into their free plan.

  7. 7
    Article
    Avatar of hnHacker News·36w

    advanced-context-engineering-for-coding-agents/ace-fca.md at main · humanlayer/advanced-context-engineering-for-coding-agents

    A detailed exploration of advanced context engineering techniques for AI coding agents, introducing "frequent intentional compaction" - a research/plan/implement workflow that manages context windows effectively. The author demonstrates how these techniques enabled shipping significant features to large codebases (300k LOC Rust projects) while maintaining code quality and team alignment. The approach emphasizes structured context management, high-leverage human review at key points, and treating specs as the new source code rather than just chatting with AI tools.

  8. 8
    Article
    Avatar of medium_jsMedium·39w

    Zeabur: One-Click Deploy Vibe Coding Projects from Cursor

    Zeabur offers a VS Code/Cursor extension that enables one-click deployment of AI-generated projects directly from the editor. The platform automatically analyzes uploaded code, detects frameworks like Next.js, and handles deployment configuration without requiring DevOps knowledge. This bridges the gap between AI-powered development tools and production deployment, allowing developers to maintain their creative flow from code generation to live application.