{"id":35788,"date":"2026-07-16T13:44:24","date_gmt":"2026-07-16T08:14:24","guid":{"rendered":"https:\/\/www.aicerts.ai\/news\/"},"modified":"2026-07-16T13:44:26","modified_gmt":"2026-07-16T08:14:26","slug":"vla-inference-optimization-shrinks-robot-latency","status":"publish","type":"news","link":"https:\/\/www.aicerts.ai\/news\/vla-inference-optimization-shrinks-robot-latency\/","title":{"rendered":"VLA Inference Optimization Shrinks Robot Latency"},"content":{"rendered":"\n<p>FASTER, vla.cpp, and RhinoVLA each attack different latency sources. Meanwhile, practitioners report measurable boosts in manipulation speed after adopting these ideas. This article distills the latest findings for engineering leaders planning real-time control stacks. Readers will learn why latency remains stubborn, which optimizations matter, and how to deploy efficiently. Finally, actionable checklists and certification links support immediate skill building.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Why Latency Still Matters<\/h2>\n\n\n\n<p>Dynamic tasks like table tennis require sub-100&nbsp;ms perception-to-action loops. In contrast, many baseline VLAs consume 150&nbsp;ms or more per iteration. That excess delay increases robot latency and causes missed returns. Therefore, shortening TTFA directly elevates manipulation speed in frantic scenes. Effective VLA Inference Optimization shortens the perception-action gap for agile tasks.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https:\/\/aicertswpcdn.blob.core.windows.net\/newsportal\/2026\/07\/edge-hardware-tuning.jpg\" alt=\"VLA Inference Optimization on edge hardware for faster robot control\"\/><figcaption class=\"wp-element-caption\">Edge hardware makes fast robot decisions practical on the factory floor.<\/figcaption><\/figure>\n\n\n\n<p>Latency also drives safety. Slow feedback permits dangerous overshoot during heavy lifting. Moreover, Chef Robotics recorded 64.9% lower velocity discontinuity after shrinking inference delay. These numbers show that real-time control quality scales with microsecond budgets. Consequently, executives now treat optimization budgets as first-order product features.<\/p>\n\n\n\n<p>Reduced delay safeguards humans and boosts scores. However, fresh research is rewriting possible targets. Let us examine those breakthroughs.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Core Advances This Year<\/h2>\n\n\n\n<p>Three seminal projects headline 2026 advances. Firstly, FASTER introduced a Horizon-Aware Schedule plus streaming dispatch. Consequently, \u03c00.5&nbsp;TTFA dropped from 80.0&nbsp;ms to 62.1&nbsp;ms on an RTX&nbsp;4090. Authors also claim up to 10\u00d7 faster immediate sampling under specific settings. These results highlight the tangible benefits of VLA Inference Optimization across hardware classes.<\/p>\n\n\n\n<p>Secondly, vla.cpp delivered an IMMA ladder GEMM that trims BitVLA per-step cost by 4.5\u00d7. Moreover, cross-hardware roofline analysis confirmed compute-bound behavior at batch one. Diffusion compression techniques further slashed memory traffic during denoising. As a result, developers can hit 30&nbsp;Hz closed loops on consumer cards.<\/p>\n\n\n\n<p>Thirdly, RhinoVLA and TinyVLA provided compact checkpoints optimized for edge SoCs. RhinoVLA achieved 11.69&nbsp;Hz end-to-end throughput on the Huixi&nbsp;R1 arm. In contrast, earlier models failed to sustain 10&nbsp;Hz without cloud offload. Consequently, on-site inference now supports delicate pick-and-place real-time control pipelines.<\/p>\n\n\n\n<p>Collectively, these advances prove multi-layer gains are possible. Next, we unpack specific mechanisms. The following subsections detail scheduling and kernel engineering.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Horizon-Aware Schedule Basics<\/h3>\n\n\n\n<p>FASTER\u2019s schedule partitions diffusion steps by temporal horizon. Near-term perception tokens finish first, enabling earlier action delivery. Consequently, the robot begins movement while longer-horizon refinement continues asynchronously. This streaming lowers robot latency by overlapping compute and actuation. Nevertheless, quality degradation remains minimal on published benchmarks.<\/p>\n\n\n\n<p>Implementation requires minor code changes around sampler callbacks. Moreover, early-stop thresholds adapt automatically per task complexity. Therefore, engineers gain speed without manual tuning.<\/p>\n\n\n\n<p>Prioritizing immediacy pays significant dividends. Meanwhile, runtime kernels add further headroom. We now explore those kernels.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Runtime Kernel Engineering<\/h3>\n\n\n\n<p>vla.cpp attacked matrix multiplications with hardware-aware tiling and fusion. Additionally, the IMMA ladder GEMM maximizes integer matrix multiply accumulation units. Consequently, per-step latency fell by 4.5\u00d7 across A100, H100, and RTX&nbsp;4090.<\/p>\n\n\n\n<p>The library also embraces mixed precision with fallback guards. Diffusion compression reduces denoising iterations while preserving accuracy. In contrast, naive float kernels waste bandwidth and energy. Therefore, developers focusing on VLA Inference Optimization should audit kernel paths early. Such low-level VLA Inference Optimization complements model-level changes.<\/p>\n\n\n\n<p>Kernel tuning multiplies scheduling gains. The comparison section quantifies combined impact. Let us contrast techniques across scenarios.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Optimization Techniques Compared<\/h2>\n\n\n\n<p>Teams often ask which lever to pull first. Table&nbsp;1 summarises relative benefits. FASTER\u2019s schedule usually halves TTFA, while vla.cpp\u2019s kernels achieve 4-5\u00d7 micro-step speedups. Meanwhile, model pruning and diffusion compression offer 1.3-2\u00d7 gains with small accuracy drops. Strategic VLA Inference Optimization sequencing prevents wasted engineering hours.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>FASTER: 1.3-2.5\u00d7 TTFA reduction on consumer GPUs; marginal quality loss under 2%.<\/li>\n\n\n\n<li>vla.cpp: 4-5\u00d7 per-step speed boost through IMMA ladder GEMM and fusion.<\/li>\n\n\n\n<li>RhinoVLA: 11.69\u00a0Hz inference on Huixi\u00a0R1, meeting 10\u00a0Hz real-time threshold.<\/li>\n\n\n\n<li>Chef Robotics: 64.9% drop in velocity discontinuity after integrated tuning.<\/li>\n<\/ul>\n\n\n\n<p>Notice that results compound. Applying schedule, kernels, and compression together delivers exponential gains. Consequently, several labs report manipulation speed doubling without hardware upgrades. However, aggressive trims risk stability during long horizons.<\/p>\n\n\n\n<p>Comparative data guides deployment priorities. Next, we turn to edge considerations. Edge contexts introduce unique constraints.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Edge Deployment Realities<\/h2>\n\n\n\n<p>Embedded boards lack ample memory and cooling. Therefore, RhinoVLA\u2019s token-efficient design becomes crucial. The model uses fewer perception tokens and mixed precision to fit eight-gigabyte footprints. Moreover, TinyVLA compiles kernels specifically for Jetson Orin.<\/p>\n\n\n\n<p>Developers must monitor power spikes during burst inference. In contrast, server GPUs absorb peaks easily. Consequently, scheduling algorithms should balance heat and latency. Real-time loops also need deterministic message passing over ROS or ZeroMQ.<\/p>\n\n\n\n<p>Certification tracks help engineers validate design decisions. Professionals can pursue the <a href=\"https:\/\/www.aicerts.ai\/certifications\/development\/ai-engineer?utm_source=news&amp;utm_medium=article&amp;utm_content=cta_button\">AI Engineer\u2122<\/a> certification for structured guidance.<\/p>\n\n\n\n<p>Moreover, edge deployment demands reproducible benchmarking. NVlabs\u2019 VLA-Perf offers scripts for cross-hardware profiling. Therefore, teams can forecast robot latency before soldering boards. Smaller checkpoints still double manipulation speed when paired with efficient kernels. Edge-focused VLA Inference Optimization depends on disciplined measurement.<\/p>\n\n\n\n<p>Edge success hinges on compact models and careful profiling. Nevertheless, speed must not outpace reliability. The next section explores that balance.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Future Research Directions<\/h2>\n\n\n\n<p>Researchers identify four open challenges. Firstly, reproducibility across diverse robots remains scarce. Secondly, safety testing under adversarial noise needs formal protocols. Moreover, balancing diffusion compression against failure risk requires longitudinal studies. Finally, standardized metrics beyond TTFA could capture user-perceived responsiveness.<\/p>\n\n\n\n<p>Community tool maintainers plan to add jerk and energy indicators. Consequently, product teams will map VLA Inference Optimization directly to maintenance budgets.<\/p>\n\n\n\n<p>Meanwhile, hardware vendors explore on-die accelerators for perception tokens and denoising steps. These innovations could cut robot latency to single-digit milliseconds. Therefore, close collaboration between model and silicon designers will be essential.<\/p>\n\n\n\n<p>Future work targets holistic, safe, and verified real-time control. Consequently, continual learning remains vital for professionals. The conclusion distills actionable insights.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Conclusion<\/strong><\/h2>\n\n\n\n<p>Faster robots depend on disciplined engineering across model, runtime, and system layers. Moreover, recent case studies validate that VLA Inference Optimization can shrink TTFA by orders of magnitude. Scheduling, kernel tuning, and diffusion compression combine without heavy hardware spending. Consequently, manipulation speed and safety improve together. Nevertheless, rigorous benchmarks and safety audits remain essential. <\/p>\n\n\n\n<p>Engineers seeking structured skills should review the <a href=\"https:\/\/www.aicerts.ai\/certifications\/development\/ai-engineer?utm_source=news&amp;utm_medium=article&amp;utm_content=cta_button\">AI Engineer\u2122<\/a> certification pathway. Additionally, subscribing to our newsletter keeps teams current on emerging kernels and schedules. Act now to place your organization at the forefront of frontline robotics innovation.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Robots now rally ping-pong balls faster than many humans. However, every spectacular rally hides a hard systems problem. Reaction time depends on how quickly policies translate pixels into torques. Consequently, research teams have focused on VLA Inference Optimization to shave precious milliseconds. The phrase covers model design, runtime kernels, and scheduling tricks. Moreover, Sony AI\u2019s Ace demo proved that winning relies on end-to-end timing, not raw intelligence. <\/p>\n","protected":false},"featured_media":35780,"parent":0,"comment_status":"open","ping_status":"closed","template":"","meta":{"_acf_changed":false,"_yoast_wpseo_focuskw":"VLA Inference Optimization","_yoast_wpseo_title":"","_yoast_wpseo_metadesc":"Learn how VLA Inference Optimization cuts robot latency, accelerates manipulation, and delivers reliable real-time control on edge hardware.","_yoast_wpseo_canonical":""},"tags":[47762,47761,47758,47760,47756,47759,47757],"news_category":[4,6,2],"communities":[],"class_list":["post-35788","news","type-news","status-publish","has-post-thumbnail","hentry","tag-diffusion-compression","tag-edge-robotics","tag-manipulation-speed","tag-perception-tokens","tag-robot-ai","tag-robot-latency","tag-vla-inference-optimization","news_category-ai","news_category-machine-learning","news_category-technology"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>VLA Inference Optimization Shrinks Robot Latency - AI CERTs News<\/title>\n<meta name=\"description\" content=\"Learn how VLA Inference Optimization cuts robot latency, accelerates manipulation, and delivers reliable real-time control on edge hardware.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.aicerts.ai\/news\/vla-inference-optimization-shrinks-robot-latency\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"VLA Inference Optimization Shrinks Robot Latency - AI CERTs News\" \/>\n<meta property=\"og:description\" content=\"Learn how VLA Inference Optimization cuts robot latency, accelerates manipulation, and delivers reliable real-time control on edge hardware.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.aicerts.ai\/news\/vla-inference-optimization-shrinks-robot-latency\/\" \/>\n<meta property=\"og:site_name\" content=\"AI CERTs News\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-16T08:14:26+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/aicertswpcdn.blob.core.windows.net\/newsportal\/2026\/07\/robot-latency-reduction.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1024\" \/>\n\t<meta property=\"og:image:height\" content=\"576\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.aicerts.ai\\\/news\\\/vla-inference-optimization-shrinks-robot-latency\\\/\",\"url\":\"https:\\\/\\\/www.aicerts.ai\\\/news\\\/vla-inference-optimization-shrinks-robot-latency\\\/\",\"name\":\"VLA Inference Optimization Shrinks Robot Latency - AI CERTs News\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.aicerts.ai\\\/news\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.aicerts.ai\\\/news\\\/vla-inference-optimization-shrinks-robot-latency\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.aicerts.ai\\\/news\\\/vla-inference-optimization-shrinks-robot-latency\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/aicertswpcdn.blob.core.windows.net\\\/newsportal\\\/2026\\\/07\\\/robot-latency-reduction.jpg\",\"datePublished\":\"2026-07-16T08:14:24+00:00\",\"dateModified\":\"2026-07-16T08:14:26+00:00\",\"description\":\"Learn how VLA Inference Optimization cuts robot latency, accelerates manipulation, and delivers reliable real-time control on edge hardware.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.aicerts.ai\\\/news\\\/vla-inference-optimization-shrinks-robot-latency\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.aicerts.ai\\\/news\\\/vla-inference-optimization-shrinks-robot-latency\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.aicerts.ai\\\/news\\\/vla-inference-optimization-shrinks-robot-latency\\\/#primaryimage\",\"url\":\"https:\\\/\\\/aicertswpcdn.blob.core.windows.net\\\/newsportal\\\/2026\\\/07\\\/robot-latency-reduction.jpg\",\"contentUrl\":\"https:\\\/\\\/aicertswpcdn.blob.core.windows.net\\\/newsportal\\\/2026\\\/07\\\/robot-latency-reduction.jpg\",\"width\":1024,\"height\":576,\"caption\":\"Real-time control starts with lower latency\u2014see how optimized inference keeps robots responsive.\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.aicerts.ai\\\/news\\\/vla-inference-optimization-shrinks-robot-latency\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.aicerts.ai\\\/news\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"News\",\"item\":\"https:\\\/\\\/www.aicerts.ai\\\/news\\\/news\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"VLA Inference Optimization Shrinks Robot Latency\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.aicerts.ai\\\/news\\\/#website\",\"url\":\"https:\\\/\\\/www.aicerts.ai\\\/news\\\/\",\"name\":\"Aicerts News\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.aicerts.ai\\\/news\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.aicerts.ai\\\/news\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.aicerts.ai\\\/news\\\/#organization\",\"name\":\"Aicerts News\",\"url\":\"https:\\\/\\\/www.aicerts.ai\\\/news\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.aicerts.ai\\\/news\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.aicerts.ai\\\/news\\\/wp-content\\\/uploads\\\/2024\\\/09\\\/news_logo.svg\",\"contentUrl\":\"https:\\\/\\\/www.aicerts.ai\\\/news\\\/wp-content\\\/uploads\\\/2024\\\/09\\\/news_logo.svg\",\"width\":1,\"height\":1,\"caption\":\"Aicerts News\"},\"image\":{\"@id\":\"https:\\\/\\\/www.aicerts.ai\\\/news\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"VLA Inference Optimization Shrinks Robot Latency - AI CERTs News","description":"Learn how VLA Inference Optimization cuts robot latency, accelerates manipulation, and delivers reliable real-time control on edge hardware.","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:\/\/www.aicerts.ai\/news\/vla-inference-optimization-shrinks-robot-latency\/","og_locale":"en_US","og_type":"article","og_title":"VLA Inference Optimization Shrinks Robot Latency - AI CERTs News","og_description":"Learn how VLA Inference Optimization cuts robot latency, accelerates manipulation, and delivers reliable real-time control on edge hardware.","og_url":"https:\/\/www.aicerts.ai\/news\/vla-inference-optimization-shrinks-robot-latency\/","og_site_name":"AI CERTs News","article_modified_time":"2026-07-16T08:14:26+00:00","og_image":[{"width":1024,"height":576,"url":"https:\/\/aicertswpcdn.blob.core.windows.net\/newsportal\/2026\/07\/robot-latency-reduction.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.aicerts.ai\/news\/vla-inference-optimization-shrinks-robot-latency\/","url":"https:\/\/www.aicerts.ai\/news\/vla-inference-optimization-shrinks-robot-latency\/","name":"VLA Inference Optimization Shrinks Robot Latency - AI CERTs News","isPartOf":{"@id":"https:\/\/www.aicerts.ai\/news\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.aicerts.ai\/news\/vla-inference-optimization-shrinks-robot-latency\/#primaryimage"},"image":{"@id":"https:\/\/www.aicerts.ai\/news\/vla-inference-optimization-shrinks-robot-latency\/#primaryimage"},"thumbnailUrl":"https:\/\/aicertswpcdn.blob.core.windows.net\/newsportal\/2026\/07\/robot-latency-reduction.jpg","datePublished":"2026-07-16T08:14:24+00:00","dateModified":"2026-07-16T08:14:26+00:00","description":"Learn how VLA Inference Optimization cuts robot latency, accelerates manipulation, and delivers reliable real-time control on edge hardware.","breadcrumb":{"@id":"https:\/\/www.aicerts.ai\/news\/vla-inference-optimization-shrinks-robot-latency\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.aicerts.ai\/news\/vla-inference-optimization-shrinks-robot-latency\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.aicerts.ai\/news\/vla-inference-optimization-shrinks-robot-latency\/#primaryimage","url":"https:\/\/aicertswpcdn.blob.core.windows.net\/newsportal\/2026\/07\/robot-latency-reduction.jpg","contentUrl":"https:\/\/aicertswpcdn.blob.core.windows.net\/newsportal\/2026\/07\/robot-latency-reduction.jpg","width":1024,"height":576,"caption":"Real-time control starts with lower latency\u2014see how optimized inference keeps robots responsive."},{"@type":"BreadcrumbList","@id":"https:\/\/www.aicerts.ai\/news\/vla-inference-optimization-shrinks-robot-latency\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.aicerts.ai\/news\/"},{"@type":"ListItem","position":2,"name":"News","item":"https:\/\/www.aicerts.ai\/news\/news\/"},{"@type":"ListItem","position":3,"name":"VLA Inference Optimization Shrinks Robot Latency"}]},{"@type":"WebSite","@id":"https:\/\/www.aicerts.ai\/news\/#website","url":"https:\/\/www.aicerts.ai\/news\/","name":"Aicerts News","description":"","publisher":{"@id":"https:\/\/www.aicerts.ai\/news\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.aicerts.ai\/news\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.aicerts.ai\/news\/#organization","name":"Aicerts News","url":"https:\/\/www.aicerts.ai\/news\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.aicerts.ai\/news\/#\/schema\/logo\/image\/","url":"https:\/\/www.aicerts.ai\/news\/wp-content\/uploads\/2024\/09\/news_logo.svg","contentUrl":"https:\/\/www.aicerts.ai\/news\/wp-content\/uploads\/2024\/09\/news_logo.svg","width":1,"height":1,"caption":"Aicerts News"},"image":{"@id":"https:\/\/www.aicerts.ai\/news\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/www.aicerts.ai\/news\/wp-json\/wp\/v2\/news\/35788","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.aicerts.ai\/news\/wp-json\/wp\/v2\/news"}],"about":[{"href":"https:\/\/www.aicerts.ai\/news\/wp-json\/wp\/v2\/types\/news"}],"replies":[{"embeddable":true,"href":"https:\/\/www.aicerts.ai\/news\/wp-json\/wp\/v2\/comments?post=35788"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.aicerts.ai\/news\/wp-json\/wp\/v2\/media\/35780"}],"wp:attachment":[{"href":"https:\/\/www.aicerts.ai\/news\/wp-json\/wp\/v2\/media?parent=35788"}],"wp:term":[{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.aicerts.ai\/news\/wp-json\/wp\/v2\/tags?post=35788"},{"taxonomy":"news_category","embeddable":true,"href":"https:\/\/www.aicerts.ai\/news\/wp-json\/wp\/v2\/news_category?post=35788"},{"taxonomy":"communities","embeddable":true,"href":"https:\/\/www.aicerts.ai\/news\/wp-json\/wp\/v2\/communities?post=35788"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}