top | item 47024283

(no title)

borzi | 14 days ago

I can't relate to this anymore and honestly after embracing vibe coding, I'm sick of reading posts like this (and I don't want to personally attack the write who I sympathize with to some degree). Being able to code doesn't make you better than the "plebs" who are creating massive value with a vibe coded tool. I also remember the brief moment of disbelief when I noticed AI could really code better than me, until I realized that the amount of problems and projects I could solve now basically exploded, while the stuff I was previously forced to deal with is now a waste of time - on to better things, as was always the case in human history.

A programmer is someone telling machines what to do - we will be doing more of that than ever in human history. That said, "coders" not so much - maybe its better to identify as a "person trying to help and care for others" than a profession, since the former will always have a place in society.

discuss

order

philipwhiuk|12 days ago

> who are creating massive value with a vibe coded tool

We've been seeing this claim for months and yet I don't know any vibe-coded ventures worth a lot of money.

The_President|12 days ago

Along with value, an amature non-developer can create liabilities and technical debt if they decide to distribute something that "works." When reviewing hundreds of printed pages of LLM generated software architecture and code from ChatGPT generated in the business sphere of an org, it remains the programmer's job to advise and lead.

nunez|12 days ago

it's not about "better"

it's about enjoyment

someone else on here analogized this perfectly: coding with AI is like solving a solved puzzle. you engage other neural pathways to get the result you want, but "the thing" that made me love doing this for work is completely removed.

lh105|12 days ago

Being able to write a paper does not make you any better than someone copying it.

vdupras|14 days ago

  > Being able to code doesn't make you better than the "plebs" who are creating massive value with a vibe coded tool.
  > [...] I noticed AI could really code better than me [...]
AI code output is generally considered mediocre (in the sense of "on the median"). If it codes better than you, it might be that your code output is generally below average.

Might it be the case that you don't grasp how good one can get with computers and thus not realize that one could be much better than you are at programming them? Did you consider for a moment the possibility that you were missing something?

borzi|13 days ago

Notice how I said "coding", not "programming". Coding to me is "should I do an early return or use an if/else? Should I extract that variable into a function to make it cleaner?". It's about focusing on the trivialities that come with insisting on meticulously hand typing and reviewing every line instead of focusing on software quality, design and user needs.