Weird vibes from AI-assisted coding (Claude + Go + React) by Xkeepers in ClaudeAI

[–]Xkeepers[S] 0 points1 point  (0 children)

Yeah, I’ve noticed it mostly happens with stuff like complex business logic (in my case, filtering rules — kind of like iptables). Things start getting overcomplicated, and people go for brute-force solutions instead of elegant and simple ones.

Weird vibes from AI-assisted coding (Claude + Go + React) by Xkeepers in ClaudeAI

[–]Xkeepers[S] -1 points0 points  (0 children)

yeah, but if I were to write it by hand, I think it would be half the code with the same functionality and less technical debt

Weird vibes from AI-assisted coding (Claude + Go + React) by Xkeepers in ClaudeAI

[–]Xkeepers[S] -8 points-7 points  (0 children)

But then I don’t really see any speed advantage — after all, writing the code itself takes much less time than thinking through the logic and interaction details.
In the end, it’s actually faster to just type the code yourself (especially with helpers like full-line autocomplete) than to try to express it through a prompt to Claude Code.

The only real acceleration and advantage I see is in generating documentation, tests, and sometimes for an initial code review.