▲ | arduanika 5 days ago | |
I believe you that these tools help a lot, but they would not prevent ~any of the examples listed in the article (under "The smell of vibe coding"). | ||
▲ | helloplanets 5 days ago | parent | next [-] | |
Most of those look like context issues to me. Repo map (using Tree-sitter, etc) and documentation would already do wonders. Feeding 32-64kTok of context directly into a model like Gemini Pro 2.5 is something that more people should try out in situations like this. Or even 128kTok+. | ||
▲ | Cthulhu_ 5 days ago | parent | prev | next [-] | |
Probably not, but that's where code review comes in. Which can also partially be done by AI, ironically. | ||
▲ | dkdbejwi383 5 days ago | parent | prev [-] | |
With cursor at least it recognises linter errors and failing tests and attempts to correct its own problems, with varying levels of success |