There are some good points, and I ask the question of where is the ground breaking stuff myself, but severely weakened by * stretching the timeline: the actual real programming ability appeared in LLMs in the last 6-8 months, not 3-4 years, * using the weakest possible tool: and I bought $10 worth of DeepSeek credits that is a far cry from Claude with Fable. Also, I know nothing about marathons but for most uses putt…
I remember being told in early 2025 that only now has "real programming ability" appeared in LLMs. And since then there's been 3 more "now real programming ability has been made available and previous stuff was just toy examples" cycles (summer 2025, winter 2025 and spring 2026) Looking forward to the next "everything before this was trivial and bad, here's the good stuff" moment
AI Can Make You Suck Faster Too
121–130 of 183 posts
Re: AI Can Make You Suck Faster Too
#122Earlier quoted context omitted.
I'm sure DeepSeek isn't the point here. You can change the name to whatever you prefer and the article still holds. Actually, I think the author put DeepSeek on purpose to avoid the obvious ChatGPT/Claude comparison — because whatever he chose, there would be a question of why model A and not B, while the point of the article isn't about models comparison at all .
It is the point. Also open source model enthusiast tell you otherwise, there is a coding quality gap between these models. If I use DeepSeek, I do so knowing that I have to limit to simpler tasks on smaller, well specified prompts. What the author did, letting the model do the planning, is not something DeepSeek will excel at. I'm using GPT (Terra, Sol, Luna), Claude (Opus 5, Fable), Qwen 3.8 and GLM 5.3 Flash daily…
Re: AI Can Make You Suck Faster Too
#123> The chatbot recommended some of the dumbest shit you could possibly do The "I tried it and it sucked" is borderline conspiratorial at this point. There are enough talented, thoughtful developers saying there's something real here, and it is worth believing them and investing some time to understand it, even if you come out the other side and decide you don't want to use LLMs. Use a very good model. Set up a good ha…
> Don't write it off until you've genuinely seen the upsides. This is ridiculous. Basically you're saying "if you try it and find it sucks, you're wrong, keep at it until you change your mind". That isn't a tool at that point, it's a religion.
Re: AI Can Make You Suck Faster Too
#124I now started to us AI to help review my juniors PRs, because I couldn't keep up with the amount of code they ship. It started poorly, but now I have my method: I first read the code and flag the lines I'm not sure about, then ask any frontier model (I like Claude here for analysis, even if I don't use it for the rest) to explain the PR and to put effort on the parts I flagged (basically explain in detail the code, n…
>I tell them to try to find what part of the code doesn't work before generating the fix this makes me kinda sad. they don't do this on their own? are they not even a little curious
For me and you, "fixing" something means finding which assumption was violated and redesigning the solution in light of that. Sometimes this means adding code, sometimes it means making the solution smaller.
For a lot of people, "fixing" means adding code to make it work. This always makes the solution larger.
The latter group can still be curious! But they're curious about which addition makes it work, not about their incorrect beliefs.
Re: AI Can Make You Suck Faster Too
#125The code smell in my repos are at an all time high and I'm a senior dev, can't image how worse vibe coders have it.
Re: AI Can Make You Suck Faster Too
#126Earlier quoted context omitted.
You could make the converse argument, too: why don't you borrow and leverage and bet and short these AI companies, if you so vehemently think it's a bubble? The bottom line is that markets are complicated, useful technologies are often accompanied by bubbles, investors are not always rational, and people generally try to make the best decision with the information they have available. The answer is likely somewhere i…
> You could make the converse argument, too: why don't you borrow and leverage and bet and short these AI companies, if you so vehemently think it's a bubble? Because going long and going short are very different. For successfully shorting something you need to have a pretty precise estimate of when the crash will happen. Being a comparatively short time off can cost you everything.
Obviously there's some hyperbole there, and I'm not really sure what serious point was being made, but it does seem to depend on the anti-bubble guy having some very confident and specific beliefs...
Re: AI Can Make You Suck Faster Too
#127Re: AI Can Make You Suck Faster Too
#128> The chatbot recommended some of the dumbest shit you could possibly do The "I tried it and it sucked" is borderline conspiratorial at this point. There are enough talented, thoughtful developers saying there's something real here, and it is worth believing them and investing some time to understand it, even if you come out the other side and decide you don't want to use LLMs. Use a very good model. Set up a good ha…
> Don't write it off until you've genuinely seen the upsides. This is ridiculous. Basically you're saying "if you try it and find it sucks, you're wrong, keep at it until you change your mind". That isn't a tool at that point, it's a religion.
Re: AI Can Make You Suck Faster Too
#129Earlier quoted context omitted.
>I tell them to try to find what part of the code doesn't work before generating the fix this makes me kinda sad. they don't do this on their own? are they not even a little curious
It's a different mindset. Has nothing to do with curiosity. For me and you, "fixing" something means finding which assumption was violated and redesigning the solution in light of that. Sometimes this means adding code, sometimes it means making the solution smaller. For a lot of people, "fixing" means adding code to make it work. This always makes the solution larger. The latter group can still be curious! But they'…
What if the fix requires deleting a single line of code?
Is the additive fix to enshroud it in if (0) { } ?
Re: AI Can Make You Suck Faster Too
#130Earlier quoted context omitted.
> You could make the converse argument, too: why don't you borrow and leverage and bet and short these AI companies, if you so vehemently think it's a bubble? Because going long and going short are very different. For successfully shorting something you need to have a pretty precise estimate of when the crash will happen. Being a comparatively short time off can cost you everything.
Yeah, but that applies to the argument in the original comment too. It's supposedly directed at someone who denies we're in an AI bubble, telling them to put their money where their mouth is. But then suddenly they're supposed to risk literally everything they have on "creating a business with infinite growth and value" before their "unlimited" leveraged loans are called in. Obviously there's some hyperbole there, an…