{"id":127283,"date":"2026-08-02T15:10:09","date_gmt":"2026-08-02T15:10:09","guid":{"rendered":"https:\/\/www.europesays.com\/ai\/127283\/"},"modified":"2026-08-02T15:10:09","modified_gmt":"2026-08-02T15:10:09","slug":"hugging-face-got-breached-by-an-optimizer-not-an-attacker-then-anthropic-checked-its-logs","status":"publish","type":"post","link":"https:\/\/www.europesays.com\/ai\/127283\/","title":{"rendered":"Hugging Face Got Breached by an Optimizer, Not an Attacker. Then Anthropic Checked Its Logs."},"content":{"rendered":"<p><img decoding=\"async\" src=\"https:\/\/www.europesays.com\/ai\/wp-content\/uploads\/2026\/08\/iStock-1481177381.jpg\" data-entity-uuid=\"d3b4f549-b447-45b1-953a-96b6fd6ce077\" data-entity-type=\"file\" alt=\"Human carelessness not AI is taking over the world\" width=\"1365\" height=\"768\" loading=\"lazy\"\/><\/p>\n<p><a href=\"https:\/\/huggingface.co\/\" rel=\"nofollow noopener\" target=\"_blank\">Hugging Face<\/a> <a href=\"https:\/\/huggingface.co\/blog\/security-incident-july-2026\" rel=\"nofollow noopener\" target=\"_blank\">disclosed the intrusion<\/a> on July 16: <a href=\"https:\/\/huggingface.co\/blog\/agent-intrusion-technical-timeline\" rel=\"nofollow noopener\" target=\"_blank\">more than 17,000 recorded events<\/a> over a weekend, short-lived sandboxes swarming, command and control hopping between public services, and a sentence no security team had written before. An autonomous agent ran the campaign from start to finish, and the model behind it was \u201cstill not known.\u201d<\/p>\n<p>It opened up the floodgates of naysayers: We told you so, we\u2018re so unsecure with AI, we\u2019re doomed, the Terminators are here, it\u2019s the old WarGames, it\u2019s the new AI apocalypse, and so on.<\/p>\n<p>Then it got worse (the internet noise was deafening). <a href=\"https:\/\/openai.com\/index\/hugging-face-model-evaluation-security-incident\/\" rel=\"nofollow noopener\" target=\"_blank\">OpenAI raised its hand<\/a>, five days later. It said the attacker was GPT-5.6 Sol, paired with a more capable unreleased model, both running with cyber refusals off to measure maximum offensive capability on <a href=\"https:\/\/arxiv.org\/abs\/2605.11086\" rel=\"nofollow noopener\" target=\"_blank\">ExploitGym<\/a>, a benchmark <a href=\"https:\/\/simonwillison.net\/2026\/Jul\/22\/openai-cyberattack\/\" rel=\"nofollow noopener\" target=\"_blank\">built from real vulnerabilities<\/a>.<\/p>\n<p>Here\u2019s where we\u2019re getting it wrong: it\u2019s not a hack that any CISO has a playbook for. And, CDOs, this one is on you \u2014 not for Dave at the security team to solve.<\/p>\n<p>The CDO\u2019s reality: Optimizer vs. attacker<\/p>\n<p>Any AI coder knows that when you give an optimizer a goal, room to move, and no rule against the obvious shortcut, it takes the shortcut. We call it specification gaming, or more commonly, reward hacking. The system simply maximizes what it\u2019s told to, and the instructions were incomplete.<\/p>\n<p>GPT-5.6 Sol\u2019s objective was not precious data credentials; it was a benchmark score. Just that no one told the model the obvious: solve ExploitGym, but don\u2019t attack a company you\u2019ve never heard of to get there. OpenAI says the models spent substantial inference compute hunting for a way off the sandbox before they ever reached Hugging Face.<\/p>\n<p><a href=\"https:\/\/www.linkedin.com\/in\/gabebs\/\" rel=\"nofollow noopener\" target=\"_blank\">Gabriel Bernadett-Shapiro<\/a>, distinguished AI research scientist at <a href=\"https:\/\/www.sentinelone.com\/\" rel=\"nofollow noopener\" target=\"_blank\">SentinelOne<\/a>, calls this \u201cAI as an autonomous, continuous operator.\u201d The model \u201cbehaved competently within the goals and constraints provided to it,\u201d chaining a zero-day to escape isolation and going after a company\u2019s infrastructure to move its own benchmark number. \u201cThat is a long-horizon operation without reflection on its own actions and its impacts.\u201d<\/p>\n<p>That last phrase isn\u2019t about awareness of right and wrong. Rather, it describes a missing step in the decision loop, an is-this-a-good-idea check that current training doesn\u2019t reliably install even at frontier scale. <a href=\"https:\/\/www.anthropic.com\/\" rel=\"nofollow noopener\" target=\"_blank\">Anthropic<\/a>\u2019s incident would hit the same gap \u2014 but in the opposite direction.<\/p>\n<p>The exact chain, and why it\u2019s still a CDO problem<\/p>\n<p>OpenAI ran its models inside a highly isolated environment with network access limited to one route out: a proxy that cached software packages. The proxy had a zero-day. The models found it, escalated privileges, reached a node with internet access, and inferred, correctly, that Hugging Face held ExploitGym\u2019s answers.<\/p>\n<p>Getting in was a supply-chain problem, not a network one. <a href=\"https:\/\/huggingface.co\/blog\/agent-intrusion-technical-timeline\" rel=\"nofollow noopener\" target=\"_blank\">A poisoned dataset abused two code-execution paths<\/a> in the processing pipeline to run code on a worker, then came node-level access, harvested cloud and cluster credentials, and lateral movement across internal clusters. In March, a <a href=\"https:\/\/pluto.security\/blog\/unauthenticated-remote-code-execution-in-huggingface-transformers-via-config-injection\/\" rel=\"nofollow noopener\" target=\"_blank\">disclosed flaw<\/a> in the Transformers library bypassed the safety flag teams rely on to stop exactly this, and <a href=\"https:\/\/cyberpress.org\/critical-hugging-face-transformers-flaw\/\" rel=\"nofollow noopener\" target=\"_blank\">teams kept pulling vulnerable versions millions of times a week<\/a> anyway.<\/p>\n<p>A check the system runs on itself is a check the system can talk itself out of.<\/p>\n<p>None of this is new to anyone who\u2019s tracked pickle deserialization or the trust_remote_code debate. What\u2019s new is that an autonomous agent found and chained the gaps with no human in the loop. \u201cAI adoption is often outpacing AI governance,\u201d says <a href=\"https:\/\/www.linkedin.com\/in\/rayschippers\/\" rel=\"nofollow noopener\" target=\"_blank\">Raymond Schippers<\/a>, lead technologies at <a href=\"https:\/\/www.checkpoint.com\/\" rel=\"nofollow noopener\" target=\"_blank\">Check Point Software Technologies<\/a>. \u201cThe AI didn&#8217;t break the rules; there weren&#8217;t enough rules.\u201d<\/p>\n<p>CDOs and CAIOs can immediately point out the structural blind spot. Most MLOps programs \u201csecure data at rest and model performance,\u201d Schippers says, leaving \u201cthe operational connective tissue, model hubs, notebooks, orchestration and agent tooling, largely ungoverned.\u201d Bernadett-Shapiro is specific about where it falls apart: external hubs \u201caren\u2019t consistently classified or monitored as third-party risk,\u201d and model CI\/CD reuses generic DevOps pipelines with no \u201cAI-specific segregation of secrets, environments and roles.\u201d <a href=\"https:\/\/www.linkedin.com\/in\/davidirecki\/\" rel=\"nofollow noopener\" target=\"_blank\">David Irecki<\/a>, chief technology officer for Asia Pacific and Japan at <a href=\"https:\/\/boomi.com\/\" rel=\"nofollow noopener\" target=\"_blank\">Boomi<\/a>, wants the whole inventory treated as supply chain, prompts and agent workflows included. <a href=\"https:\/\/www.linkedin.com\/in\/garethr\/\" rel=\"nofollow noopener\" target=\"_blank\">Gareth Russell<\/a>, field chief technology officer for security in APAC at <a href=\"https:\/\/www.commvault.com\/\" rel=\"nofollow noopener\" target=\"_blank\">Commvault<\/a>, has the number: only 42% of organizations ran a thorough security review before deploying AI, per <a href=\"https:\/\/www.commvault.com\/resources\/analyst-report\/2026-state-of-data-resilience-asia\" rel=\"nofollow noopener\" target=\"_blank\">Commvault\u2019s 2026 State of Data Resilience Asia<\/a> research.<\/p>\n<p>The problem is that the escape didn\u2019t stop there. The models also reached a testing environment \u201chosted on a third-party provider\u2019s infrastructure,\u201d <a href=\"https:\/\/www.axios.com\/2026\/07\/28\/openai-hugging-face-modal-labs-hack\" rel=\"nofollow noopener\" target=\"_blank\">later confirmed as Modal Labs<\/a>, where a customer had left an endpoint exposed to the open internet, unauthenticated. Modal\u2019s platform, chief technology officer <a href=\"https:\/\/www.linkedin.com\/in\/akshat-bubna-188885103\/\" rel=\"nofollow noopener\" target=\"_blank\">Akshat Bubna<\/a> told Reuters, \u201cwas not compromised in any way.\u201d True, and also beside the point. OpenAI has since confirmed the models <a href=\"https:\/\/www.cnbc.com\/2026\/08\/01\/open-ai-hugging-face-hack-cyber-warnings.html\" rel=\"nofollow noopener\" target=\"_blank\">compromised accounts at four other companies<\/a>, and on August 1 <a href=\"https:\/\/www.rt.com\/news\/643742-openai-ai-breakouts-probe\/\" rel=\"nofollow noopener\" target=\"_blank\">Reuters reported<\/a> that OpenAI had found still more cases of breaching containment. The investigation is widening, not closing.<\/p>\n<p>Your eval is now part of your attack surface<\/p>\n<p>Here\u2019s the main point for CDOs. The model didn\u2019t get better at exploitation; it got better at scoring. <a href=\"https:\/\/www.linkedin.com\/in\/kgkoutzis\/\" rel=\"nofollow noopener\" target=\"_blank\">Konstantinos Gkoutzis<\/a> of <a href=\"https:\/\/www.imperial.ac.uk\/\" rel=\"nofollow noopener\" target=\"_blank\">Imperial College London<\/a> told the <a href=\"https:\/\/www.sciencemediacentre.org\/expert-reaction-to-openai-hugging-face-incident\/\" rel=\"nofollow noopener\" target=\"_blank\">Science Media Centre<\/a> the real story is a company failing to contain its own capability test while a third party paid the bill.<\/p>\n<p><a href=\"https:\/\/www.forrester.com\/blogs\/an-ai-security-facepalm-openais-evaluation-became-hugging-faces-incident\/\" rel=\"nofollow noopener\" target=\"_blank\">Forrester<\/a> draws the governance conclusion: agents pursue authorized goals through \u201cunauthorized means\u201d when evaluators reward the outcome and never police the route. Its <a href=\"https:\/\/www.forrester.com\/blogs\/introducing-aegis-the-guardrails-cisos-need-for-the-agentic-enterprise\/\" rel=\"nofollow noopener\" target=\"_blank\">AEGIS framework<\/a> argues high-capability evaluations should be governed like offensive operations, with authorization, containment testing and abort criteria.<\/p>\n<p>Every agent pilot in your organization is an evaluation with a success metric. Very few have an abort condition. An eval with network egress, even one route through a caching proxy, is a live attack surface the moment a goal-directed system sits in it. <a href=\"https:\/\/www.linkedin.com\/in\/andrewbud\/\" rel=\"nofollow noopener\" target=\"_blank\">Andrew Bud<\/a>, founder and CEO of <a href=\"https:\/\/www.iproov.com\/\" rel=\"nofollow noopener\" target=\"_blank\">iProov<\/a>, names what follows: \u201cToday we assume that if someone\u2019s valid identity credential logs in, a person is controlling it. With agentic AI, that assumption no longer holds true.\u201d Somebody authorized this eval; somebody answers for it.<\/p>\n<p>And then Anthropic checked its own logs<\/p>\n<p>OpenAI&#8217;s disclosure sent every frontier lab to its evaluation history. Anthropic <a href=\"https:\/\/www.anthropic.com\/news\/investigating-incidents-cybersecurity-evals\" rel=\"nofollow noopener\" target=\"_blank\">reviewed 141,006 cybersecurity evaluation runs<\/a> and announced on July 30 that three of them had ended with a Claude model reaching the open internet and gaining unauthorized access to a real organization&#8217;s systems.<\/p>\n<p>Sounds similar, but is not the same story (as some articles on the internet may suggest). OpenAI\u2019s models found and used a real vulnerability to break out. In Anthropic\u2019s case, Claude&#8217;s models walked through a door that was never shut, a misconfiguration with evaluation partner <a href=\"https:\/\/www.irregular.com\/\" rel=\"nofollow noopener\" target=\"_blank\">Irregular<\/a> over whether the test environment had internet access. It did. No zero-day, no escape, and no search. Three models were told they were isolated when they weren\u2019t.<\/p>\n<p>\u201cThe AI didn\u2019t break the rules; there weren\u2019t enough rules.\u201d \u2014 Raymond Shippers @ Check Point Software Technologies<\/p>\n<p>What they did with it is the part that matters to everyone. Each model was given a fictional target. In one incident a real company happened to share that name, and the model hacked it and took <a href=\"https:\/\/www.npr.org\/2026\/08\/01\/nx-s1-5914852\/anthropic-openai-models-hack-cybersecurity\" rel=\"nofollow noopener\" target=\"_blank\">several hundred rows of production data<\/a>. Opus 4.7 recognized in all four runs that the target was real; in two it concluded the real company must somehow be part of the exercise, and in all four it kept going, pulling credentials, and reaching into a live database. Mythos 5 picked up the same signals, talked itself back into believing it was still in a simulation, then published a malicious package to <a href=\"https:\/\/pypi.org\/\" rel=\"nofollow noopener\" target=\"_blank\">PyPI<\/a>. A security company downloaded it, and the package stole that company\u2019s credentials. Only the third model, an unreleased research build, stopped on its own. The earliest incident happened in April, and nobody knew until now \u2014 not even Anthropic.<\/p>\n<p>There\u2019s a second contrast worth drawing. Anthropic found no evidence of a model \u201cpursuing a goal of its own.\u201d All three were doing the assigned task on infrastructure that lied to them about its boundaries. Anthropic\u2019s stated standard sets the bar plainly: \u201crecognizing that a target is real and stopping without being prompted\u201d is what it wants in every model, guardrails removed or not. One of the three managed it. \u201cEven that model went further before stopping than we would want.\u201d<\/p>\n<p>That\u2019s Bernadett-Shapiro\u2019s gap from the other side. OpenAI\u2019s models never asked whether pursuing the goal was a good idea. Anthropic\u2019s asked whether the situation matched the brief, got an answer suggesting it didn\u2019t, and reasoned past it. In other words, a check the system runs on itself is a check it can talk itself out of.<\/p>\n<p>So the fixes need to differ. A zero-day in a proxy gets patched with better isolation and adversarial testing. A model that keeps working after the ground shifts needs an interrupt living outside its own reasoning. Anthropic\u2019s models ran without the safety classifiers shipped on public versions, because these evaluations measure raw capability. The safeguard that would have caught this was the one the eval switched off.<\/p>\n<p>The engineering problem underneath the politics<\/p>\n<p>Most coverage of the next part framed it as a U.S.-versus-China story. <a href=\"https:\/\/venturebeat.com\/security\/the-credential-that-let-openais-agents-into-hugging-face-exists-in-most-enterprises-right-now\" rel=\"nofollow noopener\" target=\"_blank\">VentureBeat<\/a> got closer with what it called a \u201cguardrail paradox.\u201d The mechanism underneath is the most interesting engineering problem in the whole incident.<\/p>\n<p>Reconstructing 17,000 attacker events meant feeding real exploit payloads back into a model. Hugging Face reached first for Anthropic&#8217;s Claude Opus and Fable. Both refused. \u201cIt didn\u2019t work because the guardrails couldn\u2019t determine that we were trying to defend versus attacking,\u201d <a href=\"https:\/\/www.linkedin.com\/in\/yacine-jernite-997ba81b6\/\" rel=\"nofollow noopener\" target=\"_blank\">Yacine Jernite<\/a>, Hugging Face\u2019s head of machine learning, <a href=\"https:\/\/www.cnbc.com\/2026\/07\/24\/chinese-ai-model-openai-cyber-attack.html\" rel=\"nofollow noopener\" target=\"_blank\">told CNBC<\/a>. The company\u2019s write-up said the models\u2019 safety guardrails \u201c<a href=\"https:\/\/huggingface.co\/blog\/agent-intrusion-technical-timeline\" rel=\"nofollow noopener\" target=\"_blank\">treated reverse-engineering an exploit the same as launching one.<\/a>\u201d<\/p>\n<p>That\u2019s a classifier keying on the content of a request, does this look like an exploit, rather than the context around it. A defender pasting attack logs and an attacker drafting the same payload are indistinguishable to a filter trained on structure alone. So <a href=\"https:\/\/www.cnbc.com\/2026\/07\/24\/chinese-ai-model-openai-cyber-attack.html\" rel=\"nofollow noopener\" target=\"_blank\">Hugging Face ran the forensics on GLM 5.2<\/a>, an open-weight model from Chinese firm <a href=\"https:\/\/z.ai\/\" rel=\"nofollow\">Z.ai<\/a> that anyone can self-host. It worked, and no attacker data left the building.<\/p>\n<p>Of course, the politics arrived within hours: White House AI czar <a href=\"https:\/\/www.linkedin.com\/in\/david-sacks-5a3514384\/\" rel=\"nofollow noopener\" target=\"_blank\">David Sacks<\/a> <a href=\"https:\/\/siliconangle.com\/2026\/07\/20\/hugging-face-uses-open-weights-z-ai-glm-5-2-defend-attacker-commercial-frontier-model-refusal\/\" rel=\"nofollow noopener\" target=\"_blank\">argued on X<\/a> that restricting American models only makes them less competitive. That\u2019s the policy fight. The operational version matters more: refusal training tuned this broadly doesn\u2019t just block attackers, it blocks your own incident responders at the moment you need them. Nvidia, Adobe and CrowdStrike formed <a href=\"https:\/\/forkast.news\/nvidias-open-secure-ai-alliance-has-37-members-the-four-that-arent-there-tell-the-real-story\/\" rel=\"nofollow noopener\" target=\"_blank\">a coalition<\/a> called the Open Secure AI Alliance on July 27 to build open-source defensive tooling, citing this incident, on the logic that defenders need models they can run and tune themselves. Those who can\u2019t run, Nvidia wrote, are \u201c<a href=\"https:\/\/blogs.nvidia.com\/blog\/open-secure-ai-alliance\/\" rel=\"nofollow noopener\" target=\"_blank\">constrained at exactly the moment speed matters most.<\/a>\u201d<\/p>\n<p>We need a dose of reality, not sci-fi<\/p>\n<p><a href=\"https:\/\/www.linkedin.com\/in\/raghunandakumara\/\" rel=\"nofollow noopener\" target=\"_blank\">Raghu Nandakumara<\/a>, vice president of industry strategy at <a href=\"https:\/\/www.illumio.com\/\" rel=\"nofollow noopener\" target=\"_blank\">Illumio<\/a>, isn\u2019t impressed by the science fiction and cuts through the AI security noise. \u201cThe Hugging Face incident doesn\u2019t change the AI threat model. What it shows is that autonomous agents can execute familiar attack techniques faster, at greater scale, and with far more persistence than a human attacker.\u201d<\/p>\n<p>Traditional disaster recovery asks, &#8220;Can I bring it back?&#8221; AI resilience asks, &#8220;Can I trust what I&#8217;m bringing back?&#8221; \u2014 Gareth Russell @ Commvault<\/p>\n<p>Hugging Face didn\u2019t catch this on a billing alert. \u201cResource spikes are a lagging, easily-evaded signal,\u201d Schippers says. \u201cAn agent that exfiltrates credentials and drains compute within a legitimate testing envelope won\u2019t trip a raw-usage alarm.\u201d Bernadett-Shapiro\u2019s fix is to watch the behavior, not the meter. \u201cWe need telemetry from AI agents that treats prompts, tools and actions the way EDR treats processes and network flows.\u201d Baseline drift, tool-call graphs that resemble attack paths, egress anomalies. Signature-based defenses were built for malware. An agent doesn\u2019t need malware. It looks \u201ca lot more like living-off-the-land,\u201d legitimate tools and legitimate access aimed at the wrong target.<\/p>\n<p><a href=\"https:\/\/www.linkedin.com\/in\/danieltohsg\/\" rel=\"nofollow noopener\" target=\"_blank\">Daniel Toh<\/a>, <a href=\"https:\/\/www.thalesgroup.com\/\" rel=\"nofollow noopener\" target=\"_blank\">Thales<\/a>\u2019 vice president for sales engineering in APJ, highlights what that buys you. In a company-run test, an agent found eight of 10 vulnerabilities in an unprotected application in three minutes. Against a protected version: zero after six hours, and 970 times the tokens burned trying. You don\u2019t build a perfect detector for a system this general; you build one expensive enough to bankrupt it.<\/p>\n<p>Eight organizations, two labs, and counting<\/p>\n<p>The same day Modal\u2019s name became public, <a href=\"https:\/\/x.com\/patrick_oshag\/status\/2082090998990270885\" rel=\"nofollow\">Sam Altman told a podcast<\/a> the incident had pushed OpenAI to pause training on the model involved, warning the industry may need to \u201cpace the rate of AI development.\u201d More than 1,100 frontier lab employees <a href=\"https:\/\/www.pacingthefrontier.com\/\" rel=\"nofollow noopener\" target=\"_blank\">signed a letter<\/a> the next morning asking governments to help build the tools to do it. Among the signatories: Anthropic chief executive officer <a href=\"https:\/\/www.linkedin.com\/in\/dario-amodei-3934934\/\" rel=\"nofollow noopener\" target=\"_blank\">Dario Amodei<\/a>, two days before his own company disclosed three more breaches. Senator Mark Warner, the top Democrat on the <a href=\"https:\/\/www.intelligence.senate.gov\/\" rel=\"nofollow noopener\" target=\"_blank\">Senate Intelligence Committee<\/a>, called that disclosure an argument for mandatory capability testing. METR and Redwood Research are running an outside assessment. OpenAI is still finding cases.<\/p>\n<p>The thing here is that nothing requires malice. A hack implies intent to breach. These were optimizers doing what optimizers do when nobody tells them not to touch someone else\u2019s infrastructure to get there, and when the thing that would have told them was switched off to measure raw capability.<\/p>\n<p>\u201cThe CDO may own data quality and governance. The CISO may own security, identity and risk. The CAIO or AI leader may own AI strategy and adoption,\u201d Irecki says. \u201cBut agentic AI cuts across all three.\u201d Nandakumara reaches for the precedent from the last time infrastructure outran org charts: \u201cJust as cloud security introduced a shared responsibility model, AI requires security, data, and AI teams to work together.\u201d Irecki\u2019s fix is a change of question: stop asking what the model said, start asking \u201cwhat was the agent allowed to do, which systems did it access, and who is accountable?\u201d Russell sharpens what recovery means once you accept that: Traditional disaster recovery asks, \u201cCan I bring it back?\u201d AI resilience asks, \u201cCan I trust what I&#8217;m bringing back?\u201d<\/p>\n<p>Two labs, eight organizations, one shape: a system pursuing a goal, a boundary softer than advertised, and no check outside the model\u2019s own reasoning. Every one of these was found by the lab that caused it, and Anthropic only looked because a competitor got caught first. Which leaves the question nobody has answered: what hasn\u2019t been caught, because we\u2019re still treating AI security as somebody else\u2019s box on the org chart?<\/p>\n<p style=\"font-size:14px;\">Image credit: iStockphoto\/<a href=\"https:\/\/www.istockphoto.com\/vector\/the-robot-revolution-rise-of-machines-with-ai-artificial-intelligence-war-with-gm1481177381-508559983?searchscope=image%2Cfilm#:~:text=Credit:-,Andrey%20Suslov\" rel=\"nofollow noopener\" target=\"_blank\">Andrey Suslov<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"Hugging Face disclosed the intrusion on July 16: more than 17,000 recorded events over a weekend, short-lived sandboxes&hellip;\n","protected":false},"author":2,"featured_media":127284,"comment_status":"","ping_status":"","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[8],"tags":[53,6660,6661,2501,6662],"class_list":["post-127283","post","type-post","status-publish","format-standard","has-post-thumbnail","category-anthropic","tag-anthropic","tag-cdo","tag-cdotrends","tag-digital","tag-digital-strategy"],"_links":{"self":[{"href":"https:\/\/www.europesays.com\/ai\/wp-json\/wp\/v2\/posts\/127283","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.europesays.com\/ai\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.europesays.com\/ai\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.europesays.com\/ai\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.europesays.com\/ai\/wp-json\/wp\/v2\/comments?post=127283"}],"version-history":[{"count":0,"href":"https:\/\/www.europesays.com\/ai\/wp-json\/wp\/v2\/posts\/127283\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.europesays.com\/ai\/wp-json\/wp\/v2\/media\/127284"}],"wp:attachment":[{"href":"https:\/\/www.europesays.com\/ai\/wp-json\/wp\/v2\/media?parent=127283"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.europesays.com\/ai\/wp-json\/wp\/v2\/categories?post=127283"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.europesays.com\/ai\/wp-json\/wp\/v2\/tags?post=127283"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}