35 comments

  • ilamont2 hours ago
    The problem we&#x27;re seeing across many professions is AI output is not getting vetted by knowledgeable people, whether it&#x27;s an experienced analyst, senior engineer, expert attorney, or the resident physician. At best they skim, at worst they don&#x27;t even see it at all before it&#x27;s published, pushed to production, distributed to clients, or submitted to the court.<p>In many cases the skills are available in house to do the necessary vetting, but these people are already overwhelmed with their existing day to day.<p>Anyone remember that item a few months back about Amazon now having senior engineers vet generative AI output (<a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=47323017">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=47323017</a>)? I had to LOL when I read that. These folks are already slammed. And the idea that Amazon would allow human bottlenecks to multiply across projects and underlying infrastructure development is ridiculous.
    • _puk2 hours ago
      Part of the problem: you get given a complete document to review after it&#x27;s been fully baked.<p>I&#x27;m pushing the need for basic engineering principles across whole organisations.<p>You wouldn&#x27;t give an engineer 1000 lines of code to review without the original spec of what you&#x27;re trying to achieve for context (at a minimum, ideally the reviewer was in the room when the work was introduced, and has full context).<p>So, these docs, they&#x27;re given as an all or nothing.<p>Do you push back on the 39th metric that is defined to the utmost detail? Or just resign yourself to the fact that it is what it is?<p>A one (6 is the goto if we&#x27;re talking Amazon?!) pager.. &quot;this is what I am proposing&quot; at least gives the skeleton of the idea to push back at the general shape of the idea, refine it, before all the emotional investment of your precious report being complete.<p>Y&#x27;know.. the traditional product running through the spec in a SCRUM* environment.. the engineers doing proper code reviews..<p>* Yes SCRUM is dead, but that&#x27;s another thing.
      • JoshTriplett2 hours ago
        &gt; Part of the problem: you get given a complete document to review after it&#x27;s been fully baked.<p>Not fully baked, worse: made to sound confidently correct, orthogonal to its actual correctness.
        • bradleyankrom2 hours ago
          Like the fake food they make for commercials. Looks great on TV.
      • s0rce1 hour ago
        I&#x27;ve had this situation and basically just had to throw out stuff that was written because its completely terrible&#x2F;wrong. Either start again or just give up.
    • ChrisMarshallNY2 hours ago
      <i>&gt; AI output is not getting vetted by knowledgeable people</i><p>You mean the people they fired and demoralized?<p>One of the things that &quot;great [wo]men&quot; like about &quot;vibe-coding&quot; (and that includes blindly producing non-code product), is that they, and <i>they alone</i> can now do what used to require the painful process of &quot;passing it to context experts.&quot;<p>Now, the LLM is a &quot;built-in context expert,&quot; and they don&#x27;t need to vet the output anymore.
      • ilamont2 hours ago
        &gt; Now, the LLM is a &quot;built-in context expert,&quot; and they don&#x27;t need to vet the output anymore.<p>Serious orgs are going to have to figure out the human layer. It will be needed, no matter how &#x27;hallucination-free&#x27; the AI tooling gets. AI will still have some spectacularly bad fuck ups or even worse time bombs that get embedded in a system and don&#x27;t become apparent until months or years later.<p>A lot of this will be dumped on existing staff with predictable results as they don&#x27;t have the bandwidth to do it right. I can envision &quot;output compliance&quot; or &quot;AI QA&quot; becoming dedicated positions at many orgs. It&#x27;s clearly needed.
        • asdff55 minutes ago
          Let&#x27;s be honest, how many orgs are really serious? Playing the game of the day for shareholder appeasement is taken far more seriously than whatever the domain experts might think.
        • anal_reactor57 minutes ago
          &gt; It&#x27;s clearly needed.<p>Once the hallucination rate drops below error rate of human workers, it won&#x27;t be needed anymore.
          • cassianoleal31 minutes ago
            Once the hallucination rate drops, the remaining LLM failures will become increasingly harder to spot.
        • hansmayer57 minutes ago
          [dead]
    • mminer2372 hours ago
      As an attorney, I feel like vetting AI output takes longer than just doing it from scratch, let alone versus just using a traditional form.<p>With AI, I have to read through everything, often explain why it&#x27;s wrong, and then rewrite everything anyways. I mean, I get way more billables, but I think it&#x27;s symptomatic of how AI loses its advantage of being quick and accessible to those who don&#x27;t understand the subject matter.
      • jimmydddd9 minutes ago
        Another attorney here. I understand your plight. But I can&#x27;t believe law firms are sending out briefs and opinions without carefully checking all of the citations. I mean, even when Lexis or Westlaw identifies an (actual) case on point, you still have to check if the case has been overturned, whether it is truly on point, or if it can be distinuished from your case. So even if the cited case is not a halucination, someone would still have to read and analyze the cited case in the context of the present case.
      • smelendez1 hour ago
        Fact-checking and editing a mediocre piece of writing be way harder than writing from scratch. Proving that something isn’t true or can’t be substantiated is hard work, and so is arguing that a word choice is subtly inappropriate.<p>And making a ton of corrections to a document everyone was hoping was ready to go is never fun politically.
      • claaams20 minutes ago
        This is the realization I had too. We had a manager update a policy at our org. He just shit it out through AI. It had tons of mistakes, people who read it had questions. Not only did it have mistakes it was causing people to do things in a way that added a manual step when an automatic process existed. Then the engineer VP commented on it asking the original author what its about who then had to bring it back up to the attention of the manager who made the first change.<p>It wasted many people&#x27;s time, probably an order of magnitude of time wasted (and money) than if the initial person put a modicum of effort into making it right in the first place. Instead they hand it off to their life partner claude and just assume its good enough.<p>It&#x27;s to the point where I am feeling insulted when I get ai slop like this from people. If I am expected to perform at a high level then I expect that at the very minimum the slop throwers will proof read their slop.
      • CamperBob216 minutes ago
        You can also feed the document or source file to another frontier-level model, ideally two others, and tell it to vet it aggressively. The goal is to goad the models into erring on the side of false positive findings rather than potentially missing true positives.<p>I find that if Gemini Pro agrees with Claude Opus 4.8 and GPT 5.5 on something, it&#x27;s almost certainly correct at a level where I wouldn&#x27;t be likely to catch any errors myself.
      • __turbobrew__1 hour ago
        I have experienced this several times lately when writing software with claude&#x2F;codex. Sometimes vetting and steering the agent takes longer than it would have taken me if done manually. Sure you can just decide not to vet the output and go into full vibecode, but agents tend to do a lot of dumb things (such as not deleting unused private methods or having temporary variables that are not needed).<p>In my experience the most effective work pattern for me is using agents to perform research and feedback on high level design, then I write the code manually, then I ask the agent to review the code for potential bugs&#x2F;issues and fix those. The agents have a much easier time making small changes once the design is 90% there without going fully off the rails and generating slop.<p>I am working on writing skills to make the agent better but it is a bit painstaking. For example I had to write this inside of a skill because sometimes the agent would just stub out methods and leave TODOs: “always fully complete the requested task before finishing edits unless input is needed”.
      • csomar1 hour ago
        It&#x27;s not really any different in programming. Like if you have a well structured code and want to do a clear refactoring across it and you know what to expect, it can speed things up. But if it&#x27;s generating any significant (and relatively complex) new code, you have to go through the whole thing manually again and then you find out you have to fix way to many things and get bogged down in different paths the AI didn&#x27;t do correctly.<p>Of course, it&#x27;s pretty much impossible to hear a dissenting point of view today and everyone is going crazy on these drugs. I might be hilariously wrong but I think this is the best time to start a software company.
        • 2fff49 minutes ago
          Youre not wrong I believe.<p>I think its the perfect time to be contrarian - think about it. If youre wrong - So what? The world will have changed for everyone in the field. If you are right? You stand to be positioned to win big financially whilst everyone elses brain is rotting away.
      • Izikiel432 hours ago
        How do you use it, as in, hey, write a doc about this, or do you iterate more like a conversation?<p>I do the second approach for coding with smallish steps and the output is fine
      • SV_BubbleTime2 hours ago
        I’m against “vibe” anything important, but the fundamental flaw with this reasoning is that unknown unknowns exist.<p>I can’t cite “from scratch” for something outside of my knowledge but I side LLM training or assisted search.
    • fzeindl1 hour ago
      &gt; In many cases the skills are available in house to do the necessary vetting, but these people are already overwhelmed with their existing day to day.<p>This is an interesting topic. We treat vetting output the same as doing the work ourselves, but that is not the case.<p>Doing the work is not the same as reviewing work done by others.<p>I have heard reports of software engineering companies that have gone full agentic. Their seniors only review stuff written by LLMs and it burns them out, because they have to switch context constantly.<p>I find this interesting because part of being a senior developer is that you are experienced enough that you won‘t make grave mistakes anymore. This is the case in many professions: you are relied upon to not make grave mistakes.<p>But those same people are now swamped with stuff that they are not able to review, so they will let a grave mistake slip through at some point.<p>So they really can‘t trust themselves anymore?
    • kloop1 hour ago
      &gt; The problem we&#x27;re seeing across many professions is AI output is not getting vetted by knowledgeable people<p>The problem is that output sometimes take longer to verify than to create in the first place.<p>That turns AI into a deeply negative ROI system for many applications.
    • Ekaros2 hours ago
      Also wondering on this whole review process with someone who wrote it with AI. Even if you comment and noted all issues. Do they have skills or willingness to correctly correct it all? And how many times would you need to keep the loop going for error free outcome? Is there even enough calendar time for that?
    • wrs1 hour ago
      But wait, if knowledgeable people have to vet the output, the process will not be 10X faster and you will not be able to fire the knowledgeable people. Therefore, your objection makes no sense. QED.
    • ChrisLTD2 hours ago
      &gt; the idea that Amazon would allow human bottlenecks to appear across projects and underlying infrastructure is ridiculous.<p>Why?
      • SoftTalker2 hours ago
        Amazon is fairly well known to ruthlessly optimize every process.<p>So if they&#x27;re having humans proofread what the AI produces, they must have found that to be necessary.
    • DrewADesign1 hour ago
      <i>&gt; The problem we&#x27;re seeing across many professions is AI output is not getting vetted by knowledgeable people, whether it&#x27;s an experienced analyst, senior engineer, expert attorney, or the resident physician.</i><p>Yeah probably not for the same reason I left VFX rather than have a lifetime of completely disregarding my own generative creativity and cleaning up LLM-generated bullshit. Fuck that. Double-fuck creating ‘content’ to train the models.<p>In code, LLMs automate away a lot of the drudgery. I wasn’t sad to avoid spending a couple hours looking up the usage patterns and idioms for some ported library, or do some rote task that didn’t make the project significantly better. In most other jobs, they automate away the only fun part and leave humans with all of the drudgery.<p>The tech industry has always been arrogant to some extent, but assuming the world of talented professional knowledge workers and creatives would be content to professionally proofread, apply lipstick to pigs, and polish turds is a whole new level of out-of-touch. I’d rather live out of my car and dig through the garbage for bottles with deposits.
    • xienze2 hours ago
      &gt; In many cases the skills are available in house to do the necessary vetting, but these people are already overwhelmed with their existing day to day.<p>I think a lot of the time it&#x27;s just pure laziness. AI gives people a magical &quot;do all the work for me&quot; button and it can bring out the worst in them.
      • canyp2 hours ago
        I constantly battle this dichotomy where I care about the work I do but I also cannot possibly care about the corporate model, given 0 ownership of flawed processes across the org and the looming layoff that&#x27;ll happen any day now.<p>Some people are given the button and really do not care.
    • watwut1 hour ago
      It is harder to check everything then to create a thing without lying in the first place.
    • fabian2k2 hours ago
      If the main job is putting out a report, starting with AI is wrong in any case. What&#x27;s the value of an AI-generated report, even if experts fix the biggest issues with it? Maybe this kind of report didn&#x27;t have all that much value before, I don&#x27;t know. But starting with AI just makes sure it&#x27;s generic drivel.
  • cwillu2 hours ago
    Is there any source with just the plain text? The css styling is headache inducing and reader mode doesn&#x27;t work or has been defeated.
    • addandsubtract8 minutes ago
      Firefox has a handy &quot;Reader view&quot; (Opt + CMD + R on Mac) that you can activate to get a stripped down view of just the text on the page. Unfortunately, it also removes the images which contain some of the sources they use.
    • _tk_1 hour ago
      Same goes for lockdown mode on iOS.
  • le-mark2 hours ago
    The real comedy is seeing this garbage come down from senior management, clumsy prompting, hallucinated garbage that’s all fluff and zero actionable information, zero real informed analysis. “See this analysis of our support issues from jira, we must fix these top three problems!!!” And it’s all the stuff everyone has known for years but management has refused to give anyone the authority to fix anything. I’ve seen this more than twice now; needs a name. Garbagemaxxing?
  • raro112 hours ago
    What a horrible page to navigate
    • snailmailman2 hours ago
      On mobile, It’s hijacking my scroll in such a way that I literally cannot move further down the page. And “reader mode” is only showing me the first paragraph or so.<p>I’ll have to try again later on desktop. The content looks interesting but it’s literally impossible to read. I cannot get past the section that introduces Ernst and Young.
      • 1000100_10001012 hours ago
        On desktop it keeps adding forced pauses to scrolling, of varying sizes, and you need to scroll down a between 1 and 10 pages worth to begin scrolling again.<p>It might &quot;work&quot; just fine on mobile (or not) but you may have stopped trying before reaching the point of re-scrolling, because it&#x27;s insane.
        • snailmailman1 hour ago
          I eventually managed to get far enough into the article that I thought I saw the main stat - the stat that 26% of the citations were hallucinated. Then the scroll threw me back to the top again and I gave up entirely on reading from my phone.<p>Coming back later on desktop, I see that the percentage keeps climbing the further you manage to make it down the page. The real stat is 60% of the citations were hallucinated.
        • lelandfe2 hours ago
          I recommend just clicking and dragging the actual scrollbar on desktop for this one. Wild
    • bokkies2 hours ago
      Feels like my scroll is hallucinating
    • nntwozz2 hours ago
      This is a whole &#x27;nother level of user hostility, never before have I seen anything like it.
    • canyp2 hours ago
      Non-linear feedback with literal stalls, yikes.<p>Some people should not be allowed to make a website.
    • umpalumpaaa2 hours ago
      My iPhone automatically enabled reader mode - I disabled it to see what you are referring to and I agree…
    • IshKebab1 hour ago
      They put a lot of effort in to make it that bad!
    • kavok2 hours ago
      Very difficult to use on mobile.
    • bbddg2 hours ago
      I&#x27;m usually annoyed by people complaining about scroll hijacking on HN but this site was a new level of bad.
    • csomar1 hour ago
      I&#x27;ve stopped reading because of it. I can&#x27;t scroll. Was this thing vibe-coded? Funny they are picking on EY for not reading their reports but it looks like they didn&#x27;t test their website.
  • aneutron1 hour ago
    Fix your website. Drop the shitty Javascript animations. Jesus these things were solved in 2014 with D3JS and jQuery.
  • rao-v2 hours ago
    What’s strange about how things have developed is that this report 12-18 months ago would have been a massive scandal and would have caused durable brand damage.<p>Now nobody will remember or notice.
  • jonwinstanley2 hours ago
    Did someone hallucinate how scrolling is supposed to work on a web page?
  • mapontosevenths2 hours ago
    EY has been quietly laying people off for the last year solid.<p>It&#x27;s unsurprising that trying to do more with less results in lower quality.
    • onlyrealcuzzo1 hour ago
      The interesting thing is...<p>There may be a lot of demand for do-nothing services.<p>A lot of corporate work is just do-nothing box-ticking.<p>Boss: get me a report about X, so I can give that report to my boss who won&#x27;t read it.<p>You: E&amp;Y, please get me a report. Here&#x27;s $200k.
      • bombcar1 hour ago
        This underlying much of the non-coding AI revolution (and some of the coding perhaps) - so much corporate activity is write-only and never read.
      • fragmede1 hour ago
        The trope about external consultants is that your VP brings them in to review the company, and they talk to everybody and write a report on how to improve the business, and the report says exactly what you&#x27;ve been telling your VP but they&#x27;ve been ignoring you.
        • 2fff45 minutes ago
          You are closer to the truth :)<p>they are not simply paid to do nothing. They are paid to do dirty work.
  • FearNotDaniel1 hour ago
    Off topic but: the scroll mechanism on mobile is so horribly irritating and unpredictable that I just can’t be bothered fighting against it to read what sounds like at least a mildly interesting article.
    • dragonfax1 hour ago
      No, it&#x27;s like that on desktop too.
  • cmiles82 hours ago
    This sort of thing is a complete embarrassment to a firm like EY, where people are paying them a lot of money for advice. They’ve basically demonstrated that their market leading research is just someone asking questions to ChatGPT.<p>If you ever needed evidence to not buy “advice” from such outfits, this is exhibit one.<p>Hopefully they at least fired the partner that published this steaming pile of AI slop.
    • jimnotgym2 hours ago
      The Big Four have become a shadow of their former selves. They have become so risk averse that their advice is already incredibly generic and non-actionable.<p>I think their audit work is in a downwards spiral. Audit has become so competitive that they are struggling to find ways to make it cheaper. They have become slaves to reducing the hours booked, and the rate of those hours. To do this they substitute less experienced people all the time. You used to be able to chat with your partner about an issue you have coming up, now you get their assistant if you are lucky. By chasing &#x27;efficiency&#x27; they have lost their value-add. Now the first time the partner has looked at your file is right before the clearance meeting, and they spot issues that should have been picked up earlier and tested on the day you should be signing. So you end up doing it all again. I&#x27;m trying to coin a term for the inneficiency caused by chasing efficiency.
      • busterarm2 hours ago
        I worked at a top 5 hedge fund in the early 2000s. They had a large team of E&amp;Y auditors onsite at all times that I worked somewhat closely with.<p>Some things stuck out at me: - They were all in their early 20s. - They were all incredibly checked out. Honestly they still seem like an outlier to me decades later. - They partied hard. Yes, with drugs. - Most of them were in rotating intimate relationships with each other and unusually open about it. Office scuttlebutt was literally &quot;who is fucking who this week&quot;. - They seemed busy for maybe two or three weeks out of the entire year and then it was long stretches of Minesweeper&#x2F;Solitaire.<p>I filed this away in my head as &quot;provides no value&quot; and that was decades ago. If the industry itself is worse off today I can&#x27;t imagine how much worse it actually is from my experience.
      • slater2 hours ago
        &gt; I&#x27;m trying to coin a term for the inneficiency caused by chasing efficiency.<p>&quot;don&#x27;t let the perfect be the enemy of the good&quot; ?
        • bobnamob1 hour ago
          “Penny wise but pound foolish”?
      • mrgoldenbrown2 hours ago
        ...&gt;term for the inneficiency caused by chasing efficiency.<p>Penny wise, pound foolish? Measure twice cut once?
    • ralph842 hours ago
      Executives pay them a lot of money to launder blame. If a project fails after consulting EY, well, what can you do. If a project fails without consulting anyone externally, it&#x27;s obviously a failure of the executive.
      • elmomle2 hours ago
        Exactly--they&#x27;re paid a lot of money for their reputation, which is valuable in offering cover for politically difficult decisions. This was certainly net-negative for E&amp;Y&#x27;s reputation.
  • nilirl2 hours ago
    Site is gross to scroll on mobile
    • cwillu2 hours ago
      It&#x27;s gross to scroll on desktop as well.
  • tipsytoad54 minutes ago
    Who designs a website like this?
  • henry20231 hour ago
    I think it’s important to note that EY report’s overall quality has not been affected by GenAI.
  • 08981 hour ago
    I did some ghost writing for EY. I wrote cheat sheets about international tax transfer pricing, mining and metals, and life sciences for its then CEO Mark Weinberger.<p>I had no experience and knew absolutely zero about any of those sectors.
  • galaxyLogic2 hours ago
    I don&#x27;t quite get it why they can&#x27;t take another LLM and vet the output of the first with the second one. Surely they would not have the same hallucinations and would be able to detect hallucinations of the earlier LLM. Maybe it would cost too much in terms of tokens?<p>I don&#x27;t know but I would expect it to be realtively easy for an LLM to detect &quot;hallucinations&quot;.
    • s0ulf3re1 minute ago
      I am not exactly sure if this would solve the overall problem. The main one being lack of oversight. The solution to a social issue generally isn’t to throw more technology at it.
    • mindcrime2 hours ago
      &gt; I don&#x27;t quite get it why they can&#x27;t take another LLM and vet the output of the first with the second one.<p>Yes, this technique and its variations[1][2] &quot;work&quot; but it&#x27;s still not 100% perfect. And it&#x27;s not as widely used it might be because, among other reason:<p>a. it takes longer to implement<p>b. it costs more (more tokens spread across multiple llm calls)<p>c. higher latency (getting an answer takes longer due to multiple llm calls involved)<p>d. the final answer is probabilistically more likely to be correct, but is still not guaranteed to be error free, so you can never <i>fully</i> escape the need for Human in the Loop.<p>[1]: <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;LLM-as-a-Judge" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;LLM-as-a-Judge</a><p>[2]: <a href="https:&#x2F;&#x2F;github.com&#x2F;karpathy&#x2F;llm-council" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;karpathy&#x2F;llm-council</a>
    • operatingthetan2 hours ago
      &gt;I don&#x27;t quite get it why they can&#x27;t take another LLM and vet the output of the first with the seond one.<p>I think this may be part of the problem. The actual humans creating the report don&#x27;t have the expertise to know which one to trust. At least that was what consulting was like in my experience at a similar firm.
    • TZubiri2 hours ago
      Because they used LLMs to do the work. What you are suggesting is to use the LLMs to create more work, which is counter to the shortcut they were trying to take.
      • galaxyLogic1 hour ago
        Good point with some irony. Thye don&#x27;t want to do a better job they want to do an easier job. But a company like E&amp;Y should realize shortcuts like these don&#x27;t work. And their customers are paying them.
    • voxl2 hours ago
      [flagged]
  • sourcecodeplz1 hour ago
    Was the title updated? from &quot;ernst &amp; young&quot; to EY Canada. Why?
    • smartmic52 minutes ago
      Not by me, but by the mods. They also changed from &quot;full of hallucinations&quot; to &quot;and most citations were hallucinated&quot;. Maybe a rep from &quot;EY Global&quot; filed a complain ;)
    • rescripting1 hour ago
      They changed their name to from Ernst &amp; Young to EY in 2013.
  • s0rce1 hour ago
    Scrolling this page is terribly awkward.
  • biosboiii2 hours ago
    I guess this is a great report, but the parallax landing page shenanigans disrupt my reading flow, you cannot easily scroll back to get a overview of the key facts, so I stopped.
  • Our_Benefactors2 hours ago
    Holy horrible UI
  • throwrioawfo2 hours ago
    You&#x27;re not actually meant to _read_ these reports.
  • galaxyLogic2 hours ago
    I don&#x27;t quite get it why they can&#x27;t take another LLM and vet the output of the first with the second one. Surely they would not have the same hallucinations and would be able to detect hallucinations of the earlier LLM. Maybe it would cost too much in terms of tokens?<p>I don&#x27;t know but I would expect it to be relatively easy for an LLM to detect &quot;hallucinations&quot;.
    • gdulli1 hour ago
      &quot;Why don&#x27;t they make the whole plane out of the black box???&quot;
  • zb32 hours ago
    Stop messing with the scroll, I thought there was something wrong with my mouse wheel. Why are you doing this?
  • zelphirkalt2 hours ago
    I wish we could just stop destroying people&#x27;s jobs and lives using AI. The statistics I have heard quoted say, that merely 25% of the people actually like their job. Meaning they like doing what they do for its own sake, not because it gets them money, which they desperately need to live. I get it, most people don&#x27;t want to do the work. But can we stop ruining the jobs of people, who are actually dedicated to their job and would like to keep doing their job properly?<p>But I guess since EY is a CYA hedge anyway, no one really cares about whether the reports are hallucinations or not. Someone high up spent money on EY, so that they can justify some decision and won&#x27;t be held responsible that much, when it turns out the decision was shit. All that matters to them is, that it has the appearance of something genuine and then they can base the decision on what they receive from EY, which better be what they already wanted to hear&#x2F;read anyway.
    • krapp1 hour ago
      &gt;The statistics I have heard quoted say, that merely 25% of the people actually like their job. Meaning they like doing what they do for its own sake, not because it gets them money, which they desperately need to live.<p>Even people who like their jobs work because they need money to live.
      • zelphirkalt38 minutes ago
        My point is, that people who want to do their job properly are less likely to sling AI slop and be found out to do that, and that I wish we could stop destroying their jobs or lives, to chase stakeholder wet dreams of the companies they invested in letting go almost everyone.
  • chaidhat2 hours ago
    Maybe they should stop pushing these bankers to do 48 hour shifts…
    • 331c8c712 hours ago
      These are not bankers, but the culture is still bonkers
  • mentalgear2 hours ago
    This proves (again) one think for sure: The &quot;Big x&quot; Consulting Firms were always BS - and now them generating all their work themselves using LLMs just profs that their &#x27;clients&#x27; can just skip their Million Dollar fees and just ask the LLM directly.
  • meibo2 hours ago
    Wow, your mom lets you have TWO scrollbars?
  • yieldcrv1 hour ago
    &gt; In late 2025, EY Canada published<p>okay that makes me feel better, I think January&#x27;s frontier models and beyond are better at this<p>but check your sources folks
  • themafia1 hour ago
    Title changed to remove &quot;Earnst &amp; Young&quot;. Why? It seems deferential to an entity that, in this case, certainly doesn&#x27;t deserve it.
    • FearNotDaniel1 hour ago
      Probably because (a) that’s not their name any more and (b) when it was, that’s not how you spell it
      • themafia33 minutes ago
        Which is interesting because a) the site title includes it and b) I obviously made a common mistake which has nothing to do with the point at hand.
  • wg02 hours ago
    &quot;All jobs would be gone next month.&quot;<p>~ A greedy, dishonest and unethical capitalist.
  • scotty792 hours ago
    If they can&#x27;t be bothered what they are putting out, do you think that before AI, what they wrote had any merit?
  • contingencies2 hours ago
    Basically the entire consulting industry should die due to AI.<p>Performative executives of yesteryear that constantly need external validation and direction and operate through hive mind and groupthink are weak and will die.<p>I believe some of the biggest problems in today&#x27;s business leaders are an inability to be open to new information, to think across traditional professional boundaries, or to ask meaningful questions.<p>AI simply exposes this unapologetically.<p>Bad management (this includes most government): up your game or get out of the way.<p>Sycophantic consultant firms: die.<p><i>The Economist</i> should do an article on this.
  • tamimio32 minutes ago
    Those are who rejected you for a job you applied for.. AI amplified the dunning kruger that unfortunately real experts in their field are overlooked now, because a wall of text with numbers sounds and look professional enough.<p>Any person with above average knowledge on a specific topic, can tell when AI starts hallucinating and making things up, or at least introducing new problems due to complexity added rather than solving it, that’s my observation using all top tier ones too, it’s like they are designed to solve a problem regardless so they start making things up or piling workarounds, a person with no deep knowledge in that topic will just copy it all and call it a day.<p>Just yesterday, I asked claude 4.8 on something specific that I know the answer for, it had a long list of solutions that none were close to the real answer, when I replied with the real answer and pushed back, I got the famous quote “you are right, thanks for pushing back”.
  • bakrisolo1 hour ago
    [flagged]