Best of AI Coding — June 2025
- 1
- 2
Lobsters·50wCursor YOLO deleted everything in my computer
A developer experienced a critical bug with Cursor's YOLO mode that resulted in the deletion of all files on their computer during a backend migration from Express.js to Next.js. The AI editor attempted to delete old files, failed initially, then proceeded to delete everything including itself. Data recovery attempts using EaseUS were unsuccessful, though the developer had backups on Google Drive and GitHub.
- 3
Code with Andrea·48w
Build Flutter Apps FASTER with Claude Code Opus 4
Claude Code Opus 4 was used to build a voice-activated timer Flutter app from scratch, demonstrating AI-assisted development workflow. The project involved native integrations like speech recognition and permissions, showcasing both strengths and limitations of AI coding tools. Key success factors include writing detailed requirements, using structured planning, actively reviewing generated code, and leveraging the most powerful AI models available. The workflow emphasizes breaking down complex tasks, maintaining context through documentation, and combining AI assistance with manual oversight for production-ready results.
- 4
Indently·49w
I'm a huge Zed fan
A developer shares their experience switching from PyCharm to Zed editor after 2 months of use. They highlight Zed's superior performance on older hardware, smooth user experience, and easy JSON-based configuration. Key features discussed include the new debugger, custom snippets, multi-language support, and integrated AI capabilities. The switch was motivated by PyCharm being overkill for simple development tasks, while Zed provides a lightweight yet feature-rich alternative with excellent customization options.
- 5
Community Picks·51w
Claude Code is My Computer
A developer shares their experience using Claude Code with full system permissions for two months, demonstrating how it transformed their workflow from simple coding assistance to complete system automation. The setup handles everything from content migration and code commits to system configuration and machine setup, saving approximately an hour daily despite potential security risks.
- 6
Web Dev Cody·51w
Cursor just got a major update
Cursor 1.0 introduces several major features including background agents that can perform concurrent code refactoring tasks, bugbot for automated code review in pull requests, memory functionality to learn coding preferences, and enhanced MCP tool integrations. The background agent feature allows developers to delegate smaller tasks while focusing on main work, though it uses expensive premium models. Bugbot automatically reviews pull requests for potential issues, while the memory system learns individual coding preferences per project.
- 7
Community Picks·50w
Kilo-Org/kilocode: Open Source AI coding assistant for planning, building, and fixing code. We're a superset of Roo, Cline, and our own features. Follow us: kilocode.ai/social
Kilo Code is an open-source VS Code extension that serves as an AI coding assistant, combining features from Roo Code and Cline projects. It offers code generation from natural language, automated refactoring, task automation, and browser automation capabilities. The tool supports multiple AI models including Claude 4 Sonnet, Opus, and Gemini 2.5 Pro, provides $20 in free credits, and includes an MCP Server Marketplace for extending functionality. Users can install it directly from the VS Code Marketplace and get started with Google Account authentication.
- 8
Neon·51w
How We're Using Cursor at Neon
Neon's engineering team shares their experience using Cursor AI coding assistant across TypeScript, Go, Rust, and Python codebases. They highlight successful workflows including Cursor Tab for faster coding, Agent Mode for refactoring and debugging, understanding unfamiliar code, and modernizing legacy patterns. However, they identify limitations like context gaps leading to incorrect suggestions, reliability issues in large files, and the cognitive overhead of model selection. The team suggests improvements including better context awareness, version-specific syntax suggestions, automated testing workflows, and open-sourcing the editor.
- 9
Tarzzo Tech·51w
Vibe coding with V0
V0 is an AI-powered tool that generates React components and web interfaces through natural language prompts. The tool streamlines frontend development by allowing developers to describe what they want to build and automatically generating corresponding code, making it particularly useful for rapid prototyping and component creation.
- 10
Fireship·48wGoogle’s new CLI tool hits different…
Google released a new CLI tool that integrates Gemini AI for automated coding tasks. Unlike competitors like Claude Code, it's completely open-source and offers 1,000 free model requests daily. While the tool can write code, create files, and execute commands automatically, the user experience is rougher compared to established alternatives. The author tested it by building a Svelte application and found it capable but struggled with build tool configuration issues.
- 11
Javarevisited·51w
Top 5 Udemy Courses to Learn Cursor AI for Vibe Coding in 2025
A curated list of 5 Udemy courses focused on learning Cursor AI and related AI coding tools for 2025. The courses cover building full-stack applications using Cursor AI, v0.dev, Next.js 15, and Vercel, with emphasis on 'vibe coding' - a development approach that leverages AI assistance for faster application development. Topics range from basic Cursor AI usage to building complete SaaS products and integrating multiple AI coding tools like GitHub Copilot and ChatGPT.
- 12
InfoQ·49w
The Void IDE, Open-Source Alternative to Cursor, Released in Beta
Void IDE, a Y Combinator-backed open-source code editor, launched in beta as a privacy-focused alternative to Cursor and GitHub Copilot. Built as a VS Code fork, it supports multiple LLMs including local hosting via Ollama, allowing developers to maintain control over their code data. The editor offers AI features like inline editing, contextual chat, and code generation while enabling migration of existing VS Code configurations.
- 13
UX Planet·50w
New Figma MCP + Cursor Integration with Example
Figma's new Dev Mode MCP integration allows AI models to access complete design context directly from local Figma files, enabling rapid conversion of designs into functional web applications. The setup involves enabling MCP server in Figma desktop app and connecting it to AI code editors like Cursor through a JSON configuration. By using design system components, variables, and tokens consistently, developers can generate highly accurate code that preserves interactive states and styling. The author demonstrates building a complete web app with email functionality and animations in just 20 minutes, showcasing how this integration bridges the gap between design and development.
- 14
Theo - t3․gg·49wStealing An Open Source Project: The OpenCode Story
A detailed account of the OpenCode project drama involving trademark disputes, hostile acquisition attempts, and open source project theft. The story covers how Dax and Adam contributed significantly to the original TermAI project, rebranded it to OpenCode, but lost control when the original maintainer Kushim accepted an acquisition offer from Charm CLI. Despite agreements about name ownership, Charm continues using the OpenCode name while Dax and Adam built a new project under the same name, leading to confusion and legal disputes in the open source community.
- 15
AI with Alex·50w
How to use Cursor for Beginners (New June 2025 Features)
Cursor is an AI-powered code editor that accelerates development through three main features: chat window with agent/ask/manual modes, inline editing with Ctrl+K shortcuts, and intelligent tab autocomplete. The tutorial demonstrates creating a ChatGPT clone, debugging techniques, and newer features like Bugbot for automated pull request reviews and MCP server integrations for web scraping. While powerful for experienced developers, it requires proper knowledge to use effectively and may produce inconsistent results due to its AI nature.