I'm a cs student and I want to know how much I should practice vibecoding vs old fashioned coding. Personally I find vibecoding is much faster and better.
if you're a webshitter you should barely be writing any code manually right nowclaude code should be writing 90%+ of your code. you should be learning to manage multiple claudes.
>cs student
coding is deadI'm Ralphing all the time with a mixture of Opus 4.5 to plan and GLM 4.6 to execute
>>107914843>I'm a cs studentoh honey... haven't checked the news?hopefully you don't have any student loans, or your life is gonna be perma fucked
>>107914907>>107914924so basically all techworkers do now is just manage a bunch of LLMs?
>>107914907>>107914924Jeets
1 tab deepseek, 1 tab chatgpt, 1 tab gemini, 1 tab grok.Use the prompt "improve this code for <task>" and just keep feeding the output to the next LLM in a loop.
>>107914843they suck large ass for whole-project tasks.Instead they seem good for short functions or just got planning, learning. Like summary of google/reading SO.
>>107915012people that never did shit in the first place do this. you could get away with le vibecoding low level tasks for awhile but it would inevitably produce a really fucked up mess that is unmaintainable in the long run.ai can barely do low level tickets. you can ask it to boilerplate stuff or do some tedious things for you but the idea its replacing anything is retarded like the jeets that spam about ai nonstop
>>107915035based. if you keep doing it infinitely, do you end up with an Excel formula for Hello World, or AGI?
I'm not in webshit so I still get to programbut most small scripts or tools are now vibed
>>107914843I use it as a replacement for google/stack overflow and to do tedious tasks (formatting, generating boilerplate, etc), light scripting, and for solving certain bugs/errors but I never allow it to drive my development. I want to be able to maintain the code I ship, and LLMs suck at big projects anyways
>>107916609Also, it's almost always faster for me to just do what it is I want than explain what I want to the clanker and give it follow up instructions
>>107915012>so basically all techworkers do now is just manage a bunch of LLMs?no, that's a meme.Code produced by LLMs is horrible trash that is in instant need of complete rewrite.It is good to write prototypes, discuss plans, write short functions and fragmenets of code.
>>107916666>>so basically all techworkers do now is just manage a bunch of LLMs?>Code produced by LLMs is horrible trash that is in instant need of complete rewrite.quints of truth! llm whole-proj coders burn in development hell.
>>107916666Cope. It’s better than you
>>10791484370-80% or so. give opus a way to test its work and a good foundation to build on and it does fine
>>107914843its fantastic for smaller projects or anything web-based. for large projects its less useful, but its nice having it look over individual files/functions for bug checking or logic. The main issue is that it's rarely right on the first time and you should really know how to actually program so you can guide it. As a student I would suggest not using it at all so when (if) you get a cs job it'll actually make you a 10x dev instead of just another jeet with chatgpt.
>>107914907Hello saar
>>107915012Webshitters do, but other programmers don’t.
>>107914843>>107915012There's kinda a war between the AI lovers and the AI haters at my company right now.
>>107914843i vibe coded these digits
>>107917552Why would there be a war. LLMs are literally faster google, grep for semantics. What's there to hate on?
>>107917640sloppa PRs
>>107917656If someone is dumb enough to actually write their PR with AI and not correct it according to their own standards, why were they hired?
>boss needs a report done about something>fire up copilot and know how to get the powershell I want>look at it to confirm script is right>run in test>run in prodAny time a request comes in for "what AD accounts are...." I just instantly pop it into copilot, I know the flags and shit but man less typing is preferred.