- Joined
- Oct 6, 2022
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
It depends on how you direct it I suppose - There's lots of market hype over Mythos right now, which is allegedly highlighting Day 0s faster than anyone can keep up.How vulnerable is Vibecoded programming compared to manual human programming I wonder?
Vibe-coded AI websites going up against AI specialized in breaching them sounds like an endless cat and mouse game.It depends on how you direct it I suppose - There's lots of market hype over Mythos right now, which is allegedly highlighting Day 0s faster than anyone can keep up.
We have all become the proverbial Man-in-the-middle.Vibe-coded AI websites going up against AI specialized in breaching them sounds like an endless cat and mouse game.
You need about 128GB+ of RAM minimum to have a good local coding agent.Is there any decent tooling for doing this locally without connecting to the Internet?
I know local LLMs aren't as good in general, but I am extremely wary of becoming dependent on something that can be taken away from me.
Assume that isn't a problem. Also I am not asking about which specific model weights to use, but inference software with good integration into IDEs.You need about 128GB+ of RAM minimum to have a good local coding agent.
because at first vibecoding literally was vibing with codingthere's no such thing as vibe coding. karpathy is too much of a coward to say he made a mistake letting it catch on. that in reality it should have been called hybrid programming.
(im writing this reply for the third time now, for the first time i accidentally refreshed the page then i clicked cancel instead of save)It depends on how you direct it I suppose - There's lots of market hype over Mythos right now, which is allegedly highlighting Day 0s faster than anyone can keep up.
it used to be called jerking offvibing
You need about 128GB+ of RAM minimum to have a good local coding agent.
Assume that isn't a problem. Also I am not asking about which specific model weights to use, but inference software with good integration into IDEs.
Keep in mind Ai is trained on mostly junior code and free example/portfolio projects, so while it might be quick and meet your specifications, it has the combined security knowledge of all the tech juniors and students on Github.How vulnerable is Vibecoded programming compared to manual human programming I wonder?
I'll second that. I had Claude Sonnet take a screenshot and a proprietary XML markup file and render a one page HTML5 app out of it.Nigga I have a codebase that consists of over 400 php files. I'm not copypasting code files one-by-one out of my browser into the terminal.
Can confirm, Opus is garbage. Not worth the extra token consumption at all.
That isn't really true. I had OpenCode (just using their Big Pickle model) and Claude essentially fix a bunch of vulnerabilities and put in scanning (via CI) into my project. It will also inspect library sources and build relatively ok code most of the time.Keep in mind Ai is trained on mostly junior code and free example/portfolio projects, so while it might be quick and meet your specifications, it has the combined security knowledge of all the tech juniors and students on Github.
All automated systems are inherently complex, and complexity increases the chance of failure. LLMs are no different. It is still important to be vigilant about understanding the code they spit out.Vibecoding is great if you tell it more than just “make gaem pls” and actually know how your program should be structured but just don’t want to mess with getting the syntax right. It’s both impressive and horrifying knowing I could now take a few hours to shit out programs that once took me a week to make, and the AI version would be better.
True, you don’t need to know how to write a lot of functions anymore, but you still need to know enough to look at a generated function and know if it’s right. You don’t need to remember the syntax of how a pointer is used, but you still need to know to tell it to use pointers.All automated systems are inherently complex, and complexity increases the chance of failure. LLMs are no different. It is still important to be vigilant about understanding the code they spit out.
Are you people really not looking at the code? Even with 4.7 Opus and Sonnet models, with well written plans and rules, I still see these models outputting horribly convoluted series of nested try/loop/conditional blocks, with prompts for refactoring usually making things worse.and the AI version would be better.
If you want it to make great code that matches your exact preferences, you should tell it what coding practices to follow, point it to what already exists in the codebase so it knows what to use, write tests and use them to verify whatever it makes, like a person. Or as I already said:Are you people really not looking at the code? Even with 4.7 Opus and Sonnet models, with well written plans and rules, I still see these models outputting horribly convoluted series of nested try/loop/conditional blocks, with prompts for refactoring usually making things worse.
The models also like to do blanket catch-all exception blocks, in every language. That swallows up errors silently, making the output seem like it work more correctly than it actually does.
It is impressive so much of it works, but when it gets it wrong, it's really wrong.
I feel like no one cares about maintainability anymore. We had a lead engineer leave at work and I assigned to be the lead on the project. He loved Claude, and it shows. Today I found some code that ignored an existing GUID and always generated a new one when writing a record. I find stuff that never should have made it past code review or QA every day.
Vibecoding is great if you tell it more than just “make gaem pls” and actually know how your program should be structured but just don’t want to mess with getting the syntax right.