7 Months of Vibe Coding: How One Person Can Do What Used to Require a Team
Anthropic
OpenAI
Google/DeepMind
xAI
Cursor
A python backend developer shares his 7-month experience with vibe coding using AI coding agents. He describes three levels of vibe coding, reviews tools like Cursor, Claude Code, Codex, Antigravity, and Grok build, and discusses his setup and instructions for effective agent-based development.
The author, a python backend developer, started vibe coding 7 months ago and has since completed over 7 projects for more than 3,000 active users. He outlines three levels of vibe coding: chatting with a model, AI in the editor, and agentic development where the AI acts as a builder. He reviews several tools: Cursor (rated 8/10, good interface but expensive limits), Claude Code (rated 9/10, best for full-cycle development but regional restrictions), Codex (rated 8/10, good for second opinion, lower limits), Antigravity by Google (rated 6/10, issues with limits and regional blocks), and Grok build by xAI (rated 7/10, good code quality but raw interface). His main stack is Claude Code plus Cursor or Grok as backup. He emphasizes the importance of instruction files: global user-level rules (e.g., CLAUDE.md) and project-level files like AGENTS.md and CLAUDE.md to maintain a single source of truth. He shares his example AGENTS.md configuration for a web-app project using Astro and Node.js.
- Сокращения
- IDE = Integrated Development Environment — интегрированная среда разработки
- CLI = Command-Line Interface — интерфейс командной строки
- API = Application Programming Interface — программный интерфейс приложения
- web-app = web application — веб-приложение
- SSG = Static Site Generator — генератор статических сайтов
- CI = Continuous Integration — непрерывная интеграция
- ESLint = ESLint — инструмент анализа кода
- Node = Node.js — среда выполнения JavaScript
Source: Habr — хаб ИИ —
original
