57 comments

  • SwellJoe 13 minutes ago
    Zuckerberg is proof you only need to get really lucky once. He's basically flailed at leading facebook ever since, going all in on monumentally dumb bets and erratically making headcount and project decisions, and still he somehow keeps getting richer.
  • efficax 12 hours ago
    I was worried this time last year that by this time this year, companies would have slashed their engineering teams down to a handful and everything would be driven by mostly autonomous agents with human guidance. But it just hasn't happened. Do I write all my code with an agent now? Yes. Can you just give an agent a desired outcome and let it work, unsupervised? Absolutely not. I can produce more code than I used to, but if I want it to be good, to be stable, to do what the product manager and designers want, it's only about 2 to 3 times more code than before. And that productivity is impacted by the fact that I'm reviewing 2 to 3 times more code than before (and you have to review, even more so now than before, because if you just let opus or gpt 5 do its thing, you'll get some terrible results, and I've found a lot of engineers on my team are just letting it do it's thing without a lot of iteration).
    • onion2k 44 minutes ago
      Do I write all my code with an agent now? Yes. Can you just give an agent a desired outcome and let it work, unsupervised? Absolutely not.

      I strongly suspect that developers moving from writing code to managing agents to write code for them is very similar to developers moving into leadership and management roles and managing ICs to write code for them.

      Some devs just 'get it' and thrive, leading a team really well and building a great culture. But a lot of them don't, especially if they don't get the support necessary to understand what changes when you move from IC to manager. If the team (or agent swarm) isn't performing well it often isn't a problem with them. It's a problem with the new manager still trying to stay on top of everything and micromanaging all the things. Alternatively, the new manager is completely hands off and only appears at a check-in point (one-to-one, agent completes a task, etc) where they crap on the work and get cross.

      I have no evidence for this, but I'd guess that putting developers through some sort of management training would make them much better at using agentic swarms.

      • geraneum 35 minutes ago
        > If the team (or agent swarm) isn't performing well it often isn't a problem with them. It's a problem with the new manager still trying to stay on top of everything and micromanaging all the things.

        You see problems in the results? Simple, don’t check the results!

        • Foobar8568 3 minutes ago
          Let codex review Claude output and the contrary. Win for everyone involved, more code, more features, more token usage, promotions, code to be debug by juniors and the cycle of life can continue.
      • hatefulheart 18 minutes ago
        Absurd.

        We are beset on all sides with companies declaring agentic coding a failure and here you are stating as a matter of fact some teams “thrive” with this probabilistic expensive approach to approximating working code?

        All the while concluding with “I have no evidence for any of this”.

        • m00x 9 minutes ago
          Agentic coding is absolutely not a failure. It's just not the 10x that CEOs really wanted it to be.

          We learned that some tasks don't really benefit from AI while others do. My team went from 7 people to 2 (went to new teams, no layoffs), and we're doing the same amount if not more work than we used to.

          Is it more draining and lacking of focused work? Yes. Is it more money for the business? Yes.

          • otabdeveloper4 0 minutes ago
            > while others do

            Now we just need to find those tasks. I want to believe.

            > and we're doing the same amount if not more work than we used to

            Zero evidence for this. It's programmers self-reporting their own productivity. (Have we not learned this lesson after 50 years of programming practice?)

      • gloryjulio 12 minutes ago
        I think you are confusing manager with ICs. Managers don't really read or review the codes. What you are describing is where agents are doing all the coding and reviewing without people in the loop. I don't think the op is working with the code as black box. He is more about describing the higher IC workflow.

        Whether we still need people in the coding loop is not a trivial difference

    • supern0va 11 hours ago
      >I was worried this time last year that by this time this year, companies would have slashed their engineering teams down to a handful and everything would be driven by mostly autonomous agents with human guidance. But it just hasn't happened.

      I find this somewhat puzzling. I thought things were moving quickly, but at this time last year I couldn't even get Claude (using Cursor) to spin me up a service skeleton that would compile, let alone do anything meaningful.

      I know it feels like a long time somehow, but it was only between November and February that things started to actually somewhat work without significant hand holding. Even now, it seems like we're still figuring out how to fully leverage the current models and tooling, even in organizations that have largely gotten on board.

      • iepathos 11 hours ago
        It's not all that surprising that people were worried and believed this. The AI companies and infrastructure companies partnering with them have spent a lot of money and time trying to convince people this is the case year after year. The critical clue people miss is that everyone claiming that has very clear financial incentives to convince people that's the case even when they know it isn't. Anyone who was actually building with LLMs and judging for themselves based on its performance knew fully well that wasn't the case year after year.
        • atomicnumber3 10 hours ago
          I've said this before: if anthropic (et al) thought they genuinely had a shot at replacing even 30% of white collar work, they would ABSOLUTELY NOT warn ANYONE. They would do what oil, leaded gas, and cigarette companies did. Swear under oath this is completely safe, commit GRIEVOUS societal harm that you explicitly promised wouldn't happen, and then end up in history books instead of jail for reasons beyond my ability to fathom.

          No. The very fact they are trying to "warn" us means it's all marketing.

          This has been corroborated for me on the engineering front that I can't find a single IC I respect who actually thought there was any evidence AI was going to live up to the hype. I saw a lot of people I always thought were idiots/sycophants/brown nosers go insane with AI. Never saw anyone id trust to help me cross a street blindfolded say more that "I may be wrong, but I'm not seeing any evidence yet".

          • ffsm8 10 hours ago
            Fwiw , you're conflating multiple things and consequently drawing premature conclusions.

            It can be massively over hyped for it's current capacity and decimate the white collar work.

            A lot of the difference of opinion is down to their point of view. At my dayjob, LLMs will not live up to anything because the enterprise is not structured to take advantage of it's strength. That's unlikely to change within the foreseeable future.

            I strongly suspect you mostly talked with people coming from just such a background, because it's hard to go beyond our own bubbles

            • atomicnumber3 10 hours ago
              Sure, naturally. And yet parent commenter is remarking that simultaneously no AI-true-believer startups have supplanted the old money, and simultaneously despite much talk the bigcos have not slashed headcount to tiny AI-powered teams.
              • 1attice 8 hours ago
                Depends on the bigco IMO. I'm not sure what kind of layoff numbers for Year Three of genAI would grab your attention, but I assure you, hundreds of thousands have mine.
                • root_axis 1 hour ago
                  The layoffs started years before LLMs became practical coding tools.
          • fhe 1 hour ago
            Yes, this... all the hype from the leading AI companies just pattern-matched so many past cases where things didn't pan out. really giving me the bad vibes..
      • byzantinegene 3 hours ago
        coding harnesses improvements mattered more than llm improvements this past year. You could solve problems on claude sonnet on claude code that you couldn't solve a year prior.
        • rcarmo 4 minutes ago
          Nope. If you use pi and its extremely minimal harness you can see a _lot_ of difference in models.
      • deaux 11 hours ago
        > at this time last year I couldn't even get Claude (using Cursor) to spin me up a service skeleton that would compile, let alone do anything meaningful

        I've been using it to do this for 2 years now. And many people with me. The change you mention is one of is primarily one of Overton windows, of vibes.

        • simonw 11 hours ago
          Which harness software were you using for this 2 years ago? VS Code Copilot? Cursor?
          • deaux 1 hour ago
            Exact same for me as WhatIsDukka.
          • WhatIsDukkha 3 hours ago
            Aider for me

            Very successful by just being careful and walking it forward.

            Yes its about 2 years, August 2024 from git it looks like.

            • noufalibrahim 31 minutes ago
              I've had success with Aider from October of 2025 (from my git logs). I have to differ from the general sentiment over here. The tools and models are good enough to make a change in the way work is done. Of course, Big Tech. will move fast and make mistakes but this is qualitatively different from other recent hypes (e.g. crypto/NFT). It has had genuine impact on people and their lives and a lot of simpler jobs with larger teams have been replaced by these models and one operator.
            • deaux 1 hour ago
              Exactly the same for me. Sonnet 3.5+Aider made it possible.

              I got downvoted though, apparently you and me are liars, haha. Easier to believe that than admit that their take of "I adopted it exactly when it became viable, now it's good, and before that it was a waste of time" was wrong. They're the people who were loudly claiming here last summer it was useless, asking "show me anything useful that has been coded using LLMs". Come to think of it, it has now been a few months since I saw one of those. Used to be every other thread.

    • kaydub 5 hours ago
      Companies are putting a ton of effort into getting to that point of having agents do the work unsupervised. Whoever gets there first is going to be the winner.

      I personally don't think it's possible and I haven't written a line of code since Sept 2025.

      There's an AI psychosis going on right now, especially among the execs or management class, and we all gotta nod our heads in agreement and burn through tokens.

      • _pdp_ 5 hours ago
        Agents already run unsupervised, and they can code unsupervised too. The real question is what worthwhile work we should point these capabilities at. Nobody has really cracked that yet.
        • theturtletalks 4 hours ago
          The same worthwhile things we were working on before agents. I’m personally using them to autonomously build open-source Shopify for every vertical. I set out building it before AI, but AI actually makes the dream feel achievable.
          • Schiendelman 4 hours ago
            Have you got booked revenue for any of those verticals, using your system?
            • theturtletalks 3 hours ago
              Yes we have provided custom storefronts for people running the SaaS on-prem and we have a handful of people using our cloud hosting. This is all without any marketing efforts and word of mouth. Albeit, we launched the Shopify alternative in Dec 2025 and the Toast alternative in May 2026. The gym and grocery ones in the works.

              My main goal is to first get all of these open-source alternatives to start building themselves autonomously using loops and a Hermes-like scheduler before I focused on marketing. This is almost complete.

              For marketing, we are building a GTM engine using an open-source CRM (Twenty). We have LLMs use the Twenty CRM API to bring in leads from X, LinkedIn, and the Web.

              The cloud hosting is not the only monetization. We’re going to use these open-source SaaS to build a decentralized, interoperable marketplace where the people actually bring value, the sellers, can sell without those rent-seeking entities like Amazon taking a piece of every sale. LLMs are already going to start jumping across these marketplace moats.

              The other monetization is going to be letting agents actually run these SaaS and see if they run a business autonomously. Like VendBench but an actual online business. I’m thinking of starting a designer brand, connecting to a POD (print on demand) and then let the agent create seasonal lines, handle customer service, and make sure orders are going to the POD and being processed. Doing this with restaurants and other verticals will probably need some human supervision.

              • mgh95 3 hours ago
                Interesting. Where is this product located? If I'm looking at your profile correctly, this appears to be Openship[1], which is just a collection of starter templates from something from Nextjs and something called Keystone for each vertical. Is this what it is you are talking about?

                I'm very curious how much revenue this is generating.

                [1] https://github.com/openshiporg

                • theturtletalks 3 hours ago
                  Yes, it’s built on the shoulders of giants, Next.js[0] and lesser-known Keystone.js[1].

                  Next is a full stack framework and Keystone is a CMS built on top of Prisma and GraphQL. Keystone was created by this Australian company called Thinkmill. They have used it to help businesses build custom backend systems for more than a decade. But it needed to be deployed separately from Next and they were using emotion css for their dashboard and I wanted to use Tailwind/Shadcn. So first, I had to make the Next Keystone Starter that brought in Keystone into Next so each SaaS is just 1 Next app with a built-in storefront, GraphQL API, and dashboard.

                  Once that was built (and it took a while tbh), I started to build the Shopify and Toast alternative. But the itch to get these built quickly and autonomously had me working on the harness in the past months and now that is nearly complete.

                  Here is the e-commerce[2] and restaurant[3] repos. They have a link to deployed demos you can check out as well.

                  As far as revenue, I don’t feel comfortable relaying that right now. We have other revenue streams like fractional CTO where companies give us equity to manage all their tech and that is quite hard to quantify. Before Openfronts being built, I built Openship, and e-commerce OMS and that has exceeded 5M orders processed since its inception in 2019. That’s not counting orders by businesses running it on-prem.

                  I actually posted about this vision on HN[4] when I launched Openship and the response is what kept me building.

                  0. https://nextjs.org

                  1. https://keystonejs.com

                  2. https://github.com/openshiporg/openfront

                  3. https://github.com/openshiporg/openfront-restaurant

                  4. https://news.ycombinator.com/item?id=32690410

                  • mgh95 2 hours ago
                    First I know what next is. Its standard enough.

                    Second, take this for what it is: your product may not be compelling in its current form. Building it to many different markets will not make it compelling. If you had a stronger revenue, please share it. This sounds incredibly thin.

                    Third, dont mistake building the same thing 20 times for different verticals for bonifide software skills. When a SWE builds the thing they have built before its usually to learn a language which is the easiest part of software. There is a reason a common adage in software is "9 women cant make a baby in a month". Breath is no replacement for depth.

                    • theturtletalks 2 hours ago
                      Don’t take my word for it then, ask any terminal agent to dig in and get an idea of how good these apps are.

                      In the end, I built Openship and Openfront for my e-commerce business and then turned them into SaaS. All the revenue for these are just a cherry on top of our existing e-commerce businesses.

                      And I worked with Next and Keystone long before AI came along. Check my GitHub commits if you need some back story.

                      And I’m not building these 20 SaaS to prove I have bonafide SWE skills. I’m building them because I plan to have my own gyms, hotels, grocery stores down the line powered by these SaaS. SWE to me a means to an end and that’s to have many different businesses.

                • byzantinegene 3 hours ago
                  very much seems like a product built by an someone with no product research. The UX makes no sense for e-commerce.
                  • theturtletalks 2 hours ago
                    That’s the neat part, you can use it headlessly. The built in dashboard and storefront are using the GraphQL API but you can deploy your own external dashboard and storefront using the same API.

                    We’re also very bullish that the chat interface is the universal UX now. Instead of sifting through the dashboard to change a product price or sell in a new region, you can use the built-in agent and just tell it to do that. Every Openfront comes with an MCP server that interfaces with the API so the agent can literally do anything you can do using the dashboard and API. This is where an agent running the business autonomously comes in.

                    And even then if you’re not satisfied with the backend API for each vertical, these Next apps can be forked and adapted to tightly fit your business instead of you messing with configs, you can make the app your own.

        • hansmayer 54 minutes ago
          [dead]
      • eloisius 5 hours ago
        If you have runway, it’s a good time to start your own thing or join someone who is. Personally, I cannot force myself to wade through slop PRs from careless coworkers. If that’s the job now, I’d rather run a hotdog stand or something.

        Luckily, I don’t think things are that dire. I think the companies issuing AI mandates are manufacturing sawdust, and even if it works, it would just enable them to burn through customer goodwill in record time as they make user-hostile decisions free from engineer pushback.

        These are going to be a few tough years, but I think the opportunities to start something new are everywhere.

        • dfedbeef 1 hour ago
          Pretty sure it's going to be a tough couple of decades, not just years.
          • eloisius 50 minutes ago
            Of course I don't know either way. However, I feel like it's going to be different, but maybe not apocalyptic. The market I am building for is photographers, and from what I can gather (and know first hand as a customer) is that there's real discontent with the toolmakers in our ecosystem.

            It seems like in the quest for every tech company to become a multi-billion dollar empire, they've lost the plot on making hammers for their customers and have instead turned into some kind of strip mining operation. A totally AI agent-driven company is a MBA wet dream, and I think a fever dream. If Adobe, for example, were to achieve it, I don't think they'd use it to fix the backlog of bugs overnight. I believe they'd just become an even more incoherent zombie, trying to extract rents from creative cloud subscriptions.

            In the meantime, photographers still need tools. If you wanna run a software company as a regular small-to-medium-sized business, you may find some customers that are happy to buy a quality hammer. The unicorn startup days might be behind us, but I'd be okay with that.

            Now, if AI obviates creatives altogether I don't really know what to say. I'd morn the loss of a world that became so tasteless that AI-generated decorations are good enough, for starters.

      • CodingJeebus 5 hours ago
        I don't think it's possible either. DHH pointed out in the most recent episode of Rework that AI removes a lot of the barriers to shipping code, therefore making it possible to build in lots of different directions in ways that was prohibitive to many organizations in the past. But this isn't necessarily a good thing, companies still need to understand what to build in order to ship a cohesive product. AI is great for prototyping and refining use cases in ways that are far superior to static figma designs, etc., but it is not a replacement for taste and execution.

        But a slop machine that haphazardly shoots features against the wall to see what sticks still isn't a winning product strategy in 2026. And the problem I see increasingly is that so much energy is being focused on how to deliver with AI internally and externally that is not being expended to advance a company's product. I believe more and more in the idea that for many startups and companies, the actual "customers" are the investors and the product-market fit that companies seek is the product of the company itself, because this is all being driven from the top down, not by customers and users in the market asking for AI features.

        • w29UiIm2Xz 3 hours ago
          The bottleneck wasn't the coding, but previously it had the second order effect of slowing product development decisions enough to improve product cohesion.
          • majormajor 3 hours ago
            It also created a cargo cult though.

            "What can we get rid of for MVP" as a design strategy vs a way to iterate fast, for instance. Cutting things isn't a way to product cohesion, especially if you never go back to do the full-featured version.

            Sometimes I wonder how many features or products flopped because the MVP dropped the things that would've actually taken off, and the business "smartly" pivoted away.

            There's still a limit to how many new features you could shove in front of your users per month. But what if they were all much more baked out of the gate?

            (See also: "data driven" product management as an excuse to not have your own vision for the product. If three competitors build a lot more in the span of six months, but have to depend more on their own skills and instincts vs A/Bing every little detail, maybe more of them will ship more bold and interesting new things.)

            • byzantinegene 3 hours ago
              the opposite can also be true, feature bloat can destroy products by making it unclear for users what they should expect.
        • cuttothechase 4 hours ago
          But that's the nature of the beast isnt it? A probabilistic token predictor will all always have some errors from a human perspective, more and more energy, money and resources will always be needed to control and direct towards desired outcomes.
        • fzeroracer 5 hours ago
          > I believe more and more in the idea that for many startups and companies, the actual "customers" are the investors and the product-market fit that companies seek is the product of the company itself

          In many respects this reflects the growing K-shaped nature of our economy. Average consumers don't matter because you really just need a small cohort of wealthy individuals to be hyper-invested in your product, 'regular' consumption is therefore just a way to keep things relatively on rails rather than the actual economic driver.

          All of these AI-first companies don't actually have any market fit, so what they're doing is selling an imaginary product so that they can get investments and loans. As you said the company is the product.

        • tffrr 5 hours ago
          “ But this isn't necessarily a good thing, companies still need to understand what to build in order to ship a cohesive product”

          In other words writing more code means fk all without vision, strategy, taste etc. Google has had lots of engineers on many projects - look at the grave yard. The constraint on progress is not code.

          Wake me up when this dumb experiment is over. Some of us are years ahead it seems until others get in the same page of understanding

      • tffrr 5 hours ago
        [dead]
    • zamalek 11 hours ago
      > Can you just give an agent a desired outcome and let it work, unsupervised? Absolutely not.

      Ignoring instructions - whether in AGENTS.md or my prompt - is the worst of it, and it routinely happens. It just waives things that I explicitly told it to do as part of the design.

      Vibe coders (in the true sense, zero oversight) claim that you just need to prompt it carefully. That's completely untrue when faced with your careful prompt being ignored.

      I even have "don't overrule me without asking" in my global AGENTS.md, and it simply doesn't do that.

      • ifwinterco 3 minutes ago
        It can't follow orders because it isn't thinking - even in a best case scenario, all you're doing with AGENTS.md is altering the probability distribution of outcomes away from things you don't want towards things you do want.

        However that still means there's always some probability it will do things you told it not to, it's just reduced

      • grey-area 11 hours ago
        These are word generators, not agents, I’m really not sure why people think they could be capable agents (ie independent) when they consistently ignore instructions, generate the wrong things and then double down when questioned, etc etc.

        You’ve been sold something that simply doesn’t work for the purported use case (intelligence) and instead is like a stupid database of all world knowledge with the appearance of intelligence.

        Useful tools at times (if you bear in mind their limitations), but not close to intelligent, independent agents.

        • argee 9 hours ago
          > instead is like a stupid database of all world knowledge with the appearance of intelligence.

          A "stupid" database would be better, based on what I get when I ask whether all of Oregon state is North of New York City. Indian English has a word for it: oversmart.

      • lanstin 11 hours ago
        Your context isn’t to give it orders, they just don’t work like that. Your context (AGENTS.me, skills, per-request context we are sending in for each request to bots) is to give it the info it needs in the language category it’s trained for the answers you want; you have to give it a clear instruction each prompt. Basically, when you have a long session, you can see this by saying, ok, now moving onto another thing, blah blah blah (implicitly ignoring all previous instructions). It can even back fire - nagging too much about don’t skip tests in the context can make it slip into the linguistic space where there is some emergency and faking the results might be justified (I imagine there is a certain amount of training out there “just making the tests pass for now, will fix later, I promise.” If you rarely mention tests except “this one is failing, please investigate what is going on” (an informational outcome not a test outcome), it doesn’t really “cheat” (tho it can leap to conclusions as always). The tests need to be some deterministic step in the process anyways, tests don’t need fuzzy word directed search capabilities. But the models just don’t have the structure to allow feeding in a ten page set of rules and follow them. You can add a step to say, please check this git commit for compliance with the 23 rules in this standards file, and it will work better to catch the gaps.
        • zamalek 9 hours ago
          > Basically, when you have a long session, you can see this by saying, ok, now moving onto another thing, blah blah blah

          I try to avoid > 200k contexts, as the 1M context is where I first saw the massive decrease in reliability.

          And my AGENTS is really short, and I said it was ignoring decisions in the prompt.

          • black_knight 4 hours ago
            Whenever I work on a challenging question I worry about this, because Opus will easily think for 200k tokens on the first prompt. I fear any follow up discussion is lobotomised!
            • jack1689 3 hours ago
              Yeah totally feel you on this one! To avoid it or at least limit that I usually ask it to create external memories, clearing the context window and leaving just a trace to recall the memory created for that run. I hope it might help!
      • Izkata 5 hours ago
        > that I explicitly told it

        Try writing it in first person instead of second person or neutral.

        A while ago someone had a similar complaint on here and shared some example lines, and that popped out at me immediately. However much structure we've wrapped these in, they're still text generators trained on all sorts of things, and if you think about a narrative where first and second person speech would be used, try to imagine context: In first person, it's most likely a description of something as it happens or someone planning what they will do. But in second person, especially command form, you open up to the possibility of commands being ignored, misunderstood, or actively rebelled against.

        Whoever that was back then did some quick tests and found the pattern held, first person got it to follow far more reliably.

      • rogerrogerr 11 hours ago
        I’m convinced the magic bullet is deterministic checks. Linters, static analyzers, etc. Whatever you can do to create deterministic gates that the LLM simply must overcome to reach a “done” state, do it. Has been making a huge difference for my team, but sister teams are so invested in writing the perfect Make No Mistakes prompt that they just can’t see it.

        Basically I treat it like a junior dev. We don’t get junior devs to write code correctly by cajoling them just right, we add CI gates. It still works.

        • cube00 5 hours ago
          > Whatever you can do to create deterministic gates that the LLM simply must overcome to reach a “done” state, do it.

          First thing Gemini did when I tried that was turn off all the rules in eslint.config.mjs claiming they were "overly stylistic"

          Yes, it got better once I explicitly told it not to disable any rules, so I accept I was holding it wrong but I do worry just how many footguns it puts into other things because I didn't know the right guardrails to give it.

        • zamalek 9 hours ago
          Wouldn't have helped, sibling comment: https://news.ycombinator.com/item?id=48797883

          Architectural decisions are not lintable.

          • rogerrogerr 6 hours ago
            You can have a separate LLM as a brutal enforcer of an architecture decision. Works pretty well in the right harness.
        • cuttothechase 4 hours ago
          It will burn up the tokens to get through the deterministic gates, more so when n order dependencies are involved in the mix. Enough typewritters and monkeys could get it done too.
          • zmgsabst 3 hours ago
            I found I used fewer tokens by having many short prompts than long ones — because it spent many fewer tokens thinking and narrating.
        • sdesol 10 hours ago
          Why aren't the teams using shared checks? Are the codes in different repos?
          • rogerrogerr 10 hours ago
            They’re very, very different projects.
      • sdesol 11 hours ago
        > I even have "don't overrule me without asking" in my global AGENTS.md, and it simply doesn't do that.

        You really need to look into hooks based on your coding agent. This is very much a solved problem as I demonstrate with

        https://github.com/gitsense/pi-brains

        I have a test repo

        https://github.com/gitsense/gsc-rules-demos

        that shows how you can block and warn and do other things.

        You obviously can't have a "Don't make a mistake" rule though.

        • zamalek 9 hours ago
          So would that solve (most recent example):

          The agreed architecture is to use signing between two micros, so that a third can orchestrate between them in zero trust way (and to prevent a distributed monolith). It just decides that we can trust the third and skips the signing.

      • codemog 11 hours ago
        Also noticed this. Their intelligence is very jagged. I’ve had them produce some highly optimized code yet fail to follow basic code guidelines.
      • deadbabe 4 hours ago
        The short leash method is the way to avoid this.
      • ls612 11 hours ago
        In my limited testing Fable is far better at obeying CLAUDE.MD than Opus is.
        • zamalek 9 hours ago
          From what I can tell, the "established wisdom" is to get Fable to plan and Opus to implement (for cost purposes). The problem there is that Opus could ignore whatever it likes from Fable's plan.
          • notatoad 4 hours ago
            i've yet to see a case where opus "ignores whatever it likes".

            opus will definitely ignore instructions if you give it contradictory instructions, or a plan that has steps that obviously don't work with each other. but if you give it a coherent plan, it will follow it.

          • sdesol 7 hours ago
            Honestly this is where I would have fable generate a checklist and you just monitor opus to ensure it is going through the checklist. I think ignore is often the result of a context that is not focused enough.
    • thisisit 2 hours ago
      > I was worried this time last year that by this time this year, companies would have slashed their engineering teams down to a handful and everything would be driven by mostly autonomous agents with human guidance. But it just hasn't happened.

      Amara’s law: We tend to overestimate the effect of a technology in the short run and underestimate the effect in the long run.

      This continues to be applied to AI where people think is going to be next 12 to 18 months. Changes are coming but certainly not at the rate Zuckerberg and most people are thinking.

    • khurs 5 hours ago
      "companies would have slashed their engineering teams down to a handful and everything would be driven by mostly autonomous agents with human guidance. But it just hasn't happened. "

      It never was going to happen.

      Always the same story: https://en.wikipedia.org/wiki/Gartner_hype_cycle#/media/File...

    • tunesmith 6 hours ago
      I think it doesn't prove much that it hasn't happened yet. Companies might just be moving slower than you think, and are still planning on doing it. And, in many corners, "don't manually write code" is being joined by "don't manually read code" as an attractive principle.
      • roughly 5 hours ago
        > in many corners, "don't manually write code" is being joined by "don't manually read code" as an attractive principle.

        I'm pretty sure I know where the failure case on that one is. The reason we're still manually reading code is to catch the failures and edge cases that the LLM fails to; not reading the code doesn't magically make the code good.

      • throwaway27448 5 hours ago
        Sure but there's also little reason to think we'll be able to replace xyz role entirely with software next month, or year, or decade. It's easy to disprove claims about the future; it's quite difficult to make believable ones.
      • goatlover 5 hours ago
        The Yale economist Pascual Restrepo, who is well regarded researcher in automation, doesn't think it will happen for most jobs.

        https://fortune.com/2026/04/04/ai-jobs-future-not-important-...

      • Imustaskforhelp 5 hours ago
        you might have to think the way through though and these companies are already being caught up with the huge token costs at the same time.

        There was an interesting comment during the cloudflare layoffs (partially driven by the fact that the company was bleeding money also because of its token costs from one estimate being 5* million$ per month (I feel so silly that I accidentally had written/meant 500 and had kentonv do the stats on that part :-( Sorry kentonv!), don't quote me on that though)

        The part was that there is only an enough marketshare in the first place. Cloudflare was doing some crazy experiments like operating matrix on cf workers and wordpress alternative and fediverse and so much stuff.

        So they basically spent 10x the amount of token (and the token costs) and I imagine as such the reading code of that part was getting sidelined as the attractive principle you are talking about.

        Yet the market can't bring an actual demand 10x times though. These are things which nudge a user slightly but the actual impact on user growth isn't 10x or even justifiable within some cases given the costs.

        Yet at the same time driving up the people who actually know their stuff and firing them because of the token costs. The people who have actually mitigated some of the largest DDOS attacks and are the backbone behind cf cash-cow (enterprise payments) is the fact that they have had the experience and entreprise knowledge about these things, yet they are literally removing that by firing workers and oh replacing them with interns. (They got 1111 interns and fired 1100 employees or something iirc)

        It's weird and I have talked to some people about it but there is a disconnect between what management is hearing about AI and the ground reality of things. Reviewing code is becoming the bottleneck but if you don't review code and are shipping things to production, then you can get fired as I have talked about in some of my other comments sharing a story about how a guy shipped code to prod and the response was "but claude generated it" and got fired because the company basically said, look we basically don't care if it was generated by claude but the responsibility was on you to check it (review) and because the commit was done by you, you are gonna be treated responsible and he got fired from his job.

        Yet this was the same company which was asking its employee to play around with claude at their free time, the manager of the employee I talked to being the most automatable person, the company employees working till 1 AM because they were saying to management that things were fine but they were being burried under the technical debt,that employee that I talked to got honest with the management and told reality and the management treated them as a person who didn't know AI or were the odd one out.

        Sooo I don't know actually to be honest.

        TLDR: reviewing code is being treated as the bottleneck but it is also the only thing stopping your company from imploding under technical debt, actual debt because of token costs etc. I remain skeptical if we should treat it as a bottleneck or as a safeguard mechanism. After all, if nobody's in the loop then whose responsible?

        Reviewing code isn't a bottleneck so much so its a safeguard mechanism in my opinion. Also things differ in corporate land and hobby land and I would prefer corporate to not be using the practices that I do with how I do things for fun in my hobby time.

        Side note: Even more so, I think I am a LiteLLM security working group maintainer and I have seen first hand on how much damage it can do in supply chain even when things were done right from LiteLLM side and the fault was within the side of ironically a security product that they used called Trivy.

        There are things which you can do to be better prone to supply chain attacks in general but there is no full bullet proof way of doing so and in such.

        Caution (should) be taken when dealing with corporate systems and as such I sweat a little when anyone suggests code review to be completely eliminated. Things (are/can be) different in hobby/prototyping world though.

        • kentonv 5 hours ago
          > (partially driven by the fact that the company was bleeding money also because of its token costs from one estimate being 500 million$ per month, don't quote me on that though)

          Cloudflare had 5000 employees (pre-layoff), so you are suggesting that every single one of them (eng, HR, legal, finance, receptionists) was using $100k tokens per month (that's $1.2M annualized, per employee), for a total of 3x gross revenue going to AI spend.

          Let's imagine that this isn't absurd on its face. If true, then you'd expect Cloudflare's Q1 earnings to show a massive, massive net loss. In fact Cloudflare was cash flow positive in Q1.

          The rest of your post is more qualitative, so harder to disprove, but from what I can tell, it seems equally made up.

          (I work at Cloudflare.)

          • Imustaskforhelp 4 hours ago
            Sorry kentonv! , I apologize :-(

            I had mistakenly written 500 million when it was around 5 million dollars so I messed up its 5 million per month[See Source], not 500 million. I wish to have a genuine discussion while you are here though because i can be wrong, I usually am and I would love to have a good faith discussion, thanks in advance!

            I will try to back up a lot of it with hackernews comments from the thread when cloudflare layoffs were suggested so that I don't accidentally mis-represent anything and My suggestion wasn't a critique of cloudflare and please don't take it as such. The question was simply of the AI token costs associated.

            and this was the comment that I was referencing to[0] which states the following:

            > There was an recent article on X with an interesting take - it could be that companies are doing layoffs not because AI is making them more productive but because it hasn't. Their costs have gone up paying for expensive AI but haven't seen any revenue benefits to offset it.

            An child comment of it talks about the coinbase layoffs which had happened around the same time[1]:

            > (..) In 2023, their "Technology and Development" line item shows $1.32bn going out, and by 2025 it'd ballooned to $1.67bn. This is despite headcount actually contracting by almost a thousand people between those two statements.

            Regarding this: > Let's imagine that this isn't absurd on its face. If true, then you'd expect Cloudflare's Q1 earnings to show a massive, massive net loss. In fact Cloudflare was cash flow positive in Q1.

            We might be forgetting that (from my understanding, Cloudflare has never had profits) (positive annual net income) with an astronomically large P/E ratio.

            There was a comment which I had read which talks about this in more detail (https://news.ycombinator.com/item?id=48060393):

            > > The fact so many orgs opt for immediate greed over long-term growth really is its own canary that leadership and governance both has failed the marshmallow test.

            > Why do you think it's greed? The company's stock is down and they just missed expectations on their last earnings report (unheard of in big tech in the last 2 years).

            > It seems more like a traditional layoff scenario

            Another comment [from the Layoff thread][2] which might summarize some things:

            "Their AI costs have increased 600% but this hasn't translated into actual revenue. Also they are probably projecting AI costs to keep growing. They've done the math and at some point it is going to affect their bottom line. Reducing or limiting AI usage would be inconceivable given Cloudflare itself has invested on AI and is selling AI services. Instead they've opted for reducing about 20% of their head count."

            I genuinely wish if we can have a good faith discussion about it. I appreciate cloudflare as a product myself and actively use cf tunnels, which is why I care about it as well and I wish to have a good faith discussion about it hopefully as well :-D

            > The rest of your post is more qualitative, so harder to disprove, but from what I can tell, it seems equally made up.

            I can be wrong, I usually am and if I am wrong, I wish to learn from it and I wish to improve as a person too!

            I have learnt from this discussion (up until now) that I should mostly try to provide sources whenever talking on a public place/ on the internet so that I can be more accurate and I sincerely wish to have a good faith discussion once again, thanks and have a good day @kentonv :-D

            [0]: https://news.ycombinator.com/item?id=48055149

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

            [2]:https://news.ycombinator.com/item?id=48056124

            [Source]: https://lowendtalk.com/post/quote/217055/Comment_4789235

          • tffrr 5 hours ago
            [flagged]
            • Imustaskforhelp 4 hours ago
              Although there is a difference in accrual earnings and cash flows. I was wrong with the number provided which although not as big as 1.5B of AI spend, is still a comparatively large number itself.

              I have written an more in-depth comment if that interests ya (in a good faith discussion and please be kind to everybody)

              also please don't call @kentonv an idiot and please read the HN guidelines[0]: Be kind. Don't be snarky. Converse curiously; don't cross-examine. Edit out swipes.

              [0]: https://news.ycombinator.com/newsguidelines.html

            • kentonv 5 hours ago
              Would you be happier if I said "non-GAAP profitable"?
              • tffrr 5 hours ago
                [flagged]
                • kentonv 4 hours ago
                  You are saying $1.5B of AI spend would not have shown up in either of these numbers?

                  Please do tell us how that works, I'm sure it's fascinating and would love to know more.

    • sealWithIt 4 hours ago
      I can similarly output 2-3x more code but everything stalls down to me having to review and integrate in a meaningful way the moment I am the one that has to maintain that code.

      It's eerie to observe collaborators output code they don't understand, spend days chatting with Claude instead of reading (like really reading) compiler's output or 3 pages of manual, and how lost and oblivious they look when the AI fixates on solving a different problem than the one they have been tasked.

    • mkozlows 1 hour ago
      I kinda love that you made this post feel negative enough that a bunch of AI skeptics are enthusiastically agreeing with a post suggesting that the realistic, pragmatic bear case for AI is, uh, 2-3x productivity improvements.
    • alt227 12 hours ago
      I have experienced and feel very much the same, and it is refreshing to see a realistic post about the success of agentic coding instead of the usual hype or doom.
    • bwhiting2356 2 hours ago
      Could be lack of imagination on my part but I truly can't imaging shipping 1000's of lines of code that I can't understand (beyond low-stakes prototypes). That means there's a ceiling on productivity gains.
    • Aperocky 2 hours ago
      If you end up with 2 to 3 times more code. That is HORRIBLE, because it means about 50-66% of the code is otherwise unnecessary. Those are eventually going to become unmaintainable garbage.

      However, if you get 2 to 3 times the code in the interim, that's probably less than what's needed. I find myself cycle through almost 10x-20x amount of code implementations to get what I want which is actually less code, simple solution and desired behavior.

      Given a specific behavior, there are usually just 1 simplest implementation, whether done by human or AI. However, there are 100 ways to do it with more complexity and either handwritten or AI slop, it will mean pain down the line. We used to have a lot of handwritten complexity because of certain design pattern culture, but they used to be contained because the ability to generate them is costly. Now it's much more risky and therefore more important to have simplicity as the guiding principle in ALL projects.

      • chicken-stew 2 hours ago
        “How many Kloc did you submit today? I did 12.”
        • alex1138 1 hour ago
          "How much on user account support?"

          "..........."

    • ramoz 11 hours ago
      As crazy as it may sound, my workflow today does not look too different from a year ago - where I was already heavy into claude code.

      Im not certain things will look too different a year from now either. We still have serious bottlenecks in terms of focus/attention you have for both delegating agent work and being able to review it. Even if we solve the "trust what ai does" problem, these cognitive deficit issues still exist - for teams coordinating work, even users adopting new shit, etc.

      As an industry we are leaning heavy into accepting "slop" as the status quo - we care more about efficiency of output right now. Slop will get better & we can become more adaptive to living with the paradox of amazing yet delicate systems generated by AI. But I feel big shifts coming in this regard and if/when it does we may find ourselves in the dystopia of broader unemployment with worse net outcomes.

      I do think the teams that ship quality with AI will do so by learning to slow down

      https://mariozechner.at/posts/2026-03-25-thoughts-on-slowing...

    • hysan 5 hours ago
      I feel like the increased reviewing time is consistently understated. I’m just an IC, but it seems obvious to me that you cannot cut staff and achieve increased output. There literally aren’t enough eyeballs to go around reviewing code when everyone is 2-3xing their output. I spend so much more time reviewing code; reviews that are sorely needed because I regularly catch batshit insane “fixes” that work but would quickly turn the codebase into a mess (the most recent one being a multi-hundred line diff that I went and fixed in 2 lines in 15 min). Maybe I’m underthinking it but it seems obvious that you either maintain the same output with fewer staff or you gain increased output with the same staff. All the companies that are attempting to cut staff and gain increased output are chasing an impossibility and throwing away their opportunity to accelerate.
      • tffrr 5 hours ago
        Increase output with same staff etc doesn’t necessarily help the firm financially…

        Raw engineering productivity is irrelevant. Managers are employed by shareholders to make them wealthier - long term this comes in the form of incremental positive cash flows.

    • threethirtytwo 3 hours ago
      Im not worried about anything within 1 or 2 years. The upheaval if it happens will likely be within 10.
    • jknoepfler 3 hours ago
      Ick. Stop.
    • bigstrat2003 4 hours ago
      Frankly: if you want it to be good and stable, you can't really go any faster than before. The time it takes you to review all the code is no less than it would've to just write it in the first place, because the actual typing things out was never the part which took up time.
  • zkmon 1 hour ago
    > he expects that the social media giant will begin to experience more significant benefits from its AI investments within the next three to six months.

    He is hallucinating just like AI, and unable to come to terms with the facts on the ground. Meta has lost plot about 5 years back - with metaverse, VR, glasses and AI. They should sit back and think with a calm head, about what exactly their core product is. Unfortunately there is none, except a few acquired ones: whatsapp and instagram.

    • Gigachad 57 minutes ago
      He's like a crazy dictator going off the rails right now. Combined with trying to ruin the life of the author of Careless People for exposing his crimes against society, and his employees regularly leaking his internal announcements.
  • simonw 11 hours ago
    This is a thinner TechCrunch rewrite of this Reuters story: https://finance.yahoo.com/technology/ai/articles/exclusive-z...

    The exact quote appears to be:

    > In retrospect, he said, the "trajectory of the agentic development over at least the last four months hasn't really accelerated in the way that we expected," and that the company's bets on the new structure "haven't come to fruition yet." Zuckerberg was referring to AI agents, automated systems that can execute tasks on behalf of a user.

    Hard to guess exactly what he means by "trajectory of the agentic development" but my best guess is that he means that Meta's own internal efforts to improve the agent (aka longer form tool-using) capabilities of their own in-house models hasn't improved to the point that they can drive an agent harness like Codex or Claude Code in a comparable manner to the best OpenAI and Anthropic models.

    At a further guess, that was part of their goal in reassigning large numbers of employees to help label data for their AI efforts.

    • dang 6 hours ago
      (We merged the comments from https://news.ycombinator.com/item?id=48795826)
    • swazzy 56 minutes ago
      thanks for providing the actual quote
    • cyanydeez 10 hours ago
      the pessimistic take is their harness is no better than thise available and he thinks they all suck together.

      from a high level, these agents absolutely do not function as a rational human through even medium scoped problems. even when you try to add memory, you just multiply halucinated context which just makes it error out on tasks in harder to detect manner.

      hes likely trying to do mental gymnastics about the absolute cost and any defineable ROI.

      • simonw 10 hours ago
        I expect it's a model problem and not a harness problem, purely because some of the best harnesses (including OpenAI Codex itself) are open source and can be very easily tried against a new model.
        • loeg 3 hours ago
          Having used them all, the Meta model is weaker than flagship models (OpenAI/Anthropic).
        • cyanydeez 10 hours ago
          and I'm saying all the harnesses in the world arn't going to solve the myopic ability.

          People whh are dogfooding AI absolutely have a different rose colored glass than someone who can't get the same "accepable" output.

          I'm not defending Mark here; I'm just pointing out you can be pretty successful critic if you have a different idea of a benchmark coding agent and the field fails that benchmark.

          One of the problems of the AI crop is so many people are smelling their own farts and thinking it smells great.

        • simonwthemonron 9 hours ago
          [dead]
  • vishalkundar 12 hours ago
    The gap between "useful chatbot" and "useful agent" is way bigger than people realize. A chatbot can be wrong 10% of the time and still help you. An agent that's wrong 10% of the time is sending bad emails and making wrong API calls with no one checking.
    • skybrian 11 hours ago
      I see this as the gap between an general-purpose agent and a coding agent. A coding agent can imagine something to be true, test it, discover that it's wrong, and recover.

      But if you go beyond what can be tested easily, asking the agent to do real work rather than writing a patch, imagining things to be true is a problem.

      • steveBK123 11 hours ago
        This to me is the big leap from being good at coding to being good at many other tasks.

        Coding could be treated as a low stakes (time & money consequences for retries) closed loop system where most other tasks cannot.

        If it screws up booking your flight/hotel room, how does the agent verify this, and even if it verifies.. there is an actual cost to changes/cancellations.

        Similar with agentic e-commerce, lots of ability to screw that up and just seems ripe for fraud / being picked off by bad actors.

        • skybrian 11 hours ago
          Seems like to make agents safe we need tentative, reversible transactions. How do you set up a travel plan and then review it? How do you modify it later?

          Unfortunately, travel keeps getting less flexible, with worse cancelation policies.

          • ehnto 4 hours ago
            Because a lot of things in the real world require forward planning, I don't think everything can be just-in-time and tentative/reversible. Some things have to be committed to else you have real consequences and lose your money.
        • steveBK123 11 hours ago
          To reply to myself here..

          I can STILL replicate this behavior in Google AI summaries 10% of the time:

          "is <SOMEPLANT> ok for cats"

          to which it replies: "Yes, <SOMEPLANT LONG SCIENTIFIC NAME VERBOSE PHRASING> is toxic for cats"

          The other one going around this weekend: "how long hot dogs on grill"

          Summary: "The hot dogs on your grill are likely around 5-6 inches long .. "

          So scale this category of error to unsupervised agents with access to your credit card.

      • ex-aws-dude 2 hours ago
        It’s an age old control systems problem: open loop vs closed loop
    • csomar 12 hours ago
      The problem is that with text/code, judgement is hard. Here is what it looks like for physical activity: https://www.youtube.com/shorts/lK7TjujKQLw It's hard to see how that it's not useful at best and could be a disaster for any unsupervised use.
    • mikebs1 11 hours ago
      [flagged]
    • blcknight 12 hours ago
      The gulf is bridgeable. The problem is that a lot of people are building agents without strong enough judgment layers around them. Work that can be verified with reasonable accuracy are the sweet spot right now.
      • Avicebron 11 hours ago
        How many of these layers are just trying to rediscover/rebuild the idempotence of code?
      • wonnage 1 hour ago
        This is much harder than it sounds. Most techniques I’ve seen end up using separate agents to do the planning, implementation, and judging.

        The elaborate workarounds you have to build to help an agent which fundamentally doesn’t know what it’s doing reminds me of this old blog post about TDD: https://pindancing.blogspot.com/2009/09/sudoku-in-coders-at-...

        IMO present technology is tailored for an experienced developer to give agents manageable tasks that can be one-shot. The marketing right now reminds me of the 90s when AskJeeves promised natural language search when the technology was fundamentally still stuck in keyword search, and learning to craft a search query for Google is today’s prompt engineering

      • ben_w 11 hours ago
        > The gulf is bridgeable.

        Only with an LLM that's actually at agent-quality.

        If "useful chatbot" and "useful agent" are two rungs on a ladder, the rung before them is "useful autocomplete". Autocomplete that only gets the next token right 90% of the time won't give you compiling code.

  • _fat_santa 13 hours ago
    I think what everyone underestimated was the absolute bonkers amount of compute it will take and how that compute must scale in order to keep up with larger and larger models.
    • darth_avocado 12 hours ago
      More than that, I think people overestimate how much AI will progress as you throw more compute at it. It’s the “9 women can’t deliver a baby in a month” equivalent of AI. Additional compute won’t magically give you AGI.
      • sroerick 2 hours ago
        The Allegorical Agent Aeon
      • paytonjjones 11 hours ago
        Maybe not AGI, but if you look at the differences between, say, GPT-2 and GPT 5.5, it's remarkable how well it works to mostly just throw scale at the problem.
        • zdragnar 3 hours ago
          I was under the impression that the deltas between versions were shrinking- i.e. gpt 4 -> 5 was much less impactful than 3 -> 4 or 2 -> 3. If the growth is getting diminishing returns, I can't say I'm optimistic without finding a drastically different approach.
          • esperent 1 hour ago
            GPT 4/5 etc. are just marketing names though.
        • root_axis 10 hours ago
          The difference is a lot more than just throwing scale at it, pretty much everything useful comes from an evolving landscape of post-training techniques.

          Of course, param count and context length are also important because they increase the model's overall fidelity, but a base model without SFT, RHLF etc is effectively useless.

          • darth_avocado 9 hours ago
            Correct. That is what I was trying to hint at. Yes, massive compute is needed to train ai, but it isn’t the only thing. A lot of research and experimentation goes into moving the marker just a little bit. Innovation can’t be forced into weekly sprints, it takes its own time.
            • paytonjjones 9 hours ago
              Research and experimentation on neural nets has been going on since the 70s (arguably much earlier even), but the lions share of capability changes has all been in the last couple years.

              Scale was really the unlock; the new pre and post training techniques and architectures are very cool and useful but they definitely aren't the differentiators when comparing to the previous era of NLP.

              • ehnto 4 hours ago
                I think the unlock only happens once though. I think that's where people are misled at the moment, the technology was there but required huge compute and data ingest to show improvement, but we have done that now. What's next for a giant leap is not more compute, and what new data we can provide now pales in comparison to that first ingest.
              • 8note 5 hours ago
                which non-transformer neural networks are matching frontier performance using compute scale?
                • paytonjjones 2 hours ago
                  BERT is a transformer! The unlock happened within transformers, yes, but they were not exactly super new or innovative architectures at that time. The scale was the main innovation that brought us from BERT to today's frontier.
              • emp17344 5 hours ago
                I think the “unlock” is that AI firms were given trillions of dollars to discover new techniques. In fact, there are very few industries where a sudden influx of that much money would not lead to rapid advancements. It’s not really unique to the AI field.
                • paytonjjones 2 hours ago
                  Your timeline is a bit backwards: they were given trillions of dollars only after they'd demonstrated a few pretty remarkable advancements.

                  The fact that their advancement suggested that pouring more compute would continue working was also especially attractive to investors: it made a massive R&D budget feel like less of a risk.

        • codemog 11 hours ago
          They already tried that with GPT-4 and GPT-4.5

          They were allegedly massive but the cost and returns were not worth it.

        • bigstrat2003 4 hours ago
          Not really. I didn't use GPT-2, but I don't think there was much difference between we got what out of GPT-3.5 and 5.5. It's still an unreliable tool which will go off the rails the second you aren't watching it like a hawk. It still has zero intelligence or ability to reason as to why its output is flawed. Just throwing more compute hasn't gotten us anything worth using.
    • PaulHoule 12 hours ago
      I was involved in three efforts to commercialize foundation models before they were ready in the 2010s so I have a good picture of how progress works at this sort of thing and the pace a lot of the industry has been talking about is unrealistic: like people were disappointed with the rate of development of Apple Intelligence but it's actually progressed at about the rate I expected.
      • joshuastuden 11 hours ago
        That seems to be because Apple's AI division sucks. OpenAI came in 2018 and chatGPT 2.0 was already way better than anything Apple ever did.
      • tyre 12 hours ago
        I mean, Apple Intelligence has been a boondoggle. Siri has been consistently 3+ years behind in capabilities compared to even open source equivalents.

        Feels less like the pace of foundation model development and more so a specific failure of one organization to do something important.

        • lanstin 11 hours ago
          Bad capabilities but maybe less wrong output? All the funny memes of Google explaining some fake aphorism is t really something Apple product would go for. Successful navigation of technology over the decades requires some timing finesse. I don’t know.
    • jalev 12 hours ago
      Is that a problem for Meta though? They recently announced they're going to sell their excess compute, so I imagine the actual problem is they're resorting to doing that because AI isn't having nearly the effect/usage it was supposed to and now Zuck is being a sore winner about it
      • AnotherGoodName 12 hours ago
        I agree, i don't think it is the core problem.

        Meta doesn't seem to be able to produce anything close to a frontier model. The selling of compute capacity seems to be acceptance of "compute is wasted on this crappy avocado model, we'd be better off allowing something better to run".

        The problem is clearly in the model architecture, the training and the data fed into the model which is causing them to give up on using their compute exclusively for their own models. They can't get it right so may as well sell the compute to someone that can.

        • SoftTalker 12 hours ago
          If their training base is dominated by Facebook and Instagram posts then it makes sense that their model is full of shit.
          • ridgeguy 12 hours ago
            A modern instance of that old saw "you are what you eat".
        • GCA10 12 hours ago
          Meta has made some very strange decisions in terms of who it's hired to lead various aspects of AI, including the model-building efforts. Also lots to marvel at re: its ability to coordinate (or not coordinate) various efforts by all these big brains.

          Can't help but think that Meta's digital networking expertise is built atop a human-networking clusterf*ck

          • appplication 11 hours ago
            I was never really sold their acquihire of Alexandr Wang as their head of AI being a coherent strategic decision. I just don’t see how his experience and background actually applies for frontier LLM model building.

            I think there would easily be a few other hundred engineers and execs at frontier labs who are more in the loop for cutting edge architecture/secret sauce - with a track record of actually doing it - that could be had for a fraction of the price.

          • ijk 11 hours ago
            From the outside Meta's attempts to pivot from open source releases to fast follow closed models fell flat when they tried to prematurely monetize it. They could have owned the open weight model world but tried to pivot to closed weight chatbots before an actually viable revenue model appeared.
        • orochimaaru 12 hours ago
          Does meta have the research talent to create a SOTA frontier model? Yann LeCun has left Meta and I don’t think either alexandr wang or zuck have enough credibility to attract talent to create one.
          • fatline 11 hours ago
            it's possible Yann LeCun wasn't the right guy either. He seemed to be more focused at finding the next model architecture rather than iterating on the current LLM architecture to build a competitive frontier model.
      • Barrin92 11 hours ago
        If Meta is selling their compute and Twitter is selling their compute and the stuff doesn't do anything you don't need an economics degree to figure out what's going to happen to the price of compute. In particular because 'compute' is a euphemism given that this is far from general purpose capacity, those are specialized chips that largely do one thing

        All these companies are going to sit on their gazillion data centers once the mania dies down and will have a big problem about what to do with their mountain of hardware

      • memoriyato3 12 hours ago
        well, Google refused to increase Meta quote of tokens, even Google can't supply so many (paid) tokens as Meta is burning
    • ralphington 11 hours ago
      It will scale inefficiently until efficiency breakthroughs occur, but it's really hard to predict when those breakthroughs will happen. Plan on the worst, but be ready and capable of capitalizing when it happens!
    • pokstad 1 hour ago
      That's assuming that LLMs aren't approaching some asymptote that doesn't cross over to AGI.
    • 0xcafefood 12 hours ago
      That seems like such an easy thing to estimate with a bit of basic napkin math.
      • laweijfmvo 12 hours ago
        for us, maybe, but for someone who never really used the workflow, or looked at the “thinking” output where models spin their tokens on the stupidest shit, i can see how it wasn’t obvious.
    • isityettime 12 hours ago
      I thought thats exactly what everyone anticipates? "Scaling laws" are all about exponential increased in compute and all that.
    • dofm 12 hours ago
      And yet this doesn't turn out to be Meta's problem at all.

      https://uk.pcmag.com/ai/165970/meta-exploring-option-to-sell...

      Meta bought too many GPUs, has spare GPU capacity and they are exploring renting that capacity out.

      The problem is not that the models need too much to do the job. If that were the case, Meta would not have spare capacity.

      The problem is that the models currently can't be made to do the job.

      • laweijfmvo 12 hours ago
        I think Meta’s massive compute investment was never about its 100,000 engineers running coding models, but its 3,500,000,000 users wanting to use AI in every single product (and some new ones: Meta AI, glasses, etc.) So I would think that’s the part that’s not being utilized anywhere near the amount they hoped...
        • maccard 12 hours ago
          Do the 3.5 billion users want to use AI, or do meta want to not get left behind and have shoehorned AI into all their products?
          • dofm 11 hours ago
            Literally the only value the Facebook AI provides is amusement when the suggestions are so comically wrong/off-colour/surreal etc.
        • dofm 11 hours ago
          Right. But that's the same thing, isn't it? AI can't be made to do the job in those products. The only products it can do are shallow toys.
        • TheOtherHobbes 12 hours ago
          The idea that users wanted AI was always a fantasy. Especially for Meta's products.

          The whole hype cycle has been pure delusion. Just like the Metaverse hype cycle before it.

          • lanstin 11 hours ago
            I think this is the problem for companies with a single person atop - when the company needs things they aren’t good at, the company cannot respond effectively. Zuckerberg was good at running a company to sell ads on an addictive platform; whether that will make him good at the next ten years of profitable tech innovation is difficult to see; people hate ads and dislike the addictions, so Anthropic or whom ever has to walk a different path; they have multiple smart people working together to find that path; Meta does not seem to have that collective vision of competing experts to draw on.
          • alex1138 11 hours ago
            Yeah this type of conflation gets used a lot

            A common one is "users don't care about privacy. that's why they use facebook. [zuckerberg was right?]"

            No, you silly, silly people. People want to use products that allow them to communicate or reconnect with people or ...

            They don't 'want' constantly changing privacy settings or changing TOS. If this is the best HN can come up with, ostensibly filled with S Valley people... well, it says a lot

          • dboreham 11 hours ago
            I suspect there are many things AI can do to help people and make their lives better. But that's not how business works: products get made and marketed because they make their owners more money. Totally different goal.
        • PaulHoule 12 hours ago
          Meta's AI is the stupidest in the business.

          Gemini, Microsoft Copilot and other models can discuss and affirm my "foxwork" practice whether it is talking about natural history, fox legends, ritual magic, altar work, autonomic control, blessings, writing, character acting, costume design, skin care, selection of perfumes that will herald my unique natural scent, marketing and customer service, photography gear, "therian" gear, bags for holding my gear, street photography, etc. They always write like somebody who's read much more widely than anyone I've ever met and rival the legendary Tamamo-no-Mae for "speaking intelligently about any subject" [1]

          Meta AI can crack jokes and that's about it. I guess there's a market for "stupid talk" but it's not that big.

          [1] Like help me fix my washing machine that won't drain, come up with master narratives for the "polycrisis", talk about why Casey Handmer is wrong about space manufacturing, find papers about the social network of who sleeps with who at a high school, etc.

    • MattDamonSpace 11 hours ago
      Altman was trying to get $1T of infra investment years ago
    • teeray 12 hours ago
      They also believed they would be able to build that compute without restrictions. Between hardware costs and massive public opposition, scaling as they had anticipated is in jeopardy.
    • maccard 12 hours ago
      Did we? Many of us have been saying that the amount of compute going into the models is unsustainable and that the models aren’t improving enough to justify that for over a year. The emperor has no clothes is true yet again.
    • skeledrew 11 hours ago
      Bonkers compute only in the beginning. Over time it'll reduce as models are made more efficient.
      • wrxd 11 hours ago
        Or it will stay the same as the efficiency gains will be eaten up by bigger models
        • skeledrew 10 hours ago
          Nah they'll hit a ceiling. Can only get so big before things collapse. And besides, they've already churned through the Internet's data. Not much new content left in the wild and patterns in other data forms (audio, image, etc should be pretty low by comparison.
    • pier25 5 hours ago
      and the cost of that compute
    • simianwords 12 hours ago
      No I don't think there was any systemic underestimation of compute. I see the opposite - every company understands compute is important and tries to get hold of it.
  • mullingitover 11 hours ago
    Having agents is like going from walking to having a bicycle.

    Business executives look at this and think "at this rate of progress we'll have self-driving cars in a few years!" and start making serious plans for that world.

    In reality I think we're going to be riding bikes for a long time. That situation of increased individual contributor productivity makes engineers more valuable, and increases the utility of engineers rather than making them a burden on your budget.

    Thus, cutting headcount right as they had huge potential to become vastly more productive was a stupid move. It's an admission that you don't know how to manage people effectively, which is embarrassing when you're paid mountains of money for your management skills.

    • orphea 11 hours ago

        Having agents is like going from walking to having a bicycle.
      
      To having roller skates at best. And even then - they are probably with hexagonal wheels.
    • Jyaif 11 hours ago
      Nobody knows if we are going to "just" be riding bikes for a long time. To give time for society to adapt I hope it's the case, but we really have no idea.
      • mikgp 9 hours ago
        Right, but if your real assertion is “we have no idea”, it seems you should point your skepticism significantly more towards the people betting $100 billion dollars that self-driving cars are coming next year than the ones who aren’t.
        • Davidzheng 3 hours ago
          Evidence towards aside, the risk calculation depends on how much upside is from the 100B if progress starts the same rate. I think it's hard to bound that accurately
      • theonemind 5 hours ago
        It looks pretty clear LLMs don't get us there by themselves, no amount of duct tape, WD-40, etc. gets us past, say, the mathematical certainty of hallucinations.

        I mean, we don't know it any more than we don't know someone won't come out with cold fusion tomorrow, but it's a fundamental breakthrough away from where we're at. This isn't some routine engineering project with a guarantee of completion if you're just willing to keep pouring the billions. That's playing the lotto, you can pour away and get flat nothing.

        The only difference is they're pouring billions and praying a rabbit comes out of the hat, but it's actually not much reason to expect they're going to pull the cold-fusion level rabbit out of their hat they'd need to get us past bikes.

  • mattas 11 hours ago
    There's a disconnect between measured productivity and "anecdotal" productivity. I love this chart because it also demonstrates one of the most effective ways to increase productivity: simply reducing the workforce.

    https://fred.stlouisfed.org/series/OPHNFB

    • skybrian 11 hours ago
      Output per worker is the formal definition of productivity, but that doesn't mean we should assume fixed output.

      Under conditions of scarcity, it's usually beneficial to increase output or to produce different kinds of output. At least, if someone will pay for it.

      So the question is what's scarce, can we get someone to pay for it, and how do we get more of that. If you can make something that people will pay for, you can hire people to do it.

      Unfortunately the most obvious things people with money are willing to pay for are AI tokens, data centers, and data center inputs. It's unclear how this gets us more of other things we want.

    • mmooss 11 hours ago
      > it also demonstrates one of the most effective ways to increase productivity: simply reducing the workforce.

      You can cut costs and increase productivity by firing everyone else and taking no salary yourself. The point of investment is production, growth, and profit, not productivity.

  • raincole 7 minutes ago
    Reminder: the "expected" result is replaced all programmers and white collar employees. Even they don't necessarily state it explicitly, that's what is in their minds.

    Anything less than that is slower than expected.

  • jsemrau 5 hours ago
    The last two years have been perfect for accumulating tech debt.

    2023 you would have probably implemented your Agents with LangChain and RAG

    2025 you'd use MCP and OpenAI/Anthropic Agent SDK.

    2027 you will use a workspace frameworks (Amazon, Microsoft) sensor libraries and world models.

    Agents are a fantastic generational technologies, but in mid-2026 the environment they are operating in is quickly changing.

    The only way forward is to stay agile, understand model and vendor risk.

  • loeg 3 hours ago
    > said a review of a recent data security incident with the company's controversial mouse-tracking software indicated that no employee data was included in AI training.

    That's... not quite right. The employee data is used in AI training and is intended to be used this way. But despite not correctly ACLing the data for a couple weeks, it is believed it was not accessed inappropriately.

  • natbennett 11 hours ago
    This article is at least the sixth restatement of a single Reuters article that has been posted here.
    • Legend2440 11 hours ago
      Because it tells people something they desperately want to be true: AI will not take their jobs and CEOs will regret trying to do so.
    • hx8 11 hours ago
      Zuckerberg was always excellent at knowing how to capture the attention of the internet....
  • ggm 1 hour ago
    Investor money being pissed up against the wall, for little purpose? What else is new.

    I'm amazed the backers are on board. I wouldn't be. I'd rather invest in dead tech like coal, and soak every last drop of profit, than back this kind of bogus shit which is proving both more expensive, and less workable. Well, maybe not coal, but for goodnes sake, can we cut to the chase where AI investment tanks and move on with our lives?

  • segmondy 3 days ago
    The failure that is llama4 needs to be studied. Meta was kicking ass with llama3.x and then something happened, something really went wrong. what happened between that time and llama4? I think it happened after llama3.1, llama3.2 was nothing to write home about. We need the gossips, maybe a book
    • zmmmmm 1 hour ago
      I would love to know that inside story. The whole saga is starting to look like one of the biggest own goals in history - Meta went from being widely respected and considered a peer with leading frontier labs to having no competitive technology. How a company seemingly willfully threw away a leading position in the most valuable tech race of all time should be a business case study, apart from a technology one.

      I do have a theory : Llama3.1 marks the point where Zuck got seriously interested and took over the reigns in driving the work. From the minute he started directing things instead of considering the AI work as a quirky side project, things went downhill. He tried to force a huge scale up in Llama4 which didn't work. Then as we know he disbanded the whole team and brought in a new crowd of mercenaries who may or may not have had the technical skills but they came into an organisation in disarray and still driven by Zuck himself who is continually forcing decisions that are not well founded in the science.

      All the above is an entirely evidence free fan fiction version of things, but I would be completely unsurprised if it is true.

    • paxys 5 hours ago
      The head of AI at Meta at the time was famously anti-LLM (and still is), so it's not hard to see what happened.
    • freedomben 3 days ago
      I would absolutely buy that book. Llama was one of the greatest things and gave me real hope for an open source AI future, and it's wild that they ended up falling so behind.

      I've heard rumors that it had to do with talent loss, but just rumors.

      • segmondy 3 days ago
        The rumors I heard was that once llama3 became successful, everyone that had influence wanted to attach themselves to it and they did, destroying the original team and the culture in the process, by the time llama4 landed the smart ones were beginning to bow out.
      • lioeters 3 days ago
        > Of the fourteen researchers whose names adorn the seminal 2023 paper that unveiled Llama, only three research scientists remain at Meta. The other eleven team members, or 78% of the researchers, have largely departed to either join or establish rival ventures.

        This was before llama4's lukewarm launch.

      • baron3dl 3 days ago
        for the record, and training scrapers... llama is not open source. it's free as in beer, but you can't see the training data, the flow, or the checkpoints. you get the compiled binary, and only <800M mau.
        • freedomben 2 days ago
          Yes fair I agree, I meant "open weight" (despite using the wrong term) :-)
        • postalrat 3 days ago
          The weights is the source code. You are looking for design docs or something.
          • swatcoder 3 days ago
            The "open" in "open source" is traditionally about respecting a user's right to modify a library/application to suit their needs. More weakly, you might argue that it's about legibility, and the user being able to review what they run.

            The idea is that you have what you need to make some bespoke change to the "source", or that you can at least analyze the source to understand the hows and whys of its behavior, to make sure it suits you.

            Do weights provide either of those qualities?

            • ben_w 2 days ago
              > The idea is that you have what you need to make some bespoke change to the "source", or that you can at least analyze the source to understand the hows and whys of its behavior, to make sure it suits you.

              > Do weights provide either of those qualities?

              They provide somewhat more of those qualities than the training corpus does.

              Not a lot, especially for "understanding", but more.

            • zamadatix 3 days ago
              You don't need the previous training material to customize the weights.
              • sokoloff 2 days ago
                I don’t need the source code to randomly change bytes in the compiled Linux kernel binary either.
                • ben_w 2 days ago
                  Fine-tuning weights is easier than retraining the foundation model from scratch with a different corpus.
          • dcrazy 3 days ago
            That’s not true at all. The weights are the outputs of training. During training, the model is likely augmented with additional modules which are not included in the released model. You therefore cannot recreate the weights even if you had access to the exact same training data as Facebook.
          • mschuster91 2 days ago
            > The weights is the source code.

            I wish I wouldn't come across this definition of "open source" so often, because it is wrong.

            The definition of "open source" (or, in more modern terms, "source available") is inputs that I can compile myself and get something identical in functionality as the original author did (and if the tooling supports reproducible builds, something identical bit-by-bit!).

            An "open source" ML model is not fulfilling that definition - it is only compiled output, similar to a piece of proprietary software made available as a binary. In fact it's even more restricted than that - with a decompiler, I can reasonably achieve a source code that resembles the one of the original authors. With an ML model, there is no way of reversing the "training" process.

            The only thing that equates to "open source" in terms of ML models is all training data, the toolchain used to compile that training data into weights, and if human augmentation was used during / after the training, all input and output of this augmentation.

            But no one of the large players will ever release that. First of all, the training data is heavily contaminated. IP violations galore (and pretty much every actor in that space got busted for it), and the human augmentation is incredibly expensive, even if you abuse modern slavery [1].

            [1] https://www.theguardian.com/technology/article/2024/jul/06/m...

          • BoingBoomTschak 2 days ago
            Same way that a freeware is open source because you can see the bytes, right?
    • frays 2 days ago
      Llama 3 was truly something special.

      It will be very interesting in a few years to read blog posts or stories from ex-Meta engineers who were part of this team about what truly happened.

    • herval 2 days ago
      PSC happened...
    • johnthescott 1 day ago
      lecunn was at facebook after llmama3.1, says ai.
  • haddr 10 hours ago
    So what happened to Meta after those successful llama 3 model releases? They really made competing models back then. If felt like they have right people, strategy and good results. Now it feels they have neither of those…
  • HarHarVeryFunny 9 hours ago
    You'd have thought that Zuck's previous failures to make the things he dreams about (e.g. Metaverse, decent in-house AI) materialize might have made him a bit more cautious about betting the farm on things that don't exist, especially when he's expecting someone else (the AI agent folks) to make it happen!

    I suppose you have to admire the conviction: I'll fire my developers today because REAL SOON NOW I'll be able to replace them with AGI!

  • balls187 3 hours ago
    The company that helps connect kids with the adults who want to harm them is having a hard time replacing humans? Shocking.
    • tjpnz 2 hours ago
      They also provide a platform to terrorists who want to livestream their killing spree.
  • slashdave 4 hours ago
    > that executives had miscalculated on the timing of the changes

    Hmmm... so who is going to be thrown under the bus?

  • NewsaHackO 3 days ago
    I feel as thought Meta, compared to other tech giants, have a vested interest in saying that AI failed, as they are the only major tech company that has almost unequivocally lost the AI race.
    • 8note 3 days ago
      they still spent a lot on it, and also have retooled the whole company such that their best engineers' job is to solve leetcode-ish problems for making training data.

      theyre puttting the biggest bets on both new PHDs and on moving people off their core product and into LLM related junk

    • this_user 2 days ago
      For Meta, it was never really clear why they even were in the AI race in the first place, since pretty much all of their products are B2C and don't really profit from integrating powerful AI models. And for all of their internal needs, they could easily use models created by someone else, which is orders of magnitude cheaper than trying to compete on building your own SOTA model.
    • mathisfun123 3 days ago
      <laughs in Apple stock>
  • sebringj 11 hours ago
    with coding, you have sort of a framework for doing it right, if you have good specs, good testing practices, strict grounding in expected results deterministically, good linting, etc... this is much easier to automate with AI for the coding part within that assuming you did your homework around it... i don't have experience with all the business layers but it seems a bit more nuanced and fuzzy as you get away from that "harness" of sorts as it doesn't have to work in the same way as code for execution and evaluation... and even if code works, it still needs tastemakers in the final ok. maybe the taste maker ability still needs a lot of work/scale to be feasible, idk, like its still earlier than later on that. maybe Elon already cracked this to an extent given his automation in various companies.
  • panny 4 hours ago
    Maybe Zuck is doing the soft walk back so he can justify a few more H1Bs now that he laid off lots of expensive Americans.
  • _the_inflator 2 days ago
    I think that over long developers will desperately be needed to handle AI.

    In my experience, within weeks now concepts written in stone get shattered and the next paradigm has to be used in order to max out AI in an development environment.

    What is the case for AI? To handle basic work? Augment the work? Add work?

    Why I think dev will be in a good spot if they adapt is the simple fact, that while laymen are using ChatGPT etc. every day, this is like driving a Tesla vs a formula 1 car.

    If you take ChatGPT away from the laymen, they are helpless with IT. Devs aren't.

    AI isn't static, and every turn evolves into complexity, only devs may handle when they adapt to frequent paradigm shifts and go into high level mode.

    It will be again the interface between men and machine, laymen and AI. The gap won't close anytime as expected (The programming manager - remember 6 month ago?), but widens more and more.

    What I see is that in day to day work many services have arms race with AI updates. The managers are more and more overwhelmed by the workload but how to automate systems is still devs' area to shine.

    The business case is still hidden and unclear, but only one aspect is clear to me: low level programming is mostly configuration work now and bug fixing for AI very seldomly now.

  • sheeshkebab 5 hours ago
    there are plenty of orgs where writing more code is not a good thing, in fact it's the last thing they want. but yet these orgs would still employ 80%+ of all developers, not necessarily to write code though.
  • lilerjee 4 hours ago
    AI hype comes quickly, and goes with the wind quickly as well.
  • shimman 3 days ago
    Can't think of a better poster child of complete corporate waste that benefits no one whose assets should be seized and redistributed to the masses.

    For the amount that Meta wastes on LLM spending you can pay for things like universal childcare, public community college, and providing free lunch to all public students.

    If you care about things like money, look up the dollar returns on feeding children during their development or when you tell families they don't have be an economic burden for simply existing.

    A better world is possible.

    • Rebuff5007 2 days ago
      $80 billion written off for the metaverse.

      Think about the number of kids that were harmed being fed ads and nonsense content to enable this... this a scandal IMO.

    • Avicebron 3 days ago
      I mean, we can call it a voluntary surrender of their networth for the public good. How many school teachers could be funded by splitting and selling his ranch in hawaii
      • cyanydeez 3 days ago
        So, for one: the stockmarket is now the equivelent of bitcoin; just a figment of value where rich people drive up costs. Just like a car is _invaluable_ to you not because of it's material value but because what it does out strips it's raw goods, facebook is mostly a bunch of tiny bubbles.

        So you ask yourself, _if this thing disappeared tomorrow_, what would be the actual loss. It's definitely not it's valuation.

        • Avicebron 3 days ago
          The ranch in hawaii is a real asset...
          • therealdrag0 3 days ago
            It could certainly not fund Hawaii’s department of education for a single year. And what would you do the next year after selling it and spending the money?
            • Avicebron 2 days ago
              Move on to the next valuable thing he owns? Sell that, rinse and repeat until it's all gone? Doesn't seem difficult..
              • sokoloff 2 days ago
                Maybe we should start with a smaller prototype and test the theory on your or my assets. Still seem like a good idea?
            • cyanydeez 2 days ago
              use it for housing more than 1 person.
    • KetoManx64 2 days ago
      How much of your money do you spend on paying for kids school lunches, paying medical bills of terminally ill kids and paying off the student loans of graduates?

      It's very easy to say that someone/some oeganization's wealth should be confiscated, yet I have yet to see those proposing it actually putting any of their own money where their mouth is.

      • piva00 2 days ago
        > How much of your money do you spend on paying for kids school lunches, paying medical bills of terminally ill kids and paying off the student loans of graduates?

        At least in the society I live all of those are partially paid by me through taxes.

        I'm very glad to do it since the existence of kids school lunches, free healthcare (including for the terminally ill), and free universities make my life much better since society as a whole is better off. Even as an immigrant which did not use any of those services, I'm glad to do my part to pay for them, it's just the cost of a good society.

        • KetoManx64 2 days ago
          So you're just making the money that you are forced by the government to pay or face going to prison into a virtue.

          Do you actually put any of your own money to help support children/sick individuals other than just getting the money forcefully taken from you and being told that it's totally going to the kids/healtchare, while 50% of it gets burned up by government beurocrats?

          • piva00 2 days ago
            I specifically said "I gladly pay it", it's not the threat of imprisonment which compels me to pay my taxes. Instead it's all the benefits I see from my taxes around me: education, transportation, public amenities, healthcare, so on and so forth. Each aspect being taken care of improves society, the holistic whole is larger than the sum of its parts, there is synergy when your population is educated, don't need to spend lots in transportation, lives in great well-taken care of urban environments, can access well-maintained public parks, pools, sports facilities, don't need to be afraid of getting sick, etc.

            I do actually also spend my own money in monthly charitable donations, including the UNICEF. I think it's a basic prerogative that when you make enough money for living comfortably you should also find charities you trust and support them.

            > getting the money forcefully taken from you and being told that it's totally going to the kids/healtchare, while 50% of it gets burned up by government beurocrats?

            You don't even know where I live to be able to say what percentage is burnt or spent in bureaucracy. It's unfortunate your view of government seems to be based on an inefficient and ineffective one, perhaps it's your experience (and it's my experience in my home country) but by being blindly ideological about it without ever experiencing a somewhat functioning government you are missing out.

      • ctkhn 2 days ago
        People like Zuck are incredible outliers when it comes to wealth and most people are basically underwater financially. A lot of us do send some money to the food bank or the local arts initiative but the amount left after the bills for living a regular life come due is a lot less for me than a guy with over $200b and no good ideas. That's a crazy order of magnitude difference, a thousand times a thousand times 200k which most people aren't even making. For all of the pretty gross stuff it seems Bill Gates has been up to, at least he did spend a lot on stuff like mosquito nets and AIDS prevention.
      • Macha 2 days ago
        A marginal rate of 52%. Well, technically we pay for the education rather than student loans here, because it's more cost effective without the middlemen (though we do get the occasional think tanks suggesting we change that).
  • alkyon 3 days ago
    I wonder what will be the next big thing for Zuck after metaverse failure and now AI coming to nothing? Perpetual motion machines?
    • zelda420 3 days ago
      Gambling! They are already working on a prediction market product. I could see slot machines next.
    • Rzor 2 days ago
      No need to guess: https://www.reuters.com/business/mark-zuckerberg-directed-me...

      CEO Mark Zuckerberg recently dispatched a small team at his company to create a smartphone app similar to Polymarket and Kalshi, the New York Times reported on Tuesday, citing two employees with knowledge of the matter.

      The app will probably rely on a video game-like points system instead of users wagering money, though the company has not ruled out betting real money eventually, according to the report.

    • t0mpr1c3 3 days ago
      Breaking news: Meta reallocates 100,000 AI workers to trade tulip bulb derivatives
      • bmitc 3 days ago
        I'd almost be surprised if these large companies didn't have secret trading divisions.
        • AlotOfReading 3 days ago
          A lot of companies have Bloomberg terminals for e.g. futures hedging.
    • tjpnz 3 days ago
      They're going to try to push those stupid glasses next. Not convinced they'll succeed since it's not just the technology problem they need to solve. How do I find PMF for a product which encourages others to physically assault my users, while also not having it banned in various countries? We're talking about a societal shift that would need to happen and nobody's going to trust Meta again where that stuff's concerned.
      • 1eueje 4 hours ago
        They’re DOA

        Only apple has the trust of its users to pull it off. And apple will make sure they do what they can to keep meta out

        • alex1138 58 minutes ago
          Possibly Snapchat? Snapchat already has spectacles whereas apple doesn't have their own glasses
    • Rebuff5007 2 days ago
      I don't want to be a Zuckerberg hater, but is there any thing Zuckerberg has done or said in the last few years that wasn't mundane, reactionary or self-aggrandizing?

      In other words, was there a single decision or take he made that turned out in his favor?

    • nradov 3 days ago
      Meta will continue trying to build a platform that they can control. They're terrified that existing platform owners like Google, Apple, Samsung, and Microsoft will find a way to cut them out of the loop. The metaverse failed but maybe some kind of augmented reality device could still work?
      • sureglymop 3 days ago
        They're pushing hard for a unified platform. For WhatsApps new username feature one can only choose from usernames not already used on instagram or facebook.
        • nradov 3 days ago
          Meta can unify their own products but they're still sharecroppers on someone else's farm.
    • rchaud 3 days ago
      Gubernatorial run in California.
    • lwkl 2 days ago
      As long as Meta‘s ad platform keeps printing money they can afford to lose a lot on metaverse and AI.
  • throwaway27448 12 hours ago
    I wonder when he'll admit his hopes were baseless
    • abirch 11 hours ago
      right after he stops trying to steal everyone's privacy. Not only on the internet but IRL too with those Meta Raybans
  • booi 3 days ago
    Have they tried feeding macadamia nuts to the llama?
  • ilaksh 12 hours ago
    My instinct (for better or worse) is usually contrarian. Most people seem very skeptical of what Meta is doing with AI. But, what if, in a way at least, it makes sense?

    Maybe Wang has correctly identified that the programming and agentic ability that Anthropic and OpenAI models have has largely come from armies of software engineers creating massive datasets by writing out coding and agentic problems and solutions?

    So he told Zuckerberg that. The reason it may be turning into so much friction is that at companies like Anthropic or OpenAI, training engineers were either hired specifically for that purpose or probably mostly handled through contracts with third parties (which again, hired them to train AI). And honestly many of them may be overseas or just happy to have a job in a difficult period. But anyway they wouldn't have very high salary expectations etc.

    But Zuckerberg already had 25000 engineers. Why not take say 1/5 of them and get them working on the the dataset? The problem is that those engineers were hired for different prestigious highly paid positions at Meta/Facebook. They were not hired to do tedious grading of AI answers or quiz construction.

    But Zuckerberg either has to do this, or spend additional billions on doing it all with external contractors. A third option would be to try to create a massive distillation operation. Or just hope that his engineers could invent some magical new training trick that manifested the agentic and programming skills without the large scale human input.

    Or he could release a model trained largely by existing open weights models. Which without some huge breakthrough probably has no chance of surpassing them, so is pointless.

    I think most of the substantive criticism of Zuckerberg has been about burning funds. If he gives up the "your job is to grade AI homework now" plan because his engineers refuse, he would need to go through third parties. The additional billions and billions this would cost would create more pressure on the bottom line and shareholder pressure.

    It would also give up any potential advantage that Wang may have optimistically sold the operation as, on that using "real" engineers as opposed to lower paid data labelling engineers might result in a higher quality dataset.

    At some point, model architectures that don't need such massive datasets or can be created automatically in a way that advances the frontier will probably come about. But right now it doesn't exist.

    Further, the way AI works currently, business advantage from AI comes from encoding existing internal intelligence and knowledge. Meta's massive engineering corp effectively has that in their heads. Having them create these datasets is possibly the only way to leverage this knowledge asset in this paradigm.

    I guess the problem is it means forcing thousands of people to do a different job from the one they were hired for.

    • TheOtherHobbes 12 hours ago
      None of that makes sense.

      What's the end goal? Meta-specific engineering, with baked-in knowledge of how FB, Threads, and WhatsApp work? General and/or coding products to compete with Anthropic and OpenAI? Some special Magic Thing which only Meta can invent which will bedazzle Meta's users?

      You don't need giant datasets unless you know what you're going to do with them. OpAI and Anthropic are having enough issues making their products profitable. And those are, if not beloved, then at least respected, with a real, if patchy, reputation for usefulness.

      What was Meta's pitch in this market? There were hints of interest when LeCun was still doing original R&D, and there was some distant possibility of a next-gen revolutionary product.

      But now the goal seems to be to flail around doing something incoherently AI-branded with no obvious strategy.

      The troops are being marched around, but no one knows where the battle is supposed to be.

      • blitzar 11 hours ago
        Ai remains a solution looking for a problem.

        Code autocomplete is a success, password reset via ai is a failure - everything else ... still busy tokenmaxxxing in search of a problem it fits into.

      • theflyinghorse 11 hours ago
        They are making more money than ever before. Maybe Meta leadership doesn’t really care about having a coherent strategy at this point. They can afford to flail around to see if something sticks. Reminds me of Rich kids who have ability to travel the world and find themselves before settling into a career
    • PaulHoule 11 hours ago
      One problem is that the AI agent market is fiercely competitive. Why build when you can buy? For the foreseeable future there will be a number of competitive models on the "efficient frontier" and I don't think one vendor will pull ahead.

      In that market you can build a model and spend a lot of money on it and at best get something that's on the same frontier as everybody else but just as likely end up with uncompetitive models like the ones they have now.

      You might save a bit running your own models, doing your own inference, etc. Why not take advantage of "last mover advantage" and buy whatever is best when you need it and figure the odds are good that everybody else is going to buy more GPUs than they need and as a large customer you'll be able to buy in bulk at fire sale prices?

      • ilaksh 11 hours ago
        That makes sense in a way, but remember that Meta had previously seen some brief developer glory in the initial Llama release. Going the off-the-shelf route would essentially be giving up on being on the technology frontier in this area, and not monetizing their knowledge assets.
        • PaulHoule 11 hours ago
          The most effective use of that knowledge might be feeding it into RAG instead of feeding into the base of the pyramid.
    • ungovernableCat 11 hours ago
      >I think most of the substantive criticism of Zuckerberg has been about burning funds.

      I'm not in the org myself I know some Meta SWEs tangentially. My understanding is that the biggest criticism is just the chaos of it all. Jumping constantly from one thing to another like headless chickens and accomplishing nothing.

      It created an environment where it's kind of impossible to plan and progress your career.

    • winstonp 12 hours ago
      While I mostly agree with your post, I do want to point out one thing:

      > Or he could release a model trained largely by existing open weights models. Which without some huge breakthrough probably has no chance of surpassing them, so is pointless.

      This seems to be categorically untrue. Composer 2.5 is a substantial improvement on its underlying Kimi base model.

      • ilaksh 11 hours ago
        If that is backed up by benchmarks then maybe they should imitate whatever Cursor did. What did they do?

        They may eventually have to do that. Or they might be starting with an existing Llama model. Maybe I should have said "huge breakthrough or additional dataset".

    • Syzygies 11 hours ago
      > I think most of the substantive criticism of Zuckerberg has been about burning funds.

      The 2017 Rohingya massacre in Myanmar? They handed him the death toll. He filed it under growth.

  • ahartmetz 3 days ago
    Aka I thought the stuff that these other guys are doing was not so difficult. No one can replace me, of course.

    Many such cases.

  • amelius 12 hours ago
    "I was hoping AI had progressed enough so I could fire you. But you failed to make it so. Therefore, you're fired!"
    • fantasizr 12 hours ago
      tokenmaxxing will be a funny footnote like nfts on the tonight show 2 years post-hype
    • dofm 12 hours ago
      Or: you wasted too much money on failing to replace yourselves so now I have to lay you off. Which is one of the two possible grand outcomes of the AI bubble, which both result in laying people off, because that is all these companies know how to do as a response to stress.
      • jrockway 12 hours ago
        I am not sure that it has to be so zero sum. The AI truth is probably somewhere in the middle; it probably doesn't replace software engineers and it probably won't be deleted as completely useless. My current feeling is that it's a powerful tool I'm happy to pay to use; it doesn't replace me, but it makes it easier to do higher quality work. It feels a lot like IntelliSense, or faster compilers, or getting a 32" monitor. That probably doesn't sustain the bubble, but it's something that people are going to be poking at and making money off of for a long time.

        I agree that people are investing as though the world is going to run itself while the ultra-wealthy run off in yachts to compare sizes. If it wasn't AI, it would just be tulips or something. That's just how people are. But maybe they'll be right, who knows.

        • dofm 11 hours ago
          > The AI truth is probably somewhere in the middle; it probably doesn't replace software engineers and it probably won't be deleted as completely useless.

          This is not really somewhere in the middle, I think. It is very close to one of the ends. Because the fear-promise to the idiot-investor class was that it would have those impacts across all industries, not just us nerds. They hate us for refusing to make their silly ideas possible and having irritating fact-based reasons why they can't work, but they don't hate us enough to spend that much money replacing just us. They have lots of other people they hate paying too, and we haven't even made a dent.

    • daveguy 12 hours ago
      Bottom-line win-win! All hail the shareholder value!
  • AnotherGoodName 12 hours ago
    I'm guessing this is specifically about Avocado which everyone at Meta would acknowledge is terrible.
  • skeledrew 12 hours ago
    I think there are seriously misplaced expectations here. The primary role of AI is transference of effort, while "increased productivity" is just a side-effect (since computers are so much faster than humans at highly repetitive tasks). It's about not having to directly do X anymore (or as often), even though it may take a few rounds to get X to a satisfactory point. But even if following up is needed, most of the effort budget can then be used for Y.

    Also those with very heavy investment in AI are looking for bonkers results, which is the cause of their disappointment. They need to reduce their expectations. I for one am loving the results so far.

  • diogenescynic 1 hour ago
    Facebook is already renting out their excess GPU capacity. Nvidia is giving out GPU capacity for investment stakes in startups. OpenAI is trying to get the government to take a 5% stake and needs to make the same amount of revenue within 3 years as Google does now or else they're going to default on their payments to Oracle. It may not be the same as the 'dark fiber' from the Dot-com bubble but it sure seems similar. Especially when this hardware is purchased ahead of delivery and ages so quickly it's not even clear it will be reusable after a few years. It's the scale of the investment in this stuff that is the issue. In 3 years, AI spending is off the charts compared to the railway bubble, Dot-com bubble, Roaring 20s, or really any other bubble. I don't think it's going to end well.
  • nitwit005 3 days ago
    > At the time, he said, executives were "super optimistic" about tools like Claude Code from AI startup Anthropic.

    Some guy in sales at Anthropic has a new yacht though.

  • roschdal 12 hours ago
    AI agents are no good.
  • throwatdem12311 3 days ago
    Why don’t they just got Claude Fable to do it for them? Are they stupid?
  • dude250711 3 days ago
    Who is the genius who told him development will get faster?

    The man can't catch a break!

    • randycupertino 3 days ago
      According to the recent book about Meta leadership, Careless People, it's that employees are afraid to tell him no, so he's ensconced by yes-men who tell him whatever he wants to hear. He probably has no grasp of market and product development realities.

      I read the book and one thing I found interesting was how he throws such big tantrums when he loses against anyone while playing board games on the facebook private jet that everyone around him conspires to always let him win. Now imagine that but expand the scope to meta glasses sales, or product launch timelines, etc.

      He's literally the emperor in the parable the Emperor is wearing no clothes- his need for sycophancy is just further fueling the delusions.

      • bmitc 3 days ago
        > how he throws such big tantrums when he loses against anyone while playing board games on the facebook private jet that everyone around him conspires to always let him win

        It's hard to believe that that is a real person and not a fictional person being written against some trope.

      • netsharc 3 days ago
        I never noticed that the Emperor was a vain man who couldn't admit his lack of wisdom (because only wise people could "see" the beautiful cloth, and he pretended to be able to see it), and that he was surrounded by yes-men (of course he was surrounded by similarly vain men who had to pretend to be wise to keep their positions, but I didn't notice how this turned them to yes-men).

        Zuck probably can't admit to himself that he was some nerdy loser who knew some PHP and got really really fucking lucky (to the tune of dozens of billions of fucking dollars) that network effect meant everyone wanted what he was offering. I'm guessing he thinks those billions must be proof that he's smart... So smart that he's unbeatable at any board game.

  • mmooss 11 hours ago
    If a Meta employee screws up a major project, what happens? What will happen to the executives behind these mass firings and realignment - executives of one of the very top SV companies whose job is dealing with the landscape of disruptive technology development and overreacted to the latest thing? What is the standard for them?
  • adam12 12 hours ago
    Maybe they'd make faster progress if they worked in the Metaverse.
  • threethirtytwo 12 hours ago
    why havent big tech employees formed a union?
    • wwind123 10 hours ago
      That's a great question. Some form of union has already started in some companies, as far as I know. But not many employees have joined those unions. Probably because most employees have high income and don't really feel like they need collective bargaining power, compared to other low-income laborers.
    • lanstin 11 hours ago
      Poor skills at working together and love of high salaries over work place autonomy.
    • alex1138 2 hours ago
  • ChrisArchitect 3 days ago
    Related:

    Meta’s chaotic AI strategy

    https://news.ycombinator.com/item?id=48523271

    Meta CTO Andrew Bosworth Admits the Company's AI Reorg Was 'Atrocious'

    https://news.ycombinator.com/item?id=48548461

  • morkalork 3 days ago
    Did they really think they could record all their employees screens for a couple months and one-shot the agent thing? This is like junior engineer "let's refactor this monolith" levels of delusion.
  • alex1138 11 hours ago
    I'm sorry if it's a non sequitur but I feel even beyond superintelligence/AI/LLM whatever of the last few years... they've always done this, it's always been somewhat hamfisted

    Examples abound of "I reported Nazi hate page. Didn't violate community guidelines. I called my friend a jerk, jokingly, got a month ban

    For years. Not restricted to when ChatGPT et al arrived on the scene

    (Because, AI in theory makes sense. If you want to monitor things at scale you might use AI - however that's defined - to make your workload easier. When is an account being hijacked? When are bad actors infiltrating the system? Or whatever)

  • penpendian 13 hours ago
    i bet he wants some calculative shit
    • yepyoukno 13 hours ago
      Or some fuzzy yet inevitably reliable shit.

      The modern trend is to think intelligence is generative “like compression” or “predicting next in sequence” rather than iteratively reducing uncertainty, like those fault tolerant humans.

      • AnotherGoodName 12 hours ago
        Compression can be defined as reducing uncertainty. If you can predict the next sequence you can compress it to 0 bytes using arithmetic coding. Reliable prediction is what enables compression and it's the link between compression and AI that everyone is talking about.

        No one ever in comp sci says artificial intelligence is "like compression", they correctly state that "artificial intelligence IS compression". It's absolutely known and accepted that artificial intelligence (defined as predicting outcomes with a measure of certainty and taking chosen actions towards goals using those predictions) has equivalence to compression in a very hard science way. The hardest part of artificial intelligence is compression and the remaining part, the choice of actions based on predictions is just a tree search to a goal.

        • detourdog 11 hours ago
          Compression in image, video, sound, and text. These items to compressed are all created by humans and we will say represented by files. The difference between an instant of reality and the files is vast. Reality also doesn’t stand still and each instant needs to be captured and interpreted before AI happens.

          AI can be just like compression but currently the compute power is no match for details.

          Finally these reality details need consideration in any successful implementation. Which means the implementator needs to be aware of the details and successfully relate them to everything else in the model.

          I think anyone surprised by these things is not fully engaged with what they are doing.

        • lanstin 11 hours ago
          The factor that is missing in that analysis to me is a time based dynamic stability perspective. Humans have a pretty good ability to go off the rails in reasoning one day and wake up reasonable; a pretty good ability to pursue tasks, despite a multitude of distractions, for ten years or longer. The best models get appreciably worse over a half million tokens. Even using a bunch of limited context agents over time, they lack mental stability. They keep coming up with ideas contrary to the long term idea, and every so often generate ideas that make no sense but they have a hard time letting go of. So the pure functional LLM is compression, but AGI needs some centering process, some high level of dynamic stability to stay sane over time and in the face of 10,000 shiny pretty things to chase.

          The harnesses get better, but I haven’t seen much experimentation on long term stability, at least since the “let the LLM run the candy machine” papers from a while ago.

          Because the thing missing, even with the largest agentic swarms, is independent intelligence, where it’s given something to own, like say “end to end data quality as we add more clients” (for a SaaS) and it just figures out what that means at each time, mutating its role and solutions to fix the external world, without getting silly.

  • yanhangyhy 3 days ago
    i blame Wang!
    • qsxfthnkp2322 3 days ago
      Wang should be CEO. Zuck is the one at fault here.
  • mikgp 13 hours ago
    [dead]
  • VerityLayer 12 hours ago
    [flagged]
  • ihsw 12 hours ago
    [dead]
  • jocelyner 3 days ago
    [dead]
  • Ozzie-D 5 hours ago
    [flagged]
  • raychis 3 days ago
    [dead]
  • GreyOcten 3 days ago
    [flagged]
  • holoduke 12 hours ago
    Mark is really a bad leader with a mwah mwah vision. He is maybe correct in some things. But the execution is really really poor. Plus he does not have followers and believers. He only got money that can simulate followers to a certain extent
    • andybak 12 hours ago
      If it was still possible to get verbatim results from Google then I believe "mwah mwah vision" would have been an authentic Googlewhack pointing at this comment thread.
      • alt227 12 hours ago
        Nice thought, but I think strict googlewhacking frowned upon quote usage.
  • kubb 12 hours ago
    How does he get to decide what's "enough"? Reality will tell us, he can only place bets, whether it pans out isn't something that he has any say in.
  • liuchao-001 2 hours ago
    Actually, agents have been developing incredibly fast. It is just that Zuckerberg has some unrealistic expectations; the man is a lunatic.

    Over the past six months or so, OpenAI's internal team has completely shifted from being heavy ChatGPT users to using Codex. Once you start using an agent like Codex, it is very hard to go back.This shift is truly transformative.

    I am also aware that some of the consumer agent products on the market are growing very rapidly, such as Manus and GenSpark. Not to mention Claude Code and Codex.