51 comments

  • kristianc9 hours ago
    I&#x27;m sure I&#x27;m not alone in feeling the &quot;deep expertise&quot; OP laments was actually deeply inconvenient to many people. I understand that there&#x27;s a good living to be made from knowing browser quirks, hand-rolling accessible components, mastering CSS specificity, but this is largely accidental complexity. More people building things is straightforwardly good, and if some of those things are slower or less accessible, that&#x27;s a tradeoff people are entitled to make.<p>You can argue that abstractions hide consequences that fall on users who didn&#x27;t choose them, but I&#x27;d argue back that LLMs likely have a better understanding of a11y conventions than I do as well.
    • m1329 hours ago
      The problem is, mastering accessibility, intuitiveness, compatibility, responsiveness, scalability, architecture, performance, and all those other less immediately visible, &quot;forward-thinking&quot; parts of UX&#x2F;software development has always been difficult. Ultra high-level frameworks and now LLMs have, on the other hand, made it even easier to botch all of these and quickly roll out a half-baked MVP. The gap between &quot;acceptable&quot; and &quot;decent&quot; has thus been widening. As a protagonist of &quot;decent&quot;, you have it increasingly harder competing against those pushing for &quot;acceptable&quot;. And the push is understandable as well, it&#x27;s MVPs that make money and details only &quot;increase customer satisfaction&quot; at best (and these days, who even cares about customers?).<p>The end result is more crunch and a sharp decline in software quality, maybe even job satisfaction in general. As an (unfortunately anecdotal) example, I started to find myself fixing up broken websites or removing elements that get in the way with dev tools and uBlock every once in a while, and have heard from other people on here that they have been doing the same (<a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=47042747">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=47042747</a>). All to restore basic functionality of websites I go on. This was never required back in the day, Flash and early web browsers didn&#x27;t even have the option to do this.<p>Another, less anecdotal example from a while ago: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=47390945">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=47390945</a><p>It gets worse when you realize that most of the money saved through these cuts only benefits the very top of the hierarchy.
      • hombre_fatal8 hours ago
        &gt; LLMs have, on the other hand, made it even easier to botch all of these and quickly roll out a half-baked MVP<p>Compared to the status quo where people pretty much never consider these things, like accessibility, especially not for an MVP? How many people have never added written aria attribute? I would suspect 90%+ of people touching the frontend.<p>The difference with LLMs is that (1) they have a latent rigor for things that you weren&#x27;t going to spend time caring about anyways and, more importantly, (2) you can encode these things into prompts (AGENTS.md) and processes so that they happen even when you weren&#x27;t going to invest the time with or without AI. For a lot of people this only means collecting some generic &quot;skills&quot; they found online yet it&#x27;s still much better than what they were going to do pre-AI.<p>That&#x27;s why I think AI is saving software in some ways, not leading to worse software.<p>Or, asserting that AI will botch software might hold more weight with people who have already forgotten how dogshit software was pre-AI.
        • m1328 hours ago
          I can somewhat see your point, but it is generally accepted that a wrong ARIA is worse than none, and LLM-assisted codebases, at least these days, only stick together thanks to testing, the more decent ones heavily emphasize in-depth human code reviews.<p>If our hypothetical developer hasn&#x27;t used any accessibility-related tags before, what chance is there that those parts of the website will receive adequate testing?
          • hombre_fatal8 hours ago
            Testing is an even more powerful subject here since we barely do it.<p>Testing is so hard that we&#x27;ll agree that, e.g., TDD is great (e.g. ensure your tests actually test something, ensure your code is testable from the start) yet we never do it. And when we do write tests, we are on the hook to be eternally vigilant that they are not stale, that they test something real, that they are not redundant. And they often turn into an append-only file that you resent.<p>Meanwhile, AI is happy to write tests, do red-green TDD cycles, refactor them, prune them, update them, justify and defend them. It will even incidentally write tests for the most aloof vibe-coder by accident because they didn&#x27;t specify otherwise.<p>Overnight, I went from never testing most of my side projects (except for, say, maybe unit tests in more straightforward things like a parser) to now everything is tested end-to-end. Every time I make a new directional &#x2F; architectural decision, the tests the AI writes also encode it at the test level to reenforce the decision.<p>It&#x27;s strictly a better world for software because AI can write and maintain tests.<p>&gt; LLM-assisted codebases, at least these days, only stick together thanks to testing<p>But tests also help humans and ensure human-written software is robust. We only don&#x27;t test because they are so costly to write and maintain, and our software has always suffered for it. Or the tests become such an unmaintainable mess that our software is now worse because of it!
            • kakugawa7 hours ago
              a11y testing is non-trivial. axe-core can automatically detect many types of issues. However, enough compliance (to avoid being sued) needs end-to-end testing and human judgement. e.g. keyboard traps, focus restoration, alt-text, etc.
            • skydhash6 hours ago
              &gt; Meanwhile, AI is happy to write tests, do red-green TDD cycles, refactor them, prune them, update them, justify and defend them. It will even incidentally write tests for the most aloof vibe-coder by accident because they didn&#x27;t specify otherwise.<p>I read some AI generated tests and while it looks visually impressive, ultimately it wasn’t doing anything valuable? Why? because of all the mocks and scenarios that didn’t matter. And on top of that, tests are additional code to maintain.<p>These days, I don’t even bother with unit testing. They are a maintenance burden. I focus on integration test (whole modules) and if I have the time, on a harness to do e2e testing.
          • PaulHoule8 hours ago
            0% if by testing you mean &quot;somebody who uses a screen reader regularly was able to use the product successfully&quot; because nobody seems to do that.
        • d0liver7 hours ago
          I would much rather have software that works but lacks accessibility features than software that&#x27;s broken but also has some broken accessibility features sprinkled in. The former is useful to many people, while the latter is useful to no one.<p>But the key here is: LLMs don&#x27;t have latent rigor, nor any other kind of rigor.
          • hombre_fatal5 hours ago
            But software was already in a horrible state before AI, so your dichotomy doesn&#x27;t work.<p>The status quo with pre-AI Human Written software on a pedestal is that it doesn&#x27;t work, and it lacks accessibility, polish, performance considerations, UX considerations, tests, and more.<p>The built-in rigor is trivial to prove. Just put Opus 4.8 in plan mode and tell it to plan something, like a vt100 emulator.<p>The question isn&#x27;t whether you can do better than AI, because you&#x27;ll put your foot on the scale and give yourself infinite time, attention, and energy just so you can say yes. It&#x27;s whether AI can do as good or better than you with the same time, attention, and energy you would have given a task in the first place.
            • icedchai30 minutes ago
              A couple months back, I had Sonnet build me a browser-based VT-100 terminal emulator. I then had it build me a websocket-to-telnet gateway for connecting some old retro systems to it. Both worked pretty well.<p>Could I have done it on my own? Yes, eventually. The problem is I would&#x27;ve lost interest and moved on to some other useless project before getting that far.
        • sillyfluke31 minutes ago
          &gt;asserting that AI will botch software might hold more weight with people who have already forgotten how dogshit software was pre-AI.<p>You&#x27;re responding to an assertion with an assertion. It has been empirically proven that SOTA models <i>can</i> create more dogshit software than pre-AI software. It is also trivially known that the user is unable to predict <i>when</i> and <i>how</i> the AI will introduce dogshit into the software. We literally had a study posted on this forum claiming models give more accurate answers if you&#x27;re mean to them. This is the shit we&#x27;re dealing with. Stuff you couldn&#x27;t make up in a dystopian Douglas Adams novel.<p>&gt;you can encode these things into prompts<p>Is this satire? SOTA models randomly disobey rules in prompts all the time.<p>When a dev drops a production db I can warn them. If they do it multiple times during their employment I can change their roles or fire them.<p>I can count the number of companies providing SOTA models with the fingers on my hands. Imagine having an employee pool of only 5 savant coders with dementia to choose from to hire to your company. That&#x27;s it. Thats the entire applicant pool. You can only fire one of them by hiring one of the other four to replace them with. And you can&#x27;t really fire them for dropping production dbs if you can&#x27;t prevent the other ones from making the same mistake. This is the current AI-first hellscape as it stands.
        • redsocksfan455 hours ago
          [dead]
      • hnthrow02873458 hours ago
        This is why the &#x27;craft&#x27; should be left to open source for most commercial software. The business reality just doesn&#x27;t care for it.<p>Only when you have a PR problem does the business switch back to signalling quality, like Microsoft, although it remains to be seen if they still have the quality part. Most of the craftspeople get to say &#x27;told you so&#x27; but also it looks like a sinking ship to them. Once the PR problem is gone, it&#x27;s back to shipping at the expense of quality.<p>This cycle conflicts with the idea of a craft, which is that you should do it that way all&#x2F;most of the time. The business will stop caring about quality long enough that your skills will erode, making it a bad mix. Trying to practice a craft where you aren&#x27;t in control of this cycle is corrosive to the spirit.
      • carlosjobim7 hours ago
        &gt; As a protagonist of &quot;decent&quot;, you have it increasingly harder competing against those pushing for &quot;acceptable&quot;.<p>Some people go on a bicycle because they can&#x27;t afford a car. Should car makers see those people as a problem?<p>&gt; The end result is more crunch and a sharp decline in software quality<p>If you have 10 people eating steak and 10 people starving, then giving rice to the starving people would also sharply decrease dinner quality.<p>AI software is not the difference between good or bad, it&#x27;s the difference between something or nothing.
        • SiempreViernes7 hours ago
          &gt; Some people go on a bicycle because they can&#x27;t afford a car. Should car makers see those people as a problem?<p>Contrary to what you seem to believe, cars and bicycles are different kinds of things, not two versions of the same fundamental type, so this rhetorical question doesn&#x27;t make much sense (consider that also your legs provide the function of transportation but are nevertheless not a kind of car).
          • handelaar5 hours ago
            &gt; Contrary to what you seem to believe<p>Please stop doing this. That is not even close to what he said.<p>&quot;Some people&quot; do that? Not a controversial statement, and pretending otherwise is to argue in bad faith.
        • m1325 hours ago
          I&#x27;m afraid that there&#x27;s never been a shortage of poor quality software
    • coldtea7 hours ago
      &gt;<i>I&#x27;m sure I&#x27;m not alone in feeling the &quot;deep expertise&quot; OP laments was actually deeply inconvenient to many people.</i><p>And I&#x27;m sure I&#x27;m not alone in feeling that the convenience from ignoring the &quot;deep expertise&quot; and piling on hacks and lazy abstractions, all the way to modern multi-MB frameworks and Electron, is a regression.<p>Of course no one gives a shit about things like the user&#x27;s computer&#x2F;memory utilization. Or degraded experience. Or wasted bandwidth. Or the extra energy costs per 8 billion people - and the environmental impact.<p>&gt;<i>More people building things is straightforwardly good,</i><p>Is more people building public infrastructure &quot;straightforwardly good&quot;? If it means worse roads, worse bridges, systems that fail?<p>The same holds for software. And most things really.
      • x0x05 hours ago
        &gt; <i>feeling that the convenience from ignoring the &quot;deep expertise&quot; and piling on hacks and lazy abstractions</i><p>But again, accidental complexity. The web platform is utterly rotten. So the people we should blame are chrome et al for not providing a standard lib or anything approaching a reasonable UI framework, which forces people to reimplement what a competent platform provides.<p>Electron is an artifact of the richest companies in the world prioritizing their platform monopolies and trying to increase their stranglehold on businesses by forcing them to write platform specific code, which is hysterically expensive to build and maintain. When I&#x27;m confronted with writing for web then reimplementing for mac and win... the answer is electron. I don&#x27;t think anybody likes building in Electron; it&#x27;s just it&#x27;s that or +200% (or more) eng headcount to build 3 apps, one per platform.
    • trjordan9 hours ago
      Totally. Every &quot;we&#x27;re losing our craft&quot; article has the same gloomy shape. That&#x27;s enough of a bummer, but they also argue against themselves halfway through.<p>This one, for instance:<p>&gt; But exactly which details are deemed “unimportant” is a very consequential and sometimes subjective decision. And eventually, the details always leak through.<p>Right, so you&#x27;re saying this new technology will still reward deep technical understanding, because there&#x27;s no way around it. I agree. Why is the whole tone of this thing &quot;AI is making my craft a cheap commodity?&quot;<p>Websites are largely better, technically, than they were 10 years ago. They&#x27;re more full-featured, they&#x27;re faster, SSL&#x2F;a11y&#x2F;responsiveness are stronger defaults. Content mills &#x2F; SEO &#x2F; news sites are a separate, terrible failure mode of ads and corporate incentives. That&#x27;s not React&#x27;s fault!
      • knuckleheads8 hours ago
        A craftsman&#x27;s pride is an industrialist&#x27;s nightmare! Software has been transitioning from a craft into an industrial process for the last two decades or so, and the software craftsmen of all stripes understandably do not like this!
        • acedTrex7 hours ago
          Ya it&#x27;s definitely been an ongoing process. LLMs have just accelerated it.
          • knuckleheads7 hours ago
            I am not joking when I say that software craftsmen lost the war when tabs vs spaces was obviated as a point of contention by CI enforced formatting and linting around broader community standards.
      • bigstrat20031 hour ago
        &gt; Websites are largely better, technically, than they were 10 years ago.<p>That is not remotely the case. All software, not just websites, is a lot worse than it was 10 years ago. Bloated, slow, buggy messes that resulted from the industry hiring a bunch of people who just wanted to do the bare minimum and make fat stacks, rather than hiring people who actually care about good engineering.
      • SpicyLemonZest5 hours ago
        It&#x27;s just not what I wanted. I got into software because I liked coding, deep technical understanding only excited me because it would help me code better. I don&#x27;t want to get too &quot;woe is me&quot;, there are far worse things in the world than having a vaguely unsatisfying job, but there are life choices I would have made differently had I known coding would be automated in 2026.
        • HDThoreaun4 hours ago
          You can still code all you like, youre just not going to get paid for it.
          • SpicyLemonZest4 hours ago
            Sure, but I&#x27;ve got other hobbies which better satisfy my itch for making things. Doesn&#x27;t really solve my problem.
    • customguy9 hours ago
      &gt; I&#x27;d argue back that LLMs likely have a better understanding of a11y conventions than I do as well.<p>No, other people did. They wrote about it, and LLM can sometimes use that. Once they no longer write about it, what then?<p>&gt; More people building things is straightforwardly good, and if some of those things are slower or less accessible, that&#x27;s a tradeoff people are entitled to make.<p>That I agree with. The more the merrier, all else being the same. And if &quot;AI&quot; trickled into everything because of the undeniable improvements it leads to, the situation and most of the sentiments would be very different, I think.<p>But even then, people aren&#x27;t entitled to the knowledge &quot;created&quot; by doing the work. If attribution and compensation were tackled in earnest, if you could only train on the materials of the people you pay to produce those materials, it might be much quicker and cheaper to just learn CSS.
      • aspenmartin9 hours ago
        &gt; No, other people did. They wrote about it, and LLM can sometimes use that. Once they no longer write about it, what then?<p>It can read the code? Historical discussions around it? Commit histories?<p>&gt; But even then, people aren&#x27;t entitled to the knowledge &quot;created&quot; by doing the work. If attribution and compensation were tackled in earnest, if you could only train on the materials of the people you pay to produce those materials, it might be much quicker and cheaper to just learn CSS.<p>OSS code and people’s public writings are available to anyone all the time. Common Crawl, the open source web crawl dump, has been around for over a decade. No one had any problem with these systems being developed on them, until they finally started to become useful, so what’s the sort of legal or ethical framework you’re pointing to?
        • customguy8 hours ago
          &gt; It can read the code? Historical discussions around it? Commit histories?<p>Assume <i>everybody</i> is now using LLM because they&#x27;re better, and because the people who created artisanal things in their free time out of sheer generosity no longer have free time, or any food at all, or simply no longer feel generous. And the few people who are such specialists that they would be slowed down by them only do proprietary work, for lots of money.<p>What then? LLM learning from LLM doesn&#x27;t really work, does it?<p>This is not intended as some kind of gotcha, to me this is a huge elephant on the couch.<p>&gt; No one had any problem with these systems being developed on them, until they finally started to become useful, so what’s the sort of legal or ethical framework you’re pointing to?<p>That it&#x27;s perfectly fine for people to say &quot;I was fine with that, but I&#x27;m not fine with this&quot;. They can give you detailed explanations for their individual decisions, every single one of them, but there is no point in discussing them in aggregate because that aggregate is an abstraction. And they&#x27;re optional, too, it&#x27;s not like people have to give an explanation, and aren&#x27;t simply free to change their mind for no or for bad reasons.
          • aspenmartin8 hours ago
            &gt; Assume everybody is now using LLM because they&#x27;re better, and because the people who created artisanal things in their free time out of sheer generosity no longer have free time, or any food at all, or simply no longer feel generous. And the few people who are such specialists that they would be slowed down by them only do proprietary work, for lots of money.<p>&gt; What then? LLM learning from LLM doesn&#x27;t really work, does it?<p>Oh what no that’s exactly how it works, even today. RL with verification is done with synthetic data and rejection sampling. If something can’t get done purely with an agent that needs to get done it’s done with human help, this will always be the case it will just get rare-er.<p>&gt; That it&#x27;s perfectly fine for people to say &quot;I was fine with that, but I&#x27;m not fine with this&quot;.<p>Agree with you there, but there’s a theme or insinuation (not saying you’re saying this) that these companies “stole work” (which definitely a lot of copyright violations sure), but it’s just unclear to me what principles or legal frameworks these companies or institutions should have used to develop the technology. I don’t really even know whether I mean to imply it’s not unethical, moreso I’m looking for a steel man argument to this. But of course people are entitled to their value systems and judgements and to point out real harm.
            • customguy8 hours ago
              &gt; there’s a theme or insinuation (not saying you’re saying this) that these companies “stole work” (which definitely a lot of copyright violations sure), but it’s just unclear to me what principles or legal frameworks these companies or institutions should have used to develop the technology.<p>Oh, I&#x27;m absolutely one of the people saying that a lot of companies stole a lot of work, and that it would be better to dissolve them and make all their assets public domain, than to stand for it.<p>The legal and moral framework is to ask for permission, accept &quot;no&quot;. The same framework they use against you in an instant, with an army of lawyers, when you do to them what they did to everybody.<p>None of this in principle, technically, requires slurping up everything and ignoring consent, that just made it quicker and cheaper, that&#x27;s why they did it. While they did that, I&#x27;m sure other labs made progress in the same direction at much smaller pace, in a defensible manner, of which they should get to keep the fruit.
          • 8note5 hours ago
            still though, whats causing the old code to disappear? the old discussions to disappear?<p>theyve already been added to all the big labs&#x27; datasets, its not like its going anywhere.<p>but even moreso, accessibility tools exist because people need them, and will make it known when the accessibility is broken.<p>the screen reader is still gonna expose an api or have observable outputs.<p>There&#x27;s very real forcing functions that will keep making useful content about what people want and need from accessibility tools, and how to interact with existing tools.<p>you&#x27;re still building <i>for</i> people and the harness operator as time goes on, will probably be the actual user, and will push the LLM to adjust the code to be great for them
        • oblio8 hours ago
          &gt; It can read the code? Historical discussions around it? Commit histories?<p>And if everyone bunkers up and all that open content dries up starting in 2026, let&#x27;s say, what happens?
          • kristianc8 hours ago
            It won&#x27;t happen, for two reasons. One is that great deal of open-source software and hobbyist knowledge sharing has never been driven by financial reward anyway and people will continue to do it anyway. Finer grained controls over opt-outs would be great (the equivalent of a search engine &#x27;nofollow&#x27; would be great and will hopefully come with time).<p>Many kinds of technology faced this kind of tragedy of the commons argument in the past and it never bears out. Printing presses copied manuscripts, search engines copied and indexed web pages, open-source software was incorporated into commercial products, Wikipedia repackaged knowledge produced elsewhere.<p>In almost all cases the total amount of creation increases because the technology lowered costs, expanded audiences, or created new forms of value. The speed of creation of new &#x27;View Source&#x27; outpaces the number of people pulling back.
            • bayarearefugee4 hours ago
              &gt; great deal of open-source software and hobbyist knowledge sharing has never been driven by financial reward anyway and people will continue to do it anyway.<p>A lot of open-source software was supported by developers having stable well-paying jobs that didn&#x27;t burn them out and afforded them enough free time to work on passion projects on the side, so that even if their company wasn&#x27;t directly supporting their OSS development, there was still an indirect link.<p>Not only is this likely to increasingly change in the future as people need to spend more time navigating the disruption AI will have on labor, it already visibly has been changing over the past year.<p>One of the top posts on HN today is someone leaving open source and tech completely to work at Home Depot -- while this is an extreme case it isn&#x27;t wholly unique to what I&#x27;m seeing in many places since 2025.
            • customguy8 hours ago
              &gt; In almost all cases the total amount of creation increases because the technology lowered costs<p>But this doesn&#x27;t lower the cost of learning and writing CSS, it just scoops up some of it and offers that cheaply, and even that only because it&#x27;s offered below cost. If anything I&#x27;d say it increases the cost, because now you don&#x27;t get paid to get and be good at what an LLM is supposedly good enough at, and have less free time to do it anyway. You may not even have a computer because your current one broke and you can&#x27;t afford a new one.
            • watwut7 hours ago
              It will happen and it already started to happen. It started to happen even before LLM, when google started to hide smaller personal blogs in its search result. Expectation of the monetary reward has nothing to do with it, discoverability does. Culture of creating content does not exist when people cant see what others created and know no one will see what they created. A lot of smaller open source was monkey see monkey do thing - we have seen other open source projects and wanted something like that. Likewise with tutorials, we have seen other people write cool tutorials and felt like creating own and showing it out.<p>That is not the dynamic with LLM. You see LLM output, but original creator is hidden. And if you write your own, no one will find it. Worst, other people will tell you &quot;LLM could have write it&quot; in reaction ... so people wont bother.<p>&gt; search engines copied and indexed web pages<p>Notably, search engines sent people toward web pages. And when search engines stopped doing that and started to copy content, those original pages started to die out.<p>&gt; Printing presses copied manuscripts<p>Printing press made dissemination easier. It is an equivalent of early internet, not of LLM.<p>&gt; open-source software was incorporated into commercial products<p>Commercial product using open source library had different user then the library it is using. And crucially, it is not hiding that library from the library user.<p>&gt; Wikipedia repackaged knowledge produced elsewhere<p>Yes, and we collectively create less encyclopedias. They are not worth writing and checking for correctness anymore, so we don&#x27;t do that all that much anymore.
          • aspenmartin8 hours ago
            Well that historical content and code still exists right? Are you just saying “what if we’re in a world of walled gardens now that OSS dies because people don’t want their work stolen” in which case: these companies will get data and they don’t need OSS anymore. It’s already webcrawled or licensed or commissioned, they pay people to generate novel traces when they need it or at the very least sets of prompts and tests for verification. Then synthetic data gets added to the training set, the ones that are verified.
            • customguy8 hours ago
              That sounds like it would reduce the blazing progress of the last decades to a snail&#x27;s pace, some twilight where software is just average, as it always was and always will be. That people will always do the thing the opposite of which is now incentivized doesn&#x27;t convince me, basically. If just using the LLM gets you ahead in a time of severe pressure, then most people will do that, and by the time anyone realizes they kinda need a FEW people to actually be able to reason about something from start to finish, it might be to late.<p>We&#x27;re not such a smart species. It&#x27;s not like we managed so far. We&#x27;re just adding unsolved problems, and distract ourselves with even bigger problems. The world could have been fed and clothed by the mid 20th century and we could have solved climate change by the 1980s (talking out of my ass here but with confidence in my general point with that), but instead we now throw <i>everything</i> into the furnace. in the hopes it will create a deus ex machina, like in that very bad Isaac Asimov story. I think we are absolutely capable of lobotomizing ourselves (as a species) like a toddler playing with an electrical socket shocking itself. I don&#x27;t say this to be snarky, I honestly think we&#x27;re that unserious and ignorant about what we do and the environment we do it in.<p>But I also really should look into what you answered about LLM learning from themselves, I heard it mentioned before but I still have no real clue. I will try to rectify that. I mean, I really, really <i>want</i> to be wrong on this, only a monster wouldn&#x27;t.
              • watwut7 hours ago
                &gt; by the time anyone realizes they kinda need a FEW people to actually be able to reason about something from start to finish, it might be to late.<p>I dont think it will be &quot;too late&quot; by any reasonable definition. All those things are learnable and companies that will really need to overcome it, will. But, they wont be open with their knowledge. Learning&#x2F;training will be expensive and once people acquire it, they wont share it like open sources and programming tech blogs did.
            • oblio8 hours ago
              This is super hilarious :-)))<p>Do you think creating the orders of magnitude of content the internet produced organically and which LLM creators are stealing is cheap? If they actually have to pay for content creation while competing with content creators on the you know, content creation front via LLM-generation, the entire business model of LLMs collapses.<p>You can&#x27;t have the mountains of data needed for LLMs in the decades to come, if your LLMs put the writers and artists out of work.
              • aspenmartin6 hours ago
                It’s literally how these models are trained today. They of course use open source data but that’s no longer the most important source, it’s high quality prompts and verifiable tests and a lot of inference compute. They also have massive flywheels from users from which they can mine good data or at the very least again good prompts which can be just as important.
      • jonathanlydall6 hours ago
        The successful standards, platforms, libraries, tools, etc. will be the ones that LLMs can understand. Like a good GitHub readme, or website, or Discord community, I strongly feel that making sure you&#x27;ve (perhaps personally) written enough about your offering for AI to understand it will be an important factor in how successful it can be in markets or communities.<p>I wrote a similar HN comment around this yesterday, but the short version is that we found for our product that the years of investment in our Docs (which were seemingly never good enough) are now paying enormous dividends in that LLMs seem to understand our product really well. This has manifested in the LLM in our product being highly effective and a few additional clients who found us through AI chats. Turns out the problem with our Docs wasn&#x27;t so much with their content, but rather that people just weren&#x27;t looking at them much.
      • sasmithjr8 hours ago
        &gt; Once they no longer write about it, what then?<p>The AI will no longer be able to reproduce new a11y conventions&#x2F;guidelines, but if no one is writing about it, do any new a11y conventions&#x2F;guidelines even exist at that point?
      • nailer8 hours ago
        &gt; They wrote about it, and LLM can sometimes use that. Once they no longer write about it, what then?<p>That’s a good question but I suspect when new technologies come out, the normally indecipherable specs released by industry groups (which is why we needed blogs) will be deciphered by LLMs. Not saying this is good or bad (it’s likely both) just saying it.
      • th4tth4ng1 hour ago
        [dead]
    • afavour1 hour ago
      &gt; this is largely accidental complexity.<p>Less of an accident than a byproduct of the unique ecosystem the web lives in (which is a positive!) Compare to say, backend development. If I said database indexes are deeply inconvenient and that I shouldn&#x27;t have to make them I&#x27;d get laughed out of the room and justifiably so. But by comparison when a developer says &quot;I don&#x27;t care to learn CSS&quot; folks nod their heads in agreement.
    • madeofpalk8 hours ago
      &gt; this is largely accidental complexity.<p>Is it? I know hating CSS is a fun pastime for folks around here, but maybe it’s just that building good, rich user interfaces that people can use is an inherently hard problem.<p>Sure, the browser is slightly more difficult due to maintaining backwards compatibility and multiple implementations, but I’ve yet to see a better UI framework&#x2F;language that has to deal with the other constraints of the web platform.
      • traverseda8 hours ago
        &gt;that has to deal with the other constraints of the web platform.<p>Well there&#x27;s your problem right there
        • madeofpalk7 hours ago
          Right - but those constraints are inherent to the medium. Like basically unconstrained screen sizes from large desktops to mobile, with the user free to resize anywhere in between (and can&#x27;t be constrained in the way that &#x27;real&#x27; apps often are). Input methods of both fine mouse control, and course touch.
      • troupo8 hours ago
        &gt; I know hating CSS is a fun pastime for folks around here, but maybe it’s just that building good, rich user interfaces that people can use is an inherently hard problem.<p>That CSS and web never really addressed did they? There&#x27;s almost nothing in the web platform to build <i>rich user interfaces</i>. You can barely do styled text.<p>CSS and HTML are literally littered with accidental, ad-hoc, badly thought-out and badly designed one-off solutions, often to problems no one asked for. There&#x27;s a reason it took until 2026 to animate `height: auto`. There&#x27;s a reason why `article` &quot;semantic&quot; element has to be used when you display product cards or widgets. There&#x27;s a reason why CSS scoping has been stuck in limbo for 10+ years. There&#x27;s a reason...<p>The web is one of humanity&#x27;s greatest achievements. But let&#x27;s not pretend that it&#x27;s not a textbook study in accidental complexity.
    • dannyw9 hours ago
      I used to make a living doing frontend development, and quirks and knowing idiosyncrasies is a burden to your craft. Yes, it meant there were higher barriers to entry, but it also resulted in a lot of broken websites, and I can tell you it was never fun nor rewarding.<p>I think the original author has a much stronger thesis around AI devaluing the craft of coding, but his specific examples don&#x27;t stack up.
    • overgard1 hour ago
      &gt; More people building things is straightforwardly good<p>Why is that straightforward? As an example, right now every year on Steam there are thousands of games released. A lot of them are just shovel ware that nobody ever plays, but it does end up hiding actual quality stuff in the noise. Same thing happens in app stores. Gatekeeping that limits opportunity is bad. But gatekeeping around quality is very good. Wanting your software to be written by someone who cares about software and has expertise is, to me, more straightforwardly good.<p>Right now people are blaming vibecoding for decline in a lot of mature software products, whether that&#x27;s fair or not (I think it&#x27;s frequently unfair). I think there&#x27;s a possibility that&#x27;s going to morph into &quot;AI First&quot; companies being seen as poor quality brands. Already we see in games that when listed they have to disclose if AI was used or not, and if it was, it damages the credibility quite a bit.
      • t-writescode1 hour ago
        While I strongly agree that heavy LLM usage in industries that actually collect customer data, or make important decisions is INCREDIBLY harmful (with quite a bit of unfortunate regularity), democratizing coding “for all” especially in small, narrow niches, is similar to democratizing art, singing, music, general creating.<p>As long as it’s “for you” or “small time”, there really isn’t a problem at all.<p>The only real downside so far to LLMs (ignoring environmental concerns) is when they’re heavily used and left unrestrained to go play with financial data, healthcare data, PII, anything with real consequences when it breaks. If a person is using it to automate their life. If a father is using it to help their kid with accessibility issues speak. If an artist is using it to help them write code so they can make a game. These are all good things.<p>You might think it’s shovelware; but the creator of those things is now super excited that their vision was made or their niche issue was helped, when no one else would.
    • fny8 hours ago
      &quot;Frontend&#x27;s Lost Decade&quot; has nothing to do with a11y or semantic HTML. The original talk argues performance went to hell because of React and friends, which is why we have electron CRUD apps that consume 2GB+ RAM.
      • emodendroket8 hours ago
        You could argue that most users do not notice or care about this at all so it&#x27;s a completely reasonable sacrifice to make to have rich applications.
        • PaulHoule7 hours ago
          The bit that goes unsaid about Electron is... why?<p>If the goal is a legitimate app that has the lifecycle of an app that you start up and then shut down today the answer is &quot;just write a web application&quot; and then it &quot;just works&quot; on Windows, MacOS, Linux, iOS, Android, Meta Quest, etc.<p>Mostly people get pissed about Electron because they have 15 Electron apps running in the tray burning up resources all the time and popping up stuff that covers the tray and other tray applications in those (very rare) cases that you want to interact with something in the tray.<p>It&#x27;s a tray problem, not an Electron problem. That is, people use Electron specifically because they want to made rude applications which march all over your desktop in muddy boots: Electron is not a framework for writing well-behaved, polite, x-platform applications; you don&#x27;t need that, you have the web! <i>Electron is a framework for making rude applications that inhabit your tray, pop-up distracting notifications, etc.</i>
          • emodendroket4 hours ago
            Well, wanting to interact with the tray, plus access to native resources your browser can&#x27;t access, I&#x27;d imagine.
        • WarmWash7 hours ago
          People think they are upset about new technology, but what they are actually upset about is the general consensus being that the new technology has a better value prop.
      • troupo8 hours ago
        And the irony is that the author of that talk spent that same decade busy shoving as much Javascript into browsers as possible. After all he&#x27;s the originator and the main promoter of web components where every single thing including built-in browser functionality like form participation has to be done in Javascript.<p>Edit: There&#x27;s not just one lost decade of the web. There&#x27;s the browser wars and IE stagnant dominance. There&#x27;s the 2010s with millions of man hours spent on web components and starving other directions of resources or actively hindering them (e.g. scoped css was continuously postoponed because it&#x27;s highly incompatible with Shadow DOM) while pushing everything into Javascript (<i>and</i> partly breaking JS e.g. with the bolted-on class-based OOP).<p>It remains to see if Google&#x27;s complete dominance breaks the web further
    • sdevonoes9 hours ago
      Most of software engineering is accidental complexity. Sharding, buffering, caching, load balancing, contention, async, functions, classes, recursion…<p>Big corporations behind LLMs are taking it all.
      • dannyw9 hours ago
        There&#x27;s a huge difference between everything you mentioned, and dealing with &#x27;browser quirks&#x27; like:<p><pre><code> &lt;!DOCTYPE html&gt; &lt;!--[if IE 8]&gt; &lt;html lang=&quot;en&quot; class=&quot;ie8 no-js&quot;&gt; &lt;![endif]--&gt; &lt;!--[if IE 9]&gt; &lt;html lang=&quot;en&quot; class=&quot;ie9 no-js&quot;&gt; &lt;![endif]--&gt; &lt;!--[if !IE]&gt;&lt;!--&gt; &lt;html lang=&quot;en&quot; class=&quot;no-js&quot;&gt; &lt;!--&lt;![endif]--&gt; </code></pre> The points the author made simply aren&#x27;t good arguments. Yes, frontend development was harder during those days, but not harder in a good or rewarding way.
      • sevenzero8 hours ago
        Sharding, buffering, caching, load balancing are mostly issues 99% of devs will never have to work on. It gets relevant on high load pages, but most stuff out there wont ever need it.
      • layer88 hours ago
        That’s not what accidental complexity means. Accidental complexity comes from design errors that could have in hindsight been avoided, meaning that if those errors hadn’t been made (made by accident, literally), there wouldn’t be any accidental complexity. The items you list aren’t accidents that could be avoided, they are necessities in achieving relevant goals.
    • mcmcmc8 hours ago
      &gt; More people building things is straightforwardly good<p>I still don’t understand this perspective, how is it good when a growing portion of stuff that’s built is straight garbage?
      • wiseowise6 hours ago
        Infinite monkeys with typewrites theory. Except typewriters are $20&#x2F;$200 Claude code subscriptions.
      • HDThoreaun4 hours ago
        People can choose not to consume things that are straight garbage.
        • bigstrat20031 hour ago
          They can, in theory. But when the signal to noise ratio gets too low, it becomes prohibitively difficult to filter out the garbage. Thus I don&#x27;t think it&#x27;s true that more people creating things is a pure benefit. It may not even prove to be a benefit at all, on net.
          • HDThoreaun1 hour ago
            That&#x27;s what critics are for. In our decentralized media environment it is not difficult to find critics for whatever youre interested in
      • SkyBelow7 hours ago
        Depends upon the filtering system.<p>Consider indie games. If there are 10 of them and 5 are great, you don&#x27;t need any filter. You look through 5 great and 5 not so great games and end up with 5 great ones.<p>Now go to a world where indie games explode. But only 1 in every 100 are great. There are now 100,000 games, but most qualify as very low quality. There are now 1,000 great games (and a few of these might be the perfect game you dreamt of), but if you don&#x27;t have a filter and are buried under 10s of thousands of horrible games, things feel worse.<p>With a filter, you now live in a world where you can easily find most of those great games with only a few lower quality ones showing up. So as long as the filters that exist, whatever they might be, can handle it, more is better even if quality drops.<p>Unless the quality extremely fast, say my previous example of 100,000 games but only 1 in a million was a great game. I think this level of quality drop is extremely unlikely. Instead, I suspect the real problem is if the filters can keep up, because they depend upon human effort, so it is possible to hit a point where they are overwhelmed and stop functioning properly. That&#x27;s when things get worse. As long as the filters hold, more building leads to better outcomes even with a drop in quality.
        • wiseowise6 hours ago
          &gt; I think this level of quality drop is extremely unlikely.<p>Just open Steam, PSStore, Nintendo store.
      • emodendroket8 hours ago
        Suppose the choice is between software that does what you want, but isn&#x27;t very optimized, and the software not existing at all, rather than between shoddy and beautiful software that both do what you want, and maybe it will make more sense to you.
        • mcmcmc7 hours ago
          So apply a false dichotomy and it will all make sense? Still not buying it. Not everything needs to be solved with software, and brushing off negative externalities as “not very optimized” is irresponsible
          • emodendroket4 hours ago
            It&#x27;s not a false dichotomy at all. There wasn&#x27;t a lot of junk clothing in the ancient world -- everything was made to last. The downside was it was very expensive and most people didn&#x27;t have much. The episode with the guards casting lots to see who can have Jesus&#x27;s robes in the gospels is rather difficult to understand for a modern audience.
        • acedTrex7 hours ago
          I will pick the software not existing at all every time. Easily without a thought.
          • emodendroket4 hours ago
            I think that&#x27;s an absurd thing to believe, but if we&#x27;ve moved beyond &quot;I don&#x27;t understand&quot; to &quot;I don&#x27;t agree&quot; then my post served its purpose.
            • acedTrex4 hours ago
              I&#x27;m not following what &quot;I dont understand&quot; would entail here. The choice is fairly binary.
        • wiseowise6 hours ago
          &gt; and maybe it will make more sense to you<p>Still doesn&#x27;t.
          • emodendroket4 hours ago
            Well, I can lead a horse to water but not make it drink.
            • wiseowise4 hours ago
              Give it an LLM, maybe it can write a half-assed app that can help it drink.
    • gobdovan9 hours ago
      It doesn&#x27;t seem to me that the author is saying &#x27;AI bad, abstraction bad, knowing browser quirks GOOD&#x27;. Looks to me like someone making a specific claim about a trend where having an easier time getting off the ground can lead to a lower ceiling.<p>I&#x27;d read it kind of like &#x27;The man and the butterfly&#x27; story. Or the Kant passage about how doves might wish air didn&#x27;t exist, without realising that friction is exactly what permits them to fly.
    • danielvaughn6 hours ago
      That&#x27;s all true - I taught myself how to code from 2009-2012 so I remember what it was like. However, around that time there was also deep focus on architecture, an obsessive focus on rendering performance and page weight. Everyone could recite the loading sequence that HTML pages used, we knew how many requests could be downloaded in parallel, how to best bundle assets for the fastest time to render, etc. So it was a mix of both pain and frustration on one hand, and a pride in one&#x27;s work on the other hand.<p>Both have been lost; good riddance the former, but I miss the latter.
    • wiseowise6 hours ago
      &gt; More people building things is straightforwardly good<p>Is it? More than a decade ago there was a Cambrian explosion of software, Flash alone was the defining force of indie gaming industry. And now what? We have so much shit&#x2F;shovelware that nobody wants to touch with a ten-foot pole.
    • smackeyacky8 hours ago
      Exactly. Nobody wants smalltalk programmers or IIS whisperers. You just have to embrace the idea that your skills become worthless every five years and move on.
    • overfeed1 hour ago
      &gt; I&#x27;d argue back that LLMs likely have a better understanding of a11y conventions than I do as well.<p>Only because you&#x27;ve not invested time[1] to learn a11y, but that is par for the course: LLMs are pretty good at impressing people without a deeper understanding of a field with its statistically average outputs.<p>My hot-take: one shouldn&#x27;t oversee an LLM task whose output they are unable to evaluate.<p>1. And you don&#x27;t have to! We have limited time, accessibility is broad, there are numerous standards, and screen readers can be unergonomic, to put it lightly. But a human has common sense, and can care. I doubt there&#x27;s enough a11y training data to match a caring human testing and thinking through interactions. Sadly, human software QA is now threatened with extinction.
    • sevenzero8 hours ago
      &gt;...and if some of those things are slower or less accessible, that&#x27;s a tradeoff people are entitled to make.<p>It depends. My country (Germany) introduced accessibility laws recently which enforces you to build everything public with accessibility in mind. If a page doesn&#x27;t meet the expected standard you can get extremely high fines.
      • carlosjobim6 hours ago
        That makes a lot of sense! I suppose that BMW has been fined billions for making motorcycles that blind people can&#x27;t drive safely?
        • sevenzero6 hours ago
          Sir this post is about front end development&#x2F;products.
    • machiaweliczny7 hours ago
      Yes it&#x27;s still bad there&#x27;s no viable headless UI in browser one can really style and it has all the a11y etc. but need extra library for selects that work etc. Invented work for no good reason. The real complexity is in diversity of devices though nowadays in the frontend.
    • sershe2 hours ago
      So I used to hand code async http request based UIs when this feature first appeared, write cross browser css, etc. before moving to work on distributed systems backend. These days I think a blanket ban on browser scripting would be a lesser evil.<p>There are, roughly, 3 tiers of developers with regard to any such labor saving tech (js libraries etc.)<p>People who could do a good job low level and can do it faster with libraries. People who couldn&#x27;t, or couldn&#x27;t be bothered, before the libraries, but can now accomplish things. That is the good part. And then there are the unwashed masses, who couldn&#x27;t dream of accomplishing anything on low level but now can, and who at least in case of JavaScript far outnumber the previous category. Like when I messaged a webmaster whose side would download an uncached 3mb script blob on every page load (it was their script, not ads), to render few paragraphs of text, and they responded that it was by design and the script couldn&#x27;t be cashed because some variables in it changed based on time, and that is so large because it contains features necessary for other pages that have more than text. I think we&#x27;d all be better served if these people pursued a more appropriate career, for example in the roadside trash pickup.<p>It remains to be seen how it goes with llms, but personally I&#x27;m not optimistic.
    • Aurornis7 hours ago
      &gt; the &quot;deep expertise&quot; OP laments was actually deeply inconvenient to many people<p>This reminds me of the Upton Sinclair quote: “It is difficult to get a man to understand something when his salary depends upon his not understanding it.”<p>LLMs feel threatening to anyone who had an edge by knowing how to navigate domains with a lot of weird and complex behavior. It’s nice to feel like businesses need you if they want to solve a problem. It’s scary when a cheaper solution arrives that does 70% of that deep knowledge navigation at 1% of the cost.
    • Filligree9 hours ago
      &gt; I&#x27;d argue back that LLMs likely have a better understanding of a11y conventions than I do as well.<p>To make the obvious counterargument, “then you shouldn’t be creating websites at all”.<p>I don’t actually believe this, but I know people who do. Some would add “shouldn’t be allowed to”.
      • bakugo9 hours ago
        I wonder what went so wrong that &quot;if you don&#x27;t understand [thing] you shouldn&#x27;t be building [thing]&quot; is now considered a controversial statement.
        • mathgeek8 hours ago
          If you&#x27;re building bridges, this shouldn&#x27;t be a controversial statement. Same if you&#x27;re building cryptography software.<p>It&#x27;s debatable if the same should apply to the vast majority of software that is less critical.
        • kristianc9 hours ago
          That&#x27;s not what I said, I said I likely understand it less than a 635B parameter LLM, and that using the LLM as a shortcut to that knowledge is something I&#x27;d consider perfectly acceptable. I might even become better at it through using the LLM.
          • layer88 hours ago
            You need a certain understanding to be able to judge whether the output is adequate. I think the argument is against people who lack that understanding.
        • Filligree8 hours ago
          Keep in mind these are two different things. Not all websites need to be accessible.
        • fwip8 hours ago
          Well, there&#x27;s degrees of understanding, as well as degrees of seriousness of the project. You can also learn a lot by building something.<p>Some people are writing the Netflix homepage (where an outage costs millions of dollars), and some people are writing a blog for three readers.
        • BizarroLand4 hours ago
          It has always been a controversial statement.<p>How are you supposed to learn without doing? Who sets the bar for when you have achieved understanding?<p>And finally, in specific instances of creating front ends that are inclusive for users, I would argue that being willing to receive feedback and improve is vastly more important than getting it right on the first try.
    • acedTrex7 hours ago
      &gt; More people building things is straightforwardly good<p>No it&#x27;s not, its the opposite actually its very bad and leads to far far more noise in the system to sort through to find value as someone who&#x27;s competent.
    • Forgeties798 hours ago
      Yesterday we saw on the frontpage that LLM’s can’t even accurately assess if California produces literally all the almonds in the world.<p>The really weird gaps and inconsistencies just make it to untrustworthy. I spend so much time vetting all the outputs that it often cancels out the time it saves me, and I find enough errors that I don’t have an incentive to streamline things&#x2F;not vet it.
    • moron4hire7 hours ago
      Making UI less accessible is specifically not a trade off people are entitled to make. Accessibility is a legal requirement. This is like arguing it&#x27;s ok to use robot construction workers who forget to install wheel chair ramps because &quot;gotta go fast&quot;.
    • sublinear8 hours ago
      &gt; that&#x27;s a tradeoff people are entitled to make<p>The users are also entitled to hate your website or app. At what point do you admit you&#x27;re just making excuses for cheap and sloppy work?
    • Zababa9 hours ago
      It really depends, up until recently (January) reading all the Temporal doc and doing the courses allowed me to frequently suggest to the current frontier model things they didn&#x27;t remember. I don&#x27;t know if this changed recently.
    • cyanydeez8 hours ago
      being able to increase both a11y and i18n even if imperfect are definitely a LLM value add; the problem is simply business. This doesn&#x27;t make the heat-&gt;cash register bling.
    • classified7 hours ago
      Each time you say that an LLM &quot;understands&quot; something better than you do, you also say that you&#x27;re not actually qualified to judge the LLM&#x27;s understanding.
  • kangalioo8 hours ago
    The &quot;frontend skills&quot; whose growing irrelevance are bemoaned in this article consist largely of navigating a minefield of unintuitive edge cases, browser incompatibilities, historic baggage, exceptions to exceptions to exceptions.<p>Modern frontend, or the &quot;tower of leaky abstractions&quot;, is finally a common-sense mental model for web development. Supplanted by force on top of an exploding bag of eccentricities that is web standards and conventions. The fact that it works at all and is merely a little leaky is an accomplishment in itself.
    • berkes8 hours ago
      &gt; a common-sense mental model for web development.<p>You are contradicting yourself. Either its a &quot;minefield...of edge cases...&quot; Or it&#x27;s a common-sense model. Not both.<p>I&#x27;m convinced we&#x27;re still in this minefield of edge cases, not in a situation where we&#x27;ve solved all this, and where the tech to build &quot;frontend&quot; is clean, predictable, free of historical baggage etc etc etc.<p>All we have done, is plaster over these foundational mistakes and invcompatibilities. We haven&#x27;t solved them. React doesn&#x27;t solve the fact HTML was never designed to be a UI toolkit. Next.js doesn&#x27;t solve the fact that JavaScript is full of design mistakes that prohibit it from ever becoming a safe, sane, reasonable (literally) language. Tailwind doesn&#x27;t solve the problem of CSS being haphazardly introduced to style a markup which was never designed to be styled. Etc.<p>All LLMs now do, is having the &quot;knowledge&quot; of the horrors under the plaster, in a statistical model that was trained on examples from an era where 99% of the examples are hardly more than plastering to fix the ever reappearing cracks in the previous layers of plaster.
      • jeremyjh8 hours ago
        No, they are saying that the frameworks and tools discussed in TFA have made it look coherent. For the most part we have not worried about compatibility for a decade. All abstractions leak a bit but in practice it holds up quite well, well worth the cost savings and flexibility for many apps.
    • ActionHank8 hours ago
      I think your ignorance is showing.<p>There is far more to it than all that.<p>I&#x27;ve interviewed far too many nextjs experts who couldn&#x27;t do anything else. That&#x27;s not a skill, that&#x27;s just knowledge, which at this point is freely available.
      • kalcode7 hours ago
        That being entirely unfair. It is still a skill. They still learning stuff. It does not help them to be trapped in a bubble. But nothing is not transferrable. Things we learn, even if they are only a React can&#x27;t write vanilla JS, it&#x27;s still unfair to say they have no skill.<p>Just not a correct interpretation. Many skills start that way and even some people make a whole career mastering one thing and one thing only.<p>Not saying being trapped in React land unable to break out is good. But being able to create something, even if it&#x27;s just with Nextjs is still a good thing.<p>We should hate on the businesses that force us to take shortcuts, value quantity over quality. They wanted boot camps with code monkeys.
      • jeremyjh8 hours ago
        Right, they have no knowledge and yet they can get shit done that is good enough for many use cases. That is precisely the point.
        • wiseowise6 hours ago
          All while working for peanuts. Win for everyone, except workers.
      • 8note5 hours ago
        im not clear what makes that not a skill?<p>other people cant do anything with nextjs, or anything with any front end at all.<p>its applied knowledge, understanding how nextjs works, and using it to build some application
    • tiborsaas3 hours ago
      Yet, understanding which tower, level and room that leaky abstraction is in is still a very valuable skill that LLM-s might not see. Just because something is not designed perfectly from the ground up by a committee does not mean it&#x27;s okay to just forget everything, shut the book and let the machine calculate.<p>I&#x27;m doing the latter btw, so I know what they get wrong, but it won&#x27;t fool me into building an unmaintainable mess. My frontend skills come in real handy every time the agents go off the rail.
    • beering4 hours ago
      Agreed, TFA is lamenting the loss of a golden age that never existed. I was there. IE6-only plain JS was replaced by buggy jQuery which was replaced by unmaintainable Angular SPAs which was replaced by monstrous React codebases.
    • emodendroket8 hours ago
      That&#x27;s true and it also seems like the bundle of C, Unix conventions, and so on, is similar in a way, but older and so we&#x27;re more used to it.
  • ElProlactin9 hours ago
    &gt; And we’re saddened that the new process results in lower quality work, and that a lot of people just don’t seem to care.<p>1. Arguments like this seem to be based on the idea that, prior to AI, most of this type of work was being done by skilled artisans dedicated to quality work product. As I think anyone who actually worked in the industry and is being honest knows, this wasn&#x27;t the case. There was a lot of mediocrity and worse.<p>2. I&#x27;m not sure the work is &quot;lower quality&quot; depending on how you define &quot;quality&quot;. AI might result in an uncomfortable uniformity but at the same time, a lot of AI work product is pretty darn usable because the models have been trained against conventions that, love them or hate them, &quot;work&quot; for the vast majority of end users.
    • everdrive9 hours ago
      &gt;1. Arguments like this seem to be based on the idea that, prior to AI, most of this type of work was being done by skilled artisans dedicated to quality work product. As I think anyone who actually worked in the industry and is being honest knows, this wasn&#x27;t the case.<p>I think this is more of &quot;another brick in the wall.&quot; There was already a LOT of pressure to do the bare minimum to fulfill requirements and then declare success. Now, those pressures seem insurmountable.
      • ElProlactin8 hours ago
        If your requirements are reasonable and serve the needs of end users and the business, doing &quot;the bare minimum&quot; isn&#x27;t such a bad thing. &quot;I just remove everything that is not David.&quot;<p>Of course, the requirements aren&#x27;t always right, but in my experience, engineers&#x2F;developers are just as capable as business owners of defining requirements poorly.
    • francisofascii8 hours ago
      &gt; the idea that, prior to AI, most of this type of work was being done by skilled artisans dedicated to quality work product<p>Some of us were lucky to have a few periods in our career where this was the case. I would agree that this disappeared prior to AI.
      • tomnipotent23 minutes ago
        It still exists now, but it&#x27;s always been a incredibly small niche role.
    • thinkingtoilet5 hours ago
      Exactly. The web pre jquery and bootsrap was a mess and not pleasant to code for. If you want to talk about low quality that was the norm back then.
  • lqet8 hours ago
    This is something that recently also crossed my mind. I haven&#x27;t really done frontend developing for at least 10 years know, but I am already old enough to remember the time in the late 2000s when suddenly everyone stopped developing web GUIs by hand and used frameworks, and anyone still writing HTML, CSS, JS and database queries by hand was ridiculed. Job offers suddenly stopped asking for PHP &#x2F; HTML &#x2F; CSS &#x2F; SQL &#x2F; JS skills and demanded Ruby on Rails and Django and Spring and GWT, later Angular skills.<p>It really feels strangely familiar to me: you could get very far <i>very</i> quickly without any real deeper knowledge and have a working web application within a few minutes. It felt like magic. Then you could customize it within the framework by skimming documentation and googling around until... you couldn&#x27;t, because you had <i>no clue</i> how any of this really worked internally. And just like with vibe-coded web apps, you could recognize the standard framework web app that was patched together in an afternoon from a mile away, but it very much impressed managers.<p>Amusingly, I sometimes find that developers talk about their go-to frontier model in the same way that GUI developers talked about their favorite web framework ~15-20 years ago. Personification of the tool, even identification with it, frustration that things that worked with version X got worse with version X.1, &quot;I am developing things 10x faster now&quot;, &quot;I am going back to writing XYZ by hand&quot;, etc.
    • sevenzero8 hours ago
      On the other hand, using frameworks later on was a good attempt to standardize things. Having some homegrown GUI nobody knows how to work with isn&#x27;t an advantage either. Personally I refuse things that &quot;feel&quot; too big (Nuxt&#x2F;Next), but like Vue... Currently though, I want to get rid of most Javascript so I&#x27;ll work my way to HTMX or Alpine type solutions with server side templates. Personally the less tech I use the better, there was a time where you had all kinds of bullshit in a web app prior to even adding a single line of custom code.
      • renegade-otter6 hours ago
        +1 for HTMX+ Alpine.<p>Ironically, this goes well with LLMs, where you can nail down the patterns and then the clanker can follow them. There is nothing wrong with using clankers for fast typing.
      • johsole5 hours ago
        +1 for htmx + Django, really my favorite stack for development.
    • culebron217 hours ago
      I must say that already in the early 2000s web developers were tired of hand-coding everything, and many sought some sort of automation -- a framework, a CMS. Already in 2004 I made a site with barebone approach -- put a txt in a diretory tree and let PHP simply add tags instead of linebreaks and insert it into HTML. The alternative those days was a heavy content management systems. And I came to Django after two awful PHP frameworks, written by lead developers at the workplaces. So, frameworks like Django were a more gradual transition, and they were much more pleasant to work with.<p>Sure, as you pushed it further, like add versioning to objects, things got very tricky and not guaranteed to work, and no way to fix.<p>But otherwise, yes, the attitudes look similar.
  • bunher49 minutes ago
    What is a bit missing in this discussion is that many frontends are very bad, user hostile or non-intuitive. This has nothing to do with LLMs or frameworks in my opinion just bad decisions of the designer. It is not only web apps or websites filled with e.g slow cookie warnings, terrible navigation, or dark patterns. Also the UX of Android, iOS, MacOS and Windows became at most average but not at all better (many things are just worse, buggy and inconsistent). If I had thought in the early 2000s how we interact with devices in the 2020s I would never have imagined thr mediocrity that those market leading billion dollar companies release and get away with it. LLMs obviously don’t help here since they are trained on all of this.<p>Especially elderly people who rarely use devices suffer from this (and their relatives who do IT support :-))
  • cmiles88 hours ago
    While AI coding helps a ton in building product prototypes, it also results in products that folks spot as AI from a mile away.<p>Literally just saw startup demo their app and their app which had that “vibe coded UI” look to it.<p>They were given devastating feedback of “Guys this is kinda cool, but you obviously had AI build this and thus anyone else that wants this can have AI build it for them too very quickly. As such there’s really no value in what you’re trying to sell here.”<p>It was cold, but accurate feedback they needed to hear.
    • saratogacx6 hours ago
      What is funny about that is if you setup a basic design system, css and such, The AI generated front end code will fit right in nicely but most don&#x27;t even go through that basic amount of care.<p>Rounded corners still seems to be the unending trend through that anything that wasn&#x27;t already well defined gets infected with.
  • jillesvangurp8 hours ago
    We&#x27;re in the software industry. The whole point of that industry is automating things that are very repetitive. Frontend projects are very repetitive. And now AI is doing that for us. Fantastic, fees up a lot of time to build more interesting things.<p>De-skilling for skills that just aren&#x27;t that relevant anymore because we&#x27;ve solved the problem (with AI or otherwise) has been a constant in our industry ever since computers were invented.<p>Move on, learn new skills. And actually effective use of AI is a skill some people seem to be struggling with. Stuff still doesn&#x27;t build itself. If you can prompt it right, you can get it done. But are you prompting right? Are the tools doing what you ask them to do? How do you know? Did you check? I seem to spend an awful lot of time prompting AIs. I&#x27;m definitely getting better at it. But it&#x27;s still a full time job.<p>And I&#x27;m sure in a decade or so we&#x27;ll look back on this as a very inefficient way to build software. The tools will get better. The AIs more autonomous, etc. Because if you spend a day doing repetitive things prompting the same things over and over again, somebody or something should probably automate that!
    • fg13725 minutes ago
      You might be surprised to find out that there aren&#x27;t that many &quot;interesting things&quot; to build.
    • fuzzy21 hour ago
      &gt; Frontend projects are very repetitive.<p>I’m sorry, what? This is such a shit take, I don’t even know where to start. What’s repetitive about them? That all UIs contain buttons or what?<p>If this is something that people actually believe, I can understand why UX has went to shit and then got even worse since the 90s.
      • threetonesun27 minutes ago
        Frontend developer here, frontend projects are incredibly repetitive. It is still wild to me that a complete set of UI controls that you can customize isn&#x27;t native to all browsers. I can&#x27;t count how many sortable &#x2F; filterable tables I&#x27;ve implemented. I would much rather 99% of web UIs I work on that are essentially a series of forms be automated away to work on much more interesting things.
    • taken20005 hours ago
      Instead of giving up on frontend the new efficiency to AI should free resources push the frontend further, the same for backend. The world needs lots of more software than we currently can create.
    • J_Shelby_J5 hours ago
      The point of software is to encode human will into machine communicable state.<p>The entire complaint here is that automating this risks that was is encoded is not what you want.
  • PaulHoule8 hours ago
    Sometimes I think the techniques we used to build complex user interfaces in HTML without AJAX or DOM manipulation back in the early 2000s are effectively lost, like the techniques used to build the pyramids: insofar as younger full-stack developers have been &quot;deskilled&quot; many of them think you need Javascript to, say, validate forms.<p>Once you are using AJAX and manipulating the DOM the complexity of asynchronous communication is going to lead to something of a similar magnitude as React. Sure you can write<p><pre><code> document.title=&quot;A new title&quot; </code></pre> and not have to bring in &lt;Helmet&gt; but even if you think of front end as &quot;just&quot; updating the UI when data comes in from the server a complex application may need to update several bits of the UI and at some point you need to create some kind of communication or state management bus that handles that. Could it have been done differently? Sure.<p>If there&#x27;s something wrong with the Reactisphere it isn&#x27;t that it creates an abstraction which other abstractions live on, but these are leaky abstractions. You could use something like Bootstrap or MUI without understanding CSS if you are making something very simple and don&#x27;t care what it looks like (don&#x27;t have a marketing team who cares what it looks like!) but to do pro-level work you can put in front of customers you have to understand HTML, CS, JS and all the the frameworks used in your project.
  • ericmcer4 hours ago
    I don&#x27;t agree that running a frontend application with NextJS SSR, lazy loading, etc. is &quot;easy&quot; compared to the days where you just wrote HTML, JS and CSS. The level of complexity and the expectations of users are in totally different places.<p>Not to mention there are 1000X as many skilled engineers and you are competing with a global market. In the early 2000s there was very little competition. The skills of workers are loosely going to correlate with the demands the market puts on them, and it is extremely competitive now.
  • CM307 hours ago
    Isn&#x27;t a lot of this complexity going away for good reason? Browser compatibility was only an issue because browsers didn&#x27;t stick to the standards closely enough. It&#x27;s something that&#x27;s not supposed to be noticeable at all.<p>And let&#x27;s be honest, one of the best changes front-end development has seen is how previously complex problems now have built in, easy to use solutions. Yeah you could say it was harder to code layouts when flexbox and grid didn&#x27;t exist and you had to deal with floated elements and absolute positioning, but the new setup is just better for everyone.<p>Customising select menus used to require lots of CSS and JavaScript to remake the element. Now browsers are implementing features to let you customise default select boxes the same way. Having an element expand to auto height use to involve JavaScript. Now it&#x27;s something you can do in CSS alone. Creating modals used to involve writing CSS and JavaScript. Now an accessible and efficient version can be done with built in tech.<p>Meanwhile JavaScript frameworks are really just continuing the pattern started by previous tools, like WYSIWYG editors, Content Management Systems, jQuery, etc.<p>At the end of the day, any tech that gets more advanced will lower the skill floor and reduce the need to care about those minor intricacies. Most people don&#x27;t need a particularly advanced solution to their problems, so whatever system can automate away most of the work will get used for that. It&#x27;s not unique to web development or software engineering.
  • docheinestages8 hours ago
    You talk about deskilling. But are these skills even relevant to the ultimate goal of producing a web page according to the design specification? Should we have been worried about the &quot;deskilling&quot; that happened when we transitioned from punch cards to high level languages?
  • wongarsu9 hours ago
    We already had a phase of &quot;deskilled&quot; frontend development: Adobe Flash. Any designer could open it and create interactive websites in it, no CSS or HTML knowledge required. Some slight JS knowledge (rebranded as ActionScript) you could get full interactivity, and animations were fully editable in UI. Sure, all of this came at a terrible price: no accessibility, no SEO discovery, huge loading times. But it also created some of the most innovative and artistic front ends. And a lot of things that should have never seen the light of day<p>SVG+CSS+HTML were hailed as the modern replacement for Flash, but nobody ever made an authoring tool suitable for the masses. LLMs are kind of fixing that, just with a very different interface
    • Gualdrapo8 hours ago
      &gt; Any designer could open it and create interactive websites in it, no CSS or HTML knowledge required.<p>Please note that that &quot;any designer&quot; should have had at least a fairly decent knowledge of ActionScript because Flash wasn&#x27;t all just magic and sparkles. I know this because I was one of them. Though I had to learn ActionScript by neccessity, I actually learned HTML&#x2F;CSS&#x2F;JS before needing to deal with AS
    • machiaweliczny7 hours ago
      Good news is that HTML in canvas might bring back these cool days :)
    • neuroblaster8 hours ago
      Right. And Flash wouldn&#x27;t end until Jobs won&#x27;t come out on stage and say that Flash is eating the battery and Apple won&#x27;t support Flash in their next iPhone, then Flash just ceased to exist. Apparently nobody needed innovative frontends anymore ¯\_(ツ)_&#x2F;¯<p>There is no break pedal on this stuff, it just rolls down the hill until eventually it doesn&#x27;t. It&#x27;s a runaway process that feeds itself.
      • emodendroket8 hours ago
        He was able to do that because there were equivalent capabilities out there though.
    • mock-possum6 hours ago
      “Some slight JS knowledge (rebranded as ActionScript)” is laughably inaccurate - the was a deep familiarity with AS and all its quirks to make a performant, durable, responsive GUI in Flash. There were layers to consider when shipping a self contained executable ala Adobe Air - there were other alternative IDEs and compilers apart from Flash proper - fonts, frames, bitmaps vs vector graphics, how audio and video embedding were handled - it was a complete platform, every bit as complex a battlefield as the browser wars.<p>Hand-waving AS3-driven app development in the 2010s as ‘some slight JS knowledge’ makes me doubt you were actually there. I was there, and that was not what was happening.
  • estetlinus6 hours ago
    &gt; Just like artisans and craftsmen that were replaced by assembly line workers more than a century ago<p>Do you really need to go that far back for a comparison? We no longer need human computers to perform tedious calculations, or typists to draft and distribute correspondence.<p>The simplification of frontend development was never a final state. It has always been continuously evolving through abstraction and automation.
  • prontos915 hours ago
    I had recently needed to build a dashboard builder. Simple one. Copilot created it within minutes. A working even though simple looking one. Several more inputs later i had a working usable one. Came back to it later but my tokens are finished :(. So i had to manually review the code and make changes. Code was around 3k lines in one single file and another 500 of css code. Took me a long time to understand the code and make changes. A few days i had to make another change which changes the way it supposed to work But now without tokens it was very difficult since need to make changes in several areas which kept on breaking. Finally i re-wrote it to my understanding.<p>This was a small part of a large code base. I am afraid what a fully agent coding would look like. How are other developers handling large code bases with ai. Just accept what its providing?<p>I can now understand the valuation of AI companies. Once you go in ai its difficult to go back. You need to spend more tokens just to make it work. Ai companies could train to make their code more obtuse, making users very hard to change manually!
    • danielbln49 minutes ago
      You handle large code base by enforcing best practices that should have always been enforced. Proper up to date documentation, strict adherence to conventions and coding guidelines, cross review of deliverables, TDD, and so on. Just whispering &quot;make me a dashboard&quot; into the machine&#x27;s ear is not how you drive agents to create maintainable and understandable code.
  • toyetic7 hours ago
    I&#x27;m not entirely convinced the framework comparison holds.<p>In the case of frameworks ( and higher level programming languages ) you are operating at a new layer of abstraction with the specific intent to hide the lower level, that&#x27;s the whole point of the framework.<p>LLM&#x27;s don&#x27;t actually move the abstraction layer. You&#x27;re still coding in react&#x2F;python&#x2F;whatever high level language. Yes you can generate the code using natural language but you still need to understand what&#x27;s being generated, verify its correctness, and reason about the system it fits into. LLMs don&#x27;t hide anything they produce the code you otherwise would&#x27;ve written and hand it to you to review.
  • bilater3 hours ago
    Reminds me of the buggy whip makers<p><a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=JOcz-H5u3Rk" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=JOcz-H5u3Rk</a>
  • dwa35928 hours ago
    I have a slightly different take on deskilling argument. I don&#x27;t think AI is going to deskill. Someone who has spent 10 years working in any field before AI is not going to get lose too much. Yesterday I sat down to solve a medium hackerrank problem without any assistance (code complete, AI etc) and it took me 10-15 minutes to get into that mode but i was able to do it comfortably just like how i used to do it pre-chatgpt. AI might unskill the younger workforce which will enter the field, aka they will never learn the way we did.
    • layer88 hours ago
      The term applies to the skills required from workers, not to how the skills of an individual evolve over time. The argument is that AI lowers the skill requirements for software development, and therefore less skilled workers will displace the more skilled ones because they are cheaper, as (allegedly) happened in front end over the past decade.
    • alex_suzuki8 hours ago
      i wonder if you’ll still feel the same way in two years. knowledge decays slowly and the suddenly, at least for me.
  • pull_my_finger8 hours ago
    I don&#x27;t think we should blame the LLMs, frameworks and the libraries necessarily. In my own experience, it feels like the real problem is a lot of companies (especially start ups) like to talk about &quot;rapid prototyping&quot;, but are quite keen to just keep the prototype as the final product. Bootstrap, Rails, Tailwind, Nextjs and now LLM generated code... great for getting something up quickly with a semi-polished look to demo a thing. The real problem is that we&#x27;re selling prototypes as products.
  • WesolyKubeczek9 hours ago
    &gt; frontend used to be a highly specialized skill, requiring knowledge of semantic HTML, CSS, the differences of various browsers, accessibility, progressive enhancement, network performance, interface design and user testing<p>I remember this period differently. The frontend work was mostly, sometimes solely, all about turning whatever monstrous PSD came from the designer’s sick mind into HTML, and getting shafted if the result was not pixel-for-pixel identical. When project leads heard the word “semantic”, they had to reach for the dictionary. Upon hearing the word “accessibility”, they would set the dictionary on fire.
    • wongarsu9 hours ago
      And knowing the differences between various browsers meant negotiating whether the layout being 3px off on Internet Explorer was acceptable, or whether we should ship different CSS files for different browsers to fix this discrepancy
    • actionfromafar9 hours ago
      I think there might have been two overlapping periods, but it definitely started out as you said. What I wonder is, will AI increase frontend churn, or calm it down? (More churn would be, new frontends because of new frontend frameworks, AI accelerated, less churn would be, because AI is trained on what existed before)<p>I think I also reject the premise of the article, that frameworks caused frontends dev to de-skill. For sure, that happened to some extent. But it also caused a lot of frontend devs to be incredibly skilled in their chosen niche. (React for instance.)
      • WesolyKubeczek8 hours ago
        &gt; will AI increase frontend churn, or calm it down?<p>The former. It’s definitely the former, at least until subsidized tokens run out.
    • altmanaltman9 hours ago
      nostalgia is one hell of a drug
      • WesolyKubeczek9 hours ago
        Web has always fucking sucked, and it fucking sucks today. The only way to make the web technologies not suck is to use them to power a vacuum cleaner.
  • efsher_azoy28 hours ago
    My humble opinion: “deskilling” is an illusion. Sure, I don’t write code by hand anymore, but I spend most of my time using the knowledge and “sixth sense” I’ve developed throughout my career to control what AI is doing.<p>At the end of the day, I have to make more architectural and business decisions than before - it’s just higher-level and more complex work.<p>On the other hand, there’s increasingly little reason to hire someone just to write APIs or work on the frontend, since AI handles most of the routine tasks.<p>So, this feels much more like the Industrial Revolution than “deskilling.”
  • dmarinus8 hours ago
    I don&#x27;t agree that you don&#x27;t have to know CSS&#x2F;HTML when you use a frontend framework.<p>I guess some frontend frameworks can abstract it away but most don&#x27;t and you almost certainly will run into the limitations of those frameworks and then you still need to understand HTML&#x2F;CSS
  • williebeek8 hours ago
    My previous employer fired all front-end developers a few years ago, we went back from tons of frameworks (Vue&#x2F;jQuery&#x2F;Ruby&#x2F;Nextjs) to simple HTML and CSS. Turns out dedicated front-end developers aren&#x27;t really needed, at least not where I was employed.
  • 6554 minutes ago
    There is a difference between a run of the mill CRUD React app and solving specific, complex UI problems.<p>I have been a programmer for a long time and CSS is still the hardest language to master. There are countless quirks and APIs most people have never heard of that solve extremely specific problems.<p>For example, using @starting-style with allow-discrete to use display: none on CSS transitions. Knowing that you would need to use this API, what it does, and how to debug your CSS is a skill that will be hard to replace with an LLM because of the fine grained detail needed for CSS. If you do not know how this API works and you need to use it for whatever reason, and then need to adjust your transitions later, it&#x27;s probably faster to have real CSS skills than to constantly have to prompt an LLM for you.
  • 8note5 hours ago
    kinda funnily I think front end died right when all the folks say that the golden age began, at least for craftsmen.<p>Flash is&#x2F;was the true time for front end innovation and people making cool unique stuff. html and javascript and usability studies killed all the fun and imagination
  • foo-bar-baz5297 hours ago
    I just vibe code the html and css. I review the JS, but I figure if the flow of data is correct, I can just verify the html&#x2F;css code through manual testing
  • yanis_t8 hours ago
    Are we getting some real data in any industry really where AI eating jobs? I was kinda expecting those to kick in by now, but don&#x27;t think it&#x27;s happening.
  • rglover6 hours ago
    &gt; Just like AI is deskilling programming now, JavaScript frameworks have deskilled frontend development in the last decade.<p>Not to be rude but this person doesn&#x27;t understand the fundamentals of the topic they&#x27;re discussing.<p>Frameworks just give patterns and abstractions to build a front-end, but you still have to actually know how to use those things to build a UI. You still have to know HTML, CSS, and JS (assuming you want to do it well, not just slap some junk together). Even with AI, unless you&#x27;re comfortable shipping a half-working UI, just like programming: sorry dude, you still need to know your shit.
  • ai_slop_hater7 hours ago
    &gt; Just like AI is deskilling programming now, JavaScript frameworks have deskilled frontend development in the last decade. As someone who started with HTML&#x2F;CSS and a bit of PHP, later did Ruby on Rails, and then was frontend team lead of a major Swiss newspaper (Next.js at the time), I’ve seen the transformation first-hand.<p>What does he mean by this? What skills were lost? Writing HTML templates?
    • coffeefirst4 hours ago
      Understanding the DOM. Understanding performance. Understanding closures. Knowing how an event bubbles. Understanding CSS… at all.<p>The effect of this is that people who never learned those things are working with a limited toolkit both in solving problems and debugging. And every so often I get to blow someone’s mind with an old trick :)<p>It’s not all bad though! I’m happy to never build a layout with floats again.
  • neuroblaster9 hours ago
    Very interesting, i didn&#x27;t know that frontend developers experienced deskilling before. I thought that slop was the usual way of doing things in frontend (or backend).<p>Apparently deskilled people are making it look like this is normal and it supposed to be so.<p>But i can relate to that. Another examples of deskilling would be, of course, Java, and a more modern example - Rust.<p>That said, i don&#x27;t think deskilling is solving mass-production problem. It was already solved with open-source software, or with a software as is.<p>Software is information and there is little to no cost of copying information. So mass-production isn&#x27;t the problem that is being solved here.<p>IMO the problem being solved is that business need unskilled labor, that is slop.<p>You would think that if business is producing slop, it will be replaced with another business producing quality stuff. If that was so, over time, there won&#x27;t be any slop on the market, but if you open your app store, you are welcomed by all kinds of slop.<p>Because slop is what they buy. Supply is only following the demand, business need to produce slop because people are buying it.<p>How many of you guys have Claude subscription? Do you know that 5 years ago i would be asking &quot;How many of you guy have GitHub Copilot subscription&quot;?<p>This is what people buy, so it is deskilling, but not a mass-production, it&#x27;s just slop revolution, slop is the new norm.
    • fantasizr8 hours ago
      Everyone had a chance to learn vanilla js from the mozilla docs but using jquery was much much simpler. Concede that jquery is more difficult than prompting. The issue for me is that prompting a front end and everything looks exactly the same. More cookie cutter than what wordpress and wix offered
      • neuroblaster8 hours ago
        Right. So we are stuck with the jquery and wordpress forever. Because this is THE cookie cutter and it&#x27;s good enough.<p>But situation was exactly the same before the AI. You would still get your wordpress, your React frontend and Java Spring backend.<p>AI doesn&#x27;t change anything, it just takes the job of a poor slopper who made a living by coding React frontends. Anthropic just took their job, that&#x27;s it, and you don&#x27;t see the difference.
        • fantasizr7 hours ago
          Oh don&#x27;t me wrong, it&#x27;s bad and we&#x27;re going to suffer through terrible web apps for the foreseeable future spat out in the 1000s per day. Like all slop songs, images, videos and articles. Hardly a reward for building something artisanal in the digital space
  • Sharlin8 hours ago
    &gt; A lot of programmers may not know this, but frontend used to be a highly specialized skill, requiring knowledge of semantic HTML, CSS, the differences of various browsers, accessibility, progressive enhancement, network performance, interface design and user testing<p>As someone who didn’t really know that being a front-end dev putatively <i>doesn’t</i> involve thinking about those things anymore, I think that list conflates a couple of different things.<p>Things like the differences between browsers and CSS&#x2F;HTML quirks, needed to wrangle a document markup language into creating user interfaces, are accidental complexity caused by particular path dependencies, and if they can be abstracted out, that’s a great thing.<p>Accessibility, interface design, performance, and other things related to user experience, on the other hand? Those are <i>mostly</i> orthogonal. A UI framework can raise (or in some cases lower) the bottom in the sense of facilitating reuse of (hopefully well-designed) components, but no framework is going to make your UI accessible or well designed by itself.<p>In the fabled past, frontend development didn’t <i>require</i> you to be highly qualified in these matters – web UIs were simply terrible, mostly. High skill level was not required because nobody <i>expected</i> anything from web UIs beyond the barest core functionality.<p>There was UI programming before the web [citation needed]. In a sense it was &quot;deskilled&quot; because you used a &quot;framework&quot; aka the OS windowing and widget libraries rather than drawing rectangles manually (except in some special cases like games where very custom UI is desired – but those custom controls invariably have roughly 0% of the UX affordances provided by standard ones). Back then, Visual Basic and other RAD tools (anyone still remember <i>that</i> acronym?) were front line of &quot;deskilling&quot;, but honestly WYSIWYG visual design is still one of the best ways to create UIs, it’s just rarely done these days for various reasons.
  • ptx8 hours ago
    The article compares LLMs to Stack Overflow and calls it &quot;a continuation of the same trend&quot;, but I think there&#x27;s a big difference.<p>With Stack Overflow, you got multiple answers from different people with different viewpoints and different approaches, each consistent within itself. You could figure out where the author of each answer was coming from and judge whether they seemed to know what they were talking about. You could weigh the trade-offs and merits of the different answers against each other.<p>With LLMs, you get a single mushy pile of slop, not grounded in any person&#x27;s actual experience or judgement. It might pretend to offer different perspectives, but it can&#x27;t really, so it&#x27;s much harder to evaluate.
  • dude2507118 hours ago
    Abusing a document mark up language and a scripting language to make &quot;UI&quot; is not a treasure of a skill. We can move on.
  • olooney8 hours ago
    &gt; undeterministic abstraction<p>I&#x27;ve seen people argue that LLMs will just add another layer to the top of the compiler stack: instead of writing code, we&#x27;ll use English, and run it through a pipeline:<p><pre><code> English -&gt; Rust -&gt; ASM -&gt; Machine Code </code></pre> What&#x27;s one more layer, right?<p>But what the author says about agents being &quot;undeterministic abstraction&quot; shows why that will never work.<p>Compilers rely on a concept called observational equivalence[1] to define when two programs are basically the same; this allows them to make changes under the hood like unrolling a loop or targeting another machine. Now, it turns out we know a lot about how and how not to do this, thanks to a logician named Frege who worked out exactly which properties a &quot;definition&quot; would need to have to count as a definition without becoming an axiom. In particular, that it should be &quot;eliminable&quot; and &quot;conservative&quot;[2]. In plain language, that a formal definition should always be able to be eliminated by rote string substitution, and that it shouldn&#x27;t smuggle in any extra assumptions. When we talk about things like syntactic sugar[3] or hygienic macros[4], we are basically applying Frege&#x27;s two conditions to programming languages.<p>LLMs are neither. They cannot reliably or provably go from the prompts they are given to the source code they generate, and they make a ton of implicit assumptions when they do so. There can never be any equivalence between two &quot;prompts&quot; in the same way that two programs can be equivalent modulo some level of abstraction. The whole process of starting from prompts is wildly nondeterministic, which is why the only pattern that works is to generate the code, review it, and test it, and then check it in and use that as the starting point for the next prompt.<p>Which is not to say that LLMs aren&#x27;t <i>useful</i> for code generation; they clearly are. But they don&#x27;t provide an <i>abstraction</i> that lets us get away from the details of actual code, and thanks to Frege we can understand why they never will.<p>I can say all this with such confidence because I did once write a wild little Python library that used a bunch of introspection to actually do this[5]. And it absolutely did not work in practice beyond toy examples.<p>[1]: <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Observational_equivalence" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Observational_equivalence</a><p>[2]: <a href="https:&#x2F;&#x2F;plato.stanford.edu&#x2F;entries&#x2F;frege&#x2F;#ProDef" rel="nofollow">https:&#x2F;&#x2F;plato.stanford.edu&#x2F;entries&#x2F;frege&#x2F;#ProDef</a><p>[3]: <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Syntactic_sugar" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Syntactic_sugar</a><p>[4]: <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Hygienic_macro" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Hygienic_macro</a><p>[5]: <a href="https:&#x2F;&#x2F;github.com&#x2F;olooney&#x2F;fourth_gen" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;olooney&#x2F;fourth_gen</a>
  • emodendroket8 hours ago
    I mean, maybe it was a &quot;lost decade&quot; from the perspective of frontend developers, but I can&#x27;t say I&#x27;m nostalgic for an age where everyone is handrolling everything from legacy browser support to responsive designs and I&#x27;m hoping they have a good understanding of all these things because the average page would be much worse than it is with everyone using these libraries.
  • Zababa9 hours ago
    The part on the Bauhaus movement is weird, and I&#x27;m not sure I agree about how the author thinks about users.<p>&gt;What did previous generations of craftspeople do when everyday goods and buildings suddenly could be mass-produced by industrial processes? One reaction was to copy the style of old, and make the industry crank out widgets and buildings that at least looked like they were handcrafted.<p>Is this a reaction by craftspeople? I don&#x27;t think it is, I think this was what industry people did?<p>&gt;Countering this trend of historicism, an alternative approach was developed by the Bauhaus movement of the early 20th century. Instead of pitting factory workers against craftspeople, their stated goal was to have them work together, and redevelop the arts and crafts with industrial manufacturing processes in mind.<p>From what I understand the Bauhaus movement has&#x2F;had a huge influence on modern architecture, which people tend to like less than traditional architecture [1]. It feels weird to have that followed by &quot;Caring about quality and the user&quot;.<p>&gt;The industrialization enabled lots of cheap plastic products, designed by people who didn’t take the time to think how they would be used and by whom – yet good industrial design is still a thing.<p>&gt;And software like Wix and Next.js enabled the creation of lots of websites that load terribly slow and are not accessible – yet there are still practitioners of the front of the frontend out there.<p>I think the author really really really underestimates how important is it that something is &quot;cheap&quot;. I personally like a lot having the option to use cheap and relatively good stuff, or pricier and better stuff, for most things.<p>This is a bit stretching the definition of &quot;accessibility&quot; but, I think in a way price should be thought as part of accessibility. If we consider that it&#x27;s important that websites work well on slow networks, partially because not everywhere in the world has access to good network, partially because good networks cost money ; then I think we should consider that while a good website beats a bad website, sometimes a bad website beats no website. Sometimes a &quot;cheap plastic product&quot; means someone that can&#x27;t buy the well designed product can still buy a product, and get started in a hobby.<p>This is pretty bad news for craftsmen I think, but as a software engineer that is very happy to be able to get into crochet or photo or cyanotypes or pottery or hiking for relatively cheap, I can&#x27;t help but try to see the other side of software getting cheaper.<p>[1]: <a href="https:&#x2F;&#x2F;www.sciencedirect.com&#x2F;science&#x2F;article&#x2F;pii&#x2F;S0264275119311655" rel="nofollow">https:&#x2F;&#x2F;www.sciencedirect.com&#x2F;science&#x2F;article&#x2F;pii&#x2F;S026427511...</a>
  • 23david9 hours ago
    I think it&#x27;s more likely to cause a lost Decade of people not going into CS or tech due to lack of entry-level jobs. Maybe next time there&#x27;s a boom and the pendulum of the power dynamic between management and labor swings more towards the workers, tech workers will unionize or organize better. I think overall it will benefit the industry because these boom and bust cycles for employment are just not healthy.
    • Traubenfuchs9 hours ago
      There is no guarantee that there will be a boom again. Some jobs disappear. Maybe we&#x27;ll really only need a handful of elite engineers who continue advancing the foundational tools we use (kernels, databases, hyperscale low level cloud products, drivers, etc.) and the rest of &quot;programmers&quot; and &quot;software engineers&quot; will be replaced by &quot;prompt engineers&quot;. With a new generation mostly unable to read and reason about source code.
      • alex_suzuki8 hours ago
        But how will the current crop of “elite engineers” be replaced, when they inevitably age out?
        • Traubenfuchs5 hours ago
          There will always be some nerds left with brains so big they only scratch their itch if they are advancing performance critical v8 code in pure assembler. But the bar will rise for that to be something you get money for…
    • jazz9k9 hours ago
      Unionized workers are also losing their jobs in this economy.<p>Unions are, by nature, anti-progressive. They would rather use 15 year old technology, then replace workers and allow efficiency.<p>This will never work in the tech industry.
    • reaperducer9 hours ago
      <i>I think it&#x27;s more likely to cause a lost Decade of people not going into CS or tech due to lack of entry-level jobs.</i><p>That could be a good thing, or a bad thing.<p>Maybe it will push more people into medicine, science, art, or other worthwhile careers.<p>Or maybe they&#x27;ll end up lawyers, SEO experts, or venture capitalists.<p>It could go either way.
  • mariopt8 hours ago
    I’m using AI to create UIs and I find myself having more time to think about UX rather than CSS. It actually gave me “time” to quickly test design ideas an implement minor details.<p>I’m actually building better UIs just because it became less time consuming to do so.<p>There is just a super noisy minority that spams the internet with slop so bad that no one can take their product seriously.
  • culebron218 hours ago
    I worked mostly on frontend in 2012-16, in plain HTML+CSS, and then quit, because React was required everywhere, and I tried and hated it.<p>But before React, I don&#x27;t recall frontend as very inspiring and joyful.<p>It was fun to see your work immediately on the screen. I did apply skills and had to solve some weird situations. I could optimize our CSS with OOCSS approach (later used in Bootstrap) -- only to complaints -- semantics! too many classes! (my trump card was that their commits contained +200 lines of CSS, while mine mostly had 0 -- and our CSS was already bloated into several megabytes).<p>But this was a dead end. I tried making tools to find out unused styles, to automate some patterns -- like click a button and load some content over Ajax. But the guys, who copy-pasted code with dumb solution to this, got 2-3x more tickets closed. I proposed a tool to make screenshots of pages and diff them to search for regressions, but the response was it&#x27;s heavy RnD, we&#x27;re not a research institute, we got to ship the next popup tomorrow, etc.<p>Nobody gave a shit much earlier.
  • barnabee8 hours ago
    Front end is mostly an enshittified disaster hiding behind &quot;UX&quot; and &quot;design principles&quot;.<p>If LLMs help me never use a front end owned&#x2F;dictated by a corporation again it&#x27;ll be no bad thing, regardless of the quality of the code they write.
  • Npovview9 hours ago
    if you value intelligence (and likely income from that intelligence) above all other human qualities, you&#x27;re gonna have a bad time. -Ilya.
  • Rover2227 hours ago
    I&#x27;m allegedly a fullstack dev, often working on fullstack features, but I haven&#x27;t had to think deeply about much on the frontend all year. 90% of my thought&#x2F;work goes into backend work. The AIs just handle the FE stuff easily based on our existing patterns. Not saying it&#x27;s perfect or can&#x27;t be improved, but it pretty much always &quot;just works&quot; perfectly well enough.
  • panny7 hours ago
    &gt;writing all code by hand<p>This is now officially a pet peeve of mine. I don&#x27;t write code &quot;by hand&quot; I write code &quot;by brain.&quot; A craftsman who does something &quot;by hand&quot; actually needs manual skills to produce that carved wood thing. Even if you know what you want and know what it looks like, you need skill <i>with your hands</i> to make it happen.<p>Software is not like this. I don&#x27;t need typing skill, the IDE autocompletes most of it for me. I think about what I want and it becomes reality. If you were using a bare text editor and typing out getters and setters your whole career, sorry, you were just doing it wrong. No wonder you love AI.
  • sublinear8 hours ago
    &gt; frontend used to be a highly specialized skill, requiring knowledge of semantic HTML, CSS, the differences of various browsers, accessibility, progressive enhancement, network performance, interface design and user testing – to just name a few.<p>It still is!<p>&gt; To distinguish what they’re doing from what “frontend” has become, practitioners of this arcane art nowadays often refer to it as the “front of the frontend”.<p>I have never heard this term before, but I&#x27;m sure someone will point me to the bullshit influencer who came up with it?<p>Frontend frameworks are really just for web apps and most frontend devs are familiar with several. If they cannot also write a web page from scratch, they&#x27;re not really a web dev. This is not up for debate. If you hire someone for the role, you need them to handle the work. AI is not going to help you here when it gets into the testing and bugfix phase.
  • standardUser6 hours ago
    Honestly I think what is missing is not developers but designers. Or, I should say, designers hired to create competent designs that serve people well and not to instead manipulate users. If you want better front ends - get more and better designers! As for front-end code, I don&#x27;t expect to ever write a line of that again in my life.
  • mock-possum6 hours ago
    Opening with this claim of ‘Front end’s Lost Decade’ then not explaining what that is is infuriating to me, a front end developer - which decade was this supposed to be? How&#x2F;Why was it ‘lost?’ How did I miss it?
  • Devasta8 hours ago
    People don&#x27;t use web tech because they care about quality, they target it very specifically because its one of the places where quality doesn&#x27;t matter. If your native app crashes, your users will curse your name. Webpage or Electron slop freezes? They&#x27;ll shrug and restart.<p>This idea that quality ever existed on the web is ahistorical at best.
  • iLoveOncall9 hours ago
    &gt; JavaScript frameworks have deskilled frontend development in the last decade. As someone who started with HTML&#x2F;CSS and a bit of PHP, later did Ruby on Rails, and then was frontend team lead of a major Swiss newspaper (Next.js at the time), I’ve seen the transformation first-hand<p>I&#x27;m sorry but that simply does not make any sense. How is increasing the breadth of your skills leading to a deskilling?
    • gobdovan9 hours ago
      Read in context. He&#x27;s referring to the evolution of skill at group level, he even puts out the definition of deskilling and mentions &#x27;skilled labor&#x27;. He then explains how frontend used to be a &#x27;highly specialized skill&#x27;, and how modern devs use Frameworks to consider browsers almost hidden compilation targets.
    • seszett9 hours ago
      The article explains at length what they mean by &quot;deskilling&quot; and it does not mean that individuals lose their skills.<p>The author having worked with various technologies over time is also not an example of &quot;deskilling&quot;, it&#x27;s a way of asserting that they have had time to observe the deskilling of the domain (since deskilling means a particular domain requires less specialised skills than it did before, not that the workers are losing skills) happen.
    • WesolyKubeczek9 hours ago
      The phenomenon of bootcamp graduates who knew React but did not know JavaScript.
      • cryo329 hours ago
        yes and now they get Claude to write React and don&#x27;t know that or JavaScript.<p>When something goes wrong, no one understands anything.
    • efsher_azoy28 hours ago
      I guess the author never tried to write big FE application in jQuery :D It definitely required some skill.
    • epolanski8 hours ago
      Just watch the terrible soup produced by MIT-bred Leetcode ninja &quot;engineers&quot; in money raining startups and FAANGs.<p>Low accessibility, terrible performance, lack of any fundamentals of html and css, abuse of those awful solutions like Tailwind or using 2016 technologies like React for rendering what should mostly be static websites + some web component, all plagued by memory leaks and very basic usability bugs.
    • lpcvoid9 hours ago
      [dead]
  • js4ever8 hours ago
    [flagged]
  • euejcidnf8 hours ago
    [flagged]
  • volume_tech8 hours ago
    [dead]