I 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…
"because the underlying lib wasn't coded like the original AI pretended it was" So, the models ARE dumb. They just are very good at finding patterns in their training data. I mean, when they code minecraft clones, it is not because they can cook up how to write minecraft clones, rather, their training data includes a lot of minecraft-like games code, and they just reuse that.
AI Can Make You Suck Faster Too
151–160 of 183 posts
Re: AI Can Make You Suck Faster Too
#152Earlier quoted context omitted.
I got here and... I agreed with everything up to this point. The author makes a good point. If you don't know what you're doing, AI accelerates that. No question. But they put a whopping... ten bucks into using DeepSeek and weren't impressed with the initial results. I know they try to cover this with "you just aren't prompting correctly!" but if, in 2026, you aren't able to have an LLM generate decent quality code..…
> in 2026, you aren't able to have an LLM generate decent quality code Nobody is. The only difference is that some of us are willing to say the emperor has no clothes.
Re: AI Can Make You Suck Faster Too
#153Re: AI Can Make You Suck Faster Too
#154Earlier quoted context omitted.
DeepSeek has been the most used model on open router by far, only temporarily overtaken by ox alpha when it was free, so it's the most representative experience
Ryanair is Europe's most popular budget airline. If I fly with them once can I write a blog post now calling all air travel miserable? My point is, there is a monumental difference between flying Ryanair and Emirates First Class for example.
Re: AI Can Make You Suck Faster Too
#155Bit of a humbling/jarring moment when I realized that people are doing real paid work using LLMs that they could not otherwise do. I mean, it's quite obvious I suppose. But up until now I just assumed it was only a (massive) catalyst for things people would already be able to do with enough time. But nope -- it seems people are right now employed in roles that they would not be able to fulfil the tasks within if AI w…
I mentioned this then other day, my university class had maybe 80% of people who could not code. No joke. And a lot have gone onto to code professionally. AI is a godsend to this cohort of code monkies. Edit: we graduated in 2006.
Re: AI Can Make You Suck Faster Too
#156Earlier quoted context omitted.
I mentioned this then other day, my university class had maybe 80% of people who could not code. No joke. And a lot have gone onto to code professionally. AI is a godsend to this cohort of code monkies. Edit: we graduated in 2006.
I’ve long been curious what you (and a lot of people that express this) feel the cutoff is to know how to code? Because obviously there’s a sliding scale between truly knowing very little, being able to adapt similar work, extensive modifications, coding everything from scratch, etc. on top of understanding certain programming concepts and organization.
For context to my above comment re university course. The final project we had to do was make a very rudimentary room reservation server/client on the terminal. Java, however you wanted to store the data was fine, TCP sockets were the parameters given.
It took me all of a week to finish it. Lots struggled to even begin. We were given 10 weeks.
I didn’t know much then but I read the docs and figured it out.
Re: AI Can Make You Suck Faster Too
#157I 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
Some are. Some aren't. Usually a good indicator of career trajectory.
Re: AI Can Make You Suck Faster Too
#158“I wanted to see if I can get in on this 10x magic. I decided to put my money where my mouth was and I bought $10 worth of DeepSeek credits to use with a project I was working on.“ Wow. I guess that’s the punchline!
I got here and... I agreed with everything up to this point. The author makes a good point. If you don't know what you're doing, AI accelerates that. No question. But they put a whopping... ten bucks into using DeepSeek and weren't impressed with the initial results. I know they try to cover this with "you just aren't prompting correctly!" but if, in 2026, you aren't able to have an LLM generate decent quality code..…
I think the author's point still stands. At some point you need to determine whether the output is of decent quality. A lot of people don't have the ability and experience to do that.
Re: AI Can Make You Suck Faster Too
#159Its good for the brain, but man it's really slow.
And the AI results prove it: Over the past couple years I've been able to bring several work projects to completion single handedly.
Our R&D company is now handling more clients and we are returning better outcomes/products faster than before.
So...what to do? Results don't lie.
However I will say LLM's can't write multi threaded double buffers by them selves. Probably because they are so application specific.
But I think the reason I can go do fast is because I went so slow before. I have an intuition I can transfer into an LLM. Question is if that intuition will become sloppy as time goes on...
Re: AI Can Make You Suck Faster Too
#160Bit of a humbling/jarring moment when I realized that people are doing real paid work using LLMs that they could not otherwise do. I mean, it's quite obvious I suppose. But up until now I just assumed it was only a (massive) catalyst for things people would already be able to do with enough time. But nope -- it seems people are right now employed in roles that they would not be able to fulfil the tasks within if AI w…
I mentioned this then other day, my university class had maybe 80% of people who could not code. No joke. And a lot have gone onto to code professionally. AI is a godsend to this cohort of code monkies. Edit: we graduated in 2006.