AI Coding Tools Compared: ChatGPT, Claude, Copilot, Cursor, Lovable and AI Agents
We compare AI coding tools by asking them to help build the same small app: Snake in React. The session is a comparison, not a single production build, so the walkthrough follows the tool categories: chat applications, coding assistants and IDEs, project bootstrappers, and agents.
Links
The main resources:
- Lovable Snake preview
- AI Dev Tools Zoomcamp
- AI Engineering Buildcamp
- RAG agents workshop
- LLM Zoomcamp
The comparison
The same app appears in several workflows:
The workshop code includes two Vite React projects. snake-chatgpt keeps
the game in one component and is useful for seeing what a chat app can
produce from a short prompt. snake-claude-code splits the page shell from
the game component, adds score, start and restart flow, WASD controls, and
a walls versus pass-through mode.
Materials
Tutorial pages
Watch the recording
Full workshop video with timestamps and downloadable materials.
View code on GitHubRelated content
Inside ChatGPT’s /home/oai/ Folder: Not a Data Leak, but OpenAI’s Hidden Skills System
I unpacked the mysterious /home/oai/ directory that ChatGPT can zip on command and found not leaked OpenAI infrastructure, but a sandbox of document, slide, and spreadsheet “skill…
February 10, 2026
Telegram Writing Assistant: Claude Code Turns Voice Notes Into Markdown
Learn how I built a Telegram-based writing assistant that uses Claude Code to transcribe voice notes and convert brain dumps into structured Markdown, saved and versioned in a Git…
January 30, 2026
Skills.md from Scratch: Build a Skill-Driven Coding Agent
We start from the coding agent from the prerequisite workshop and turn it into a general-purpose coding agent with two reusable behavior layers: skills and slash commands. Skills …
January 16, 2026