My AI Skeptic Friends Are All Nuts
My AI Skeptic Friends Are All Nuts
My AI skeptic friends are all nuts | Hacker News
Sorry team flipped the URL’s around to prevent overflow from lemmy.world users
My AI Skeptic Friends Are All Nuts
My AI skeptic friends are all nuts | Hacker News
Sorry team flipped the URL’s around to prevent overflow from lemmy.world users
So should I try the Zed editor? I've tried AI assisted coding but never with a fully "immersive" experience. And I have a ton of small little woes, the code is riddled with small little annoyances and bugs and I end up rephrasing and doing several tries until I arrive at something which I still need to refactor for an hour or so... So does this apply to people who need to uphold some level of quality, and people who can't just change the programming language of an entire existing project so it works better with AI?
Local models are not capable of coding yet, despite what benchmarks say. Even if they get what you're trying to do they spew out so many syntax errors and tool calling problems that it's a complete waste of time. But if you're using an API then I don't see why not one editor over another. They'll be different in implementation but generally pull off the same things
Local models are not capable of coding yet, despite what benchmarks say. Even if they get what you’re trying to do they spew out so many syntax errors and tool calling problems that it’s a complete waste of time.
I disagree with this. Qwen Coder 32B and on have been fantastic for niches with the right settings.
If you apply a grammar template and/or start/fill in their response, drop the temperature a ton, and keep the actual outputs short, it's like night and day vs 'regular' chatbot usage.
TBH one of the biggest problems with LLM is that they're treated as chatbot genies with all sorts of performance-degrading workarounds, not tools to fill in little bits of text (which is what language models were originally concieved for).
Alright. I mean I haven't used local models for coding. This was ChatGPT, AIstudio and Grok I tried. I can't try Claude, since they want my phone number and I'm not going to provide that to them. I feel DeepSeek and a few other local models should be able to get somewhere in the realm of commercial services, though. At least judging by the coding benchmarks, we have some open-weight competition there.
+1, though all this is a very unpopular opinion on most of the internet.
it’s weird because the post has a massive amount of downvotes in an ai friendly sub, even the hackernews rss bot is being downvoted!
I think the “cross-posted to” feature is being abused by anti ai zealots
It's not bots, it just how local ML posts are on the internet.
I got banned from a Reddit fandom sub for the mere suggestion that a certain fan 'remaster' be updated with newer diffusion/GAN models. Apparently they weren't aware the original was made with Waifu2x... But unfortunately, anything tangential to tech bro AI is radioactive.
This is just brilliant. Every ridiculous argument addressed perfectly.
I want to scream every time somebody brings up "but it writes code that doesn't work" and all I can think of is "what the fuck is wrong with you that you're merging code that doesn't work?" LLMs do not remove your responsibility as a developer to create a working product.
I've played with QwenCoder2.5, Qwen3, and Devstral.
Holy shit are they bad. Seriously, consistently bad at coding. Initialized variables that are never used. Importing, using functions/methods that don't exist, it's fucking pathetic.
I don't know what to tell ya - GPT 4o does a really good job. Feel free to simply blame "ai slop" for everything though.
Apart from the arguments that
I use llms, hell I designed a workshop for my employer on how programmers can use llms, cursor, etc. But I don't think we're quite aware how we are screwing ourselves long term.