8 ms·
Have you had the realization that you could never go back to dealing with all the minutia again? LLMs have changed me. I want to go outside while they are work
by dangero 1y ago
Have you had the realization that you could never go back to dealing with all the minutia again?
LLMs have changed me. I want to go outside while they are working and I am jealous of all the young engineers that won’t lose the years I did sitting in front of a screen for 12 hours a day while sometimes making no progress on connecting two black boxes.
- lelanthran 1y agoSerious question: have you considered that dealing with all that minutiae and working through all that pain has made you capable to have the LLM write code? Those young engineers, in 10 years, won't be able to fix what the LLM gave them,because they have not learned anything about programming. They have all learned how to.micromanage an LLM instead.
- NitpickLawyer 1y ago> Those young engineers, in 10 years, won't be able to fix what the LLM gave them,because they have not learned anything about programming. I have heard a version of this plenty of times, and it was never correct. In the early 90s it was the "electronics" people that were saying "I come from an electronics background, these young'uns will look at a computer and don't know what to do if it breaks". Well, bob, we did, the whole field moved to color coded anti-stupid design, and we figured it out. Then I heard it about IDEs. Oh, you young people are so spoiled with your IDEs and whatnot, real men code in a text editor. Then it was about frameworks. BBbbut what if your framework breaks, what do you do then, if you don't know the underlying whatever? ... same old, same old.
- lelanthran 1y agoHave you also heard about calculators? Every single finance person uses a calculator. How effective do you think a person in any aspect of finance would be if they had never learned what multiplication is? Would they perform their job adequately if they don't know that `X * Y` is `X repeated Y times`? IOW, if you gave a finance person (accountant, asset manager, whatever) a non-deterministic calculator for multiplication, would you trust the person's output if they never learned what multiplication is? This is the situation I am asking about; we aren't talking about whether deterministically automating something that the user already knows how to do is valuable, we're talking about whether non-deterministically generating something that the user is unable to do themselves, even if given all the time in the world, is valuable. All those examples you give are examples of deterministic automation that the user could inspect for accuracy. I'm asking about a near-future where people managing your money have never learned multiplication because "Multiplication has been abstracted away to a tool that gets it right 90% of the time"
- NitpickLawyer 1y ago> Have you also heard about calculators? Yup, my mom used to say "you need to be able to do it without a calculator, because in life you won't always have a calculator with you"... Well, guess what mom :) But on a serious note, what I'm trying to say (perhaps poorly worded) is that this is a typical thing older generations say about younger ones. They'll be lost without x and y. They won't be able to do x because they haven't learned about y. They need to go through the tough stuff we went through, otherwise they'll be spoiled brats. And that's always been wrong, on many levels. The younger generations always made it work. Just like we did. And just like the ones before us did. There's this thing that parents often do, trying to prepare their children for the things they think will be relevant, from the parent's perspective. And that often backfires, because uhhh the times are achanging. Or something. You get what I'm trying to say. It's a fallacy to presuppose that you know what's coming, or that somehow an entire generation won't figure things out if they have a shortcut to x and y. They'll be fine. We're talking about millions / billions of people eventually. They'll figure it out.
- s_ting765 1y agoJunior engineers will be lost if they don't take the time to read the code generated by the LLM and really understand it. This is an objective truth. It has nothing to do with boomer takes.
- CamperBob2 1y agoFunny, that's what I said, as an experienced assembly hacker, when somebody first showed me a C compiler. People who "take the time to really understand the code" will rapidly be outcompeted by people who don't. You don't like that, I don't like that, but guess what: nobody cares. I suppose we'll get over it, eventually, just like last time.
- s_ting765 1y agoLLMs are not compilers. They can't be deterministic. A better comparison is an autocorrect on steroids. And I don't think there's anything to get over about them. They are useful but people elevate their significance too much over what they actually are.
- creshal 1y ago> In the early 90s it was the "electronics" people that were saying "I come from an electronics background, these young'uns will look at a computer and don't know what to do if it breaks". ...and today, Nvidia ships self-immolating graphics cards because nobody wanted to figure out how to design a safe electric connector. > Oh, you young people are so spoiled with your IDEs and whatnot, real men code in a text editor. ...and today, a lot of so-called programmers are trapped in AbstractHellFactorySingletonFactories that they cannot and never will understand, because generations of code monkeys have abused IDE assistance to dig themselves deeper into their hole. And as a user, you'll know, because the software they write is garbage and never works reliably. > Then it was about frameworks. BBbbut what if your framework breaks, what do you do then, if you don't know the underlying whatever? Going by software like Teams, or Slack: They just ignore it, because consumers can't fight back against the the enshittification of increasingly useless software nobody understands.
- bigfatkitten 1y agoI see a version of this every day. Developers throwing huge amounts of money (in cloud resources) at performance problems that would’ve been prevented if they had some understanding of how their tech stack actually worked.
- j45 1y agoLosing first principles will have some kind of an unexpected result. Like, this is how we've always done it. Finding a way to better learn first principles compared to sitting in front of a screen for 12 hours a days is important.