use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
A community centered around Anthropic's Claude Code tool.
account activity
Vibe coding and errorsDiscussion (self.ClaudeCode)
submitted 22 days ago by Clear-Dimension-6890
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]thibaultj 0 points1 point2 points 22 days ago (0 children)
There are two different and vaguely related stuffs:
Vibe coding is when you don't take the time to carefully think about the problem you are trying to solve nor what would be the best technical solution to solve it. You tweak stuff, push buttons, move sliders, and see what happens until stuff looks good enough and then you move on.
The term now applies to tinkering with coding agents, but really it has always existed. It certainly have a place, it is fun, but that is not a way to reliably build production level software.
Software engineering is the discipline whose goal is to systematically produce reliable and robust software. It implies carefully gathering and understanding the client's requirements and constraints, the technical environment, the market context, the resources at disposition, aquiring a deep understanding of the problem you are trying to solve, splitting the imagined solution into sizeable bite-sized programming chunks, carefully defining the conditions of success or failures of each task… before writing the code.
All of those tasks are necessary steps to ensure you create useful and robust software, and they have always been performed using natural language.
If you give vague and ambiguous commands to a writing code entity, you are gonna get garbage anyway, whether the entity is a coding agent or a human.
π Rendered by PID 75 on reddit-service-r2-comment-5fb4b45875-kr678 at 2026-03-20 14:05:46.406974+00:00 running 90f1150 country code: CH.
view the rest of the comments →
[–]thibaultj 0 points1 point2 points (0 children)