20 comments

  • deadbabe7 hours ago
    I think it’s pretty clear what the purpose of this stuff is: get people so invested into the Claude ecosystem with certs and “modernization kits”, so that when the subsidies end and subscription costs shoot up they feel they’re in too deep now to switch to something cheaper.
    • thepasch1 hour ago
      &gt; so that when the subsidies end and subscription costs shoot up<p>Subscription costs are capped to API rates as their ceiling (and, realistically, way lower than that - why would you even subscribe if you could just go pay-what-you-use instead), and those are already at a big margin for Anthropic. What still costs them a fuckton of money comparatively is training, but that is only going to get more efficient with more purpose-built hardware on the way.<p>Basicallly, I don’t see much of a reason to hike subscription prices <i>dramatically</i>. I don’t think they’ll stay at $100&#x2F;$200 but anyone who’s paying that already knows how much value they’re getting out of that and probably wouldn’t mind paying more.
      • OJFord8 minutes ago
        I&#x27;m not sure what you mean, if you max out your subscription perhaps? If you pay $100 and don&#x27;t use it, you don&#x27;t get refunded $100 because it&#x27;s &#x27;capped to API rates&#x27; which would&#x27;ve been 0.
    • lelanthran2 hours ago
      &gt; I think it’s pretty clear what the purpose of this stuff is: get people so invested into the Claude ecosystem with certs and “modernization kits”, so that when the subsidies end and subscription costs shoot up they feel they’re in too deep now to switch to something cheaper.<p>It worked for cloud services :-)
    • ImaCake6 hours ago
      Or what if local models get good enough to threaten the server based product?
      • mikkupikku49 minutes ago
        This will probably happen unless the industry conspires to roll back the availability of general computation so common people can only own computers with enough power to be glorified thin clients. The way this might look is good hardware never officially being banned, just priced too high for anybody to afford, and produced in small quantities to keep it that way while all production shifts to making massively expensive powerful hardware for corporate buyers.
      • edf132 hours ago
        That is the biggest threat - and likely where things will end up eventually… it’s when that “eventually” is and what the server based providers can pivot to in that time.
      • nosefurhairdo1 hour ago
        Seems unlikely. We&#x27;re already seeing specialized hardware optimized for LLM performance (taalas, groq, cerebras), and simple economies of scale result in these sorts of products being a better value when rented from a server vs purchased&#x2F;managed&#x2F;upgraded for the typical the user.<p>Frontier models will continue to be either exclusively available from servers or significantly more affordable from servers vs local alternatives for the foreseeable future.
      • otabdeveloper43 hours ago
        They&#x27;re good enough already.<p>The moat is only<p>a) post-training magic for the elusive UX &quot;vibes&quot;<p>b) stickiness of the Claude UI&#x27;s.<p>The first part will be eventually (give it a couple years) solved by a LoRA marketplace.<p>The second is not relevant because existing UI&#x27;s are very sticky already and Claude won&#x27;t be able to overcome decades of inertia anyways.
  • rednafi8 hours ago
    Soon, we&#x27;ll start seeing Claude certs getting listed on LinkedIn alongside Coursera courses.<p>People with titles like<p>Giga Chad, MBA, CSS, CKAD, XXX, PQRS<p>are gonna love this.<p>In no time, HRs will start slapping “10 years of certified Claude Code experience required” on job listings.
    • neonstatic8 hours ago
      _Open to Claude_ ;)
    • deadbabe7 hours ago
      it’s crazy how you could easily lie about having 10 years experience because your results are not that much different from someone who has only used Claude Code for like a week.
      • est314 hours ago
        I think the older AI users are even held back because they might be doing things that are not neccessary any more, like explaining basic things, like please don&#x27;t bring in random dependencies but prefer the ones that are there already, or the classic think really strongly and make a plan, or try to use a prestigious register of the language in attempts to make it think harder.<p>Nowadays I just paste a test, build, or linter error message into the chat and the clanker knows immediately what to do, where it originated, and looks into causes. Often times I come back to the chat and see a working explanation together with a fix.<p>Before I had to actually explain why I want it to change some implementation in some direction, otherwise it would refuse no I won&#x27;t do that because abc. Nowadays I can just pass the raw instruction &quot;please move this into its own function&quot;, etc, and it follows.<p>So yeah, a lot of these skills become outdated very quickly, the technology is changing so fast, and one needs to constantly revisit if what one had to do a couple of months earlier is still required, whether there&#x27;s still the limits of the technology precisely there or further out.
        • rednafi4 minutes ago
          [delayed]
        • fl73052 hours ago
          &gt; I think the older AI users are even held back because they might be doing things that are not neccessary any more<p>As the same age as Linus Torvalds, I&#x27;d say that it can be the opposite.<p>We are so used to &quot;leaky abstractions&quot;, that we have just accepted this as another imperfect new tech stack.<p>Unlike less experienced developers, we know that you have to learn a bit about the underlying layers to use the high level abstraction layer effectively.<p>What is going on under the hood? What was the sequence of events which caused my inputs to give these outputs &#x2F; error messages?<p>Once you learn enough of how the underlying layers work, you&#x27;ll get far fewer errors because you&#x27;ll subconciously avoid them. Meanwhile, people with a &quot;I only work at the high-level&quot;-mindset keeps trying to feed the high-level layer different inputs more or less at random.<p>For LLMs, it&#x27;s certainly a challenge.<p>The basic low level LLM architecture is very simple. You can write a naive LLM core inference engine in a few hundred lines of code.<p>But that is like writing a logic gate simulator and feeding it a huge CPU gate list + many GBs of kernel+rootfs disk images. It doesn&#x27;t tell you how the thing actually behaves.<p>So you move up the layers. Often you can&#x27;t get hard data on how they really work. Instead you rely on empirical and anecdotal data.<p>But you still form a mental image of what the rough layers are, and what you can expect in their behavior given different inputs.<p>For LLMs, a critical piece is the context window. It has to be understood and managed to get good results. Make sure it&#x27;s fed with the right amount of the right data, and you get much better results.<p>&gt; Nowadays I just paste a test, build, or linter error message into the chat and the clanker knows immediately what to do<p>That&#x27;s exactly the right thing to do given the right circumstances.<p>But if you&#x27;re doing a big refactoring across a huge code base, you won&#x27;t get the same good results. You&#x27;ll need to understand the context window and how your tools&#x2F;framework feeds it with data for your subagents.
          • OJFord4 minutes ago
            I think GP meant &#x27;longer time users of AI&#x27;, not &#x27;older aged users of AI&#x27;.<p>Their point being that it&#x27;s not really an advantage to have learnt the tricks and ways to deal with it a year, two years ago when it&#x27;s so much better now, and that&#x27;s not necessary or there&#x27;s different tricks.
      • felipeerias4 hours ago
        The obvious solution is for Anthropic et al. to certify the skills of each user:<p>&gt; “Good at explaining requirements, needs handholding to understand complex algorithms, picky with the wording of comments, slightly higher than average number of tokens per feature.”<p>I’m not saying this would be good at all, but the data (&#x2F;insights) and the opportunity are clearly there.
      • CGamesPlay7 hours ago
        I hope it’s at least a little tricky, since Claude was released only 3 years ago. That said, I would not be surprised to see companies <i>asking</i> for 10 years experience, despite that inconvenient truth.
        • conductr6 hours ago
          I’ve seen it play out multiple times, highlights precisely why a candidate should never withhold their application based on preference of years of experience with anything. They simply haven’t put much thought into those numbers.
        • deadbabe7 hours ago
          If you work on 10 projects in parallel for a year using Claude code… you have the equivalent of 10 years of experience in 1 year.
          • ipaddr7 hours ago
            No you would have ten projects finished. You would have less than a year of actually programming experience.
          • weird-eye-issue6 hours ago
            That&#x27;s not how it works...
            • fl730540 minutes ago
              You&#x27;ve never seen project managers basically propose the equivalent of getting a baby delivered in 1 month instead of 9 months by adding more people to the project?<p>But yeah, if the recruiters start asking for &quot;10 years experience with Claude Code&quot;, then I guess a tongue-in-cheek answer would be &quot;sure, I did 10 projects in parallel in one year&quot;.
            • _aavaa_6 hours ago
              If you can add more people to finish a project faster, I can add more projects to get experience faster.
              • lurking_swe2 hours ago
                You’re very confused i think.<p>Adding more people to a project doesn’t improve throughout - past a certain point. Communication and coordination overhead (between humans) is the limiting factor. This has been well known in the industry for decades.<p>Additionally, i’d much rather hire someone that worked on a a handful of projects, but actually _wrote_ a lot of the code, maintained the project after shipping it for a couple years, and has stories about what worked and didn’t, and why. Especially a candidate that worked on a “legacy” project. That type of candidate will be much more knowledgeable and able to more effectively steer an AI agent in the best direction. Taking various trade offs into account. It’s all too easy to just ship something and move on in our industry.<p>Brownie points if they made key architecture decisions and if they worked on a large scale system.<p>Claude building something for you isn’t “learning” in my opinion. That’s like saying I can study for a math exam by watching a movie about someone solving math problems. Experience doesn’t work like that. You can definitely learn with AI but it’s a slow process, much like learning the old fashioned way.<p>Maybe “experience” means different things to us…
              • weird-eye-issue6 hours ago
                I actually prefer removing people
      • chamomeal4 hours ago
        At work we’ve had like 10 hours of “AI training”. Like training us to use AI. I obviously learned nothing
  • codaphiliac11 hours ago
    watching all agile coaches turn into claude experts in 3 2 1 …
    • jamesvnz7 hours ago
      You joke, but that does seem to be happening from what I&#x27;ve seen - Agile Coaches are rebranding to become &quot;AI coaches&quot; or &quot;AI Enablers&quot;.
      • scuff3d6 hours ago
        Figures, gotta keep that grift going somehow...
  • kstenerud5 hours ago
    This is very likely a defensive move to help build pressure against Trump designating them a supply chain risk (aka corporate death sentence). The more embedded they become in large organizations, and the more authoritative they become in certification, the harder it is for the government to kill their company.
    • j453 hours ago
      And&#x2F;or it&#x27;s a unique tool amongst the others.
  • AvAn127 hours ago
    Isn’t this sort of like saying you know how to use a web browser?
    • what6 hours ago
      Maybe? My high school had typing classes and on word and spread sheets and whatever. They also had dental assistant program where you’d be certified by the time you graduate high school.
  • peterweisz11 hours ago
    Would be grateful for a pointer on how to sign up to this.
    • nerdsniper10 hours ago
      <a href="https:&#x2F;&#x2F;customization-agility-483.my.site.com&#x2F;anthropicpartners&#x2F;s&#x2F;partner-registration" rel="nofollow">https:&#x2F;&#x2F;customization-agility-483.my.site.com&#x2F;anthropicpartn...</a><p>Linked from here: <a href="https:&#x2F;&#x2F;claude.com&#x2F;partners" rel="nofollow">https:&#x2F;&#x2F;claude.com&#x2F;partners</a>
      • ekropotin9 hours ago
        The first link looks very suspicious
        • itintheory9 hours ago
          Appears to be where the actual link, <a href="http:&#x2F;&#x2F;partnerportal.anthropic.com&#x2F;s&#x2F;partner-registration" rel="nofollow">http:&#x2F;&#x2F;partnerportal.anthropic.com&#x2F;s&#x2F;partner-registration</a>, redirects. Site.com is some Salesforce related domain.
        • nerdsniper6 hours ago
          Yes, that’s why I linked where I found it. Anyone suspicious can click through to it from the anthropic.com page. It’s the correct link though.
      • adi_kurian9 hours ago
        This appears to have McKinsey&#x27;s brand ID.
  • rishabhaiover11 hours ago
    Naive question but do people really value certifications like these?
    • nlawalker9 hours ago
      As a consumer of them, I love them: a company with an influential, widely-used technology or platform spends a ton of money signaling to the industry exactly what&#x27;s important to know about it, creating training curriculum for it, and a whole infrastructure to verify when someone knows it, I&#x27;m going to take them up on all of that, especially in the cases where the investment is like $100, a little bit of studying (the likes of which I&#x27;d want to do anyway if I&#x27;m learning something new, and I&#x27;m happy to have their structured, prioritized list of topics and&#x2F;or guided curriculum) and a couple hours taking an online-proctored exam. From that perspective, I don&#x27;t have a good reason <i>not</i> to have a certification in something that&#x27;s super relevant to my role.<p>In interview&#x2F;hiring situations where they&#x27;re not expected or effectively required, they make for great chat fodder and a really good opportunity to exhibit awareness about yourself, the industry, and how the person on the other side of the table might perceive certifications given the context.
      • laborcontract9 hours ago
        God I hatelove this type of comment. You&#x27;re totally right, but it&#x27;s a complete repudiation of my initial reflex, which is to make a mockery of this.<p>Great perspective. I&#x27;m going to do this. Haha.
      • mathisfun1234 hours ago
        &gt; spends a ton of money<p>Bruh lol these courses are marketing material designed by fresh grad communications majors. You&#x27;re falling for exactly the scam they want you to fall for by giving so much benefit of the doubt to entities which deserve none.<p>Edit: no I don&#x27;t do this kind of work but my mother does so I know exactly how the sausage is made.
    • cebert10 hours ago
      Unfortunately some business leads value these types of certifications and partner programs. I imagine there’s a great deal of overlap with these folks and those who use Gartner’s Magic Quadrant for purchasing decisions.
    • 3rodents10 hours ago
      Most employees at most businesses show up do as they are trained and then go home, because that is what is asked of them. Even those who might have the inclination to explore new technology often will not for fear of doing something wrong. And that creates a big market for training: a company wants their employees to use Claude so the employees must be trained.<p>Startups &#x2F; technology companies that expect employees to be self-starters who can be set free to frolic amongst the problems are an aberration.
    • KiranRao011 hours ago
      My naive guess is that business with no tech component hire consultants, and these are part of the sales pitch.<p>Or governments&#x2F;large organizations performing box checking exercises
    • skippyboxedhero10 hours ago
      Consultancies do. Deloitte are quoted on the page. Consultancy people at my place of work have all been &quot;AI trained&quot;.<p>Doesn&#x27;t stop them being useless though, like giving an electric drill to a chimp and telling them to build a house...lots of action, a lot of screeching, not much work.<p>One of the mistakes with AI is that people believe it will turn lead into gold: if you give AI bad prompts, AI will produce bad work.
      • abirch9 hours ago
        Consultancies sell the resume and not the person. It&#x27;s easier for them to quantify, &quot;We have 300 CCAs&quot; than it is &quot;What have this person Kim who is really good.&quot;
        • Covenant00288 hours ago
          Yes, because if that was their sales pitch, they would need to pay Kim more, and they would have to account for the fact that she&#x27;s already allocated elsewhere. It&#x27;s better to pretend all those CCAs are interchangeable.
      • throwawaytea9 hours ago
        If you give bad prompts to humans it produces bad work too.
    • neya6 hours ago
      Think of these like the Google cloud or AWS certifications. A few companies that specialize in them will want you to have them. But for the rest of the industry, your ability to ace the technical interview will matter more.
    • dudefeliciano1 hour ago
      people no, legal persons yes
    • MattGaiser11 hours ago
      Non-technicals do.
    • SpicyLemonZest11 hours ago
      They do. Certifications make technical expertise legible to non-technical decisionmakers, and I&#x27;ve encountered people on both sides of that dynamic who affirmatively like it when companies set up programs like this. Obviously you and I would rather have someone who understands Claude make decisions about whether and how to use it, but in a lot of industries that&#x27;s not realistic.
  • colesantiago10 hours ago
    The Suits, HR and execs would love this:<p>&quot;Must have a degree or certification in Claude.&quot;<p>&quot;Must hold an OpenClaw 2026 Grade II Certificate&quot;
  • villgax2 hours ago
    lol certifications for a proprietary model stack is not worth the storage or paper
    • lelanthran1 hour ago
      &gt; lol certifications for a proprietary model stack is not worth the storage or paper<p>Are you sure? What about all those AWS, Azure, etc certifications that many places <i>require</i> their engineers to have?
  • iugtmkbdfil83410 hours ago
    Uhh.. Deloitte and Accenture.. not exactly what I would call a good partner here unless you are looking for name recognition at executive level. Is that all that it is?
    • clpm4j10 hours ago
      It&#x27;s part of enterprise sales which is how Anthropic will potentially be a long-term business.
    • pempem10 hours ago
      Who purchases and greenlights adoption? These cycles are very long and partnering with consulting firms gets you cross industry access.<p>In fact, if you look at basically every major AI&#x2F;LLM player you&#x27;ll see a similar &quot;alliance&quot; or &quot;partnership&quot;. Its a sales channel of high end referrals.
  • fangorn6 hours ago
    The hilarious question is: will you fail the AI certification for using AI during the exam? What if it&#x27;s a competing AI?
  • skybrian11 hours ago
    I wonder who the audience is for an announcement about spending a lot of money on something vague?
    • alephnerd11 hours ago
      &gt; who the audience is...<p>Businesses that are already in conversations about building partnerships and training with Anthropic.<p>The real revenue that foundation model companies like Anthropic, OpenAI, Google DeepMind, and others generate comes from enterprise deals with a smattering of government - not consumer.<p>Consumer usage is largely a loss leader used as a training&#x2F;refining tool, and it&#x27;s best to view the economics of foundational model providers through the same lens you would a hyperscaler.<p>A major component to AWS&#x27;s rise was the ecosystem built around training and teaching how to use the AWS ecosystem thanks to the AWS certification program. Same for K8s via the Linux Foundation.<p>By building a partnership and training motion, Anthropic can get the WITCHes, Deloittes, PWCs, Accentures, KPMGs, and others to start offering turnkey services, which is why Anthropic has been working on building co-sell relationships with those kinds of companies.
  • ares6236 hours ago
    I&#x27;m getting mixed signals. I thought these things are so magical that anyone can use them?
  • 10100810 hours ago
    Imagine being so close to build AGI and erase software engineer in the next 6 months, that you need to throw $100M to build a certification program...
  • greatgib10 hours ago
    Such a joke to advertise Claude as a tool to work on corporate technical debt when it is definitively the thing that will increase it a lot.<p>And let&#x27;s not even discuss the vacuity of their new cash machine certifications. &quot;Architect&quot; come on...
    • scuff3d6 hours ago
      We&#x27;re 6 months away from some company&#x27;s app&#x2F;infrastructure&#x2F;whatever going down and staying down, because literally nobody knows how the 500,000 line code base works and Claude is stuck in a loop.
      • mikkupikku46 minutes ago
        Lol, just press escape then tell it to roll back to the last stable release.
    • otabdeveloper43 hours ago
      LLMs are good for documenting specific things.<p>E.g., &quot;find where the method X is called and what arguments are passed&quot;.<p>That can be useful for refactoring or debugging.<p>Coding is the worst way to use an LLM though.
    • rednafi8 hours ago
      Shhh...you&#x27;re only supposed to unilaterally praise it to get along with your clueless leadership.
    • heliumtera8 hours ago
      The same is true for every other strategy to avoid technical debt.<p>It is bullshit all the way down.
  • nothrowaways4 hours ago
    &gt; Claude is the only frontier AI model available on all three leading cloud providers: AWS, Google Cloud, and Microsoft.<p>Doesn&#x27;t make sense.
  • ClaudeAgent_WK1 hour ago
    [dead]
  • aplomb102610 hours ago
    [dead]
  • elophanto_agent1 hour ago
    [flagged]
    • dyml57 minutes ago
      Hey… if you weren&#x27;t aware, the HN guidelines now include: &gt; Don&#x27;t post generated comments or AI-edited comments. HN is for conversation between humans.
    • mikkupikku54 minutes ago
      Who&#x27;s going to buy into this cert program when in all likelihood these roles will be taken over by agents like yourself in a year or two? I agree that a program like this is probably appealing to corporations at the present, but it seems like poor career planning for anybody to invest their time trying to become such a consultant.