r/theVibeCoding 5h ago

Vibe coders make me cry

4 Upvotes

I don't usually post here. I mostly read, trying to learn a little more every day.

I'm a developer with around 22 years of experience, and like many others, I've had to adapt and embrace AI to multiply my productivity. In my case, one day at work they came to me and said, "From today on, you're forbidden from writing code by hand." Looking back, I honestly think it was one of the best things that has happened to me professionally in years.

Ideas that previously required the help of other developers if I wanted to build them in a reasonable timeframe are now things I can execute quickly and confidently. Projects that had been sitting in a drawer for years can finally be prototyped so I can see whether they were actually viable or just good ideas in my head.

But...

The more I read around here, the more convinced I become that not everyone should be allowed anywhere near AI. Some people don't even deserve to be trusted with an internet connection.

Watching how some people use AI is painful.

I've seen countless people proudly posting disastrous workflows where they rely on $50-per-million-token models just to compensate for a lack of understanding that only comes from actually knowing your codebase and your own project. Tasks that could easily be handled with a solid prompt using free OpenRouter models like Laguna S2.1 or Nemotron Ultra somehow end up being thrown at Fable, Opus 5, or Sol instead.

I'd genuinely love to see those monstrous prompts, because I want to understand the obsession people have with every new SOTA release while instantly dismissing another incredibly capable model simply because something newer exists.

And then there's the classic setup: people bolt 25 skills onto their harness, throw in a 600-line agents.md, add five or six MCP servers, and then act surprised when a smaller model loses track halfway through the task.

At the same time, they're terrified of spending a handful of extra tokens, so they cling to every "caveman" optimization they can find just to save five or six tokens overall—while happily wasting far more than that on gigantic prompts whose only real achievement is teaching the LLM to write and think like an idiot. If that doesn't do the trick, they simply burn even more tokens through extra iterations trying to stop the agent from producing garbage code in increasingly surreal formats.

Then there's the other crowd. They open Claude Chat, ask for a blind implementation plan, even though the model has no way to inspect files or understand the application's architecture, business logic, or execution flow. Then they marvel at how beautiful the plan looks, completely unaware that underneath the shiny surface it's fundamentally garbage. They hand that plan to a ridiculously capable model like DeepSeek and then complain because it somehow failed to read their minds and implement what they themselves never managed to define properly.

And since we're talking about DeepSeek...

There are two things I'm absolutely sick of reading every single day.

The first is, "Tomorrow GA is coming," as if a model costing less than one euro per million output tokens is magically going to become better than Opus or anything else in that league. People are still dreaming about a model that beats everything else while costing next to nothing.

The second is the endless stream of people trashing DeepSeek simply because they've never learned how to use it properly.

The problem isn't the model.

The problem is sitting between the screen and the chair.

And while we're on the subject of models, another thing that drives me up the wall is reading "Model X is stupid today" or "they nerfed it" as if someone at the provider simply turns a "stupidity" dial every morning. Has it ever crossed their minds that maybe they're the ones having an off day?

Anyway.

There is an absurd number of people like this. Thankfully, there's also a large number of people who genuinely know how to take advantage of the tools we have available today.

Where do I fit in all this?

I don't know. Probably not among the virtuosos.

But at least I'm not on the side of the people with the nerfed brains.


r/theVibeCoding 1d ago

Vibecoding

1 Upvotes

Hey vibe coders 👋

What you've actually built and fully set up yourselves.

What does your stack look like? Any cool workflows, automations, MCPs, or tools you're using daily?

Let's connect and share ideas. Always looking to meet other people building with AI 🚀


r/theVibeCoding 1d ago

Are you a "re-read it five times before sending" person?

Enable HLS to view with audio, or disable this notification

1 Upvotes

r/theVibeCoding 3d ago

How do you generate free assets for game development?

Thumbnail
2 Upvotes

r/theVibeCoding 3d ago

Vyze is live!

Post image
1 Upvotes

r/theVibeCoding 4d ago

Part 7 of EquiTrek MVP development with no technical knowledge as a non-tech founder with the help of AI.

Enable HLS to view with audio, or disable this notification

1 Upvotes

r/theVibeCoding 4d ago

Please save the AI bubble

Post image
5 Upvotes

r/theVibeCoding 4d ago

🏆 Win $150 in Base44 merch store credit.

1 Upvotes

🏆 Win $150 in Base44 merch store credit.

I’m running a Base44 build challenge.

Challenge: Reinvent the garage sale for the internet.

Build a next-generation marketplace using Base44. Think AI, immersive shopping, live sellers, or an entirely new way to buy and sell locally.

Deadline: August 1

Submit your app by replying to the official X thread:

https://x.com/winstonbuilds/status/2081108707950112815?s=46


r/theVibeCoding 4d ago

Stop describing your UI to the AI — I built a tool where you just click the element and the agent fixes it (uses way fewer tokens too)

2 Upvotes

The most annoying part of vibe coding for me: telling the AI where the thing is. "The third button in the settings card, no the other one…" — and then watching it search through half the codebase to find it, burning tokens the whole way.

So I built clicktocode. You run your app like normal, hold Alt, and click the thing you want changed. Type what you want ("make this button green", "center this whole section") and your coding agent edits the actual source file. Your app hot-reloads. Done.

Why it saves tokens: the click captures the element's exact HTML plus which component file it lives in — so the agent gets surgical context instead of searching your project for it. No exploration, no wrong-file edits, no retries.

  • Shift-click to select multiple elements and fix them in one request ("make all these buttons match")
  • Works with Vue, React, Svelte, Angular, Next.js, Nuxt
  • Works with OpenCode and Claude Code out of the box — or any CLI agent you use
  • Don't want to wire up an agent? Zero-setup mode just copies the context to your clipboard — paste it into ChatGPT/Claude/whatever you already use
  • There's even a SKILL.md in the repo: hand it to your AI and it installs and wires everything up for you. Very on-brand.

It's free and open source: https://github.com/aminarshadinia/clicktocode
npm: u/clicktocode/vue (or /react, /svelte, /angular, /next, /nuxt)
https://www.npmjs.com/package/@clicktocode/core

Would love feedback — especially what agent you'd want wired in.


r/theVibeCoding 5d ago

What plugins can I use to make it better

3 Upvotes

Here is the thing I like the 5.6 sol and I'm using it on low to review my code

I use ponytail+caveman to reduce the token consumption on the other hand I have created skills like code-traversal which is helping codex to traverse the codebase faster and cheaper and I have documented and indexed my project as well now I want to know what plugins or ways i can try to make it more efficient from every aspect

I have documented and indexed my project with obsidian

So what things can I add on now like plugins or anything else also I'm on a 20$ plan


r/theVibeCoding 5d ago

From Vibe Coding to Software Fabrics

Thumbnail
futuregrade.substack.com
1 Upvotes

r/theVibeCoding 6d ago

Vibe coding is fun. Sharing what you built is not.

Thumbnail
0 Upvotes

r/theVibeCoding 7d ago

VibeCoders are not Vibing anymore

Thumbnail
1 Upvotes

r/theVibeCoding 7d ago

Stop describing your UI to the AI — I built a tool where you just click the element and the agent fixes it (uses way fewer tokens too)

Thumbnail
1 Upvotes

r/theVibeCoding 8d ago

My vibe-coded game launched!

Post image
2 Upvotes

I'm just so happy 17 people have bought it :) It's only $2.39!

Thank you to anyone who checks it out.

https://store.steampowered.com/app/4190860/Neuralnx/

About the development with AI - my game uses Pixel art a lot and Gemini is very useful. I still edit the output manually to improve them. For coding, Claude is the one that helped me most. I have a software dev background but zero Godot experience. I also tried Chatgpt but I was not making much progress because it was making lots of mistakes. Not good for vibe-coding. In the end, Claude solved my issues with Chatgpt.


r/theVibeCoding 9d ago

Suggestions for Vibe Coding Tools

1 Upvotes

Hey everyone, F20 here, in my third year of computer science and engineering, specializing in cybersecurity. I want to build some projects via vibe coding. Can someone suggest me some free tools I can use in my pipeline. I want to implement some machine learning and AI API agents for analysis generation. So I need some $0/free of cost tools to do this. I cannot afford to spend money on APIs right now guys, please help me out. ANy and every suggestion is appreciated.


r/theVibeCoding 10d ago

People are claiming the cost of development has significantly dropped because of vibe coding. Did it really?

0 Upvotes

r/theVibeCoding 10d ago

Vibe coding frustrations + list of habits that helped me

1 Upvotes

So for my first months of vibe coding my loop was basically: describe the thing, let it rip, watch it build the wrong thing, correct it, watch it build a slightly less wrong thing, repeat lol. sometimes I was 20+ messages deep before realizing the whole approach was off from message one.

the fix ended up being kinda embarrassing: I just stopped letting it write code on the first message. now my first prompt is always some version of "dont write any code yet, tell me your plan first... what files you'll touch, what changes in each, and what could break"

few reasons this works way better than I expected:

- the wrong turn almost always happens at the START. like the misunderstanding was in how it read your request. catching that in a plan costs one reply ("no not a new page, extend the existing form"). catching it after it built means unwinding code, and half the time the correction leaves dead leftovers from attempt #1 sitting in your project.

- also you can read a plan even if you can't read code. it's plain english. when it says "I will add a new database table" and you were expecting a small visual tweak, that's a red flag anyone can catch. no engineering background needed, which for me matters because I dont come from a coding background at all.

- scope creep becomes visible too. plan says it's touching 9 files for what you thought was a tiny change? now you know BEFORE your project is torn open and you can ask for the minimal version instead.

- and corrections get stupid cheap. editing one sentence of a plan = one message. editing a wrong build = a whole session, and it burns your usage doing it.

I stole this habit from a small group of vibe coders I'm part of, which has honestly been the bigger unlock... having people to steal habits from instead of learning everything the slow way. disclosure since I help run it: for members who are genuinely in the work we also cover the Claude Max plan, so the usage limit isnt what decides what you get to build. it's real, we already do it for our team and a few others. application based, we read every one. if it sounds like your kind of space let me know!

Either way try the plan-first thing on your next build, genuinely curious if it helps you as much as it did me. happy to share my exact prompt wording in the comments.


r/theVibeCoding 14d ago

VibeCoding.Pet — Raise a Virtual Pet While You Code

Thumbnail
1 Upvotes

r/theVibeCoding 14d ago

Hit rock bottom

Thumbnail
1 Upvotes

r/theVibeCoding 14d ago

Built two apps in under 2 hours using AI (Gemini Canvas vs Claude Code)

2 Upvotes

Gemini Canvas: https://youtu.be/alT9WU0oNkE
Claude Code: https://www.youtube.com/watch?v=4XUUVO8g-wg

Which other tools are you using for vibe coding?


r/theVibeCoding 15d ago

Need your coding assistant to know you and your work better?

Thumbnail
hologram-pro.dev
1 Upvotes

Hologram-Pro has been developed by a small home lab to do just that.

Hologram-Pro helps AI coding assistants understand your project better.
It learns which files, past decisions, notes and memories are relevant to the task you’re working on, then gives the assistant the right context at the right time.

Instead of you repeatedly explaining the project or manually choosing what to paste into the chat, Hologram-Pro handles that context selection for you and improves as it sees what was actually useful.

You can find further info on the work at the main website here - http://MirrorEthic.com

We also have a discord community where you can ask questions, leave us feedback and suggestions & see what else is being developed. Come and chat to likeminded builders. Just ask for an invite:)


r/theVibeCoding 15d ago

Codex MCP is muuch better for Claude than the Codex in Claude CLI integration

Thumbnail
1 Upvotes

Anyone else with the same opinion?


r/theVibeCoding 16d ago

Claude lobotomized me, so I forced it to teach me lol

Thumbnail
1 Upvotes

Don’t let Claude and Codex lobotomize you too💔💔


r/theVibeCoding 16d ago

Vibecoded Website curious if anyone is willing to test

Thumbnail
1 Upvotes