1169
skills for rent (lemmy.blahaj.zone)
submitted 2 days ago* (last edited 2 days ago) by not_IO to c/fuck_ai@lemmy.world
top 50 comments
sorted by: hot top controversial new old
[-] redwattlebird@lemmings.world 6 points 10 hours ago

This is the opposite of that 'teach a man to fish and he'll never grow hungry" etc.

[-] Bearlydave@lemmy.world 3 points 10 hours ago

Build a man a fire and he will be warm for a day, light him on fire and he will be warm for the rest of his life.

[-] Notserious@lemmy.ca 3 points 13 hours ago

You can always tell when your on a new bug when you ask about error “exception when calling…” and AI returns your exact implementation of the error back as a solution.

Not really intelligent

[-] 13igTyme@lemmy.world 7 points 17 hours ago

I had to google Vibe Coding. Seems like it's not actual coding and you'd then have to check the code yourself and at that point why bother? Easier to start with something that makes sense then the understand and fix a cluster fuck.

[-] calcopiritus@lemmy.world 4 points 10 hours ago

Nah, that would be programming with AI.

In vibe "coding", you ask the AI for the code and just run it. If it doesn't do what you want it to do, you just ask the AI again, or another AI. Ad infinitum.

Check the code yourself? That's like 5th century pleb work, vibe "coders" would be wasting their precious time when they can just ask another AI to do it.

[-] AeonFelis@lemmy.world 10 points 19 hours ago

"you'll own nothing and be happy" applies to skills now.

[-] utopiah@lemmy.world 7 points 20 hours ago

Really wish they'd be a direct link to the source, not solely a screenshot. Is this the Web?

[-] Rin@lemm.ee 9 points 22 hours ago

If you run your AI, point doesn't matter. However, what matters more is the fact that if you don't use a skill, you just straight up lose it and that's what AI is doing to developers. Mfs straight up forget how to write code

[-] olympicyes@lemmy.world 7 points 22 hours ago

I learn a lot debugging the code I get from AI, and occasionally, I learn a thing or two.

[-] oo1@lemmings.world 2 points 16 hours ago

WTF "vibe coding"? I'm not even wasting the electricity to googgle that one.

[-] Bassman1805@lemmy.world 4 points 14 hours ago

Ask an LLM to write code for you. Paste it into your IDE, try to run it. Describe the problems to your IDE and ask how to fix them. Lather rinse repeat.

[-] 10001110101@lemm.ee 2 points 13 hours ago

They have automated IDEs now, so no copy-pasting required. They can even automatically push to production without your input.

[-] medgremlin@midwest.social 12 points 1 day ago

It's very helpful that there are a handful of nonsense phrases that AI has scraped by reading journal articles wrong. They're commonly published in magazine format with a bunch of narrow columns, so there's some gibberish that AI scraped by reading across the page instead of down the columns. I want to make a database of those nonsense phrases so that I can just Ctrl+F in a journal article to see if I should just skip reading it because it's AI garbage.

[-] Donkter@lemmy.world 7 points 22 hours ago

On the other side, if it's "deskilling" to do vibe coding instead of real coding isn't this person saying that the barrier to entry for coding has been lowered?

Either vibe coding is not effective and is therefore not taking away the skill of coding or it is effective enough to replace aspects of coding that you would otherwise need to develop the skill to do.

Like if I'm an engineer or a real estate agent or a business...dude, and I want to use coding in my field but I don't have the time or desire to start learning a whole skill (anywhere from having children to just learning too many skills already) I assume vibe coding is my best friend.

[-] centipede_powder@lemmy.world 2 points 13 hours ago

Im not going to lie, I totally vibe code. Ive been using it to build guis that help speed up repetitive processes. Vibe coding has been helping me learn too code. I think people abuse it for sure. The code still needs to be checked since LLMs are about as trustworthy as Quora.

[-] jj4211@lemmy.world 3 points 19 hours ago

I think it can do some stuff, especially some entry level tedium.

So far I haven't seen a single success on the specific things I've tried it for, even when pretty short, other than exceedingly trivial things like reminding me whether this language has a join as a string method or as an array method of o don't use it that often.

I do see potential for an awkward gap between unskilled and skilled where an entry level person doesn't have as clear a path to getting actually better. In math this generally happens in school, where they keep students from using the most effective tools until they prove they can do without it. So education might have to go a bit further into programming skills rather than delegating quite so much to the professional workplace that may be less inclined.

[-] andybytes@programming.dev 2 points 16 hours ago

Vibe coding is stupid

[-] DicJacobus@lemmy.world 4 points 20 hours ago

Shitholes rearing their head thr last 5 6 years made a lot of people forget , America is also a massive shithole

[-] PeteWheeler@lemmy.world 1 points 17 hours ago

Yeah definitely not our profit driven models.

AI can do it cheaper... so just have the AI do it. Its that simple, people really don't like it when things are so simple but can't do anything about it. So they just make shit up like this.

He still got a point, but premise is pretty ridiculous.

[-] Lennnny@lemmy.world 20 points 1 day ago

I've been using chatgpt to help me build a Bubble website. That is, I am doing all the work, I just bounce questions of how to achieve things and structure conditional statements correctly.

Because I'm basically sanity checking everything it says vs copying blindly, it's interesting to see just how much it gets caught in a loop of misinformation. I'm lucky to be one of those learners who just needs an example, even if it's a shitty one, to figure it out myself, so I often find myself using it simply to see how it's NOT done.

But yeah, I know jack shit about coding but I'm sure AI code sucks ass.

[-] hex@programming.dev 1 points 14 hours ago

100%. Half the time I see the first couple lines of AI code and I'm like, nah, that's not right. Let's do it myself lol

[-] Opisek@lemmy.world 12 points 1 day ago

Good for you to want to learn a new skill and taking things that LLMs spit out with healthy skepticism. I'm afraid future generations will lack such motivation.

[-] ikidd@lemmy.world 5 points 1 day ago

You can use local models for free, it's just slower.

[-] Knock_Knock_Lemmy_In@lemmy.world 2 points 22 hours ago

And local is usually less parameters. Reasoning on a local model is very poor.

load more comments (8 replies)
[-] Ceruleum@lemmy.wtf 4 points 1 day ago

I use ai to become a better coder, not to replace me.

[-] forrcaho@lemmy.world 58 points 1 day ago

Having been a coder for decades before AI came on the scene, I don't understand how inexperienced programmers could possibly write a serious amount of working code with AI.

It's wrong, like, at least half the time, but as an experienced coder, I can look at the "code" it generated and know what it was trying to do, and then write it correctly. I do find AI useful when I'm not sure how to go about solving a particular code-related issue, but ... it just gives me something to think about, not an answer I can use directly.

[-] deeferg@lemmy.ca 2 points 15 hours ago

I can look at the "code" it generated and know what it was trying to do, and then write it correctly. I do find AI useful when I'm not sure how to go about solving a particular code-related issue, but ... it just gives me something to think about, not an answer I can use directly.

So glad to see others that do that. Still haven't really tried to understand what vibe coding is, as I try and ignore passing terms, but I was starting to think it was just using the AI assistants in any way. I use it in the same way as you and find it perfectly fine for that purpose but I can't imagine using it for anything more.

load more comments (9 replies)
load more comments
view more: next ›
this post was submitted on 06 May 2025
1169 points (100.0% liked)

Fuck AI

2652 readers
701 users here now

"We did it, Patrick! We made a technological breakthrough!"

A place for all those who loathe AI to discuss things, post articles, and ridicule the AI hype. Proud supporter of working people. And proud booer of SXSW 2024.

founded 1 year ago
MODERATORS