{"id":1202,"date":"2026-08-03T08:38:22","date_gmt":"2026-08-03T07:38:22","guid":{"rendered":"https:\/\/aiprocessia.com\/blog\/human-in-the-loop-ai-agent-oversight\/"},"modified":"2026-08-03T08:40:15","modified_gmt":"2026-08-03T07:40:15","slug":"human-in-the-loop-ai-agent-oversight","status":"publish","type":"post","link":"https:\/\/aiprocessia.com\/blog\/en\/human-in-the-loop-ai-agent-oversight\/","title":{"rendered":"Human-in-the-Loop: How to Supervise AI Agents Without Slowing Automation Down"},"content":{"rendered":"<p>A distribution company set up its first AI agent to handle returns. It worked: it read the customer&#8217;s email, checked the order in the ERP, decided whether a credit note was due and issued it. Three happy weeks. Until a customer wrote \u00abyou sent me 400 units and I only ordered 40\u00bb and the agent, obediently, issued a \u20ac4,800 credit note for the customer&#8217;s own typo.<\/p>\n\n<p>Nobody reviewed it because nobody was supposed to. The agent was designed to execute, not to ask. And that is the question almost no company asks before automating: it is not whether the AI makes mistakes \u2014it does, like anyone\u2014 but <strong>what happens when it does and nobody is watching<\/strong>.<\/p>\n\n<p><strong>Human oversight of AI agents<\/strong> is exactly that: deciding where, when and on what criteria a person steps into the process. Designed well, it does not slow automation down. Designed badly \u2014or skipped entirely\u2014 it is the reason so many AI projects end up switched off.<\/p>\n\n\n<div class=\"wp-block-group aiprocessia-key-takeaway is-layout-constrained wp-block-group-is-layout-constrained\" style=\"background:#dbeafe;border-left:4px solid #1d4ed8;border-radius:8px;padding:24px;margin:24px 0;color:#0f172a\">\n  <p class=\"wp-block-paragraph\" style=\"color:#0f172a !important\"><strong style=\"color:#0f172a !important\">Quick answer:<\/strong> Human-in-the-loop means placing approval gates only on an AI agent&#8217;s sensitive actions (payments, shipments, external communications). Everything else runs on its own. You supervise the 5% that matters, not 100%.<\/p>\n<\/div>\n\n\n<h2>Why full autonomy is the most expensive mistake<\/h2>\n\n<p>Gartner predicts that <strong>over 40% of agentic AI projects will be cancelled before the end of 2027<\/strong> \u2014 and not because of technical limits: the causes are escalating costs, unclear business value and <em>inadequate risk controls<\/em> (Gartner, 2025). In plain terms: the models are not what fail, process governance is.<\/p>\n\n<p>What happens in practice is a pendulum. A company starts with an agent on a short leash, sees it get things right, and gradually lets it run end to end. Fine for months. Then the edge case arrives \u2014the one that was not in the tests\u2014 and the agent acts with exactly the same confidence it shows when it is right: it issues the credit note, sends the email, approves the invoice.<\/p>\n\n<p>The damage is rarely the mistake itself; it is that the mistake is <strong>irreversible and silent<\/strong>. A miscoded ledger entry can be fixed. An email already sent to a customer cannot. Nor can a transfer. That is why the design question is not \u00abhow often is the agent right?\u00bb but \u00abcan this specific action be undone?\u00bb.<\/p>\n\n<p>There is a further layer: since <strong>2 August 2026<\/strong>, the EU AI Act&#8217;s obligations for high-risk systems apply, and its <strong>Article 14<\/strong> requires effective human oversight \u2014 whoever oversees the system must be able to understand its limitations, interpret its output, disregard or reverse it, and stop the system through a stop button or equivalent procedure. If your automation touches recruitment, credit decisions or worker evaluation, this is no longer best practice: it is a legal requirement. We cover it in our <a href=\"https:\/\/aiprocessia.com\/blog\/en\/eu-ai-act-smbs-affected-automations\/\">EU AI Act guide for SMBs<\/a>.<\/p>\n\n<h2>The three levels of human oversight for AI agents<\/h2>\n\n<p>There is no binary \u00absupervise or don&#8217;t\u00bb. There are three degrees, and a single process usually needs all three at different points.<\/p>\n\n<ul>\n<li><strong>Human-in-the-loop (approves first):<\/strong> the agent prepares the action and waits for a person to sign off. Nothing leaves without a click. Reserved for the irreversible: payments, credit notes, contracts, customer communications, onboarding and offboarding.<\/li>\n<li><strong>Human-on-the-loop (monitors and can stop it):<\/strong> the agent acts on its own but leaves a visible trail, and a person reviews by sampling or by exception, with the power to halt it. This is the sweet spot for medium volume: document classification, accounting coding, ticket assignment.<\/li>\n<li><strong>Human-out-of-the-loop (autonomous within limits):<\/strong> the agent acts with no intervention inside a closed perimeter. Only for reversible, low-impact actions: tagging emails, moving files, updating an internal field, drafting text.<\/li>\n<\/ul>\n\n<p>The classic mistake is applying one single level to the whole process. Put human approval on all 40 steps and you have built a bottleneck \u2014 people will end up bulk-approving without looking, which is worse than no oversight because it creates a false sense of control. Put it on none, and you get the \u20ac4,800 credit note.<\/p>\n\n<h2>How to design approval gates, step by step<\/h2>\n\n<p>This is the method we apply when deploying agents in companies that already have their systems in place:<\/p>\n\n<ol>\n<li><strong>Inventory the actions, not the tasks.<\/strong> List everything the agent can <em>do<\/em> to the outside world: send, pay, delete, publish, change a master record. Those are the only ones that need a governance decision.<\/li>\n<li><strong>Rate each action by reversibility and impact.<\/strong> Two questions: can it be undone within an hour? What does it cost if it goes wrong? Irreversible and expensive goes <em>in-the-loop<\/em>; reversible and cheap goes autonomous.<\/li>\n<li><strong>Use thresholds, not binary rules.<\/strong> \u00abCredit notes under \u20ac200 are automatic, above that they need approval\u00bb works far better than \u00aball credit notes need approval\u00bb. The threshold concentrates human attention where the money is.<\/li>\n<li><strong>Add a confidence threshold.<\/strong> When the agent is unsure of its own answer, it must escalate. An agent that says \u00abI don&#8217;t know\u00bb and asks is worth more than one that is right 95% of the time and silently wrong the other 5%.<\/li>\n<li><strong>Make approving take five seconds.<\/strong> If the request arrives by WhatsApp or email with two buttons and the context summarised, it gets approved on the spot. If it means logging into a platform, requests pile up and the process stalls.<\/li>\n<li><strong>Log everything.<\/strong> Who approved what, when, with what information visible, and what the agent proposed. Without an audit trail there is no way to audit \u2014 or to tune the thresholds.<\/li>\n<li><strong>Review thresholds quarterly.<\/strong> Oversight is meant to be graduated: what needs approval today can move to sampling after three clean months. You let out the leash based on data, not intuition.<\/li>\n<\/ol>\n\n<p>It is worth separating this from <a href=\"https:\/\/aiprocessia.com\/blog\/en\/ai-data-governance-business-safe-use\/\">AI data governance<\/a>, which answers \u00abwhat information can the agent see\u00bb. Here we are dealing with the other half: <strong>what we let it do<\/strong>. Two distinct controls, and you need both.<\/p>\n\n<h2>What you gain when oversight is designed properly<\/h2>\n\n<p>The goal is not \u00abless automation with more control\u00bb, but more automation precisely because control exists:<\/p>\n\n<ul>\n<li><strong>You automate more, not less.<\/strong> With approval gates scoped tightly, management is willing to hand over processes it would never have trusted to an agent with no brakes.<\/li>\n<li><strong>The cost of error stops being a lottery.<\/strong> Mistakes stop in the approval queue, where they cost a minute, instead of reaching the customer.<\/li>\n<li><strong>You comply without rebuilding anything.<\/strong> Control points and a decision log are exactly what the regulation asks for in high-risk processes.<\/li>\n<li><strong>The team trusts the system.<\/strong> An agent that asks about the three decisions that matter each day drives adoption; one that acts blindly drives resistance and eventually gets unplugged.<\/li>\n<\/ul>\n\n<h2>When does each level make sense?<\/h2>\n\n<p>Practical criteria to decide without overthinking it:<\/p>\n\n<ul>\n<li><strong>Prior approval<\/strong> if the action moves money, leaves the company, affects people (hiring, evaluation, credit) or changes a master record.<\/li>\n<li><strong>Sampling oversight<\/strong> if volume is high and errors are detectable and correctable afterwards: classification, coding, routing, prioritisation.<\/li>\n<li><strong>Full autonomy<\/strong> if the action is internal, reversible and the worst outcome is having to repeat it.<\/li>\n<li><strong>And one rule for launch:<\/strong> for the first 30 days, everything goes through prior approval. That period is not red tape \u2014 it is the dataset you will use to decide what to release. When a process involves several coordinated agents, this control layer becomes essential: see <a href=\"https:\/\/aiprocessia.com\/blog\/en\/multi-agent-systems-ai-end-to-end-processes\/\">multi-agent systems<\/a>.<\/li>\n<\/ul>\n\n<h2>Frequently asked questions<\/h2>\n\n<h3>Doesn&#8217;t human oversight cancel out the benefit of automating?<\/h3>\n<p>Only if you supervise everything. In a well-designed process, somewhere between 3% and 10% of runs reach a human; the rest go through on their own. The person shifts from doing 200 tasks to deciding on 8 \u2014 and those 8 are the ones that matter.<\/p>\n\n<h3>What is the difference between human-in-the-loop and human-on-the-loop?<\/h3>\n<p><em>In-the-loop<\/em> means the agent stops and waits for approval before acting. <em>On-the-loop<\/em> means it acts on its own while a person monitors the activity and can intervene or halt it. The first protects irreversible actions; the second scales with volume.<\/p>\n\n<h3>Does the EU AI Act require me to supervise every agent?<\/h3>\n<p>No. The effective human oversight obligation in Article 14 applies to systems classified as high-risk \u2014 CV screening, employee evaluation, credit scoring and biometrics, among others. An agent that classifies invoices or answers internal questions does not fall under it, although supervising it is still advisable.<\/p>\n\n<h3>How do I stop approval becoming a mindless \u00abOK\u00bb click?<\/h3>\n<p>By reducing the number of approvals and improving their context. If someone receives 80 approval requests a day, they will stop reading them: raise the thresholds. Every request should show what the agent proposes, on what data, and what happens if it is rejected.<\/p>\n\n<h3>How much does it cost to add this layer to an existing automation?<\/h3>\n<p>It is the cheap part of the project: you are inserting decision and notification points into a flow you already have, not rebuilding it. It usually takes days, and it prevents the kind of incident that costs thousands of euros and a customer relationship.<\/p>\n\n<p>An AI agent without oversight is not a more automated company: it is a company with more surface area for error and fewer people looking at it. The difference between automations that last and those that get switched off after six months almost never lies in the model \u2014 it lies in whether someone sat down and decided which actions the agent was allowed to take alone. If you already have agents running, or you are about to, that is the exercise still pending.<\/p>\n\n\n\n<script type=\"application\/ld+json\">\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"FAQPage\",\n  \"mainEntity\": [\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Doesn't human oversight cancel out the benefit of automating?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Only if you supervise everything. In a well-designed process, somewhere between 3% and 10% of runs reach a human; the rest go through on their own. The person shifts from doing 200 tasks to deciding on 8 \u2014 and those 8 are the ones that matter.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What is the difference between human-in-the-loop and human-on-the-loop?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"In-the-loop means the agent stops and waits for approval before acting. On-the-loop means it acts on its own while a person monitors the activity and can intervene or halt it. The first protects irreversible actions; the second scales with volume.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Does the EU AI Act require me to supervise every agent?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"No. The effective human oversight obligation in Article 14 applies to systems classified as high-risk \u2014 CV screening, employee evaluation, credit scoring and biometrics, among others. An agent that classifies invoices or answers internal questions does not fall under it, although supervising it is still advisable.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"How do I stop approval becoming a mindless \u00abOK\u00bb click?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"By reducing the number of approvals and improving their context. If someone receives 80 approval requests a day, they will stop reading them: raise the thresholds. Every request should show what the agent proposes, on what data, and what happens if it is rejected.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"How much does it cost to add this layer to an existing automation?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"It is the cheap part of the project: you are inserting decision and notification points into a flow you already have, not rebuilding it. It usually takes days, and it prevents the kind of incident that costs thousands of euros and a customer relationship. An AI agent without oversight is not a more automated company: it is a company with more surface area for error and fewer people looking at it. The difference between automations that last and those that get switched off after six months almost never lies in the model \u2014 it lies in whether someone sat down and decided which actions the agent was allowed to take alone. If you already have agents running, or you are about to, that is the exercise still pending.\"\n      }\n    }\n  ]\n}\n<\/script>\n\n<!-- AIPROCESSIA-ENRICH-2026-06-10 -->\n<figure style=\"margin:2.2em 0;\"><figcaption style=\"font-weight:700;margin-bottom:.7em;font-size:1.05em;\">The three levels of human oversight for an AI agent<\/figcaption><table style=\"width:100%;border-collapse:collapse;font-size:.96em;line-height:1.4;\"><thead><tr style=\"background:#1d4ed8;color:#fff;\"><th style=\"padding:10px 12px;text-align:left;border:1px solid #1d4ed8;\">Level<\/th><th style=\"padding:10px 12px;text-align:left;border:1px solid #1d4ed8;\">How the agent acts<\/th><th style=\"padding:10px 12px;text-align:left;border:1px solid #1d4ed8;\">Human review<\/th><\/tr><\/thead><tbody><tr><td style=\"padding:9px 12px;border:1px solid #33415544;\">In-the-loop (approves first)<\/td><td style=\"padding:9px 12px;border:1px solid #33415544;\">Stops and waits for sign-off<\/td><td style=\"padding:9px 12px;border:1px solid #33415544;color:#3b82f6;\"><strong>Before every sensitive action<\/strong><\/td><\/tr><tr><td style=\"padding:9px 12px;border:1px solid #33415544;\">On-the-loop (monitors and can stop it)<\/td><td style=\"padding:9px 12px;border:1px solid #33415544;\">Acts alone, leaves a visible trail<\/td><td style=\"padding:9px 12px;border:1px solid #33415544;color:#3b82f6;\"><strong>By sampling or by exception<\/strong><\/td><\/tr><tr><td style=\"padding:9px 12px;border:1px solid #33415544;\">Out-of-the-loop (autonomous within limits)<\/td><td style=\"padding:9px 12px;border:1px solid #33415544;\">Acts with no intervention<\/td><td style=\"padding:9px 12px;border:1px solid #33415544;color:#3b82f6;\"><strong>None (reversible actions only)<\/strong><\/td><\/tr><\/tbody><\/table><\/figure><figure style=\"margin:2.2em 0;\"><figcaption style=\"font-weight:700;margin-bottom:.7em;font-size:1.05em;\">Runs that reach a human<\/figcaption><svg viewBox=\"0 0 600 98\" role=\"img\" style=\"width:100%;height:auto;max-width:620px;font-family:inherit;\"><text x=\"0\" y=\"38\" fill=\"currentColor\" font-size=\"14\">Supervise everything<\/text><rect x=\"140\" y=\"22\" width=\"430\" height=\"24\" rx=\"4\" fill=\"#64748b\"><\/rect><text x=\"578\" y=\"39\" fill=\"currentColor\" font-size=\"14\" font-weight=\"700\">100%<\/text><text x=\"0\" y=\"78\" fill=\"currentColor\" font-size=\"14\">With well-set thresholds<\/text><rect x=\"140\" y=\"62\" width=\"21\" height=\"24\" rx=\"4\" fill=\"#3b82f6\"><\/rect><text x=\"169\" y=\"79\" fill=\"currentColor\" font-size=\"14\" font-weight=\"700\">3-10%<\/text><\/svg><\/figure>\n<!-- \/AIPROCESSIA-ENRICH-2026-06-10 -->\n\n<p><strong><a href=\"https:\/\/aiprocessia.com\/en\/#contact\">Contact us and we&#8217;ll analyse your case for free \u2192<\/a><\/strong><\/p>\n\n<!-- AIPROCESSIA-AUTHOR-BIO-V1 -->\n<div style=\"margin-top:48px;padding:24px;border:1px solid #334155;border-radius:12px;background:#1e293b;display:flex;gap:20px;align-items:flex-start;flex-wrap:wrap\">\n  <a href=\"https:\/\/joseaparra.com\/\" rel=\"author noopener\" target=\"_blank\" style=\"flex-shrink:0\">\n    <img src=\"https:\/\/aiprocessia.com\/blog\/wp-content\/uploads\/2026\/05\/jose_parra_avatar_1080.jpg\" alt=\"Jose A. Parra - CEO and founder of AIPROCESSIA\" width=\"120\" height=\"120\" loading=\"lazy\" decoding=\"async\" style=\"border-radius:50%;object-fit:cover;display:block\" \/>\n  <\/a>\n  <div style=\"flex:1;min-width:240px\">\n    <p style=\"margin:0 0 4px 0;font-size:12px;text-transform:uppercase;letter-spacing:0.05em;color:#94a3b8 !important;font-weight:600\">About the author<\/p>\n    <h3 style=\"margin:0 0 6px 0;font-size:20px;color:#f1f5f9 !important\">\n      <a href=\"\/blog\/author\/jose-a-parra\/\" rel=\"author\" style=\"color:#f1f5f9 !important;text-decoration:none\">Jose A. Parra<\/a>\n    <\/h3>\n    <p style=\"margin:0 0 10px 0;font-size:14px;color:#cbd5e1 !important\"><strong>CEO &amp; Founder of AIPROCESSIA<\/strong> \u2014 30 years as IT consultant for Spanish SMBs.<\/p>\n    <p style=\"margin:0 0 12px 0;font-size:14px;color:#cbd5e1 !important;line-height:1.55\">\n      For three decades I&#8217;ve been deploying ERP systems, integrations and \u2014 since 2023 \u2014 AI agents, RPA and OCR in real-world flows for invoicing, maintenance and customer service. My focus: automate <strong>5 key processes for under \u20ac100\/month<\/strong> and give back <strong>20-40 hours per week<\/strong> to the team \u2014 no one gets replaced.\n    <\/p>\n    <p style=\"margin:0 0 12px 0;font-size:13px;color:#94a3b8 !important\">\n      Certified <strong>Generative AI Expert<\/strong> \u00b7 UDIA \u00b7 2026.\n    <\/p>\n    <p style=\"margin:0;font-size:14px\">\n      <a href=\"https:\/\/www.linkedin.com\/in\/joseantparra\/\" rel=\"author noopener\" target=\"_blank\" style=\"color:#60a5fa !important;text-decoration:none;margin-right:14px\">LinkedIn \u2192<\/a>\n      <a href=\"https:\/\/joseaparra.com\/\" rel=\"author noopener\" target=\"_blank\" style=\"color:#60a5fa !important;text-decoration:none\">Personal site \u2192<\/a>\n    <\/p>\n  <\/div>\n<\/div>\n<!-- \/AIPROCESSIA-AUTHOR-BIO-V1 -->\n\n<!-- AIPROCESSIA-AUTHOR-SCHEMA-V1 -->\n<script type=\"application\/ld+json\">\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"Article\",\n  \"headline\": \"Human-in-the-Loop: How to Supervise AI Agents Without Slowing Automation Down\",\n  \"description\": \"How to design human approval gates for AI agents so you catch irreversible errors without turning oversight into a bottleneck.\",\n  \"inLanguage\": \"en\",\n  \"mainEntityOfPage\": {\n    \"@type\": \"WebPage\",\n    \"@id\": \"https:\/\/aiprocessia.com\/blog\/en\/human-in-the-loop-ai-agent-oversight\/\"\n  },\n  \"datePublished\": \"2026-08-03T08:38:22\",\n  \"dateModified\": \"2026-08-03T08:39:45\",\n  \"author\": {\n    \"@type\": \"Person\",\n    \"name\": \"Jose A. Parra\",\n    \"givenName\": \"Jose A.\",\n    \"familyName\": \"Parra\",\n    \"jobTitle\": \"CEO and Founder of AIPROCESSIA\",\n    \"url\": \"https:\/\/aiprocessia.com\/blog\/author\/jose-a-parra\/\",\n    \"image\": \"https:\/\/aiprocessia.com\/blog\/wp-content\/uploads\/2026\/05\/jose_parra_avatar_1080.jpg\",\n    \"sameAs\": [\n      \"https:\/\/www.linkedin.com\/in\/joseantparra\/\",\n      \"https:\/\/joseaparra.com\/\",\n      \"https:\/\/joseaparra.com\/es\/home-espanol\/\"\n    ],\n    \"worksFor\": {\n      \"@type\": \"Organization\",\n      \"name\": \"AIPROCESSIA\",\n      \"url\": \"https:\/\/aiprocessia.com\/\",\n      \"logo\": {\n        \"@type\": \"ImageObject\",\n        \"url\": \"https:\/\/aiprocessia.com\/assets\/logo-aiprocessia.png\"\n      }\n    },\n    \"description\": \"30 years as IT consultant for Spanish SMBs. Certified Generative AI Expert (UDIA, 2026).\"\n  },\n  \"publisher\": {\n    \"@type\": \"Organization\",\n    \"name\": \"AIPROCESSIA\",\n    \"url\": \"https:\/\/aiprocessia.com\/\",\n    \"logo\": {\n      \"@type\": \"ImageObject\",\n      \"url\": \"https:\/\/aiprocessia.com\/assets\/logo-aiprocessia.png\"\n    }\n  },\n  \"image\": \"https:\/\/aiprocessia.com\/blog\/wp-content\/uploads\/2026\/05\/jose_parra_avatar_1080.jpg\"\n}\n<\/script>\n<!-- \/AIPROCESSIA-AUTHOR-SCHEMA-V1 -->\n","protected":false},"excerpt":{"rendered":"<p>How to design human approval gates for AI agents so you catch irreversible errors without turning oversight into a bottleneck.<\/p>\n","protected":false},"author":3,"featured_media":1203,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[30],"tags":[],"class_list":["post-1202","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-guides"],"blocksy_meta":[],"_links":{"self":[{"href":"https:\/\/aiprocessia.com\/blog\/wp-json\/wp\/v2\/posts\/1202","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/aiprocessia.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/aiprocessia.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/aiprocessia.com\/blog\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/aiprocessia.com\/blog\/wp-json\/wp\/v2\/comments?post=1202"}],"version-history":[{"count":5,"href":"https:\/\/aiprocessia.com\/blog\/wp-json\/wp\/v2\/posts\/1202\/revisions"}],"predecessor-version":[{"id":1212,"href":"https:\/\/aiprocessia.com\/blog\/wp-json\/wp\/v2\/posts\/1202\/revisions\/1212"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/aiprocessia.com\/blog\/wp-json\/wp\/v2\/media\/1203"}],"wp:attachment":[{"href":"https:\/\/aiprocessia.com\/blog\/wp-json\/wp\/v2\/media?parent=1202"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/aiprocessia.com\/blog\/wp-json\/wp\/v2\/categories?post=1202"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/aiprocessia.com\/blog\/wp-json\/wp\/v2\/tags?post=1202"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}