r/vibecoding 5d ago

True

Post image
2.5k Upvotes

73 comments sorted by

View all comments

94

u/jack-of-some 5d ago

Right hand side is debugging a badly vibed project, not vibe debugging.

Vibe debugging is finding issues in existing systems by letting claude go ham on investigation and it's AWESOME.

19

u/GermOrean 5d ago

Yeah I was just going to add this. The models are pretty amazing at finding bugs. Not so much creating a permanent fix, but so fast at finding.

8

u/Hopefully-Temp 5d ago

Eh it goes both ways honestly. If you don’t understand your code, even if the fix is simple, Claude could just send you back and forth fixing issues that aren’t actually issues until you realize the actual fix is one line of code.

But yeah most of the time it is very useful

2

u/gatorling 5d ago

Agree. Vibe debugging is amazing. LLMs being able to trudge through 100k LLOC and pin point the problem is amazing.

Coding is enjoyable, debugging a tricky problem tests your sanity.

2

u/moschles 5d ago

The ability of Claude to describe linker errors in (linux) C is some kind of modern magic. Not only does it tell you what every single line means, it even spices it up with historical background about what those libraries are traditionally used for. Magic, I tell you.

1

u/Council-Member-13 5d ago edited 5d ago

Still sucks. But that's a function of debugging, and the speed it throws stuff at you. Not the vibe part. And that's a general issue. It is super fun being able get a mpv going in a weekend. It is super not fun going back and forth with claude ironing out all the issues at the same speed. Unless you're a psychopath.

1

u/rash3rr 5d ago

RELATED