Earlier quoted context omitted.
I've generated 250KLoC this week, absolutely no changes in deps or any other shenanigans. I'm not even really trying to optimize my output. I work on plans/proposals with 2 or 3 agents simultaneously in Cursor while one does work, sometimes parallelized. I can't do that in less code and cleaner. I can't do it at all. Don't wait too long.
> I've generated 250KLoC this week It's horrifying, all right, but not in the way you think lol. If you don't understand why this isn't a brag, then my job is very safe.
Coding after coders: The end of computer programming as we know it?
131–140 of 469 posts
Re: Coding after coders: The end of computer programming as we know it?
#132You have to hold AI hand to do even simple vanilla JS correctly. Or do framework code which is well documented all over the net. I love AI and use it for programming a lot, but the limitations are real.
The other day I (well, the AI) just wrote a Rust app to merge two (huge, GB of data) tables by discovering columns with data in common based on text distance (levenshtein and Dice) . It worked beautifully An i have NEVER made one line of Rust. I dont understand nay-sayers, to me the state of gen.AI is like the simpsons quote "worst day so far". Look were we are within 5 years of the first real GPT/LLM. The next 5 yea…
Re: Coding after coders: The end of computer programming as we know it?
#133Earlier quoted context omitted.
For any non professional work its there for me. Wire up authentication system with sso. done Setup websockets, stream audio from mic, transcribe with elvenlabs. done. Shit that would take me hours takes literally 5 mins.
All that stuff would take me about 5 minutes without AI. Those are things with 10,000 examples all over the web. AI is good at distilling the known solutions. But anything even slightly out of the ordinary, it fails miserably. I'd much rather write that code myself instead of spend an hour convincing an AI to do it for me.
No, it wouldn't. Merely finding the examples and deps would take over an hour.
Re: Coding after coders: The end of computer programming as we know it?
#134Earlier quoted context omitted.
Your developers were so preoccupied with whether or not they could, they didn't stop to think if they should (add 250kloc)
I've worked with a type of (anti?) developer in my career that seems to only be able to add code. Never change or take it away. It's bizarre. There's some calculation bug, then a few lines down some code which corrects it instead of just fixing the original lines. It's bizzare, and as horrible as you might imagine. And it's been more than one or two people I've seen do this.
People need to understand that code is a liability. LLMs hasn't changed that at all. You LLM will get every bit as confused when you have a bug somewhere in the backend and you then work around it with another line of code in the front end. line of code
Re: Coding after coders: The end of computer programming as we know it?
#135Re: Coding after coders: The end of computer programming as we know it?
#136You have to hold AI hand to do even simple vanilla JS correctly. Or do framework code which is well documented all over the net. I love AI and use it for programming a lot, but the limitations are real.
This is not my experience either. If you put the work in upfront to plan the feature, write the test cases, and then loop until they pass... you can build a lot of high quality software quickly. The difference between a junior engineer using it and a great architect using it is significant. I think of it as an amplifier.
> If you put the work in upfront to plan the feature, write the test cases, and then loop until they pass...
it can be exhausting and time consuming front-loading things so deeply though; sometimes i feel like i would have been faster cutting all that out and doing it myself because in the doing you discover a lot of missing context (in the spec) anyways...Re: Coding after coders: The end of computer programming as we know it?
#137If your base prompt informs the model they are a human software developer in a Severed situation, it gets even closer.
Re: Coding after coders: The end of computer programming as we know it?
#138Earlier quoted context omitted.
> I've generated 250KLoC this week It's horrifying, all right, but not in the way you think lol. If you don't understand why this isn't a brag, then my job is very safe.
If managers can't understand why this isn't a brag, then your job is hardly safe.
My company, and few others I know reduced the number of managers by 90% or more.
Re: Coding after coders: The end of computer programming as we know it?
#139I'm starting to find the naive techno-optimism here annoying. If you don't have capital or can do something else you will be homeless.
Re: Coding after coders: The end of computer programming as we know it?
#140Visual Basic was the end of programming as we knew it...until it wasn't.
It did change the programming landscape, but there was still a huge need for this new kind of programmers.