Vibe coders be like
Spent a full week trying to get Claude/Cursor to unfuck my router after I asked it to help me set up some isolated subnets via SSH. It really struggled with retaining “object permanence”, or remembering instructions. I had to nuke it and start from scratch…twice.
Yeah, get too far in or give it too much to start with, it can’t handle it. You can see this with visual generators. “Where’s the lollypop in its hand? Try again… Okay now you forgot about the top hat.”
Have to treat them like simple interns that will do anything to please rather than admit the task is too complex or they’ve forgotten what they were meant to do.
Who says you can only have just one on one project? Itemize your tasks in a focused list and divvy up the task to delegates and you can keep the tasks simple enough and coordinate multiple agents on a single Advanced project that one conscience or entity wouldn’t be able to do alone. Fluffy ways of referring to tokens AI llm all that
It’s fine if you need to slam out some dirty HTML and CSS. Not so much if you have real problems to solve.
Eh, I rather write code by hand no matter how long it takes.
I use Claude for SQL and PowerQuery whenever I brain fart.
There’s more usefulness in reading its explanation than its code, though. It’s like bouncing ideas back off someone except you’re the one that can actually code them. Never bother copying it’s code unless it’s a really basic request that’s quicker to type than to code.
Bad quality and mass quantity in is obviously much quicker for LLMs and people that don’t understand the tech behind AI don’t understand this actually what’s going on, so it’s “magic”. A GPT is fundamentally quite simple and produces simple results full of potential issues, combine that with poor training quality and “gross”. There’s minimal check iterations it can do and how would it even do them when it’s knowledge base is more bullshit than it is quality?
Truth is it will be years before AI can reliably code. Training for that requires building a large knowledge base of refined working solutions covering many scenarios, with explanation, to train off. It’d take longer for AI to self-learn these too without significant input from the trainer.
Right now you can prompt the same thing six times and hope it manages a valid solution in one. Or just code it yourself.
Same with writing and image generation. It can give you ideas or handle little details like making sure all your commas are in the right place, the formatting is cohesive, and that you used the right your / you’re, or filling in grass or sky textures in the background or putting a bit of polish on a finished image but it definitely requires some editing to get a truly cohesive final result.
CW be like:
Spend 7 weeks learning C# (we learned Java in Uni, it’s not that hard ffs) and implementing a proper base for a project: Nah
Let ChatGPT generate fucky code and let $me fix it over the span of 7 weeks: Hell yeahHad I realized that it all was generated, and he didn’t have a single little clue how it works, I would’ve just rewritten it with django or something. Hell, technically the whole server part wasn’t needed, it could’ve been index.html, style.css and scripts.js and that’s it.
A nice thing about vibe coding is it can do it in the background while I do other things. I’m not staring at it generating code for 3 hours.
Agreed. Was stuck in a meeting and let it generate a solution to work on after the meeting.