YOYO – AI Version Control for Vibe Coding
Hey HN — Been deep in vibe coding with AI tools like Cursor and Windsurf — but sometimes, AI edits don’t go as planned. You hit revert… and only some files roll back, or your repo ends up in a weird state. Especially messy when you’ve got multiple chats open and you're mid-flow. So I built YOYO — a lightweight version control layer for the fast, chaotic phase of coding where you're exploring, iterating, and letting AI throw stuff at your repo. It works across Cursor, Windsurf, and VSCode — wherever you’re coding with AI right now. Not trying to replace Git. Git’s great when you’re ready to…
What it does
In the maker’s words, at launch
Hey HN — Been deep in vibe coding with AI tools like Cursor and Windsurf — but sometimes, AI edits don’t go as planned. You hit revert… and only some files roll back, or your repo ends up in a weird state. Especially messy when you’ve got multiple chats open and you're mid-flow. So I built YOYO — a lightweight version control layer for the fast, chaotic phase of coding where you're exploring, iterating, and letting AI throw stuff at your repo. It works across Cursor, Windsurf, and VSCode — wherever you’re coding with AI right now. Not trying to replace Git. Git’s great when you’re ready to commit. YOYO is for the part before that. What it gives you: - One-click save, preview, and restore — no broken states, no chat digging - Shadow Git — stores versions separately, so your real repo stays clean - AI-generated summaries of what changed in each snapshot - Natural-language search — ask things like: - What did I do in v3? - Show my dark mode refactor - When did I add favorites? A new wave of builders is coding with AI — and not all of them are traditional devs. They just want a way to save progress and undo when AI goes off track. YOYO gives them the save button — without the Git gymnastics. Try it here: https://runyoyo.com If AI has ever broken your code mid-flow, I’d love to hear how you dealt with it — or if this approach makes sense.
Does the same job
all alternatives →


- IRI replaced vector databases with Git for AI memory (PoC)2025 · github.com · ▲198
Hey HN! I built a proof-of-concept for AI memory using Git instead of vector databases. The insight: Git already solved versioned document management. Why are we building complex vector stores when we could just use markdown files with Git's built-in diff/blame/history? How it works: Memories stored as markdown files in a Git repo Each conversation = one commit git diff shows how understanding evolves over time BM25 for search (no embeddings needed) LLMs generate search queries from conversation context Example: Ask "how has my project evolved?" and it uses git diff to show actual…
- BABuild AI Rules for Code Editors (Copilot, Cursor, Windsurf)2025 · ai-rules-builder.pages.dev · ▲9
Vibe coded app that enables developers to quickly create so called "rules for AI" used by tools such as GitHub Copilot, Cursor and Windsurf, through an interactive, visual interface.
- SASpecMind – AI architecture tool for vibe codingNov 2025 · github.com · ▲8
I built SpecMind, an open source developer tool for spec driven vibe coding. It keeps architecture and implementation aligned from the first commit instead of letting them drift apart. With AI assistants writing more of our code, projects move faster but architectural consistency is often lost. Each developer or AI can introduce new patterns, and after a few sprints, the structure becomes fragmented. SpecMind helps prevent that by generating and maintaining living architecture specs directly from your code. It works in three steps: 1. analyze – scans your codebase and generates…
More ai this month
the category →
I trained a 125M-parameter transformer to autocomplete piano performances in real time (~108 notes/sec on an iPhone 15). The idea is basically GitHub Copilot or Tabnine, except instead of prompting it with code, you prompt it by playing a few notes on a MIDI piano. The model then continues what you played, entirely on-device. The app is free if anyone wants to try it. Happy to answer questions about the model, training, Core ML, or the many things that didn't work.
AI · 17d ago · simedw.com
Astute▲585Automate your B2B brand going viral, with new media creators
AI · 18d ago · company-app.joinastute.com


Hey HN, Henry from Cactus here! We previously released Cactus Needle, a 14MB agentic LLM for tool call, device use, and structured extraction for phones, wearables, smart homes, small robots and microcontrollers. We got really great feedback here, and have now incorporated the suggestions to release Needle 2. The whole model is a single 14MB binary that runs a full session in 28MB of RAM; 45m parameters at 2bit compression. Needle hits 500 tokens/sec decode speed on a Raspberry Pi 5, sits between 400-1,500 tokens/sec on VR devices like Meta Quest 3S and Apple Vision Pro, and ranges…
AI · 27d ago · cactuscompute.com


Launched alongside, June 2025
the whole month →- IM
Hey HN! Pilots everywhere are required to keep a logbook of all their flying hours, aircraft, airports, and so on. Since I track everything digitally (some people still just use paper logbooks!), I put together some data visualizations and a few 3D globes to show my flying history. This globe is probably my favourite so far: https://jameshard.ing/pilot/globes/all If you’ve got ideas for other graphs or ways to show this kind of data, I’d love to hear them!
Life & fun · 2025 · jameshard.ing

Stunning presentations with AI. No design skills required.
AI · 2025 · chroniclehq.com

Build native mobile apps for iOS and Android without code.
Dev tools · 2025 · bble.io

All your connections, across all your socials.
AI · 2025 · pally.com
- WC
I was the main contributor to workout.lol, an open-source fitness app to easily build a workout routine. The project had traction (1.4k GitHub stars, 95 forks, ~20K visits/month), but was eventually sold due to video licensing hurdles. The new owner stopped maintaining it, and the repo went abandoned. Over the next 9 months, I sent 15 emails to try to save it : no replies. Feature requests & issues were ignored. The community was left with a "broken" tool let's say. I couldn't just let it die So I built the new version from scratch with the same open-source spirit, but a better…
Dev tools · 2025 · github.com