{"id":57149,"date":"2026-02-24T09:14:33","date_gmt":"2026-02-23T23:14:33","guid":{"rendered":"https:\/\/www.cloudproinc.com.au\/?p=57149"},"modified":"2026-02-24T09:14:36","modified_gmt":"2026-02-23T23:14:36","slug":"deepseek-moonshot-and-minimax-caught-copying-claude-what-anthropic-used","status":"publish","type":"post","link":"https:\/\/cloudproinc.com.au\/index.php\/2026\/02\/24\/deepseek-moonshot-and-minimax-caught-copying-claude-what-anthropic-used\/","title":{"rendered":"DeepSeek, Moonshot and MiniMax Caught Copying Claude What Anthropic Used"},"content":{"rendered":"\n<p>In this blog post <strong>DeepSeek, Moonshot and MiniMax Caught Copying Claude What Anthropic Used<\/strong> we will unpack what actually happened, how Anthropic says it proved the copying, and the practical lessons for IT leaders and engineering teams deploying AI in real products.<\/p>\n\n\n\n<!--more-->\n\n\n\n<p>If you\u2019re building with AI, this story matters for one simple reason: the same techniques used to \u201ccopy\u201d a model can also be used to <strong>extract sensitive behaviour<\/strong> from your own AI systems, run up your API bills, and create real compliance and security headaches.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-high-level-first-what-does-stealing-from-claude-even-mean\">High-level first What does \u201cstealing from Claude\u201d even mean<\/h2>\n\n\n\n<p>When most people hear \u201cstealing,\u201d they imagine someone downloading a model file or hacking a server. That\u2019s not what this is.<\/p>\n\n\n\n<p>What Anthropic described is closer to <strong>industrial-scale scraping<\/strong>, but instead of scraping a website, attackers hit an AI model with millions of prompts, collect the answers, and then use those answers to train their own model. This technique is commonly called <strong>distillation<\/strong>.<\/p>\n\n\n\n<p>Distillation itself is not automatically bad. Labs distill their <em>own<\/em> models all the time to create cheaper, faster versions. The problem is when another organisation does it <strong>without permission<\/strong>, using fake accounts and proxy networks to bypass controls.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-the-core-technology-behind-it-model-distillation-in-plain-english\">The core technology behind it Model distillation in plain English<\/h2>\n\n\n\n<p>Distillation is a \u201cteacher-student\u201d approach:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Teacher model<\/strong>: a large, expensive, high-performing model (in this case, Claude).<\/li>\n\n\n\n<li><strong>Student model<\/strong>: a smaller (or cheaper-to-run) model you want to improve.<\/li>\n\n\n\n<li><strong>Training signal<\/strong>: instead of training only on raw text from the internet, you train the student on the teacher\u2019s <em>answers<\/em> (and sometimes the teacher\u2019s preferred style, formatting, tool choices, or step-by-step reasoning patterns).<\/li>\n<\/ul>\n\n\n\n<p>Why this works: the teacher\u2019s answers contain a lot of \u201ccompressed know-how\u201d about how to solve tasks. If you can generate enough high-quality answers across enough task types, you can train a student model that behaves similarly.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-where-it-crosses-the-line\">Where it crosses the line<\/h3>\n\n\n\n<p>Anthropic\u2019s claim wasn\u2019t \u201cthey asked Claude questions.\u201d It was that the traffic looked like <strong>automated, coordinated data collection designed for training<\/strong>, at a scale and structure that normal usage doesn\u2019t match.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-what-anthropic-said-it-observed-the-non-hand-wavy-evidence\">What Anthropic said it observed (the non-hand-wavy evidence)<\/h2>\n\n\n\n<p>Anthropic says it detected campaigns attributed to DeepSeek, Moonshot, and MiniMax that collectively produced <strong>over 16 million exchanges<\/strong> using roughly <strong>24,000 fraudulent accounts<\/strong>.<\/p>\n\n\n\n<p>It also described how different labs focused on different capability areas, like reasoning, coding, tool use (where the model calls external tools like a browser or code runner), and attempts to extract step-by-step reasoning traces.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-so-how-did-anthropic-prove-it-practical-detection-signals\">So how did Anthropic \u201cprove\u201d it Practical detection signals<\/h2>\n\n\n\n<p>In the real world, you rarely \u201cprove\u201d this with a single smoking gun. You prove it the way security teams prove fraud: by combining multiple indicators that, together, form a pattern that\u2019s hard to explain as legitimate customer activity.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-1-behavioural-fingerprinting-not-just-ip-blocking\">1) Behavioural fingerprinting not just IP blocking<\/h3>\n\n\n\n<p>Attackers can rotate IP addresses, use proxies, and create new accounts quickly. So modern detection focuses on <strong>behaviour<\/strong> instead of identity.<\/p>\n\n\n\n<p>Anthropic described using behavioural fingerprinting and classifiers to detect extraction patterns in API traffic. In plain terms, this means:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Looking for <strong>repetitive prompt shapes<\/strong> that resemble training set generation.<\/li>\n\n\n\n<li>Detecting <strong>high-volume, narrowly focused<\/strong> interactions (for example, millions of prompts that all target one capability like agentic coding).<\/li>\n\n\n\n<li>Spotting <strong>coordinated activity across many accounts<\/strong> that behaves like one system, not thousands of independent humans.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-2-multi-account-coordination-the-hydra-pattern\">2) Multi-account coordination the \u201chydra\u201d pattern<\/h3>\n\n\n\n<p>Anthropic described large pools of accounts (sometimes thousands at once) distributing traffic so that banning one account doesn\u2019t stop the campaign.<\/p>\n\n\n\n<p>This matters because a single account doing 10,000 requests a minute is obvious. But 10,000 accounts doing a smaller number each can look \u201cnormal\u201d unless you correlate them.<\/p>\n\n\n\n<p>Correlating at scale typically involves features like:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Similar prompt templates across accounts<\/li>\n\n\n\n<li>Shared timing patterns (bursts, schedules, handoffs)<\/li>\n\n\n\n<li>Common \u201cgoal prompts\u201d (the same intent expressed with slight variations)<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-3-targeting-hard-to-get-outputs-like-reasoning-traces\">3) Targeting \u201chard-to-get\u201d outputs like reasoning traces<\/h3>\n\n\n\n<p>One of the more telling signals in distillation campaigns is when prompts repeatedly try to get the model to reveal internal reasoning, hidden steps, or structured rubrics that are especially useful for training.<\/p>\n\n\n\n<p>For engineering teams: this is the difference between \u201cgive me the answer\u201d and \u201cshow me your step-by-step thought process, scoring rubric, and alternative approaches.\u201d That second style is far more valuable as training data.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-4-rapid-pivoting-when-a-new-model-drops\">4) Rapid pivoting when a new model drops<\/h3>\n\n\n\n<p>Anthropic described one campaign that redirected large portions of traffic soon after a new Claude model was introduced.<\/p>\n\n\n\n<p>That\u2019s a strong indicator of capability harvesting. A normal business user doesn\u2019t immediately reorganise half of their usage patterns because a model got upgraded. A team trying to \u201ccapture\u201d the newest behaviour does.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-5-mixing-normal-traffic-with-extraction-traffic\">5) Mixing \u201cnormal\u201d traffic with extraction traffic<\/h3>\n\n\n\n<p>Another practical trick is to blend in: interleave legitimate-looking prompts with extraction prompts, so the overall traffic doesn\u2019t look like a single-purpose attack.<\/p>\n\n\n\n<p>This is exactly why detection needs to be multi-layered. It\u2019s not enough to watch volume. You also watch intent, structure, and coordination.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-a-simple-technical-mental-model-for-distillation-detection\">A simple technical mental model for distillation detection<\/h2>\n\n\n\n<p>If you run an AI API (or even an internal AI gateway), think of distillation detection like credit-card fraud detection:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Velocity checks<\/strong>: too many requests too quickly.<\/li>\n\n\n\n<li><strong>Similarity checks<\/strong>: too many prompts that look like minor variants of the same template.<\/li>\n\n\n\n<li><strong>Graph checks<\/strong>: too many accounts behaving like a single entity.<\/li>\n\n\n\n<li><strong>Change sensitivity<\/strong>: sudden shifts right after a model release.<\/li>\n<\/ul>\n\n\n\n<p>None of these alone is perfect. Together, they build a credible case.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-why-this-matters-to-australian-businesses-even-if-you-don-t-build-models\">Why this matters to Australian businesses (even if you don\u2019t build models)<\/h2>\n\n\n\n<p>You might be thinking: \u201cWe\u2019re not an AI lab, so why do we care?\u201d Three reasons.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-1-cost-blowouts-look-like-mysterious-usage-spikes\">1) Cost blowouts look like \u201cmysterious usage spikes\u201d<\/h3>\n\n\n\n<p>If you offer AI features to customers, distillation-style abuse can show up as a sudden API cost increase. It\u2019s the AI equivalent of someone hammering your login page or scraping your website.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-2-data-leakage-isn-t-always-files-leaving-your-network\">2) Data leakage isn\u2019t always files leaving your network<\/h3>\n\n\n\n<p>When users interact with AI, they often reveal process knowledge: how you handle incidents, how you draft proposals, internal policies, support playbooks, and more.<\/p>\n\n\n\n<p>If your AI assistant has access to sensitive content, extraction attempts may aim to reconstruct those workflows at scale.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-3-compliance-risk-ties-back-to-governance-and-controls\">3) Compliance risk ties back to governance and controls<\/h3>\n\n\n\n<p>For Essential 8 (the Australian Government\u2019s baseline cybersecurity framework many organisations align to), the themes here map to real controls: limiting admin privileges, using multi-factor authentication, logging, monitoring, and having incident response processes.<\/p>\n\n\n\n<p>AI adds a new \u201csurface area\u201d you need to monitor like any other business system.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-a-real-world-scenario-we-see-a-lot-anonymised\">A real-world scenario we see a lot (anonymised)<\/h2>\n\n\n\n<p>A 180-person professional services firm rolled out an internal AI assistant for staff to draft emails, summarise documents, and answer policy questions.<\/p>\n\n\n\n<p>Within weeks, their AI usage costs became unpredictable. The culprit wasn\u2019t staff adoption. It was an external script hitting a poorly protected endpoint they exposed during a pilot, generating thousands of requests overnight.<\/p>\n\n\n\n<p>Nothing was \u201chacked\u201d in the Hollywood sense. But the business outcome was still real: higher bills, higher risk, and a rushed clean-up that interrupted staff.<\/p>\n\n\n\n<p>This is why CloudPro Inc treats AI like any other production workload: identity controls, logging, monitoring, and sensible rate limits, not just \u201ca cool new app.\u201d<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-practical-steps-for-it-leaders-and-developers-right-now\">Practical steps for IT leaders and developers right now<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-1-put-an-ai-gateway-in-front-of-your-model-access\">1) Put an AI gateway in front of your model access<\/h3>\n\n\n\n<p>Even if you use multiple models (OpenAI, Claude, Azure-hosted models), centralise authentication, logging, and rate limiting.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-2-monitor-for-extraction-patterns\">2) Monitor for extraction patterns<\/h3>\n\n\n\n<p>Look for repeated prompt templates, unusually narrow task focus, high concurrency, and sudden activity outside business hours.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-3-treat-prompt-logs-as-sensitive-security-telemetry\">3) Treat prompt logs as sensitive security telemetry<\/h3>\n\n\n\n<p>They can contain customer data, internal policy content, and proprietary workflows. Lock them down like you would application logs.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-4-design-your-ai-features-to-be-harder-to-copy\">4) Design your AI features to be \u201charder to copy\u201d<\/h3>\n\n\n\n<p>The goal isn\u2019t secrecy. It\u2019s reducing the value of raw outputs for bulk training.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Return only what the user needs (avoid long verbose outputs by default).<\/li>\n\n\n\n<li>Use task-specific formatting that\u2019s helpful for users but less useful as generic training data.<\/li>\n\n\n\n<li>Where appropriate, add lightweight friction for high-risk endpoints (for example, stronger authentication).<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-5-know-your-terms-your-vendors-and-your-obligations\">5) Know your terms, your vendors, and your obligations<\/h3>\n\n\n\n<p>If you provide AI features to customers, make sure your acceptable-use rules are enforceable, and your monitoring is good enough to back them up.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-wrap-up-what-to-take-away-from-the-claude-distillation-story\">Wrap-up What to take away from the Claude distillation story<\/h2>\n\n\n\n<p>The headline is dramatic, but the lesson is practical: AI systems can be \u201ccopied\u201d through usage, not intrusion. Anthropic\u2019s detection approach, as described publicly, is based on behavioural signals that any mature platform team should recognise: coordination, repetition, volume, and rapid pivoting after model upgrades.<\/p>\n\n\n\n<p>CloudProInc helps Australian organisations deploy AI safely using Microsoft\u2019s ecosystem (Azure and Microsoft 365) and modern security practices, with hands-on support that\u2019s pragmatic, not theoretical.<\/p>\n\n\n\n<p>If you\u2019re not sure whether your current AI setup is exposing you to unnecessary cost or risk, we\u2019re happy to take a look and give you a straight answer, no strings attached.<\/p>\n\n\n\n<ul class=\"wp-block-yoast-seo-related-links yoast-seo-related-links\">\n<li><a href=\"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/02\/06\/claude-opus-4-6-released-what-it-teams-should-do-next\/\">Claude Opus 4.6 Released What IT Teams Should Do Next<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/cloudproinc.com.au\/index.php\/2025\/08\/31\/extracting-structured-data-with-openai\/\">Extracting Structured Data with OpenAI<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/www.cloudproinc.com.au\/index.php\/2024\/09\/05\/block-copy-paste-from-ios-business-apps-with-intune\/\">Block Copy Paste from iOS Business Apps with Intune<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/02\/12\/claude-cowork-for-windows-released\/\">Claude Cowork for Windows Released<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/cloudproinc.com.au\/index.php\/2025\/09\/15\/build-lean-reliable-net-docker-images-for-production\/\">Build Lean Reliable .NET Docker Images for Production<\/a><\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>Anthropic says it caught large-scale \u201cdistillation\u201d campaigns targeting Claude. Here\u2019s the plain-English tech behind the detection, and what it means for teams building or buying AI.<\/p>\n","protected":false},"author":1,"featured_media":57151,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_yoast_wpseo_focuskw":"Claude","_yoast_wpseo_title":"","_yoast_wpseo_metadesc":"Uncover the truth about Claude: learn how DeepSeek, Moonshot, and MiniMax allegedly copied Anthropic's AI model.","_yoast_wpseo_opengraph-title":"","_yoast_wpseo_opengraph-description":"","_yoast_wpseo_twitter-title":"","_yoast_wpseo_twitter-description":"","_et_pb_use_builder":"","_et_pb_old_content":"","_et_gb_content_width":"","_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[24,100,13,101],"tags":[],"class_list":["post-57149","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-ai","category-anthropic","category-blog","category-claude"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.3 (Yoast SEO v27.3) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>DeepSeek, Moonshot and MiniMax Caught Copying Claude What Anthropic Used - CPI Consulting<\/title>\n<meta name=\"description\" content=\"Uncover the truth about Claude: learn how DeepSeek, Moonshot, and MiniMax allegedly copied Anthropic&#039;s AI model.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/cloudproinc.com.au\/index.php\/2026\/02\/24\/deepseek-moonshot-and-minimax-caught-copying-claude-what-anthropic-used\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"DeepSeek, Moonshot and MiniMax Caught Copying Claude What Anthropic Used\" \/>\n<meta property=\"og:description\" content=\"Uncover the truth about Claude: learn how DeepSeek, Moonshot, and MiniMax allegedly copied Anthropic&#039;s AI model.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/cloudproinc.com.au\/index.php\/2026\/02\/24\/deepseek-moonshot-and-minimax-caught-copying-claude-what-anthropic-used\/\" \/>\n<meta property=\"og:site_name\" content=\"CPI Consulting\" \/>\n<meta property=\"article:published_time\" content=\"2026-02-23T23:14:33+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-23T23:14:36+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/cloudproinc.com.au\/wp-content\/uploads\/2026\/02\/post-36.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1536\" \/>\n\t<meta property=\"og:image:height\" content=\"1024\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"CPI Staff\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"CPI Staff\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/cloudproinc.com.au\\\/index.php\\\/2026\\\/02\\\/24\\\/deepseek-moonshot-and-minimax-caught-copying-claude-what-anthropic-used\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/cloudproinc.com.au\\\/index.php\\\/2026\\\/02\\\/24\\\/deepseek-moonshot-and-minimax-caught-copying-claude-what-anthropic-used\\\/\"},\"author\":{\"name\":\"CPI Staff\",\"@id\":\"https:\\\/\\\/cloudproinc.com.au\\\/#\\\/schema\\\/person\\\/192eeeb0ce91062126ce3822ae88fe6e\"},\"headline\":\"DeepSeek, Moonshot and MiniMax Caught Copying Claude What Anthropic Used\",\"datePublished\":\"2026-02-23T23:14:33+00:00\",\"dateModified\":\"2026-02-23T23:14:36+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/cloudproinc.com.au\\\/index.php\\\/2026\\\/02\\\/24\\\/deepseek-moonshot-and-minimax-caught-copying-claude-what-anthropic-used\\\/\"},\"wordCount\":1531,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/cloudproinc.com.au\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/cloudproinc.com.au\\\/index.php\\\/2026\\\/02\\\/24\\\/deepseek-moonshot-and-minimax-caught-copying-claude-what-anthropic-used\\\/#primaryimage\"},\"thumbnailUrl\":\"\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/post-36.png\",\"articleSection\":[\"AI\",\"Anthropic\",\"Blog\",\"Claude\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/cloudproinc.com.au\\\/index.php\\\/2026\\\/02\\\/24\\\/deepseek-moonshot-and-minimax-caught-copying-claude-what-anthropic-used\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/cloudproinc.com.au\\\/index.php\\\/2026\\\/02\\\/24\\\/deepseek-moonshot-and-minimax-caught-copying-claude-what-anthropic-used\\\/\",\"url\":\"https:\\\/\\\/cloudproinc.com.au\\\/index.php\\\/2026\\\/02\\\/24\\\/deepseek-moonshot-and-minimax-caught-copying-claude-what-anthropic-used\\\/\",\"name\":\"DeepSeek, Moonshot and MiniMax Caught Copying Claude What Anthropic Used - CPI Consulting\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/cloudproinc.com.au\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/cloudproinc.com.au\\\/index.php\\\/2026\\\/02\\\/24\\\/deepseek-moonshot-and-minimax-caught-copying-claude-what-anthropic-used\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/cloudproinc.com.au\\\/index.php\\\/2026\\\/02\\\/24\\\/deepseek-moonshot-and-minimax-caught-copying-claude-what-anthropic-used\\\/#primaryimage\"},\"thumbnailUrl\":\"\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/post-36.png\",\"datePublished\":\"2026-02-23T23:14:33+00:00\",\"dateModified\":\"2026-02-23T23:14:36+00:00\",\"description\":\"Uncover the truth about Claude: learn how DeepSeek, Moonshot, and MiniMax allegedly copied Anthropic's AI model.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/cloudproinc.com.au\\\/index.php\\\/2026\\\/02\\\/24\\\/deepseek-moonshot-and-minimax-caught-copying-claude-what-anthropic-used\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/cloudproinc.com.au\\\/index.php\\\/2026\\\/02\\\/24\\\/deepseek-moonshot-and-minimax-caught-copying-claude-what-anthropic-used\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/cloudproinc.com.au\\\/index.php\\\/2026\\\/02\\\/24\\\/deepseek-moonshot-and-minimax-caught-copying-claude-what-anthropic-used\\\/#primaryimage\",\"url\":\"\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/post-36.png\",\"contentUrl\":\"\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/post-36.png\",\"width\":1536,\"height\":1024},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/cloudproinc.com.au\\\/index.php\\\/2026\\\/02\\\/24\\\/deepseek-moonshot-and-minimax-caught-copying-claude-what-anthropic-used\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/cloudproinc.com.au\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"DeepSeek, Moonshot and MiniMax Caught Copying Claude What Anthropic Used\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/cloudproinc.com.au\\\/#website\",\"url\":\"https:\\\/\\\/cloudproinc.com.au\\\/\",\"name\":\"Cloud Pro Inc - CPI Consulting Pty Ltd\",\"description\":\"Cloud, AI &amp; Cybersecurity Consulting | Melbourne\",\"publisher\":{\"@id\":\"https:\\\/\\\/cloudproinc.com.au\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/cloudproinc.com.au\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/cloudproinc.com.au\\\/#organization\",\"name\":\"Cloud Pro Inc - Cloud Pro Inc - CPI Consulting Pty Ltd\",\"url\":\"https:\\\/\\\/cloudproinc.com.au\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/cloudproinc.com.au\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"\\\/wp-content\\\/uploads\\\/2022\\\/01\\\/favfinalfile.png\",\"contentUrl\":\"\\\/wp-content\\\/uploads\\\/2022\\\/01\\\/favfinalfile.png\",\"width\":500,\"height\":500,\"caption\":\"Cloud Pro Inc - Cloud Pro Inc - CPI Consulting Pty Ltd\"},\"image\":{\"@id\":\"https:\\\/\\\/cloudproinc.com.au\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/cloudproinc.com.au\\\/#\\\/schema\\\/person\\\/192eeeb0ce91062126ce3822ae88fe6e\",\"name\":\"CPI Staff\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/2d96eeb53b791d92c8c50dd667e3beec92c93253bb6ff21c02cfa8ca73665c70?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/2d96eeb53b791d92c8c50dd667e3beec92c93253bb6ff21c02cfa8ca73665c70?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/2d96eeb53b791d92c8c50dd667e3beec92c93253bb6ff21c02cfa8ca73665c70?s=96&d=mm&r=g\",\"caption\":\"CPI Staff\"},\"sameAs\":[\"http:\\\/\\\/www.cloudproinc.com.au\"],\"url\":\"https:\\\/\\\/cloudproinc.com.au\\\/index.php\\\/author\\\/cpiadmin\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"DeepSeek, Moonshot and MiniMax Caught Copying Claude What Anthropic Used - CPI Consulting","description":"Uncover the truth about Claude: learn how DeepSeek, Moonshot, and MiniMax allegedly copied Anthropic's AI model.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/cloudproinc.com.au\/index.php\/2026\/02\/24\/deepseek-moonshot-and-minimax-caught-copying-claude-what-anthropic-used\/","og_locale":"en_US","og_type":"article","og_title":"DeepSeek, Moonshot and MiniMax Caught Copying Claude What Anthropic Used","og_description":"Uncover the truth about Claude: learn how DeepSeek, Moonshot, and MiniMax allegedly copied Anthropic's AI model.","og_url":"https:\/\/cloudproinc.com.au\/index.php\/2026\/02\/24\/deepseek-moonshot-and-minimax-caught-copying-claude-what-anthropic-used\/","og_site_name":"CPI Consulting","article_published_time":"2026-02-23T23:14:33+00:00","article_modified_time":"2026-02-23T23:14:36+00:00","og_image":[{"width":1536,"height":1024,"url":"https:\/\/cloudproinc.com.au\/wp-content\/uploads\/2026\/02\/post-36.png","type":"image\/png"}],"author":"CPI Staff","twitter_card":"summary_large_image","twitter_misc":{"Written by":"CPI Staff","Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/cloudproinc.com.au\/index.php\/2026\/02\/24\/deepseek-moonshot-and-minimax-caught-copying-claude-what-anthropic-used\/#article","isPartOf":{"@id":"https:\/\/cloudproinc.com.au\/index.php\/2026\/02\/24\/deepseek-moonshot-and-minimax-caught-copying-claude-what-anthropic-used\/"},"author":{"name":"CPI Staff","@id":"https:\/\/cloudproinc.com.au\/#\/schema\/person\/192eeeb0ce91062126ce3822ae88fe6e"},"headline":"DeepSeek, Moonshot and MiniMax Caught Copying Claude What Anthropic Used","datePublished":"2026-02-23T23:14:33+00:00","dateModified":"2026-02-23T23:14:36+00:00","mainEntityOfPage":{"@id":"https:\/\/cloudproinc.com.au\/index.php\/2026\/02\/24\/deepseek-moonshot-and-minimax-caught-copying-claude-what-anthropic-used\/"},"wordCount":1531,"commentCount":0,"publisher":{"@id":"https:\/\/cloudproinc.com.au\/#organization"},"image":{"@id":"https:\/\/cloudproinc.com.au\/index.php\/2026\/02\/24\/deepseek-moonshot-and-minimax-caught-copying-claude-what-anthropic-used\/#primaryimage"},"thumbnailUrl":"\/wp-content\/uploads\/2026\/02\/post-36.png","articleSection":["AI","Anthropic","Blog","Claude"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/cloudproinc.com.au\/index.php\/2026\/02\/24\/deepseek-moonshot-and-minimax-caught-copying-claude-what-anthropic-used\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/cloudproinc.com.au\/index.php\/2026\/02\/24\/deepseek-moonshot-and-minimax-caught-copying-claude-what-anthropic-used\/","url":"https:\/\/cloudproinc.com.au\/index.php\/2026\/02\/24\/deepseek-moonshot-and-minimax-caught-copying-claude-what-anthropic-used\/","name":"DeepSeek, Moonshot and MiniMax Caught Copying Claude What Anthropic Used - CPI Consulting","isPartOf":{"@id":"https:\/\/cloudproinc.com.au\/#website"},"primaryImageOfPage":{"@id":"https:\/\/cloudproinc.com.au\/index.php\/2026\/02\/24\/deepseek-moonshot-and-minimax-caught-copying-claude-what-anthropic-used\/#primaryimage"},"image":{"@id":"https:\/\/cloudproinc.com.au\/index.php\/2026\/02\/24\/deepseek-moonshot-and-minimax-caught-copying-claude-what-anthropic-used\/#primaryimage"},"thumbnailUrl":"\/wp-content\/uploads\/2026\/02\/post-36.png","datePublished":"2026-02-23T23:14:33+00:00","dateModified":"2026-02-23T23:14:36+00:00","description":"Uncover the truth about Claude: learn how DeepSeek, Moonshot, and MiniMax allegedly copied Anthropic's AI model.","breadcrumb":{"@id":"https:\/\/cloudproinc.com.au\/index.php\/2026\/02\/24\/deepseek-moonshot-and-minimax-caught-copying-claude-what-anthropic-used\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/cloudproinc.com.au\/index.php\/2026\/02\/24\/deepseek-moonshot-and-minimax-caught-copying-claude-what-anthropic-used\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cloudproinc.com.au\/index.php\/2026\/02\/24\/deepseek-moonshot-and-minimax-caught-copying-claude-what-anthropic-used\/#primaryimage","url":"\/wp-content\/uploads\/2026\/02\/post-36.png","contentUrl":"\/wp-content\/uploads\/2026\/02\/post-36.png","width":1536,"height":1024},{"@type":"BreadcrumbList","@id":"https:\/\/cloudproinc.com.au\/index.php\/2026\/02\/24\/deepseek-moonshot-and-minimax-caught-copying-claude-what-anthropic-used\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/cloudproinc.com.au\/"},{"@type":"ListItem","position":2,"name":"DeepSeek, Moonshot and MiniMax Caught Copying Claude What Anthropic Used"}]},{"@type":"WebSite","@id":"https:\/\/cloudproinc.com.au\/#website","url":"https:\/\/cloudproinc.com.au\/","name":"Cloud Pro Inc - CPI Consulting Pty Ltd","description":"Cloud, AI &amp; Cybersecurity Consulting | Melbourne","publisher":{"@id":"https:\/\/cloudproinc.com.au\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/cloudproinc.com.au\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/cloudproinc.com.au\/#organization","name":"Cloud Pro Inc - Cloud Pro Inc - CPI Consulting Pty Ltd","url":"https:\/\/cloudproinc.com.au\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cloudproinc.com.au\/#\/schema\/logo\/image\/","url":"\/wp-content\/uploads\/2022\/01\/favfinalfile.png","contentUrl":"\/wp-content\/uploads\/2022\/01\/favfinalfile.png","width":500,"height":500,"caption":"Cloud Pro Inc - Cloud Pro Inc - CPI Consulting Pty Ltd"},"image":{"@id":"https:\/\/cloudproinc.com.au\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/cloudproinc.com.au\/#\/schema\/person\/192eeeb0ce91062126ce3822ae88fe6e","name":"CPI Staff","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/2d96eeb53b791d92c8c50dd667e3beec92c93253bb6ff21c02cfa8ca73665c70?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/2d96eeb53b791d92c8c50dd667e3beec92c93253bb6ff21c02cfa8ca73665c70?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/2d96eeb53b791d92c8c50dd667e3beec92c93253bb6ff21c02cfa8ca73665c70?s=96&d=mm&r=g","caption":"CPI Staff"},"sameAs":["http:\/\/www.cloudproinc.com.au"],"url":"https:\/\/cloudproinc.com.au\/index.php\/author\/cpiadmin\/"}]}},"jetpack_featured_media_url":"\/wp-content\/uploads\/2026\/02\/post-36.png","jetpack-related-posts":[{"id":57350,"url":"https:\/\/cloudproinc.com.au\/index.php\/2026\/03\/28\/a-practical-framework-for-navigating-ai-vendor-selection-in-2026\/","url_meta":{"origin":57149,"position":0},"title":"A Practical Framework for Navigating AI Vendor Selection in 2026","author":"CPI Staff","date":"March 28, 2026","format":false,"excerpt":"The enterprise AI market in 2026 no longer looks like a one-horse race. OpenAI has GPT-5.4 and a looming IPO backed by a $40 billion SoftBank loan. Anthropic has Claude Opus 4.6, a growing partner network, and a $100 million investment into its Claude Partner Network. For mid-market business leaders\u2026","rel":"","context":"In &quot;AI&quot;","block_context":{"text":"AI","link":"https:\/\/cloudproinc.com.au\/index.php\/category\/ai\/"},"img":{"alt_text":"","src":"\/wp-content\/uploads\/2026\/03\/the-openai-anthropic-enterprise-war-is-intensifying-cover.png","width":350,"height":200,"srcset":"\/wp-content\/uploads\/2026\/03\/the-openai-anthropic-enterprise-war-is-intensifying-cover.png 1x, \/wp-content\/uploads\/2026\/03\/the-openai-anthropic-enterprise-war-is-intensifying-cover.png 1.5x, \/wp-content\/uploads\/2026\/03\/the-openai-anthropic-enterprise-war-is-intensifying-cover.png 2x, \/wp-content\/uploads\/2026\/03\/the-openai-anthropic-enterprise-war-is-intensifying-cover.png 3x, \/wp-content\/uploads\/2026\/03\/the-openai-anthropic-enterprise-war-is-intensifying-cover.png 4x"},"classes":[]},{"id":56986,"url":"https:\/\/cloudproinc.com.au\/index.php\/2026\/02\/06\/claude-opus-4-6-released-what-it-teams-should-do-next\/","url_meta":{"origin":57149,"position":1},"title":"Claude Opus 4.6 Released What IT Teams Should Do Next","author":"CPI Staff","date":"February 6, 2026","format":false,"excerpt":"Claude Opus 4.6 is here with stronger agentic workflows, a 1M-token context option, and improved reliability for coding and knowledge work. Here\u2019s what\u2019s new and how to adopt it safely.","rel":"","context":"In &quot;Anthropic&quot;","block_context":{"text":"Anthropic","link":"https:\/\/cloudproinc.com.au\/index.php\/category\/anthropic\/"},"img":{"alt_text":"","src":"\/wp-content\/uploads\/2026\/02\/post-14.png","width":350,"height":200,"srcset":"\/wp-content\/uploads\/2026\/02\/post-14.png 1x, \/wp-content\/uploads\/2026\/02\/post-14.png 1.5x, \/wp-content\/uploads\/2026\/02\/post-14.png 2x, \/wp-content\/uploads\/2026\/02\/post-14.png 3x, \/wp-content\/uploads\/2026\/02\/post-14.png 4x"},"classes":[]},{"id":57419,"url":"https:\/\/cloudproinc.com.au\/index.php\/2026\/04\/09\/what-claude-managed-agents-means-for-enterprise-ai-governance-and-vendor-risk\/","url_meta":{"origin":57149,"position":2},"title":"What Claude Managed Agents Means for Enterprise AI Governance and Vendor Risk","author":"CPI Staff","date":"April 9, 2026","format":false,"excerpt":"Anthropic just revealed the architecture behind Claude Managed Agents. For any organisation deploying AI agents in production, the engineering decisions they made carry real implications for governance, security, and vendor risk. Here is what Australian IT leaders need to understand \u2014 and what questions they should be asking right now.\u2026","rel":"","context":"In &quot;AI Agents&quot;","block_context":{"text":"AI Agents","link":"https:\/\/cloudproinc.com.au\/index.php\/category\/ai-agents\/"},"img":{"alt_text":"","src":"\/wp-content\/uploads\/2026\/04\/what-claude-managed-agents-means-for-enterprise-ai-governance-and-vendor-risk-cover.png","width":350,"height":200,"srcset":"\/wp-content\/uploads\/2026\/04\/what-claude-managed-agents-means-for-enterprise-ai-governance-and-vendor-risk-cover.png 1x, \/wp-content\/uploads\/2026\/04\/what-claude-managed-agents-means-for-enterprise-ai-governance-and-vendor-risk-cover.png 1.5x, \/wp-content\/uploads\/2026\/04\/what-claude-managed-agents-means-for-enterprise-ai-governance-and-vendor-risk-cover.png 2x, \/wp-content\/uploads\/2026\/04\/what-claude-managed-agents-means-for-enterprise-ai-governance-and-vendor-risk-cover.png 3x, \/wp-content\/uploads\/2026\/04\/what-claude-managed-agents-means-for-enterprise-ai-governance-and-vendor-risk-cover.png 4x"},"classes":[]},{"id":57389,"url":"https:\/\/cloudproinc.com.au\/index.php\/2026\/04\/02\/anthropics-claude-code-leak-just-changed-the-business-case-for-ai-coding-tools\/","url_meta":{"origin":57149,"position":3},"title":"Anthropic&#8217;s Claude Code Leak Just Changed the Business Case for AI Coding Tools","author":"CPI Staff","date":"April 2, 2026","format":false,"excerpt":"The immediate story was easy to misunderstand. On April 1-2 2026, Anthropic confirmed that a Claude Code release packaging issue was caused by human error, not a security breach. Anthropic also said no customer data or credentials were exposed. That matters. But the more important business lesson sits elsewhere. AI\u2026","rel":"","context":"In &quot;AI&quot;","block_context":{"text":"AI","link":"https:\/\/cloudproinc.com.au\/index.php\/category\/ai\/"},"img":{"alt_text":"","src":"\/wp-content\/uploads\/2026\/04\/anthropics-claude-code-leak-business-case-ai-coding-cover.png","width":350,"height":200,"srcset":"\/wp-content\/uploads\/2026\/04\/anthropics-claude-code-leak-business-case-ai-coding-cover.png 1x, \/wp-content\/uploads\/2026\/04\/anthropics-claude-code-leak-business-case-ai-coding-cover.png 1.5x, \/wp-content\/uploads\/2026\/04\/anthropics-claude-code-leak-business-case-ai-coding-cover.png 2x, \/wp-content\/uploads\/2026\/04\/anthropics-claude-code-leak-business-case-ai-coding-cover.png 3x, \/wp-content\/uploads\/2026\/04\/anthropics-claude-code-leak-business-case-ai-coding-cover.png 4x"},"classes":[]},{"id":57398,"url":"https:\/\/cloudproinc.com.au\/index.php\/2026\/04\/07\/anthropics-30-billion-revenue-run-shows-enterprise-ai-demand-is-accelerating-faster-than-expected\/","url_meta":{"origin":57149,"position":4},"title":"Anthropic&#8217;s $30 Billion Revenue Run Shows Enterprise AI Demand Is Accelerating Faster Than Expected","author":"CPI Staff","date":"April 7, 2026","format":false,"excerpt":"When a company that did not exist five years ago hits a $30 billion annualised revenue run rate, it is no longer a startup story. It is a market signal. Anthropic's reported revenue trajectory \u2014 growing from roughly $2 billion in annualised revenue in early 2025 to a reported $30\u2026","rel":"","context":"In &quot;AI for Business &amp; AI Strategy&quot;","block_context":{"text":"AI for Business &amp; AI Strategy","link":"https:\/\/cloudproinc.com.au\/index.php\/category\/ai-for-business-ai-strategy\/"},"img":{"alt_text":"","src":"\/wp-content\/uploads\/2026\/04\/anthropics-30-billion-revenue-run-shows-enterprise-ai-demand-accelerating-cover.png","width":350,"height":200,"srcset":"\/wp-content\/uploads\/2026\/04\/anthropics-30-billion-revenue-run-shows-enterprise-ai-demand-accelerating-cover.png 1x, \/wp-content\/uploads\/2026\/04\/anthropics-30-billion-revenue-run-shows-enterprise-ai-demand-accelerating-cover.png 1.5x, \/wp-content\/uploads\/2026\/04\/anthropics-30-billion-revenue-run-shows-enterprise-ai-demand-accelerating-cover.png 2x, \/wp-content\/uploads\/2026\/04\/anthropics-30-billion-revenue-run-shows-enterprise-ai-demand-accelerating-cover.png 3x, \/wp-content\/uploads\/2026\/04\/anthropics-30-billion-revenue-run-shows-enterprise-ai-demand-accelerating-cover.png 4x"},"classes":[]},{"id":57001,"url":"https:\/\/cloudproinc.com.au\/index.php\/2026\/02\/09\/claude-opus-4-6-fast-mode\/","url_meta":{"origin":57149,"position":5},"title":"Claude Opus 4.6 Fast Mode","author":"CPI Staff","date":"February 9, 2026","format":false,"excerpt":"Learn what Claude Opus 4.6 Fast Mode is, how it works under the hood, and when the premium speed boost makes sense for developers and enterprise teams.","rel":"","context":"In &quot;Blog&quot;","block_context":{"text":"Blog","link":"https:\/\/cloudproinc.com.au\/index.php\/category\/blog\/"},"img":{"alt_text":"","src":"\/wp-content\/uploads\/2026\/02\/post-16.png","width":350,"height":200,"srcset":"\/wp-content\/uploads\/2026\/02\/post-16.png 1x, \/wp-content\/uploads\/2026\/02\/post-16.png 1.5x, \/wp-content\/uploads\/2026\/02\/post-16.png 2x, \/wp-content\/uploads\/2026\/02\/post-16.png 3x, \/wp-content\/uploads\/2026\/02\/post-16.png 4x"},"classes":[]}],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/posts\/57149","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/comments?post=57149"}],"version-history":[{"count":2,"href":"https:\/\/cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/posts\/57149\/revisions"}],"predecessor-version":[{"id":57154,"href":"https:\/\/cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/posts\/57149\/revisions\/57154"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/media\/57151"}],"wp:attachment":[{"href":"https:\/\/cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/media?parent=57149"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/categories?post=57149"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/tags?post=57149"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}