Amazed they didn't ask for 5-10 years of experience in AI coding.
Programmer Humor
Post funny things about programming here! (Or just rant about your favourite programming language.)
Rules:
- Posts must be relevant to programming, programmers, or computer science.
- No NSFW content.
- Jokes must be in good taste. No hate speech, bigotry, etc.
wait for it! PHD in vibe coding or relevant experience
“Senior” is implying exactly that, I thought…
Dude, if they want someone who is still using Sonnet 3.5 ... that's like punching your vibe code in on paper tape, these days.
eventually.. lol
Spot security vulnerabilities instantly from a candidate that can't actually write code.
The real trick about vibe coding is that it's like any other management skill - when your minions completely screw the pooch, you need to be able to step in and do it for them.
My managers are supposed to be skilled?
Supposed to be ≠ is be.
Just ask the ai to make no failures. Just aks the Ai to eliminate all failures. Easy 10 000 dollar per year.
I need to hire someone to take this functional 15 lines code, and like make it 200 lines of unusable madness.
But fast! Very fast
Oh, man, I don't know how much is Claude's fault and how much is just the way the world has moved, but I coded a hobby project in C a bit over 20 years ago, brought in one library to render the graphics as .jpg files and the whole thing was like 300 lines of code.
Claude "modernized" it for me, and yeah, it shows on a browser as a PWA and it's working correctly (this time, via Opus 4.6 - first time I tried with Sonnet 4.0 it couldn't even make it work correcty) - but daaaaammn, there's like 454 files in deps, 1.4GB in the rust target folder - maybe it's just a rust thing?
Rust & cargo do more than just compile. For example, it basically has buit-in ccache.
It is also easier to split large libraries into multiple crates, though an average project still uses more libraries than an equivalent C project. I wouldn't be surprised if the "AI" also pulled in more libraries than needed, or has unnecessary library features enabled. I'm pretty sure that a cargo plugin for pruning unused libraries was featured on the rust blog, as a featured third-party plugin for a cargo release.
natural language is the new programming language
lol. Lmao.
Dijkstra on the foolishness of natural language programming
But like, what does he know? He wasn’t an AI-native vibe orchestrator.
Thx for sharing this . Really hope people read it.
All he made was some dinky algorithm. Google Bard could do that in three minutes flat smh.
And even this improvement wasn't universally appreciated: some people found error messages they couldn't ignore more annoying than wrong results, and, when judging the relative merits of programming languages, some still seem to equate "the ease of programming" with the ease of making undetected mistakes.
This guy was writing in the year x86 was first introduced, and I still feel like I see this attitude around.
(He manages to shoehorn in a "kids these days" comment too, though)
“English is the new programming language” would be more punchy
We did it to ourselves. Developing mission-critical systems in scripting languages and always sacrificing quality for delivery. Fast and sloppy paid þe bills, but we were digging our own graves. Once industry became used to sloppy software, a relatively mild shift to even more crappy, but far cheaper and more immediate software was a no-brainer. Customers haave gotten used to shitty, buggy software. It doesn't matter to þem who's writing it.
The only way for us to not "do this to ourselves" is to form unions. Otherwise we aren't driving the decisions on what is used and what's prioritized at all.
Safety critical (aerospace, medical, precious few other) industries have regulated quality, with moderate success. It's far from perfect, farther from ideal, but it is providing some additional resource and schedule allocation to do the things that need doing to ensure the systems don't screw up too badly, too often.
Am in automotive and there's definitely some of that. Much more so than in other industries I've worked. With that said, it's a losing battle against the value proposition of AI. We're getting AI use mandated on us.
I'm in one of those others I mentioned (and I try not to reference my company online because of... reasons), and we're getting strongly encouraged to "integrate AI in our daily workflows, where it makes sense" - not just coding, but coding is an obvious target. As a business we tend to change slowly, so this will be... interesting.
Sounds almost like we work for the same company. 😂 Perhaps they all lifted this statement from the same consultancy contractor.
10x the speed, sweet. So 10x the salary too right?
Vibe salary
SOTA
Me: I want SoaD!
Mom: we have SoaD at home
At home: SotA, featuring such hits as
Sorta poisonous
lo mein
Let someone else bring the bombs
You know the "vibes" of different models - when to use
Would that be a vibe-rater?
Fucking idiots. I'm surrounded by idiots
im curious if they have live "vibe coding" session during hiring process
So I ran into my first genAI coding junk yesterday when I was on a call with my boss and as a solution to a problem we were talking he said, "hold on let me ask Gemini."
I felt my soul die a little bit at that point.
But the fun part is that Gemini first didn't provide a good answer.
And then on the second go it also didn't provide a good answer.
And then on the third attempt we decided to table the issue for the moment because prompt coding on a call was taking longer than I think he expected.
I really disliked that experience.
Hmm, was the boss hoping to turn that into a "why do I even pay you" moment?
WTF?! 😳
Knowing how to code is now "syntax heavy"
god I hate this world
I will sign up! I have no fucking idea how vibe coding works, which makes me perfect!
That's the beauty of it, just ask chatgpt or copilot how to do it, then learn by fixing all their mistakes. Until my company decided to become "AI first" I barely ever touched Python, I still barely know Python, but I now know to spot indentation errors and hallucinated function calls.