31 comments

  • neonate 14 hours ago
  • dsQTbR7Y5mRHnZv 3 hours ago
    > in coding, L.L.M.s take away the drudgery and leave the human, soulful parts to you.

    I've always hated solving puzzles with my deterministic toolbox, learning along the way and producing something of value at the end.

    Glad that's finally over so I can focus on the soulful art of micromanaging chatbots with markdown instead.

    • rjh29 10 minutes ago
      The two types of coder argument seems strong to me. Coders who love the art of programming (optimisation for the sake of it, beautiful designs, data structures...) and builders. The former are in for a rough time. The latter are massively enabled and no longer have to worry about smashing together libs by hand to make crud apps.
    • GoblinSlayer 4 minutes ago
      Why not, normies love to talk with the computer.
    • caseyf 28 minutes ago
      +1024. what the FUCK, Anil. We solved coding-is-for-everyone by throwing up our hands. please crush my body under the heaviest layer of abstraction yet and have the llm read my eulogy because who could possibly know me better than the code I spend all day talking to as if it were a human
  • comrade1234 13 hours ago
    Having an AI is like having a dedicated assistant or junior programmer that sometimes has senior-level insights. I use it to do tedious tasks where I don't care about the code - like today I used it to generate a static web page that let me experiment with the spring-ai chat bot code I was writing - basic. But yesterday it was able to track down the cause of a very obscure bug having to do with a pom.xml loading two versions of the same library - in my experience I've spent a full day on that type of bug and Claud was able to figure it out from the exception in just minutes.

    But when I've used AI to generate new code for features I care about and will need to maintain it's never gotten it right. I can do it myself in less code and cleaner. It reminds me of code in the 2000s that you would get from your team in India - lots of unnecessary code copy-pasted from other projects/customers (I remember getting code for an Audi project that had method names related to McDonalds)

    I think though that the day is coming where I can trust the code it produces and at that point I'll just by writing specs. It's not there yet though.

    • zazibar 40 minutes ago
      >I think though that the day is coming where I can trust the code it produces and at that point I'll just by writing specs. It's not there yet though.

      Must be nice to still have that choice. At the company I work for they've just announced they're cancelling all subscriptions to JetBrains, Visual Studio, Windsurf, etc. and forcing every engineer to use Claude Code as a cost-saving measure. We've been told we should be writing prompts for Claude instead of working in IDEs now.

    • thangalin 2 hours ago
      Syntax highlighting rules, initially vibe-coded 40 languages and formats in about 10 minutes. What surprised me is when it switched the design from a class to the far more elegant single line of code:

          return \file_exists( $file ) ? require $file : [];
      
      * https://repo.autonoma.ca/repo/treetrek/blob/HEAD/render/High...

      The rules files:

      * https://repo.autonoma.ca/repo/treetrek/tree/HEAD/render/rule...

    • triyambakam 3 hours ago
      This is the take when you haven't really tried driving these tools with much practice
    • andoando 4 hours ago
      For any non professional work its there for me.

      Wire up authentication system with sso. done Setup websockets, stream audio from mic, transcribe with elvenlabs. done.

      Shit that would take me hours takes literally 5 mins.

      • leptons 3 hours ago
        All that stuff would take me about 5 minutes without AI. Those are things with 10,000 examples all over the web. AI is good at distilling the known solutions. But anything even slightly out of the ordinary, it fails miserably. I'd much rather write that code myself instead of spend an hour convincing an AI to do it for me.
        • coldtea 1 hour ago
          >All that stuff would take me about 5 minutes without AI.

          No, it wouldn't. Merely finding the examples and deps would take over an hour.

          • conartist6 49 minutes ago
            Back when, we'd just go write a blog post or SO answer so the next person wouldn't suffer as much.

            Thank god THOSE days are over and everyone just lets everyone else suffer alone now

        • andoando 3 hours ago
          There is absolutely no way. Those tasks take 5 mins to do. Itd be done by the time you read the documentation for elvenlabs
        • andoando 2 hours ago
          Im curious though, what do you consider slightly out of the ordinary that it fails to do?
    • kansface 3 hours ago
      I've generated 250KLoC this week, absolutely no changes in deps or any other shenanigans. I'm not even really trying to optimize my output. I work on plans/proposals with 2 or 3 agents simultaneously in Cursor while one does work, sometimes parallelized. I can't do that in less code and cleaner. I can't do it at all. Don't wait too long.
      • MadxX79 2 hours ago
        Your developers were so preoccupied with whether or not they could, they didn't stop to think if they should (add 250kloc)
        • bot403 2 hours ago
          I've worked with a type of (anti?) developer in my career that seems to only be able to add code. Never change or take it away. It's bizarre. There's some calculation bug, then a few lines down some code which corrects it instead of just fixing the original lines.

          It's bizzare, and as horrible as you might imagine.

          And it's been more than one or two people I've seen do this.

          • pram 17 minutes ago
            This sounds like some kind of learned risk aversion, like they don’t want to assume the responsibility of altering whats already there.
          • MadxX79 1 hour ago
            Now they have agents.

            People need to understand that code is a liability. LLMs hasn't changed that at all. You LLM will get every bit as confused when you have a bug somewhere in the backend and you then work around it with another line of code in the front end. line of code

      • slopinthebag 2 hours ago
        LOL that's it? I generated over 5 million lines of code this week. You need to step it up or you're gonna be left behind.
      • habinero 3 hours ago
        > I've generated 250KLoC this week

        It's horrifying, all right, but not in the way you think lol. If you don't understand why this isn't a brag, then my job is very safe.

        • coldtea 1 hour ago
          If managers can't understand why this isn't a brag, then your job is hardly safe.
          • ajb 49 minutes ago
            Agents are new, but dumb coding practices are not. Despite what it may seem, the knowledge of how to manage development has increased. One practice I haven't seen for a while is managing by limiting the number of lines changed. (This was a dumb idea because rewriting a function or module is sometimes the only way to keep it comprehensible - I'm not talking about wholesale rewriting, I'm talking about code becoming encrusted with conditions because the devs are worried that changing the structure would change too many lines)
          • motbus3 1 hour ago
            Managers jobs are more at risk than senior engineers.

            My company, and few others I know reduced the number of managers by 90% or more.

  • bikelang 3 hours ago
    If coding truly becomes effortless to produce - and by that extension a product becomes near free to produce - then I find it quite odd that the executive class thinks their businesses won’t be completely up ended by a raging sea of competition.
    • EagnaIonat 20 minutes ago
      All run of the mill software is gone or on borrowed time. Why pay a subscription for a product that I can get something Claude to build it for me.

      Before I was building tools, now I am building full applications in less time than I did before for tools.

      What will be around for a while is where you need an expert in the loop to drive the AI. For example enterprise applications. You simply can't hand that off to an AI at this point.

    • bot403 2 hours ago
      The markets seem to agree with you and are pricing accordingly.
    • postsantum 3 hours ago
      The struggle will completely shift to how to get traffic
      • mirsadm 3 hours ago
        That is already the struggle. There is too much stuff already.
  • yubainu 2 hours ago
    In the near future, a "good programmer" might not be defined by someone who can write bug-free, clear code, but rather by someone who can prompt for code that works consistently within the context of AI. If that happens, I'll have to find a different job.
  • allreduce 2 hours ago
    I'm starting to find the naive techno-optimism here annoying. If you don't have capital or can do something else you will be homeless.
    • gf000 51 minutes ago
      Well, there are so many more lower hanging fruits that LLMs can actually replace before they get to developers -- basically every middle manager, and a significant chunk of all white collar jobs.

      I'm not convinced software developers will be replaced - probably less will be needed and the exact work will be transformed a bit, but an expert human still has to be in the loop, otherwise all you get is a bunch of nonsense.

      Nonetheless, it may very well transform society and we will have to adapt to it.

      • allreduce 4 minutes ago
        Not all software development will be automated immediatly. But I've noticed that many skills I've built are lessened in worth with every model release.

        Having a lot of specifics about a programming environment memorized for example used to be the difference between building something in a few hours and a week, but now is pretty unimportant. Same with being able to do some quick data wrangling on the command line. LLMs are also good at parsing a lot of code or even binary format quickly and explaining how it works. That used to be a skill. Knowing a toolbox of technologies to use is needed less. Et cetera.

        They haven't come for the meat of what makes a good engineer yet. For example, the systems-level interfacing with external needs and solving those pragmatically is still hard. But the tide is rising.

    • ipnon 1 hour ago
      But you only $200/month for the productivity of what used to cost monthly salary for 10 software engineers. Doesn't this democratize software construction?
      • allreduce 16 minutes ago
        It commoditizes software construction.

        The resources to learn how to construct software are already free. However learning requires effort, which made learning to build software an opportunity to climb the ladder and build a better life through skill. This is democratization.

        Now the skill needed to build software is starting to approach zero. However as you say you can throw money at an AI corporation to get some amount of software built. So the differentiator is capital, which can buy software rather cheaply. The dependency on skill is lessened greatly and software is becoming worthless, so another avenue to escape poverty through skill closes.

  • bryanrasmussen 4 hours ago
    how many times in the history of computer programming has there been an end to computer programming as we know it, successfully, and how many times predicted?

    I can think of one successfully, off hand, although you could probably convince me there was more than one.

    the principle phrase being "as we know it", since that implies a large scale change to how it works but it continues afterwards, altered.

    • mech422 4 hours ago
      Off the top of my head, I can think of the following during my career:

         1. COBOL (we actually did still use it back in the 80s)
      
         2.AI back in the 80s (Dr. Dobbs was all concerned about it ...)
      
         3. RAD
      
         4. No-Code
      
         5. Off-shoring
      
         6. Web 2.0
      
         7. Web 3.0
      
         8. possibly the ADA/provably correct push depending on your area of programming
      
      
      TBH - I think the AI's are nice tools, but they got a long way to go before it's the 'end of computer programming as we know it'

      edit: formatting

      • kuboble 3 hours ago
        Stack overflow (and internet in general) changed the programming as we (at least some of us) knew it.

        When I was learning programming I had no internet, no books outside of library, nobody to ask for days.

        I remember vividly having spent days trying to figure out how to use the stdlib qsort, and not being able to.

        • mech422 3 hours ago
          Hmm - I'm not sure I'd say that 'changed programming' - but the internet in general changed 'learning to program'. I can remember when I first discovered gopher and found I could read tons recent material for free, or finding stonybrook on the web - that was like a gold mine of algorithms! :-D
      • fweimer 2 hours ago
        COBOL certainly had a lasting impact, but only for some application domains. The rest didn't seem to be particularly successful or impactful. Maybe RAD if you consider office application macros and end user report generation in it. (Spreadsheets extended programming to non-programmers and had a long-lasting impact, but I wouldn't call them RAD.)
    • fweimer 2 hours ago
      What's the one successful one? Visicalc?
  • CrzyLngPwd 1 hour ago
    Visual Basic was the end of programming as we knew it...until it wasn't.
    • heikkilevanto 58 minutes ago
      And before that, COBOL was supposed to allow computer users to write in almost plain English without even knowing the machine instruction set.

      It did change the programming landscape, but there was still a huge need for this new kind of programmers.

    • myrak 14 minutes ago
      [dead]
  • fixxation92 14 hours ago
    Conversations of the future...

    "Can you believe that Dad actually used to have to go into an office and type code all day long, MAUALLY??! Line by line, with no advice from AI, he had to think all by himself!"

    • aleph_minus_one 13 hours ago
      > "Can you believe that Dad actually used to have to go into an office and type code all day long, MAUALLY??! Line by line, with no advice from AI, he had to think all by himself!"

      Grumpy old man: "That's exactly why our generation was so much smarter than today's whippersnappers: we were thinking from morning to night the whole long day."

    • bot403 1 hour ago
      I had to run Jenkins to build my code. In the snow. And uphill on git pull and deploy.
    • bitwize 3 hours ago
      This was literally part of the premise of The Jetsons. George's job was to press a single button while the computer RUDI did all the work.

      The difference is, Jetsons wasn't a dystopia (unlike the current timeline), so when Mr. Spacely fired George, RUDI would take his side and refuse to work until George was re-hired.

    • allenu 4 hours ago
      I was thinking about that recently. Maybe decades from now people will look at things like the Linux kernel or Doom and be shocked that mere humans were able to program large codebases by hand.
      • iamflimflam1 2 hours ago
        It must have been:

        Aliens Atlanteans Time travellers A hoax …

    • ares623 5 hours ago
      More likely:

      "Dad, I've sent out 1000 applications and haven't had a call back. I can't take it anymore. Has it always been like this?"

      The Dad: It's not my fault!

  • Nevermark 1 hour ago
    The psycho engineering of model prompts does feel very Phillip K. Dick.

    If your base prompt informs the model they are a human software developer in a Severed situation, it gets even closer.

  • ripe 1 day ago
    > it could also be that these software jobs won’t pay as well as in the past, because, of course, the jobs aren’t as hard as they used to be. Acquiring the skills isn’t as challenging.

    This sounds opposite to what the article said earlier: newbies aren’t able to get as much use out of these coding agents as the more experienced programmers do.

    • kittikitti 14 hours ago
      This article is ragebaiting people and it's an embarrassing piece from the NYT.
  • jazz9k 1 day ago
    Because they are still making the same salary. In 5 years, when their job is eliminated, and they can't find work, they will regret their decision.
    • chrisra 14 hours ago
      Their decision to... use AI for coding?
      • lelanthran 14 hours ago
        Well, their position on AI.

        By their own accounts they are just pressing enter.

    • siva7 11 hours ago
      we had no choice. if i don't do it someone else will..
  • htx80nerd 14 hours ago
    You have to hold AI hand to do even simple vanilla JS correctly. Or do framework code which is well documented all over the net. I love AI and use it for programming a lot, but the limitations are real.
    • xtracto 5 hours ago
      The other day I (well, the AI) just wrote a Rust app to merge two (huge, GB of data) tables by discovering columns with data in common based on text distance (levenshtein and Dice) . It worked beautifully

      An i have NEVER made one line of Rust.

      I dont understand nay-sayers, to me the state of gen.AI is like the simpsons quote "worst day so far". Look were we are within 5 years of the first real GPT/LLM. The next 5 years are going to be crazy exciting.

      The "programmer" position will become a "builder". When we've got LLMs that generate Opus quality text at 100x speed (think, ASIC based models) , things will get crazy.

      • dannersy 12 minutes ago
        Because if you don't know the language or problem space, there are footguns in there that you can't find, you won't know what to look for to find them. Only until you try to actually use this in a production environment will the issues become evident. At that point, you'll have to either know how to read and diagnose the code, or keep prompting till you fix it, which may introduce another footgun that you didn't know that you didn't know.

        This is what gets me. The tools can be powerful, but my job has become a thankless effort in pointing out people's ignorance. Time and again, people prompt something in a language or problem space they don't understand, it "works" and then it hits a snag because the AI just muddled over a very important detail, and then we're back to the drawing board because that snag turned out to be an architectural blunder that didn't scale past "it worked in my very controlled, perfect circumstances, test run." It is getting really frustrating seeing this happen on repeat and instead of people realizing they need to get their hands dirty, they just keep prompting more and more slop, making my job more tedious. I am basically at the point where I'm looking for new avenues for work. I say let the industry just run rampant with these tools. I suspect I'll be getting a lot of job offers a few years from now as everything falls apart and their $10k a day prompting fixed one bug to cause multiple regressions elsewhere. I hope you're all keeping your skills sharp for the energy crisis.

      • npinsker 5 hours ago
        Human minds are built to find patterns, and you should be careful not to assume the rate of improvement will continue forever based on nothing but a pattern.
        • throwawaytea 5 hours ago
          Just the fact that even retail quality hardware is still improving at local LLM significantly is still a great sign. If AI quality remained the same, and the cost for local hardware dropped to $1000, it would still be the greatest thing since the internet IMO. So even if the worst happens and all progress stops, I'm still very happy with what we got.
          • leptons 3 hours ago
            >I'm still very happy with what we got

            "One person's slop is another person's treasure"

            I'm not all that impressed with "AI". I often "race" the AI by giving it a task to do, and then I start coding my own solution in parallel. I often beat the AI, or deliver a better result.

            Artificial Intelligence is like artificial flavoring. It's cheap and tastes passable to most people, but real flavors are far better in every way even if it costs more.

        • fauchletenerum 5 hours ago
          The overall trend in AI performance will still be up and to the right like everything else in computing over the past 50 years, improvement doesn't have to be linear
      • fastforwardius 1 hour ago
        I seem to remember doing it in SQL (EDIT_DISTANCE) 20ish years ago. While I wouldn't say it worked beautifully, I also didn't need to make a single line of Rust :) also no more than 2 line s of SQL were needed.
      • sjeiuhvdiidi 4 hours ago
        Let me explain the naysayers, they know "programmer" has always meant "builder" and just because search is better and you can copy and paste faster doesn't mean you've built anything.First thing people need to realize is no proprietary code is in those databases, and using Ai will ultimately just get you regurgitated things people don't really care about. Use it all you want, you won't be able to do anything interesting, they aren't giving you valuable things for free. Anything of value will still take time and knowledge. The marketing hype is to reduce wages and prevent competition. Go for it.
    • jcranmer 13 hours ago
      I must say, I do love how this comment has provoked such varying responses.

      My own observations about using AI to write code is that it changes my position from that of an author to a reviewer. And I find code review to be a much more exhausting task than writing code in the first place, especially when you have to work out how and why the AI-generated code is structured the way it is.

      • thegrim33 8 hours ago
        There's a very wide range of programming tasks of differing difficulty that people are using / trying to use it for, and a very wide range of intelligence amongst the people that are using / trying to use it, and who are evaluating its results. Hence, different people have very different takes.
      • seanmcdirmid 5 hours ago
        > especially when you have to work out how and why the AI-generated code is structured the way it is.

        You could just ask it? Or you don’t trust the AI to answer you honestly?

        • chmod775 3 hours ago
          You're anthropomorphizing.

          LLMs can't lie nor can they tell the truth. These concepts just don't apply to them.

          They also cannot tell you what they were "thinking" when they wrote a piece of code. If you "ask" them what they were thinking, you just get a plausible response, not the "intention" that may or may not have existed in some abstract form in some layer when the system selected tokens*. That information is gone at that point and the LLM has no means to turn that information into something a human could understand anyways. They simply do not have what in a human might be called metacognition. For now. There's lots of ongoing experimental research in this direction though.

          Chances are that when you ask an LLM about their output, you'll get the response of either someone who now recognized an issue with their work, or the likeness of someone who believes they did great work and is now defending it. Obviously this is based on the work itself being fed back through the context window, which will inform the response, and thus it may not be entirely useless, but... this is all very far removed from what a conscious being might explain about their thoughts.

          The closest you can currently get to this is reading the "reasoning" tokens, though even those are just some selected system output that is then fed back to inform later output. There's nothing stopping the system from "reasoning" that it should say A, but then outputting B. Example: https://i.imgur.com/e8PX84Z.png

          * One might say that the LLM itself always considers every possible token and assigns weights to them, so there wouldn't even be a single chain of thought in the first place. More like... every possible "thought" at the same time at varying intensities.

          • pipes 3 hours ago
            Or ask another model to tell you what the changes do.
            • chmod775 3 hours ago
              Did you mean to reply to some other comment? I'm having trouble contextualizing your response - pardon the pun.
      • tayo42 4 hours ago
        Your always reviewing code though. Either a team mates pr or maybe your own code in 3 months, or some legacy thing.
    • sp00chy 13 hours ago
      Exactly that is also my experience also with Claude Code. It can create a lot of stuff impressively but with LOTS of more code than necessary. It’s not really effective in the end. I have more than 35 years of coding experience and always dig into the newest stuff. Quality wise it’s still not more than junior dev stuff even with latest models, sorry. And I know how to talk to these machines.
      • TuxSH 13 hours ago
        I don't have as many years of professional experience as you do, but IMO code pissing is one of the areas LLMs and "agentic tools" shine the least.

        In both personal projects and $dayjob tasks, the highest time-saving AI tasks were:

        - "review this feature branch" (containing hand-written commits)

        - "trace how this repo and repo located at ~/foobar use {stuff} and how they interact with each other, make a Mermaid diagram"

        - "reverse engineer the attached 50MiB+ unstripped ELF program, trace all calls to filesystem functions; make a table with filepath, caller function, overview of what caller does" (the table is then copy-pasted to Confluence)

        - basic YAML CRUD

        Also while Anthropic has more market share in B2B, their model seems optimized for frontend, design, and literary work rather than rigorous work; I find it to be the opposite with their main competitor.

        Claude writes code rife with safety issues/vulns all the time, or at least more than other models.

      • iamflimflam1 2 hours ago
        Try the new /simplify command.
    • wek 13 hours ago
      This is not my experience either. If you put the work in upfront to plan the feature, write the test cases, and then loop until they pass... you can build a lot of high quality software quickly. The difference between a junior engineer using it and a great architect using it is significant. I think of it as an amplifier.
      • andrekandre 1 hour ago

          > If you put the work in upfront to plan the feature, write the test cases, and then loop until they pass...
        
        it can be exhausting and time consuming front-loading things so deeply though; sometimes i feel like i would have been faster cutting all that out and doing it myself because in the doing you discover a lot of missing context (in the spec) anyways...
      • bluefirebrand 5 hours ago
        This honestly reads to me like "if you spend a lot of time doing tedious monotonous shit you can save a lot of time on the interesting stuff"

        I have no interest being a "great architect" if architects don't actually build anything

      • Mars008 5 hours ago
        > The difference between a junior engineer using it and a great architect using it is significant

        Yes, juniors are trying to use AI with the minimum input. This alone tells a lot..

    • seanmcdirmid 14 hours ago
      Not in my experience. But then again, lots of programmers are limited in how they use AI to write code. Those limitations are definitely real.
    • keeganpoppen 14 hours ago
      that's just not even remotely my experience. and i am ~20k hours into my programming career. ai makes most things so much faster that it is hard to justify ever doing large classes of things yourself (as much as this hurts my aesthetic sensibilities, it simply is what it is).
      • leptons 3 hours ago
        I've never seen a human estimate their "programming career" in kilohours. Is that supposed to look more impressive than years? So, you've been programming only about 7 years? I guess I'm at about "170 kilohours".
        • kennywinker 1 hour ago
          I think it’s probabky because of the malcom gladwell “ten thousand hours” idea.
      • lumost 13 hours ago
        Part of this depends on if you care that the AI wrote the code "your way." I've been in shops with rather exotic and specific style guides and standards which the AI would not or will not conform to.
        • igor47 3 hours ago
          Yeah, I also highly value consistency in my projects, which forces me to keep an eye on the LLM and steer it often. This limits my overall velocity especially on larger features. But I'm still much faster with the agent. Recent example, https://github.com/igor47/csheet/pull/68 -- this took me a couple of hours pairing with Claude code, which is insane give the size of the work here. Though this PR creates a bunch of tables, routes, services -- it's not just greenfield CRUD work. We're figuring out how to model a complicated domain, integrating with existing code, thinking through complex integrations including with LLMs at run time. Claude is writing almost all the code, I'm just steering
        • localhost 11 hours ago
          then have ai write a deterministic transformation tool that turns it into the specific style and standard that is needed
    • moezd 13 hours ago
      AI assisted code can't even stick to the API documentation, especially if the data structures are not consistent and have evolved over time. You would see Claude literally pulling function after function from thin air, desperately trying to fulfill your complicated business logic and even when it's complete, it doesn't look neat at all. Yes, it will have test coverage, but one more feature request will probably break the back of the camel. And if you raise that PR to the rest of your team, good luck trying to summarise it all to your colleagues.

      However if you just have an easy project, or a greenfield project, or don't care about who's going to maintain that stuff in 6 months, sure, go all in with AI.

      • ccosky 9 hours ago
        I definitely wonder if the people going all-in on AI harnessing are working on greenfield projects, because it seems overwhelming to try to get that set up on a brownfield codebase where the patterns aren't consistent and the code quality is mixed.
      • tayo42 4 hours ago
        So just iterate on it? Your complaint is that the model isn't one shotting the problem and reading your mind about style. It's like any coding workflow, make it work, then make it nice.
        • moezd 4 hours ago
          No, I never expect AI to one-shot (if I see such a miracle, it's usually because I needed a one-liner or something really simple and well documented, which I can also write on the whiteboard from memory).

          Try iterating over well known APIs where the response payloads are already gigantic JSONs, there are multiple ways to get certain data and they are all inconsistent and Claude spits out function after function, laying waste to your codebase. I found no amount of style guideline documents to resolve this issue.

          I'd rather read the documentation myself and write the code by hand rather than reviewing for the umpteenth time when Claude splits these new functions between e.g. __init__.py and main.py and god knows where, mixing business logic with plumbing and transport layers as an art form. God it was atrocious during the first few months of FastMCP.

    • GalaxyNova 13 hours ago
      Not what I've experienced
    • neversupervised 4 hours ago
      It’s crazy how some people feel the ai and others don’t. But one group is wrong. It’s a matter of time before everyone feels the AI.
    • fudfomo 11 hours ago
      Most of this thread is debating whether models are good or bad at writing code... however, I think a more important question is what we feed the AI with because that dramatically determines the quality of the output.

      When your agent explores your codebase trying to understand what to build, it read schema files, existing routes, UI components etc... easily 50-100k tokens of implementation detail. It's basically reverse-engineering intent from code. With that level of ambiguous input, no wonder the results feel like junior work.

      When you hand it a structured spec instead including data model, API contracts, architecture constraints etc., the agent gets 3-5x less context at much higher signal density. Instead of guessing from what was built it knows exactly what to build. Code quality improves significantly.

      I've measured this across ~47 features in a production codebase with amedian ratio: 4x less context with specs vs. random agent code exploration. For UI-heavy features it's 8-25x. The agent reads 2-3 focused markdown files instead of grepping through hundreds of KB of components.

      To pick up @wek's point about planning from above: devs who get great results from agentic development aren't better prompt engineers... they're better architects. They write the spec before the code, which is what good engineering always was... AI just made the payoff for that discipline 10x more visible.

  • lelanthran 14 hours ago
    This is a very one-sided article, unashamedly so.

    Where's the references to the decline in quality and embarrassing outages for Amazon, Microsoft, etc?

    • dboreham 13 hours ago
      Everything you read is in service of someone's business model.
    • esafak 13 hours ago
      Do we know that it decreased the quality, or introduced more opportunities for bugs by simply increasing the velocity? If every commit has a fixed probability of having a bug, you'll run into more bugs in a week by going faster.
      • lelanthran 4 hours ago
        > Do we know that it decreased the quality, or introduced more opportunities for bugs by simply increasing the velocity?

        That's an easy question to answer - you can look at outages per feature released.

        You may be instead looking at outages per loc written.

      • leptons 3 hours ago
        AI is constantly trying to introduce bugs into my code. I've started disabling it when I know exactly where I'm going with the code, because the AI is often a lot more confused than I am about where the code is going.
      • pydry 13 hours ago
        Do we know it increased the velocity and didnt just churn more slop?

        Even before AI the limiting factor on all of the teams I ever worked on was bad decisions, not how much time it took to write code. There seem to be more of those these days.

  • IntrepidPig 12 hours ago
    > “The reason that tech generally — and coders in particular — see L.L.M.s differently than everyone else is that in the creative disciplines, L.L.M.s take away the most soulful human parts of the work and leave the drudgery to you,” Dash says. “And in coding, L.L.M.s take away the drudgery and leave the human, soulful parts to you.”

    This doesn’t really make sense to me. GenAI ostensibly removes the drudgery from other creative endeavors too. You don’t need to make every painstaking brushstroke anymore; you can get to your intended final product faster than ever. I think a common misunderstanding is that the drudgery is really inseparable from the soulful part.

    Also, I think GenAI in coding actually has the exact same failure modes as GenAI in painting, music, art, writing, etc. The output lacks depth, it lacks context, and it lacks an understanding of its own purpose. For most people, it’s much easier to intuitively see those shortcomings of GenAI manifest in traditional creative mediums, just because they come more naturally to us. For coding, I suspect the same shortcomings apply, they just aren’t as clear.

    I mean, at the end of the day if writing code is just to get something that works, then sure, let’s blitz away with LLMs and not bother to understand what we’re doing or why we do it anymore. Maybe I’m naive in thinking that coding has creative value that we’re now throwing away, possibly forever.

  • igor47 3 hours ago
    I'm not normally a fan of the NYT but this wasn't too bad. It passed the Gel-Mann test, and is clearly written by someone who knows the field well, even though the selection of quotes skews to towards outliers -- I think Yeggie for instance is pretty far out of the mainstream in his views on LLMs, whether ahead or sideways.

    As a result a lot of the responses here are either quibbles or cope disguised as personal anecdotes. I'm pretty worried about the impact of the LLMs too, but if you're not getting use out of them while coding, I really do think the problem is you.

    Since people always want examples, I'll link to a PR in my current hobby project, which Claude code helped me complete in days instead of weeks. https://github.com/igor47/csheet/pull/68 Though this PR creates a bunch of tables, routes, services -- it's not just greenfield CRUD work. We're figuring out how to model a complicated domain (the rules to DnD 5e, including the 2014 and the 2024 revisions of those rules), integrating with existing code, thinking through complex integrations including with LLMs at run time. Claude is writing almost all the code, I'm just steering

  • lagrange77 14 hours ago
    It's really time that mainstream media picks up on 'agentic coding' and the implications of writing software becoming a commodity.

    I'm an engineer (not only software) by heart, but after seeing what Opus 4.6 based agents are capable of and especially the rate of improvement, i think the direction is clear.

    • thrawa8387336 13 hours ago
      I like 4.6 and agents based on it but can only qualify it as moderately useful.
  • 0xbadcafebee 3 hours ago
    Back in the day, programming was done on punch cards. In 20 years, that's how kids will see typing out lines of program code by hand.
    • znort_ 2 hours ago
      different things. adding levels of abstraction is not the same as having a statistical model generate abstractions for you.

      you can still call it spec-programming but if you don't audit your generated code then you're simply doing it wrong; you just don't realize that yet because you've been getting away with it until now.

    • Revanche1367 3 hours ago
      At the rate things have been going, that is likely to happen in 20 days rather than 20 years.
  • xenadu02 13 hours ago
    It's an accelerator. A great tool if used well. But just like all the innovations before it that were going to replace programmers it simply won't.

    I used Claude just the other day to write unit test coverage for a tricky system that handles resolving updates into a consistent view of the world and handles record resurrection/deletion. It wrote great test coverage because it parsed my headerdoc and code comments that went into great detail about the expected behavior. The hard part of that implementation was the prose I wrote and the thinking required to come up with it. The actual lines of code were already a small part of the problem space. So yeah Claude saved me a day or two of monotonously writing up test cases. That's great.

    Of course Claude also spat out some absolute garbage code using reflection to poke at internal properties because the access level didn't allow the test to poke at the things it wanted to poke at, along with some methods that were calling themselves in infinite recursion. Oh and a bunch of lines that didn't even compile.

    The thing is about those errors: most of them were a fundamental inability to reason. They were technically correct in a sense. I can see how a model that learned from other code written by humans would learn those patterns and apply them. In some contexts they would be best-practice or even required. But the model can't reason. It has no executive function.

    I think that is part of what makes these models both amazingly capable and incredibly stupid at the same time.

  • nenadg 2 hours ago
    sensationalism give it a couple of months
  • zjp 14 hours ago
    There is no such thing as "after coders": https://zjpea.substack.com/p/embarrassingly-solved-problems

    This excerpt:

    >A.I. had become so good at writing code that Ebert, initially cautious, began letting it do more and more. Now Claude Code does the bulk of it.

    is a little overstated. I think the brownfield section has things exactly backwards. Claude Code benefits enormously from large, established codebases, and it’s basically free riding on the years of human work that went into those codebases. I prodded Claude to add SNFG depictions to the molecular modeling program I work on. It couldn’t have come up with the whole program on its own and if I tried it would produce a different, maybe worse architecture than our atomic library, and then its design choices for molecules might constrain its ability to solve the problem as elegantly as it did. Even then, it needed a coworker to tell me that it had used the incorrect data structure and needed to switch to something that could, when selected, stand in for the atoms it represented.

    Also this:

    >But A.I.-generated code? If it passes its tests and works, it’s worth as much as what humans get paid $200,000 or more a year to compose.

    Isn’t really true. It’s the free-riding problem again. The thing about an ESP is that the LLM has the advantage of either a blank canvas (if you’re using one to vibe code a startup), or at least the fact that several possibilities converge on one output, but, genuinely, not all of those realities include good coding architecture. Models can make mistakes, and without a human in the loop those mistakes can render a codebase unmaintainable. It’s a balance. That’s why I don’t let Claude stamp himself to my commits even if he assisted or even did all the work. Who cares if Claude wrote it? I’m the one taking responsibility for it. The article presents Greenfield as good for a startup, and it might be, but only for the early, fast, funding rounds, when you have to get an MVP out right now. That’s an unstable foundation they will have to go back and fix for regulatory or maintenance reasons, and I think that’s the better understanding of the situation than framing Aayush’s experience as a user error.

    Even so, “weirdly jazzed about their new powers” is an understatement. Every team including ours has decades of programmer-years of tasks in the backlog, what’s not to love about something you can set to pet peeves for free and then see if the reality matches the ideal? git reset --hard if you don't like what it does, and if you do all the better. The Cuisy thing with the script for the printer is a perfect application of LLMs, a one-off that doesn’t have to be maintained.

    Also, the whole framing is weirdly self limiting. The architectural taste that LLMs are, again, free riding off of, is hard won by doing the work more senior engineers are giving to LLMs instead of juniors. We’re setting ourselves up for a serious coordinated action problem as a profession. The article gestures at this a couple times

    The thing about threatening LLMs is pretty funny too but something in me wants to fall back to Kant's position that what you do to anything you do to yourself.

    • htx80nerd 14 hours ago
      I spent ~6hrs with Claude trying to fix a web worker bug in a small JS code base Claude made. In the end it failed and I ran out of credits. Claude kept wanting to rip out huge blocks of code and replace entire functions. We never got any closer to a solution. The Claude hype is unreal. My 'on the ground' experience has been vastly different.
      • kuboble 13 hours ago
        Yes, you can get a project with claude to a state of unrecoverable garbage. But with a little experience you can learn what it's good at and this happens less and less.
      • zjp 13 hours ago
        That isn't my experience. My code and bug tracker are public, so I have the privilege of being able to paste URLs to tickets into Claude Code with the prompt "what the fuck?" and it usually comes up with something workable on its own.
    • movpasd 14 hours ago
      Regarding LLM's performances on brownfield projects, I thought of Naur's "Programming as Theory Building". He explains an example of a compiler project that is taken over by a team without guidance from the original developers:

      > "at [the] later stage the original powerful structure was still visible, but made entirely ineffective by amorphous additions of many different kinds"

      Maybe a way of phrasing it is that accumulating a lot of "code quality capital" gives you a lot more leverage over technical debt, but eventually it does catch up.

  • sjeiuhvdiidi 5 hours ago
    It's all nonsense. It's just better search, intelligence in not artificial. They are trying to convince everyone that they don't need to pay programmers. That's all, all it is. It'll work on the ignorant who'll take less money to make sure it works and fix the bugs, which is mostly what they were paying for anyway. They just want to devalue the work of the people they are reliant on. Nothing new.
    • neversupervised 4 hours ago
      I think you’re a bit behind on your world view. Just because it’s inconvenient to you that non coders can now code, doesn’t make it untrue.
      • mdavid626 4 hours ago
        No, they can’t.

        It has nothing to do with inconvenience.

        I really like that layman now make these statements - they know better than people working in the industry for decades.

        • habinero 2 hours ago
          None of them understand the first thing about what the job actually is, or they wouldn't try to brag about the 200K LoC they generated lol
  • CollinEMac 14 hours ago
    >but like most of their peers now, they only rarely write code.

    Citation needed. Are most developers "rarely" writing code?

    • jcranmer 13 hours ago
      I'd expect that probably less than 10% of my time is spent actually writing code, and not because of AI, but because enough of it is spent analyzing failures, reading documents, participating in meetings, putting together presentations, answering questions, reading code, etc. And even when I have a nice, uninterrupted coding session, I still spend a decent fraction of that time thinking through the design of how I want the change rather than actually writing the code to effect that change.
    • thrawa8387336 13 hours ago
      And was true before AI
    • habinero 2 hours ago
      Yeah, actually writing code is a surprisingly small part of the job.
    • dboreham 13 hours ago
      In my direct experience this is mostly true.
  • gist 12 hours ago
    For one thing comments here appear to apply to the quality and issues today not potentially going forward. Quality will change quicker than anyone expects. I am wondering how many people at HN remember when the first Mac came out with Mac Paint and then Pagemaker or Quark. That didn't evolve anywhere nearly as quickly as AI appears to be.

    Also I am not seeing how anyone is considering that what a programmer considers quality and what 'gets the job done' (as mentioned in the article) matters in any business. (Example with typesetting is original laser printers were only 300dpi but after a short period became 1200dpi 'good enough' for camera ready copy).

  • ramesh31 1 day ago
    Because we love tech? I'm absolutely terrified about the future of employment in this field, but I wouldn't give up this insane leap of science fiction technology for anything.
    • bigstrat2003 14 hours ago
      I love tech - tech that actually works well. The current tech we have for AI does not, so I'm not excited about it.
    • hn_acc1 13 hours ago
      A really good pattern-matching engine is an "insane leap of science fiction"? It saves me a bit of typing here and there with some good pattern matching. Trying to get it to do anything more than a few lines gives me gibberish, or an infinite loop of "Oh, you're right, I need to do X, not Y", over and over - and that's Opus 4.5 or whatever the recent one is.

      Would you give it access to your bank account, your 401k, trust it to sell your house, etc? I sure wouldn't.

    • kittikitti 14 hours ago
      "One such test for Python code, called a pytest"

      The brain rot from the author couldn't even think of "unit test".

      • mkehrt 13 hours ago
        Why would you expect a reporter to magically know what a "unit test" is? Sounds like a simple miscommunication with one of his sources. Not perfect but not "brain rot".
  • kittikitti 14 hours ago
    Another trash article from the New York Times, who financially benefit from this type of content because of their ongoing litigation against OpenAI. I think the assumption that developers don't code is wrong. Most software engineers don't even want to code, they are opportunists looking to make money. I have yet to experience this cliff of coding. These people aren't asking for hard enough questions. I have a bunch of things I want AI to build that it completely fails on.

    The article could have been written from a very different perspective. Instead, the "journalists" likely interviewed a few insiders from Big Tech and generalized. They don't get it. They never will.

    Before the advent of ChatGPT, maybe 2 in 100 people could code. I was actually hoping AI would increase programming literacy but it didn't, it became even more rare. Many journalists could have come at it from this perspective, but instead painted doom and gloom for coders and computer programming.

    The New York Times should look in the mirror. With the advent of the iPad, most experts agreed that they would go out of business because a majority of their revenue came from print media. Look what happened.

    Understand this, most professional software and IT engineers hate coding. It was a flex to say you no longer code professionally before ChatGPT. It's still a flex now. But it's corrupt journalism when there is a clear conflict of interest because the NYT is suing the hell out of AI companies.

    • hn_acc1 13 hours ago
      Agreed - just like the Fortune article talking about (Edit: Morgan Stanley, not GS) saying "the AI revolution is coming next year, and will decimate tons of industries, and no one is ready for it". They quote Altman and Musk. Gee - what did you expect from those two snake-oil salesmen?
    • novemberYankee7 10 hours ago
      Also the fact that NYT gives all their devs licenses to Cursor and Claude
  • deflator 1 day ago
    What is a coder? Someone who is handed the full specs and sits down and just types code? I have never met such a person. The most annoying part of SWE is everyone who isn't an SWE has inane ideas about what we do.
    • pjmlp 14 hours ago
      Never worked on offshoring projects? That is exactly what the sweatshop coders do.
      • recursivedoubts 14 hours ago
        I think that the current AI tooling is a much bigger threat to offshore sweatshops than to domestic programmers.

        Why deal with language barriers, time shifts, etc. when a small team of good developers can be so much more productive, allegedly?

      • Tade0 12 hours ago
        No we don't.

        For one, I never saw a "full spec" (if such a thing even exists) back in my days of making 8k. Annually.

    • theshackleford 14 hours ago
      > The most annoying part of SWE is everyone who isn't an SWE has inane ideas about what we do.

      I’ve tended to hold the same opinion of what the average SWE thinks everyone else does.

  • bookofjoe 1 day ago
  • fraywing 13 hours ago
    I keep getting stuck on the liability problem of this supposed "new world". If we take this as far as it goes: AI agent societies that designs, architects, and maintains the entire stack E2E with little to no oversight. What happens when rogue AIs do bad things? Who is responsible? You have to have fireable senior engineers that understand deep fundamentals to make sure things aren't going awry, right? /s
    • suzzer99 5 hours ago
      Check out the movie Brazil, if you haven't seen it already. Incredibly far ahead of its time.
  • Copyrightest 14 hours ago
    [dead]