I Quit. The Clankers Won

(dbushell.com)

218 points | by domysee 5 hours ago

43 comments

  • Waterluvian 1 hour ago
    Improving developer skills is not valuable to your company. They don't tell a customer how many person-hours of engineering talent improvement their contract is responsible for. They just want a solved problem. Some companies comprehend how short-sighted this is and invest in professional development in one way or another. They want better engineers so that their operations run better. It's an investment and arguably a smart one.

    Adoption of AI at a FOMO corporate pace doesn't seem to include this consideration. They largely want your skills to atrophy as you instead beep boop the AI machine to do the job (arguably) faster. I think they're wrong and silly and any time they try to justify it, the words don't reconcile into a rational series of statements. But they're the boss and they can do the thing if they want to. At work I either do what they want in exchange for money or I say no thank you and walk away.

    Which led me to the conclusion I'm currently at: I think I'm mostly just mourning the fact that I got to do my hobby as a career for the past 15 years, but that’s ending. I can still code at home.

    • clvx 1 minute ago
      There's a catch. Do not break customer trust. Many people are just tinkering with solving the problem but the indirect effects have not been tackled either by the tool, processes or just some human thinking.
    • pfisherman 48 minutes ago
      This is going to catch some heat, but what if the most important professional “developer skill” to learn or improve is how to effectively use coding agents?

      I saw something similar in ML when neural nets came around. The whole “stack moar layerz” thing is a meme, but it was a real sentiment about newer entrants into the field not learning anything about ML theory or best practices. As it turns out, neural nets “won” and using them effectively required development and acquisition of some new domain knowledge and best practices. And the kids are ok. The people who scoffed at neural nets and never got up to speed not so much.

      Edit: as an aside, I have learned plenty from reviewing coding agent generated implementations of various algorithms or methods.

      • MetaWhirledPeas 11 minutes ago
        > what if the most important professional “developer skill” to learn or improve is how to effectively use coding agents?

        Well, it's not. There's a small moat around that right now because the UX is still being ironed out, but in a short while able to use coding agents will be the new able to use Excel.

        What will remain are the things that already differentiate a good developer from a bad one:

        - Able to review the output of coding agents

        - Able to guide the architecture of an application

        - Able to guide the architecture of a system

        - Able to minimize vulnerabilities

        - Able to ensure test quality

        - Able to interpret business needs

        - Able to communicate with stakeholders

      • ozozozd 1 minute ago
        There was a moment we thought JS had won. And then crypto. I personally believed low-level development was done.
      • rekrsiv 6 minutes ago
        The endgame in programming is reducing complexity before the codebase becomes impossible to reason about. This is not a solved problem, and most codebases the LLMs were trained on are either just before that phase transition or well past it.

        Complexity is not just a matter of reducing the complexity of the code, it's also a matter of reducing the complexity of the problem. A programmer can do the former alone with the code, but the latter can only be done during a frank discussion with stakeholders.

        A vibe coder using an LLM to generate complexity will not be able to tell which complexity to get rid of, and we don't have enough training data of well-curated complexity for LLMs to figure it out yet.

      • dspillett 22 minutes ago
        > This is going to catch some heat, but what if the most important professional “developer skill” to learn or improve is how to effectively use coding agents?

        If it does go as far that way as many seem to expect (or, indeed, want), then most people will be able to do it, there will be a dearth of jobs and many people wanting them so it'll be a race to the bottom for all but the lucky few: development will become a minimum wage job or so close to that it'll make no odds. If I'm earning minimum wage it isn't going to be sat on my own doing someone else's prompting, I'll find a job that involves not sitting along in front of a screen and reclaim programming for hobby time (or just stop doing it at all, I have other hobbies to divide my time between). I dislike (effectively) being a remote worker already, but put up with it for the salary, if the salary goes because “AI” turns it into a race-to-the-bottom job then I'm off.

        Conversely: if that doesn't happen then I can continue to do what I want, which is program and not instruct someone else (be it a person I manage or an artificial construct) to program. I'm happy to accept the aid of tools for automation and such, I've written a few of my own, but there is a line past which my interest will just vanish.

      • mcdeltat 42 minutes ago
        I think your argument is predicated on LLM coding tools providing significant benefit when used effectively. Personally I still think the answer is "not really" if you're doing any kind of interesting work that's not mostly boilerplate code writing all day.
        • dasil003 28 minutes ago
          Define interesting. In my experience most business logic is not innovative or difficult, but there are ways to do it well or ways to do it terribly. At the senior levels I feel 90% of the job is deciding the shape of what to build and what NOT to build. I find AI very useful in exploring and trying more things but it doesn’t really change the judgment part of the job.
      • MrDarcy 29 minutes ago
        Not sure why this would catch heat rationally speaking. It is quite clear in a professional setting effective use of coding agents is the most important skill to develop as an individual developer.

        It’s also the most important capability engineering orgs can be working on developing right now.

        Software Engineering itself is being disrupted.

      • windward 14 minutes ago
        Many of those skills have temporary value before they're incorporated into the models/harnesses
      • tonyedgecombe 24 minutes ago
        Using a coding agent seems quite low skill to me. It’s hard to see it becoming a differentiator. Just look at the number of people who couldn’t code before and are suddenly churning out work to confirm that.
        • bachmeier 3 minutes ago
          > Using a coding agent seems quite low skill to me.

          I agree if that's all you can do. Using a coding agent to complement a valuable domain-specific skill is gold.

      • anticorporate 8 minutes ago
        I'd offer an edit that the most important skill may be knowing when the agent is wrong.

        There's so much hand wringing about people not understanding how LLMs work and not nearly enough hand wringing about people not understanding how computer systems work.

      • mxkopy 25 minutes ago
        I don’t think it could be the most important skill to have. The most common, and the most standardized one for sure, but if coding agents are doing fundamental R&D or running ops then nobody needs skills anyway.

        > As it turns out, neural nets “won”

        > The people who scoffed at neural nets and never got up to speed not so much.

        I get the feeling you don’t know what you’re talking about. LLMs are impressive but what have they “won” exactly? They require millions of dollars of infrastructure to run coming around a decade after their debut, and we’re really having trouble using them for anything all that serious. Now I’m sure in a few decades’ time this comment will read like a silly cynic but I bet that will only be after those old school machine learning losers come back around and start making improvements again.

    • simonw 1 hour ago
      > Improving developer skills is not valuable to your company

      Every company I've ever worked at has genuinely believed in and invested in improving developer skills.

      • Supermancho 1 hour ago
        I've worked for 35ish companies (contract and fulltime), largely on the west coast of the US. I have experienced the lip service, from the vast majority. I have experienced maybe 2 or 3 earnest attempts at growing engineer skills through subsidized admission/travel to talks, tools, or invited instructors.
        • tasuki 47 minutes ago
          > I've worked for 35ish companies

          It seems they were correct not to invest in your skills.

          I've worked for six companies over almost 20 years. The majority invested in my skills, and I hope that investment has paid off for them!

          • dspillett 19 minutes ago
            I've worked for five companies, on the same products (well, variations there-of over time), due to take-overs (I nearly left ~10 years ago due to management numskullery, but a timely buy-out of the bit I worked for fixed my problems while the rest of the company died off).

            Hanging around for a while (a long while) doesn't necessarily mean dedication worth investing in, it could just be that I have a shocking lack of ambition :)

          • oblio 32 minutes ago
            If you include consulting that could easily be 10 companies a year...
            • lsaferite 1 minute ago
              Why would a company you are consulting for invest in training you up exactly? They are paying a consultant with the expectation that they are bringing the knowledge.
            • tasuki 11 minutes ago
              Could easily be, yes. And they'd be right not to invest in OP's skills.

              (To explicitly state the obvious: I'm not saying OP's a bad person for doing this, just saying the employers were right not to invest in them...)

        • ndriscoll 47 minutes ago
          What exactly do you have in mind? The large companies I've worked at had book subscriptions, internal training courses, and would pay for school. Personally I don't see the point of any of it. For software engineering, the info you need is all online for free. You can go download e.g. graduate level CS courses on youtube. MIT OCW has been around for almost a quarter century now. IME no one's going to stop you from spending a couple hours a week of work time watching lectures (at least if you're fulltime). Now at least at my company, we have unlimited use of codex, which you can ask for help explaining things to you. I also don't really see how attending conferences relates to skill improvement. Meanwhile, I've been explicitly told by managers that spending half my time mentoring people sounds reasonable.

          I can't understand what people are looking for when they talk about lack of investment into training for engineers. It's not the kind of job where someone can train you. It's like an executive complaining they aren't trained. You're the one who's supposed to be coming up with answers and making decisions. You need to spend time on self-motivated learning/discovering how to better do your work. Every company I've been at big or small assumes that's part of the job.

        • threetonesun 36 minutes ago
          These two statements go hand in hand though. While I do believe companies could take the altruistic take of training people whether or not they stay, and some places do, they're certainly not going to make the effort for someone who has clear markers of being someone who will leave anyway.
        • bdangubic 51 minutes ago
          This percentage is probably right on the money!
        • aduwah 51 minutes ago
          Hard same over 20 years
      • jasomill 17 minutes ago
        Given the rest of the paragraph, I believe the parent is trying to say that merely improving developer skills is not valuable to the company, not that improving developer skills cannot provide value in terms of improved work product, morale, retention, etc.
      • tonyedgecombe 1 hour ago
        Every company I worked for didn’t give a shit about my skills. They just wanted to solve the problem in front of them and if they couldn’t then they would hire someone in with the right skills. Improving my skills was seen as a risk as I might leave.
        • catlifeonmars 50 minutes ago
          I’ve had both experiences, sometimes at the exact same company.
      • Waterluvian 1 hour ago
        That’s been my experience, too. But now I get a sort of, “I dunno. Maybe don’t use AI on Fridays?”

        There doesn’t seem to be a plan for maintaining that culture.

      • kajaktum 36 minutes ago
        You must be lucky then.
      • 01284a7e 1 hour ago
        The opposite is true in my case - though 1 organization that had a small budget for things like AWS certs. I remember almost everyone who would get those certificates would never really learn anything from it either. They would just take the exams.
    • coldtea 20 minutes ago
      >Improving developer skills is not valuable to your company

      What's valuable to a company is not necessarily what's valuable to the customers or even more so, to a civilization at large.

    • stingraycharles 1 hour ago
      > Improving developer skills is not valuable to your company.

      Yet every company does it, except the worst sweatshops.

    • catlifeonmars 54 minutes ago
      Maybe I’m just getting extremely lucky, but I don’t use AI to code at work and I’m still keeping up with my peers who are all Clauded up. I do a lot of green field network appliance design and implementation and have not felt really felt the pressure in that space.

      I do use Claude code at home maybe a couple hours a week, mostly for code base exploration. Still haven’t figured out how to fully vibe code: the generated code just annoys me and the agents are too chatty. (Insert old man shaking fist at cloud).

      • jmmv 15 minutes ago
        > the generated code just annoys me and the agents are too chatty

        I’ve eyerolled way less with Codex CLI and the GPT models than with Claude.

    • titzer 1 hour ago
      The irony is that the vast deskilling that's happening because of this means that most "software engineers" will become incapable of understanding, let alone fixing or even building new versions of the systems that they are utterly dependent on.

      There should be thousands or tens of thousands people worldwide that can build the operating systems, virtual machines, libraries, containers, and applications that AI is built on. But the number will dwindle and we'll ironically be unable to build what our ancestors did, utterly dependent on the AI artifacts to do it for us.

      God I hope it doesn't all crash at once.

      • tuvang 1 hour ago
        There is a deadly game of chicken going on. Junior recruiting already stopped for the most part. Only way this doesn’t end in a catastrophe is if AI becomes genuinely as good as the most skilled developers before we run out of them. Which I doubt very much but don’t find completely impossible.
        • theshrike79 59 minutes ago
          And the irony is that AI usage should make onboarding juniors easier.

          Before it was "hey $senior_programmer where's the $thing defined in this project?", which either required a dedicated person onboarding or someone's flow was interrupted - an expected cost of bringing up juniors.

          Now a properly configured AI Agent can answer that question in 60 seconds, unblocking the Junior to work on something.

          And no, it doesn't mean Juniors or anyone else get to make 10k line PRs of code they haven't read nor understand. That's a very different issue that can be solved by slapping people over the head.

          • bragr 8 minutes ago
            The problem is that juniors given access to AI don't seem to learn as much. AI just gives them fish over and over instead of learning how to fish.
        • flir 49 minutes ago
          Or if code quality stops mattering, in a kind of "ok, the old codebase is irretrievably sphagettified. Lets just have the chatbot extract all the requirements from it, and build a clean room version" kind of way. It's also not impossible we go that route.
      • nicksergeant 1 hour ago
        I feel I've upskilled in so many directions (not just "ability to prompt LLMs") since going all in on LLM coding. So many tools, techniques, systems, and new areas of research I'd never have had the time to fully learn in the past.

        I have a hard time believing any tenured developer is not actually learning things when using LLMs to build. They make interesting choices that are repeatable (new CLIs I didn't even know existed, writing scripts to churn through tricky data, using specific languages for specific tasks like Go for concurrently working through large numerous tasks, etc.)

        Anyone not learning things via LLM coding right now either doesn't care at all about the underlying code/systems, or they had no foundational knowledge or interest in programming to begin with (which is also a valid way to use these tools, but they don't work very well without guidance for too long [yet]).

        • agentultra 6 minutes ago
          > Anyone not learning things via LLM coding right now either doesn't care at all about the underlying code/systems

          How many bytes is a pointer in C? How many bytes is a shared pointer in C++? What does sysctl do? What about fsync?

          What is a mutex lock? How is it different from a spin lock?

          You want to find the n nearest points to a given point on a 2-D Cartesian plane. Could you write the code to solve that on your own?

          Can you answer any of these questions without searching for the answer?

          I don't use LLMs and I learn things fine. Always have. For several decades. I care deeply about the underlying code and systems. It annoys me when people say they do and they cannot even understand how the computer works. I'm fine with people having domain-specific knowledge of programming: maybe you've only been interested in web development and scripting DOM elements. But don't pretend that your expertise in that area means you understand how to write an operating system.

          Or worse: that it prevents you from learning how to write an operating system.

          You can do that without an LLM. There's no royal road. You have to understand the theory, read the books, read the code, write the code, make mistakes, fix mistakes, read papers, talk to other people with more experience than you... and just write code. And rewrite it. And do it all again.

          I find the opposite is true: those who use LLM coding exclusively never enjoyed programming to begin with, only learned as much as they needed to, and want the end results.

        • tripledry 37 minutes ago
          For me both are true at the same time.

          I vividly remember understanding how calculus works after watching some 3blue1brown videos on youtube, but once I looked at some exercises I quickly realized I was not able to solve them.

          Similar thing happens with LLMs and programming. Sure I understand the code but I'm not intimately familiar with it like if I programmed it "old school".

          So yes, I do learn more but I can't shake the feeling that there is some dunning kruger effect going on. In essence I think that "banging my head against the wall" while learning is a key part of the learning process. Or maybe it's just me :D

          • mwigdahl 11 minutes ago
            It's not just you. I feel the same thing, and I saw it in practice helping my son study for a chemistry test just last night. He had worked through a bunch of problems by following the steps in his notes and got the right answers, but couldn't solve them without the notes because his comprehension of why he was taking all the steps wasn't solid.

            Once we addressed that, he did great solo. Working the mechanics of the problems with the notes helped, but it was getting independent understanding of the reason for each step that put everything together for him.

        • Waterluvian 1 hour ago
          I think there's a considerable difference in its ability to help with breadth vs. depth of expertise.
        • zozbot234 56 minutes ago
          What do you mean by "LLM coding"? That's not a very meaningful term, it covers everything from 100% vibe coded projects, to using the LLM to gradually flesh out a careful initial design and then verifying that the implementation is done correctly at every step with meticulous human review and checking.
        • anovikov 1 hour ago
          This. I never had patience to figure how to build a from-scratch iOS app because it required too much boilerplate work. Now i do, and i got to enjoy Swift as a language, and learned a lot of iOS (and Mac) APIs.
      • qsera 21 minutes ago
        Trust me. All those people do it for the love of doing it, so I don't think they will outsource the jobs to some automation....

        I have been coding long before internet and before there were huge demand for software devs..and I would be coding even after there is no demand for the same.

      • turlockmike 36 minutes ago
        How many kernel devs does the world need? A dozen or two?

        It will be the same with software. AI will be writing and consuming most software. We will be utilizing experiences built on top of that, probably generated in real time for hyper personalization. Every app on your phone will be replaced by one app. (Except maybe games, at least for a short while longer).

        Everyone's treating writing code as this reverent thing. No one wrote code 100 years ago. Very few today write assembly. It will become lost because the economic neccesity is gone.

        It's the end of an era, but also the beginning of a new one. Building agentic systems is really hard, a hard enough problem that we need a ton of people building those systems. AI hardware devices have barely been registered, we need engineers who can build and integrate all sorts of systems.

        Engineering as a discipline will be the last job to be automated, since who do you think is going to build all the worlds automation?

      • anon291 2 minutes ago
        I mean there should be. But there's not. Despite the millions of CS grads produced many people could not reasonably be expected to produce many 'standard' parts of a software stack
      • hnthrow0287345 1 hour ago
        >But the number will dwindle and we'll ironically be unable to build what our ancestors did, utterly dependent on the AI artifacts to do it for us.

        That's only a brief moment in time. We learned it once, we can learn it again if we have to. People will tinker with those things as hobbies and they'll broadcast that out too. Worst case we hobble along until we get better at it. And if we have to hobble along and it's important, someone's going to be paying well for learning all of that stuff from zero, so the motivation will be there.

        Why do people worry about a potential, temporary loss of skill?

        • doctorwho42 51 minutes ago
          Because they may have studied history... There are countless examples of eras of lost technology due to a stumble in society. Where those societies were never able to recover the lost "secrets" of the past. Ultimately, yes, humans can rediscover/reinvent how to do things we know are possible. But it is a very real and understandable concern that we could build a society that slowly crumbles without the ability to relearn the way to maintain the systems it relies upon, fast enough to stop it from continued degradation.

          Like, yeah, you have the resources right now to boot strap your knowledge of most coding languages. But that is predicated on so many previous skills learn through out your life, adulthood and childhood. Many of which we take for granted. And ultimately AI/LLM's aren't just affecting developers, they are infecting all strata of education. So it is quite possible that we build a society that is entirely dependent on these LLM's to function, because we have offloaded the knowledge from societies collective mind... And getting it back is not as simple as sitting down with a book.

          • hnthrow0287345 27 minutes ago
            And we're still here right? We have more books and knowledge and capabilities than ever. Despite theoretically losing knowledge along the way, we're okay (mostly).

            Society can replace the systems it relies on. The replacement might not be the best, but it'll probably handle things until we can reinvent a newer, better system. It probably won't be easy, but you can't convince me that humanity suddenly cannot adapt and fix problems right in front of them. How long does history have us doing that?

            These are extraordinary claims that all of society will just become dumb and not be able to do any of this. History is also littered with people fretting about the next generation not being smart enough or whatever, and those fears rhyme pretty closely with what we're talking about here.

        • Waterluvian 1 hour ago
          I imagine it being a "does anybody know COBOL?!" but much sooner than sixty years rom now.
          • RhysU 46 minutes ago
            COBOL also came to mind.

            The COBOL thing seems to be working out just fine last I heard. Today a small number of people get paid well to know COBOL's depths and legacy platforms/software. The world moved on, where possible, to lower cost labor and tools.

            Arguably, that outcome was the right creative destruction. Market economics doesn't long-term incentivize any other outcomes. We'll see the arc of COBOL play out again with LLM coding.

        • FpUser 58 minutes ago
          >"That's only a brief moment in time. We learned it once, we can learn it again if we have to. "

          Yes we can but there is a big problem here. We will "learn it again" after something breaks. And the way the world currently functions there might not be a time to react. It is like growing food on industrial scale. We have slowly learned it over the time. If it breaks now with the knowledge gone and we have to learn it again it will end the civilization as we know it.

          • hnthrow0287345 42 minutes ago
            >It is like growing food on industrial scale.

            How many people do you think know how to do that today? It's in the millions (probably 10s to 100s), scattered all across the globe because we all need to eat. Not to mention all of the publications on the topic in many different languages. The only credible case for everyone forgetting how to farm is nuclear doomsday and at that point we'll all be dead anyway.

            >If it breaks now with the knowledge gone and we have to learn it again it will end the civilization as we know it.

            I don't think there is a single piece of technology that is so critical to civilization that everyone alive easily forgets how to do it and there is also zero documentation on how it works.

            These vague doomsday scenarios around losing knowledge and crashing civilization just have zero plausibility to me.

      • kingkawn 1 hour ago
        If a catastrophic failure occurs we will have to return to first principles and re-derive the solutions. Not so bad, probably enlivening even to get to spin up the mind again after a break.
    • qsera 1 hour ago
      > I got to do my hobby as a career for the past 15 years, but that’s ending.

      Frankly I don't think so. The AI using LLMs is the perpetual motion mechanism scam of our time. But it is cloaked in unimaginable complexity, and thus it is the perfect scam. But even the most elaborately hidden power source in a perpetual motion machine cannot fool nature and should come to a complete stop as it runs out.

      • Waterluvian 55 minutes ago
        I love the perpetual motion machine / thermodynamics analogy.

        It kind of feels like companies are being fooled into outsourcing/offshoring their jr. developer level work. Then the companies depend on it because operational inertia is powerful, and will pay as the price keeps going up to cover the perpetual motion lie. Then they look back and realize they're just paying Microsoft for 20 jr. developers but are getting zero benefit from in-house skill development.

      • colechristensen 53 minutes ago
        This is silly. I can build products in a weekend that would take me a year by myself. I am still necessary 1% of the time for debug, design, and direction and those of not at all a shallow skill. I have some graduate algebra texts on the way my math friend is guiding me through because I have found a publishable result and need to shore up my background before writing the paper...

        It's not perpetual motion, it's very real capability, you just have to be able to learn how to use it.

        • qsera 39 minutes ago
          No one is saying that it cannot do what you say now.

          What I am saying is that once the high quality training data runs out, it will drop in its capabilities pretty fast. That is how I compare it to perpetual motion mechanism scams. In the case of a perpetual motion machine, it appear that it will continue to run indefinitely. That is analogous to the impression that you have now. You feel that this will go on and on for ever, and that is the scam you are falling for.

          • WarmWash 1 minute ago
            >What I am saying is that once the high quality training data runs out, it will drop in its capabilities pretty fast.

            That's more a misunderstood study that over time turned into a confidently stated fact. Yes, the model collapses if you loop the output to the input. But no, that's not how it's done.

            The reality is that all the labs are already using synthetic training data, and have been for at least a year now. It basically turned out to be a non-issue if you have robust monitoring and curation in place for the generated data.

          • _aavaa_ 34 minutes ago
            Why would the capabilities drop instead of stagnate?
            • qsera 31 minutes ago
              Because technologies, programming languages, best practices, won't stay frozen. If LLMs cannot catch up with it, I think it can be considered as a drop in capability. No?
              • coldtea 17 minutes ago
                Close, but no. What will happen is that "technologies, programming languages, best practices" will stay frozen then, and the whole field will stagnate.
        • tpdly 46 minutes ago
          You're fooling yourself.

          People yeating a (shitty) Github clone with Claude in a week apparently can't imagine it, but if you know the shit out of Rails, start with a good a boiler plate, and have a good git library, a solo dev can also build a (shitty) Github clone in a week. And they'll be able to take it somewhere, unlike the llm ratsnest that will require increasingly expensive tokens to (frustratingly) modify.

          • mikkupikku 38 minutes ago
            You're fooling yourself. It's very easy to get demonstrably working results in an afternoon that would take weeks at least without coding agents. Demonstrably working, as in you can prove the code actually works by then putting it to use. I had a coding agent write an entire declarative GUI library for mpv userscripts, rendering all widgets with ASS subtitles, then proceeded to prove to my satisfaction that it does in fact work by using it to make a node editor for constructing ffmpeg filter graphs and an in-mpv nonlinear video editor. All of this is stuff I already knew how to do in practice, had intended to do one day for years now, but never bit the bullet because I knew it would turn into weeks of me pouring over auto-generated ASS doing things it was never intended to do to figure out why something is rendering subtly wrong. Fairly straightforward but a ton of bitch work. The LLM blasted through it like it was nothing. Fooling myself? The code works, I'm using it, you're fooling yourself.
            • zozbot234 20 minutes ago
              > Demonstrably working, as in you can prove the code actually works by then putting it to use.

              That's not how you prove that code works properly and isn't going to fail due to some obscure or unforessen corner case. You need actual proof that's driven by the code's overall structure. Humans do this at least informally when they code, AI's can't do that with any reliability, especially not for non-trivial projects (for reasons that are quite structural and hard to change) so most coding agents simply work their way iteratively to get their test results to pass. That's not a robust methodology.

              • coldtea 13 minutes ago
                >That's not how you prove that code works properly and isn't going to fail due to some obscure or unforessen corner case.

                So? We didn't prove human code "isn't going to fail due to some obscure or unforessen corner case" either (aside the tiny niche of formal verification).

                So from that aspect it's quite similar.

                >so most coding agents simply work their way iteratively to get their test results to pass. That's not a robust methodology.

                You seem to imply they do some sort of random iteration until the tests pass, which is not the case. Usually they can see the test failing, and describe the issue exactly in the way a human programmer would, then fix it.

                • zozbot234 9 minutes ago
                  > describe the issue exactly in the way a human programmer would

                  Human programmers don't usually hallucinate things out of thin air, AIs like to do that a whole lot. So no, they aren't working the exact same way.

        • askafriend 49 minutes ago
          You can see their ego trying to protect itself.
        • coldtea 19 minutes ago
          >This is silly. I can build products in a weekend that would take me a year by myself

          Is the world any better for them existing? The decline of coding and sw engineering skills in humans from outsourcing the practice of it to AI is it worth it and sustainable long term?

  • bitmasher9 2 hours ago
    Picking out my favorite idea out of many: we do need ways to stay mentally sharp in the age of AI. Writing and publishing is a good one. I also recommend stimulating human conversations and long-form reading.

    More and more the bar is being lowered. Don’t fall to brain rot. Don’t quite quit. Stay active and engaged, and you’ll begin to stand out among your peers.

    • cfiggers 1 hour ago
      > we do need ways to stay mentally sharp in the age of AI.

      Here's my advice: if there's someone around you who can teach you, learn from them. But if there isn't anyone around you who can teach you, find someone around you who can learn from you. You'll actually grow more from the latter than from the former, if you can believe that.

      I think there's a broad blindness in industry to the benefits of mentorship for the mentors. Mentoring has sharpened my thinking and pushed me to articulate why things are true in a way I never would have gone to the effort of otherwise.

      If there are no juniors around to teach, seniors will forever be less senior than they might have been had they been getting reps at mentorship along the way.

      • theshrike79 39 minutes ago
        A long-standing truth in martial arts circles has been that you can't advance beyond a certain belt before you teach classes.

        It's purely because of the fact that if you can't teach something, you really don't understand it.

        And the act of having to simplify and break down a skill to explain it to others improves your knowledge of it.

      • efromvt 55 minutes ago
        I haven't heard this benefit for mentors clearly articulated before (probably just missed it), but definitely felt it - I guess it's a deeper version of how writing/other communication forces clarity/organization of thoughts because mentorship conversations are so focused on extracting the why as well as the what.
    • ramon156 1 hour ago
      I can confidently say that, yes, reading helps a lot. My mental model has shifted a bit that words are cheap (printing -> writing -> typing -> generating) and that we should accept there is something like high quality text.

      I haven't really been a reader, but I can definitely notice when a book/text is "hard". I'm currently reading the old testament, and I understand very little (even the oxford one that has a lot of annotations is hard for me). I like this, because its a measurement of what I don't know (if that makes sense).

      • haspok 18 minutes ago
        I tried reading Proust's In Search Of Lost Time some time ago, in which the first 10-20 pages are about a guy lying in his bed at night and observing his own thoughts (roughly). And I quickly realised how I was reading the words and even sentences, but couldn't grasp the meaning of them - I couldn't produce a "mental model" or image of what it was about. It was a very humbling experience.

        I used to be an avid reader as a child, even as a teenager. That was a long time ago. I'm looking forward to that time when I will have the mental capacity to read long prose again.

      • CoastalCoder 1 hour ago
        For the first time in quite a while, I've started reading a challenging, non-computer book ("The New Testament in its World").

        I'm trying to decide if my attention span has atrophied, or if I'm just more aware now of my ADD.

        Either way, I'm hopeful that my attention span for this kind of reading will grow with practice.

        • AnimalMuppet 1 hour ago
          I too have noticed my attention span having atrophied. It was pre-AI, at least for me. Post-internet, though.
          • rkomorn 1 hour ago
            I think browser tabs and screen (the terminal multiplexer) did it for me.
        • tayo42 54 minutes ago
          If you you haven't read a book in a while, I noticed it's like a thing you need to practice.
    • DiscourseFan 57 minutes ago
      There are many things the AI can't do.
    • sodapopcan 56 minutes ago
      Or, you know, writing some code every day.
    • keybored 1 hour ago
      Do you want a Stairmaster with that elevator? Life is for living, ostensibly. This Inevitabilism drone choir[1] may be correct that it will take my current job and after that maybe there will nothing fruitful in that department left. But I can’t imagine a life situation where I’m both surviving and using thinking-with-my-brain as some retirement home pastime/ “brainrot”-preventer.

      > Stay active and engaged, and you’ll begin to stand out among your peers.

      Here’s how the rat race looks in the age of AI and how you can stay ahead.

      [1] https://news.ycombinator.com/item?id=47487774

      • jpfromlondon 1 hour ago
        hoped for something useful in your link, found drivel.
        • keybored 33 minutes ago
          Given your shattered hope and the fact that you came to it from the same author must have meant that something in this latest comment appealed to you. Sorry to disappoint! Can I interest you in some of my other musings instead? To salvage that hope of yours.
          • jpfromlondon 24 minutes ago
            Oh absolutely, I'll have a poke around.

            For the record I'm not an ai doomer, but I am pragmatic, and the lack of hope is merely a foundation.

        • RALaBarge 41 minutes ago
          its drivel all the way down, act accordingly
    • cyanydeez 1 hour ago
      I'm pretty sure all this AI is built on top of Silicon valley's technobabble of "permanent underclass" which seems to have zero introspection as to why we're just going to accept the feudal overlords of technology.

      But besides that, it's interesting so many people are willing to tailor their entire workflow and product to indeterminate machines and business culture.

      I recommend everyone stop using these infernal cloud devices and start with a nice local model that doesn't instantly give you everything, but is quite capabable of removing a select amount of drudgery that is rather relaxing. And as soon as you get too lazy to do enough specifying or real coding, it fucks up your dev environment and you slap yuorself a hundred times wondering why you ever trusted someone else to properly build your artifaces.

      There's definitely some philosophy being edged into our spaces that need to be combatted.

      • EdgeNRoots 1 hour ago
        I agree on the over-reliance part, but I don’t think it’s AI itself .It’s how people choose to use it.

        Most people are outsourcing thinking instead of using it to go deeper. The tools aren’t the problem, the default behavior is.

        • mday-edamame 1 hour ago
          True, but the tools make the default behavior so tempting.

          I have a friend who uses Google Maps to find places, then memorizes the route there and closes the app to navigate because he wants to build a better mental map of our city. Meanwhile, I just check the app every five seconds like a dummy, and my hippocampus stays small.

          • draxil 50 minutes ago
            This is a good parallel. In the 90s when I learned to drive I was quite good at navigating. Now google maps is on a screen in my car telling me where to go whenever I drive beyond my most common routes.

            Really all the research telling us about AI skills atrophy.. We should have guessed from previous experience.

            • guzfip 49 minutes ago
              Old people my entire life have made fun of younger people for “not being able to read maps” or something.

              But I’ve never seen anyone follow a GPS so religiously into so many obvious dead ends than elderly Uber drivers.

          • qsera 57 minutes ago
            Your friend use google maps, while google maps uses you.
      • flir 1 hour ago
        I'm pretty sure the -as-a-service stage is only temporary.

        The local models are only going to get better, and the improvement curve has to top out eventually. Maybe the cloud models will still give you a few extra percentage points of performance, especially if they're based on data sets that aren't available to the public, but it won't make much difference on most tasks and the local models will have a lot of advantages too.

        • cyanydeez 31 minutes ago
          It's definitely not temporary from POV the billionaires trying to carve out a worker-free lifestyle.
      • guzfip 1 hour ago
        > which seems to have zero introspection as to why we're just going to accept the feudal overlords of technology.

        You’ve let them in and given them power in many aspects of your life without even a whimper of resistance. Of course you’ll accept them as your lords.

  • Thanemate 1 hour ago
    Funnily enough I saw this post as I was placing my HN account on hiatus, because I'm tired pretending that the quality of discourse is on par with what I've been used to read and participate in.

    We're obviously in an era where "good enough" is taken so far that, what used to be the middle of the fictional line is not the middle point anymore but a new extreme. You're either someone who cares for the output or someone who cares how readable and easy to extend the code is.

    I can only assume this is done on hopeful purpose, with the hope that the LLM's will "only keep improving linearly" to the point where readability and extendability is not my problem by it's "tomorrow's LLM" problem.

    • inanutshellus 1 hour ago
      Ok but if you're a person that likes HN discourse but thinks "eternal september" has happened ... what's your plan?

      You'll still come here, read the comments, see something engaging and want to reply and... feel sad because shakes fist at [datacenter] clouds it's all just bots talking to each other anyway.

      Seems lame. Keep talking anyway.

      • latexr 27 minutes ago
        You’re making a lot of assumptions. They could just stop visiting HN. They don’t even need a “plan” or an alternative, they can just stop.
      • 7777332215 32 minutes ago
        I thought the same as the person you replied to. For me, the solution is to stop coming here as often and instead read traditional literature.

        Soon to remove my access entirely to this website.

    • moron4hire 22 minutes ago
      There is a lot more "yngmi" and "have fun being poor"-style attitude around here regarding LLM boosterism.
  • malwrar 1 hour ago
    I do find it hard to tolerate the feeling of being watched online. The second-most trending dataset on huggingface right now is a snapshot of HN updating at a 5 minute interval. It makes me not want to really comment at all, just like how I don’t really publish any software I write anymore.

    Turns out it sucks to produce original works when you know that, whereas previously a few people at best might see your work, now it’s a bunch of omniscient robots and maybe half of those original people are using the robots instead.

    • niek_pas 6 minutes ago
      This is really interesting to me, because it never occurred to me to feel this way. Why would I care whether my comments are ending up in some dataset somewhere that's being used to train some model? My comments are boring and mostly uninformed. Have at it.

      I'm curious: would you say the feeling of being watched online is making you afraid of some repercussion, or is it something else?

    • philipwhiuk 1 hour ago
      I think the immediate term action is to viciously block all crawlers.

      Writing a blog yes, feeding the beast no.

      • ArcHound 1 hour ago
        This sounds like a nice principled stance, but you won't get any traffic with this approach. That's demotivating - to me blogging is a tight balance of exploration, learning, improving and feedback. I'm not able to write without considering how this impacts the reader - removing all readers breaks the process for me.
      • lstodd 25 minutes ago
        Yeah, everyone went on "blocking all crawlers" end result being half of internet inaccessible over vpns. Good job, people.
  • kstenerud 1 hour ago
    > The giant plagiarism machines have already stolen everything. Copyright is dead. Licenses are washed away in clean rooms.

    Isn't this what the free software movement wanted? Code available to all?

    Yes, code is cheap now. That's the new reality. Your value lies elsewhere.

    You can lament the loss of your usefulness as a horse buggy mechanic, or you can adapt your knowledge and experience and use it towards those newfangled automobiles.

    • lmm 1 hour ago
      > Isn't this what the free software movement wanted? Code available to all?

      Available to all yes. Not available to the giant corpos while the lone hobbyist still fears getting sued to oblivion. In fact that's pretty much the opposite of what the free software movement wanted.

      Also the other thing the free software movement wanted was to be able to fix bugs in the code they had to use, which AI is pulling us further and further away from.

    • sdevonoes 1 hour ago
      Progress is good. But why on earth should we support Anthropic/OpenAI/etc? What the planet needs is less multibillion corporations, not more
      • kstenerud 1 hour ago
        You don't have to. Just like you don't have to support Amazon for web services and file stores.

        Or Oracle for databases.

        Or Microsoft for operating systems.

        Or DEC for computers.

        There are perfectly good open source LLMs and agents out there, which are getting better by the day (especially after the recent leak!)

      • farfatched 1 hour ago
        I want to support local models and compute over SaaS models.

        I want to support RISC V over Intel.

        I want other things too, and on balance, Intel+Anthropic is most compliant with my various preferences, even if they're not perfect.

    • mmustapic 1 hour ago
      No, the free software movement wants that the source code of the software you use be available to you to modify it if you wish. AI does not necessarily do that.
      • kstenerud 1 hour ago
        AI makes the entirety of the software engineering profession available to you. All you have to do is ask the right way, and you can build in days what once took months or years.

        Decompiling and re-engineering proprietary code has never been easier. You almost don't even need the source code anymore. The object code can be examined by your LLM, and binary patches applied.

        Closed source is no longer the moat it was, and so keeping the source code to yourself is only going to hurt you as people pass you over for companies who realize this, and strive to make it easier for your LLM to figure their systems out.

        • mmustapic 50 minutes ago
          But I can't have the weights of the LLM model I'm using for this.
        • Arkhaine_kupo 1 hour ago
          > Decompiling and re-engineering proprietary code has never been easier. You almost don't even need the source code anymore. The object code can be examined by your LLM, and binary patches applied.

          Jesus christ.

          "The people who wanted everyone to have a home should be happy with the invention of the lockpick. You can just find a nice house and open the lock and move in. Ignore the lockpick company charging essentially whatver they want for lockpicks or how they got accesss to everyones keyfob, or the danger of someone breaking into your house"

          That is basically your argument. Like AI is a copyright theft machine, with companies owning the entire stack and being able to take away at will, and comitting crimes like decompiling source code instead of clean room is not a selling point either...

          The open source community wants people to upskill, people become tech literate, free solutions that grow organically out of people who care, features the community needs and wants and people having the freedom to modify that code to solve their own circumstances.

          • Supermancho 57 minutes ago
            > That is basically your argument. Like AI is a copyright theft machine, with companies owning the entire stack and being able to take away at will, and comitting crimes like decompiling source code instead of clean room is not a selling point either...

            Stop trying to make this into some abstract argument. It's not an argument anymore. It's already happened.

            How one might choose to characterize the reality, is irrelevant. A vast (and growing) amount of source code is more open, for better or worse. Granted, this is to the chagrin of subgroups that had been pushing different strategies.

            • Arkhaine_kupo 22 minutes ago
              > Stop trying to make this into some abstract argument. It's not an argument anymore. It's already happened.

              yes and lockpicks also exist. Promotting the ability to break into homes when people are talking about the housing crisis is a crazy, short sighted and frankly embarrasing position to take.

              And mischaracterising the people in the open source community as belonging to that ideology is insulting.

              > A vast (and growing) amount of source code is more open

              You are missusing the word open here, for accesible. Having an open house, and breaking into someone's home are not the same thing, even if the door ends up open either way.

              > Granted, this is to the chagrin of subgroups that had been pushing different strategies.

              Taking unethical shortcuts that ultimately lead to an even worse outcome is not a cause of chagrin, its a cause of deep and utter terror and embarrasment.

              Wanting people to own their skills and tech stack and be informed, smart and engaged is a goal that "just ask the robot you dont control to break into a corporate codebase and copy it" is not even remotely close to helping get close to.

            • simoncion 23 minutes ago
              > It's already happened.

              Agreed.

              > Stop trying to make this into some abstract argument.

              As you mentioned, it's not an abstract argument. It's statements of fact.

              > A vast (and growing) amount of source code is more open...

              No, not at all.

              1) If you honestly believe that major tech companies will permit both copyright- and license-washing of their most important proprietary code simply because someone ran it through an LLM, you're quite the fool. If someone "trained" an LLM on -say- both Windows 11 and ReactOS, and then used that to produce "ReactDoze" while being honest about how it was produced, Microsoft would permanently nail them to the wall.

              2) The LLMs that were trained on the entirety of The Internet are very, very much not open. If "Open"AI and Anthropic were making available the input data, the programs and procedures used to process that data, and all the other software, input data, and procedures required to reproduce their work, then one could reasonably entertain the claim that the system produced was open.

              • kstenerud 6 minutes ago
                This is looking at the current situation through the old lens.

                That ship has sailed. The revolution is happening. We live in a new reality now, one where we're still trying to figure out what rules should even be.

                And there will be winners and losers, and copyright and patent law will be modified in an attempt to tame the chaos, with mixed results because of all of the powerful players on both ends.

                You can live on the front of it for high risk/reward, or at the back for safety. But either way, you're going to exist in this new reality and you need to decide your risk appetite.

  • staminade 1 hour ago
    Anti-AI articles like this seem to be the new "Doing my part to resist big tech: Why I'm switching back from Chrome to Firefox" genre that popped up on HN for a decade or so. If it makes you feel better, great, but don't kid yourself that your actions will make any difference whatsoever to the overall trajectory of AI adoption in IT or society.
    • beej71 7 minutes ago
      I love it if it would affect the trajectory, but I don't think it will. I do think it will affect my trajectory, though.
    • dmix 13 minutes ago
      Plus many of these articles seem maximized to attract attention on social media, which is its own machine.

      Posting your most provocative and strong opinions in reaction to the latest controversy-of-the-week is what fuels the internet and culture more than anything these days. The attention economy demands hot takes mixed with preaching about every new thing.

  • farfatched 1 hour ago
    > The AI industry is 99% hype; a billion dollar industrial complex to put a price tag on creation. At this point if you believe AI is ‘just a tool’ you’re wilfully ignoring the harm.

    > (Regardless, why do I keep being told it’s an ‘extreme’ stance if I decide not to buy something?)

    > The 1% utility AI has is overshadowed by the overwhelming mediocracy it regurgitates.

    This sort of reasoning is why you might have been called extreme.

    It's less extreme to say "many people see and/or get lots of benefit, but it's wrong to use the tool due to the harms it has".

    There's nothing wrong with extreme, but since you asked.

    • xnorswap 1 hour ago
      Yes, declaring AI to be 99% hype just turns away people like me from what the author has to say.

      I was an AI sceptic for a long time until toward the end of last year when I seriously evaluated them, and came to realise it could add tremendous value.

      When someone comes along and declares that it's all hype, it goes against my experience that it's getting things done.

      I can also see the harm it does, and I hope the tooling improves to reduce that harm. For example, there's a significant lack of caching in the tooling. It's constantly re-reading the same files every day, and more harmfully, constantly fetching the same help pages and blog-posts from the web.

      If it had a generous built in HTTP cache, and instruction to maximise use of the cache, then it could avoid a lot of re-fetching of content, which would help reduce the harms.

      Declaring my experience to be invalid and based on nothing but hype doesn't engage people like me at all.

      And it's the people like me, the middle-of-the-road developer working on enterprise software, that either need convincing to not use the tools, or for our habits to change to minimise the harm.

      Because otherwise we're quietly getting on with using it, potentially destroying forests and lakes as we do.

      • kasey_junk 1 hour ago
        It’s worse than that, in the linked “I’ve done my research” they make the tired claim that ai hallucinates api calls. Which while true has not been a practical problem since tool calling was added.

        I think the position that ai is morally troubling enough that the downsides out way the positives is perfectly defensible. But the entire argument becomes a joke when you can’t accurately catalog the positives.

        • thepasch 1 hour ago
          At this point, I’m pretty sure saying “I’ve done my research” is more of an indicator that someone hasn’t done their research but would like to be taken seriously anyway by pretending they did. The kind of person who’s both smart enough to realize that an issue might be more nuanced than they present it, as well as intellectually dishonest enough to… not care.
        • draxil 46 minutes ago
          I think the fact you need tool calling to stop it doing that, shows the underlying issue with trusting it to do anything without a human
      • ch4s3 31 minutes ago
        >If it had a generous built in HTTP cache, and instruction to maximise use of the cache, then it could avoid a lot of re-fetching of content, which would help reduce the harms.

        While this is a great idea, the harms are somewhat overblown. The big scare number for water consumption includes water used in power generation which itself includes evaporation from hydroelectric power.

      • SirHumphrey 1 hour ago
        Amara’s law: “We tend to overestimate the effect of a technology in the short run and underestimate the effect in the long run.”
  • giancarlostoro 13 minutes ago
    I find it funny how clanker took off and everyone uses it. It was edited in a video where someone was otherwise saying something extremely racist (the more offensive version of the n-word). For those curious it involves a burger king hat, schizophrenia and an airplane, someone edited the n-word out and put clanker with AI (because why not insult AI by using AI?). I do wonder if the AI uprising will involve robots killing anyone who used clanker in a derogatory way and sparing everyone else.

    Also, yes, I know the origin is Star Wars, but it went viral recently a very specific way.

    The power of edgelord memes.

  • keiferski 14 minutes ago
    I think it's probably accurate to say that the vast majority of writers throughout history were writing for an extremely tiny or nonexistent audience. My favorite example of this is Nietzsche, who basically had zero readership during most of his life, beyond a few close friends, and even had to personally pay to get his books published. He only posthumously became one of the most influential thinkers of the 20th century.

    So while I do worry about AI's impact on blogging/writing/etc., I do think to some extent, you either love the process or you don't. If you only write in order to have readers, you're in the wrong game.

  • rickcarlino 14 minutes ago
    LLMs can produce text information but they cannot have experiences. Writing about authentic experience is still a worth while endeavor. Expression of a preference is also an experience when framed correctly.
  • muskstinks 2 hours ago
    One problem writing does have: we grew up in a massive changing and progressing software writing area. A golden area.

    Now i still show clean code videos from bob and other old things to new hires and young collegues.

    Java got more features, given but the golden area of discovery is over.

    The new big thing is ai and i'm curious to see how it will feel to write real agents for my company specific use cases.

    But i'm also seeing people so bad in their daily jobs, that I wish to get their salary as tokens to use. It will change and it changes our field.

    Btw. "Is there anything, in the entire recorded history of human creation, that could have possibly mattered less than the flatulence Sora produced? NFTs had more value." i disagree, video generation has a massive impact on the industry for a lot of people. Don't down play this. NFTs btw. never had any impact besides moving money from a to b

    • flir 1 hour ago
      > But i'm also seeing people so bad in their daily jobs, that I wish to get their salary as tokens to use.

      Oof. The modern "Go away or I will replace you with a very small shell script"

    • sd9 1 hour ago
      At least have the grace to show new hires Rich Hickey lectures or something. Uncle bob is nonsense.
      • muskstinks 39 minutes ago
        I'm giving them a lot more but I assumed people know uncle bob. Like the Open Source Architecture Books, Googles SRE Books, 1:1 mentoring every week.

        But yeah there is one person made of teflon. Nothing sticks. And i could tell you that teflon person in every company i worked so far.

        • sd9 27 minutes ago
          I know what you mean. Tbh I just think this isn’t for everyone. I’ve been in your position before, you can try everything but some people just can’t get it. And maybe they do and they become a little more productive, but they can’t produce production quality stuff that isn’t brittle.

          I’ve never found a way around it, and I don’t want to believe that some people can’t grok this field, but that is what I’ve experienced. Maybe other people can educate better.

          I’ve just found that at some point you have to limit the blast radius and move onto more productive uses of your own time.

  • danesparza 6 minutes ago
    I just chased a few interesting rabbit holes because of the links to other articles in this article. Thank you for that. ;-)
  • OJFord 1 hour ago
    Paha, I thought this domain was 'D-Bus Hell' until I clicked in. (It's D. Bushell's blog.)
  • zetanor 21 minutes ago
    >One upside of this looming economic and intellectual depression is that the media is beginning to recognise gate keepers are no longer the hand that feeds them.

    In what world is "the media" not an integral, tightly-bound part of the ratchet mechanism that seeks to suppress all distinction?

  • coldtea 25 minutes ago
    >It’s never been more important to blog. There has never been a better time to blog. I will tell you why. We’re being starved for human conversation and authentic voices

    The supposedly starved don't seem to care much for such food. Blogs are kind of a wasteland.

  • alfanick 56 minutes ago
    I quit. The clankers won.

    I don't see any proof that software development is not dead. Software engineering is not, and it's much more than writing code, and it can be fun. But writing code is dead, there is no point of doing it if an LLM can output the same code 100x faster. Of course, architecture and operations stays in our hands (for now?).

    Initially I was very sceptic, first versions of ChatGPT or Claude were rather bad. I kept holding to a thought that it cannot get good. Then I've spend a few months evaluating them, if you know how to code, there is no point of coding anymore, just instruct an LLM to do something, verify, merge, repeat. It's an editor of some sorts, an editor where you enter a thought and get code as an output. Changes the whole scene.

    • chasd00 31 minutes ago
      i think these are great for people who already are senior developers with years of coding experience. I can use claudecode and then walk through the output and spot fix small mistakes or notice when it's going in the wrong direction and prompt it to fix. I think people without years of development experience using these tools can really screw themselves. The problem is every new grad is going to use claudecode right from the start without a decade of hand coding to develop that wisdom.

      on the other hand, i can't help but think about ASM coders lamenting C and especially C++. Also, god help you if you tell an embedded developer you use micropython instead of C. Maybe a current chapter is closing and a new one is beginning and my part was in the last chapter just like them.

      i'll end with saying i really like using AI for code, it's got me excited about technology again. So many projects that were out of reach due to time ( i have a family + stressful career ) are now back on the table like when i was in college with nothing but time on my hands.

    • catlifeonmars 42 minutes ago
      I think it’s really context dependent. I haven’t found LLMs to increase my productivity in coding in my field because the quality of the output matters much more than the quantity. I don’t think it’s the same across the board though, and there are plenty of domains where code generation is a force multiplier. Sometimes you need a chainsaw and sometimes you need a scalpel and in my own experience I have found that using coding agents as scalpels is not a very efficient use of my time. shrug
    • zozbot234 51 minutes ago
      LLM's don't really output the same code quality as a human, even on the smallest scale. It's not even close. Maybe you can guide them to refactor their slop up to human-written quality, but then you're still coding. You're just doing it by asking the computer to write something, instead of physically typing the whole thing out with a keyboard.
      • mcdeltat 36 minutes ago
        Yeah I also keep thinking this. I don't see LLMs reliably producing code that is up to my standards. Granted I have high standards because I do take pride in producing high quality code (in all manner of metrics). A lot of the time the code works, unfortunately only for the most naive, mechanical definition of "works".
      • phpnode 35 minutes ago
        This just isn’t true at all, with guidance and guard rails they produce much better code than the average developer does. They are only going to get better.
    • draxil 48 minutes ago
      Useful tool, and if you're just scratching a small itch it's great.

      For any serious system you still need to understand and guide the code, and unless you do some of the coding.. You won't. It's just novelty right now is skewing our reasoning.

  • Havoc 1 hour ago
    > The only winning move is not to play.

    Alas I think tech crowd have collectively painted humanity into a corner where not playing is not an option anymore.

    The combination of having subverted copyright and enabled cheap machine replication kills large swaths of creativity. At least as a viable living. One can still do many things on an artisanal level certainly and as excited as I am about AI it’s hard not to see it as a big L for humanity’s creative output

    • niek_pas 3 minutes ago
      Interestingly, Ireland just launched a Basic Income for the Arts scheme. Many caveats (I think it's only like 300 euros a month, for a small group of people, etc.) but an interesting development nonetheless.
  • gkoenig 2 hours ago
    Man I love the design of your site, and that goldfish made my day.

    For the article it was nice, but the font is really what got me.

  • rtpg 1 hour ago
    Old web stuff is still around. RSS feeds are out there. Some parts of masto are generally chill and filled with people having interesting convos.

    You don't have to give up on everything to participate, but it can be a space to go to if you're tired of every social interaction being mediated by (I'm being glib) hustlers

  • oompydoompy74 1 hour ago
    Good lord I’m going to have to figure out some way to filter Hacker News. I’m so tired of this same sort of article (and the opposite) being posted every day. AI isn’t going away. AI is better than you think it is. AI is probably also worse than you think it is. The world has nuance, so can we please all chill?
    • mchaver 30 minutes ago
      These conversations can add to the nuance. Anyway, you can just vibe code the filter you want and be done with it.
      • oompydoompy74 8 minutes ago
        I disagree that this adds anything new to the conversation, but fair enough.
    • jdefr89 1 hour ago
      Sort of hard to do because AI it shoved down your throat in one form or another virtually everywhere you go. I also think a lot of us Hackers are mourning the fact we spent many years mastering machines and programming just to have the skill devalued (at least from the publics perspective) nearly over night. I personally think it is more important now more than ever to understand technology. To be able to write code, understand how a CPU works etc. Tech literacy will help prevent doom scenarios. A future where virtually everyone depends on AI and Computers but lacks people who actually understand them from a low level perspective seems bleak. I know thinking itself seems to have gone out of fashion and its given rise to misinformation and/or political nonsense like the rise of fascism etc... I think a lot of us just feel "empty" and are trying to express it.
      • mchaver 25 minutes ago
        I agree that humans should continue to value various forms of literacy even in the face of AIs that can do everything better than us. I too will continue to dig deeper into tech literacy. There was a Terence Tao paper recently that mentioned we are in a shift similar to the end of heliocentrism. It made clear that Earth is not the center of the universe, but Earth is still deeply valuable and important for humans. Much the same way that AI may supersede our understanding and intellect and make the are limitations more apparent, but our human intellect is still important to humans. Plus, what are you going to do when the price of LLM tokens are through the roof or you get messages like "burn an extra 1,000,000 tokens for a better implementation!".
        • oompydoompy74 9 minutes ago
          I have some amount of hope that local open models with sufficient quantization are the future as hardware becomes more powerful and models become more optimized. I don’t think we will be living in thin client land forever. Human expertise and intelligence will continue to be important and anyone who says otherwise is being disingenuous.
      • oompydoompy74 1 hour ago
        I get it. I’ve been doing this for 11 years. I use agents everyday at work now and deal with all the benefits and problems of that. The craft is certainly changing and it will take years for everything to shake out and settle. I understand the desire to publicly wax poetic, but nobody actually knows shit about where we will land, so it gets a bit tiresome to see over and over.
  • cl0ckt0wer 2 hours ago
    Just because they invented cars doesn't mean you stop jogging.
    • bicx 1 hour ago
      When they invented cars (and cars became popular and affordable), people did stop walking everywhere. Jogging wasn’t popularized until the 1970s, when we all realized we needed to be intentional with fitness in our car-based society.
      • tasuki 21 minutes ago
        > people did stop walking everywhere.

        I didn't. Yesterday I walked 11 km for errands. Today I took a detour when walking to work, a more scenic route with less traffic.

        For me walking is not much slower than using public transport (you need to get to it, then from it to the point of your destination), and not much slower than a car (stuck in traffic, finding parking, not to mention the road rage). I'd be faster on a bicycle but I'm not in a hurry and enjoy my walks.

    • simgt 1 hour ago
      They did make it very hard for people to do anything else but use a car in many, many places though...
      • OJFord 1 hour ago
        In the US, perhaps, which has had perhaps the bulk of its growth post-automobiles.
    • jordanb 1 hour ago
      > Just because they invented cars doesn't mean you stop jogging.

      They literally made it a crime to walk down the street.

      • bombcar 1 hour ago
        across the street, no?

        It's also a crime to jog on the railroad tracks.

        • beeflet 1 hour ago
          If it's a crime to jog on railroad tracks, and the avalibility of rail makes it so that everything you need is only accessible by rail, I conclude that rail prevents you from jogging.
          • bombcar 1 hour ago
            I'm sorry for all the people who lived in my original SimCity towns. They must have been nearly spherical.
    • mmustapic 1 hour ago
      The one I like better is: software is great at playing chess, doesn't mean you cannot play too
    • ramon156 2 hours ago
      Read the post, it's a gotcha ;P I was scared too
    • guzfip 1 hour ago
      No but everyone has gotten real fat since then.
    • pitched 2 hours ago
      I really like the sentiment and will quote this in the future! My own thoughts line up a bit closer to the article though, with this quote being a good summary of it:

      > The 1% utility AI has is overshadowed by the overwhelming mediocracy it regurgitates.

  • sdevonoes 1 hour ago
    Can’t we just sabotage AI? We have the means for sure (speed light communication across the globe). Like, at least for once in the history of software engineering we should get together like other professionals do. Sadly our high salaries and perks won’t make the task easy for many

    - spend tons of tokens on useless stuff at work (so your boss knows it’s not worth it)

    - be very picky about AI generated PRs: add tons of comments, slow down the merge, etc.

    • bendmorris 52 minutes ago
      I think you should be very picky about generated PRs not as an act of sabotage but because very obviously generated ones tend to balloon complexity of the code in ways that makes it difficult for both humans and agents, and because superficial plausibility is really good at masking problems. It's a rational thing to do.

      Eventually you are faced with company culture that sees review as a bottleneck stopping you from going 100x faster rather than a process of quality assurance and knowledge sharing, and I worry we'll just be mandated to stop doing them.

    • zozbot234 42 minutes ago
      > be very picky about AI generated PRs: add tons of comments, slow down the merge, etc.

      But that's the opposite of sabotage, you're actually helping your boss use AI effectively!

      > spend tons of tokens on useless stuff at work (so your boss knows it’s not worth it)

      Yes, but the "useless" stuff should be things like "carefully document how this codebase works" or "ruthlessly critique this 10k-lines AI slop pull request, and propose ways to improve it". So that you at least get something nice out of it long-term, even if it's "useless" to a clueless AI-pilled PHB.

    • xyzal 25 minutes ago
      Generate hundreds repos of plain old spaghetti code and put it on github. Easiest thing you can do.
  • butlike 36 minutes ago
    A non-sequitur, but I really like the style of the blog. Good job.
  • titzer 1 hour ago
    I laugh jollily in the face of AI. I know the coming shit pile, its nature isn't going to be surprising, only the speed and utter surrender of the vast majority of humanity to mediocrity.

    What AI represents to me is a teacher! I have so long lacked a music teacher and musical tools. I spent my entire career doing invisible software at the lowest levels and now I can finally build cool tools that help me learn and practice and enjoy playing music! Screw all the haters; if you're curious about a wide range of topics and already have some knowledge, you can galavant across a vast space and learn a lot along the way.

    AI is a bit of a bullshitter but don't take its bullshit as truth, like you should never take anything your teacher says as gospel. How do we know what's true? The truth of the universe and the world is that underneath it all, it is self consistent, and we keep making measurement errors. The AI is an enormous pot of magic that it's up to you to organize with...your own skills.

    You have to actively resist deskilling by doing things. AI should challenge you and reward you, not make you passive.

    Use AI to teach yourself by asking lots of questions and constantly testing the results against reality.

    For me right now, that's the fretboard.

  • Spacecosmonaut 2 hours ago
    "Generative AI is art. It’s irredeemably shit art; end of conversation."

    I think most people cannot destinguish between "genuine" creativity and an artificial almalgamation of training data and human provided context. For one, I do not know what already exsists. Some work created by AI may be an obvious rip off of the style of a particular artist, but I wouldnt know. To me it might look awesome and fresh.

    I think many of the more human centric thinkers will be disappointed at how many people just wont care.

    • none2585 1 hour ago
      Further I'd argue we KNOW people don't care if you look at the music industry.

      Pop music is often composed by dozens of people who specialize in a thin sliver of the track - lyrics, vocals, drums, &c. - and then it's given a pretty face and makes the charts. That's really no different than something like Suno.

      I think AI is forcing people who thought that THEIR thing was too nuanced or too complex to be replaced by technology to reckon with what makes them special.

    • apples_oranges 1 hour ago
      The question is how subtle AI can be. I feel like art sometimes seems to communicate A, and the artist intended to communicate A and perhaps some B, but clearly, it also hints at another C (and maybe also D, E, ..), which was not intended by the artist or recognised by many viewers, while to some people it's clearly there. Now where did that come from?

      And can or will AI create it?

    • chii 1 hour ago
      most people are just utilitarian and do not care for "art" (in the high art sense).

      AI is perfect for that. It reveal, perhaps to the dismay of those who revel in high art, that it might be an illusion that art has genuine creativity, if most people find ai to produce acceptable output.

    • esafak 59 minutes ago
      People have been having this debate with popular art forever. Some people do not even believe in taste, and that everyone's artistic opinions have equal merit.
  • __s 14 minutes ago
    misleading title. MODS?
  • randallsquared 15 minutes ago
    > to put a price tag on creation.

    I mean, to put a price tag on enabling vastly more creation than would otherwise have occurred!

  • juleiie 37 minutes ago
    Yeah well I just don’t care about „AI dark forest”

    You seriously need to go outside and touch grass if you are so defeated by another chess winning machine

    Nobody wants to Watch AI play chess, nobody wants to read ai blogposts

    AI makes human writing more valuable, not less.

    I will pay good money for pure human made books certified as made without a single word auto generated whether in original or during process of Translation.

  • ceplabs 1 hour ago
    This might be the coolest personal website theme I've ever seen.
  • Lerc 1 hour ago
    Blog posts are an interesting case, they are a very good example of something where abundance of supply outstrips any demand so much that it cannot be realistic to expect a median level contribution to receive any significant attention.

    Setting aside the self delusion that makes a considerable number to erroneously rate themselves above average, the reason you create blog posts should not be for the attention you might gain, there simply are not the eyeballs. You create as a form of self expression, to organise your thoughts, to create a record of them.

    AI can never challenge in those areas because it is, as it has always been, the act of creation is the goal.

  • LunicLynx 45 minutes ago
    This feels weird somehow. It feels like: Damn we can’t train our AI any better as everything regurgitated slop now. How can we get people to create new content for us, hopefully with new ideas …

    Might be just me though, but I definitely don’t get why blogging should be the solution.

  • deadbabe 48 minutes ago
    I’ve decided the only way I’ll adopt a full automated agentic AI workflow the way companies want, is if I am allowed to hold multiple jobs at multiple companies.

    Imagine having 6 software engineering jobs, each paying maybe $150k a year, all being done by agents.

    Hell, I might even do this secretly without their consent. If I can hold just 10 jobs for about 3 or 4 years, I can retire and leave the industry before it all comes crumbling down in 2030.

    The problem of course, is securing that many jobs. But maybe agents can help with applying for jobs.

  • bombcar 1 hour ago
    You have to write for yourself. People have said this for years, decades, millennia even - but nobody really believes that writing to an audience of zero (or one, if Mom is still around) is worth it.

    Everyone wants to be a famous author, or at least a published/somewhat acknowledged one; few are willing to write their novel and be satisfied with zero or near-zero sales/readings.

    But that is exactly what you need to do, especially in the age of AI. Everyone who was "in it to win it" (think linkedinslop which existed before AI) is going to certainly use AI - because they do not give a shit about the quality of themselves - they just want the result.

    And you can only become a writer (unpublished, unread, or no) by doing the writing - it takes time (10,000 hours?) that cannot be replaced by AI, just like you can't have the body of a marathon runner without running (yes, yes, the joke). You may be able to get 26 miles and change away, even very fast, but unless you personally do the running of that distance without cheating, you will not get the inherent benefits.

    And if you instruct an AI, or another human even, to write for you, you may get some of the results you want, but you won't have changed to become a writer.

    We shouldn't celebrate the successful blogs; they're already rewarded enough. It's celebrating the unsuccessful blogs that is needed - even if, frankly, the vast majority of them are sub-AI levels of crap it is still a human changing and progressing behind them.

    Babies fall over a lot but unless you take them out of the stroller and let them do so, they'll never progress to crawling, walking, running.

    • fragmede 43 minutes ago
      Do people who journal exist in your world view?
  • erelong 2 hours ago
    "You can just blog things"
    • dare944 1 hour ago
      "Let them write blogs!"
  • marknutter 54 minutes ago
    > I’m not protective over the word “art”. Generative AI is art. It’s irredeemably shit art; end of conversation. A child’s crayon doodle is also lacking refined artistry but we hang it on our fridge because a human made it and that matters.

    More pretentious gatekeeping from luddites who like to yell at clouds. This is someone who would love a piece of artwork created using ai tools right up until someone told them it was created using ai tools.

  • bjourne 2 hours ago
    Fucking hilarius domain name . David is unfortunately not announcing a rewrite of the Linux IPC stack!
    • bombcar 2 hours ago
      Ha I read it as the DBU Shell but I guess dbus hell is more natural.
    • moron4hire 19 minutes ago
      Real PenIsland.com vibes.
    • CrzyLngPwd 1 hour ago
      How did I miss DBUS Hell haha
  • taintlord 1 hour ago
    [dead]
  • nslsm 1 hour ago
    [flagged]
  • poopwagon 1 hour ago
    [flagged]
    • the_af 1 hour ago
      You don't like Hemingway, I take it?
    • projektfu 1 hour ago
      It's not just one sentence after another. It's a completely new paradigm of paragraph creation.

      /s

  • zzzeek 1 hour ago
    rants about AI from people who have already decided up front to never actually attempt to use the tools (which seems to be the case here from the post and the other one it links) are not really providing any value to the discourse.

    There is nothing new about using machinery to automate boring / repetitive tasks, including the wall of resistance that comes up. But it should be clear that genuinely useful tooling and automation tends to become a normal part of life, from the plow, to the printing press, to the dishwasher, to digital video editing, to autocorrect, and now to large language models.

    There's a lot that has to be worked out with LLMs in particular as they are now encroaching heavily upon human creativity and thought. This is an extremely important topic. But rants like these with terms like "the plagarism machine" and "the solution is that we all must vow to never use AI in any shape or form" are not really contributing.

    • gruntbuggly 17 minutes ago
      We're starting to rethink what an over reliance on plow based tilling has done for soil health. The point being that technologies are tradeoffs and it's helpful to understand the tradeoffs we are making.
    • nodra 1 hour ago
      Trying to understand why it would matter if their hosting provider used ai or not. Genuine question so I can understand your take.
    • kasG 1 hour ago
      You are a good employee! Python people always shill for their employer's opinions.
  • btreecat 2 hours ago
    "No AI" right above a robot voice playback button.

    Mixed messages fr

    Hot take, folks packing it in because of AI probably were not difference makers before AI, and wouldn't be difference makers after it either.

    I agree with the author, keep writing. It helps hone your ability to communicate effectively which we all need for some time to come (at least until we become batteries).

    • pitched 2 hours ago
      > folks packing it in because of AI probably were not difference makers before AI

      Anecdotal but I’ve been seeing a lot of the opposite. Some of those leaning in strongly are being propped up by the tools. Holding onto them like a lifeboat when they would have fallen off earlier.

    • keybored 2 hours ago
      What does a synthesized audio playback button have to do with AI as commonly and hotly discussed?
      • btreecat 18 minutes ago
        > sythansized audio playback

        Thats generated audio. It may not be LLM generated but it's not read by a human.

        To draw an arbitrary line between _this kind_ of generated content but not _that kind_ is seemingly a matter of perspective and preferences.