{"id":92700,"date":"2025-05-19T13:07:00","date_gmt":"2025-05-19T04:07:00","guid":{"rendered":"https:\/\/kr-dev.rebellions.ai\/?p=92700"},"modified":"2025-08-24T11:58:36","modified_gmt":"2025-08-24T02:58:36","slug":"breaking-barriers-in-physical-ai-cosmos-runs-on-atom","status":"publish","type":"post","link":"https:\/\/dev-rbln-kr.locomotion.co.kr\/?p=92700","title":{"rendered":"Breaking Barriers in Physical AI: Cosmos Runs on ATOM\u2122"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">Multimodal AI is redefining the limits of infrastructure. Models are no longer confined to single input types\u2014they now span text, images, video, and more. At the frontier of this shift is Cosmos*: a diffusion based text-to-video generation model that integrates at least 5-6 distinct AI subsystems, including tokenizer, pre-trained world foundation models, and guardrail system (see Figure 1). Each subsystem brings its own architectural complexity and compute behavior.<br>Traditionally, such workloads have been bound to high-end GPU platforms\u2014not because they are ideally suited, but because nothing else could handle the scale. GPUs remain powerful general-purpose accelerators, but their reliance on fixed software stacks and rigid memory hierarchies often make adaptation slow, inefficient, or overly manual.<br>Cosmos is not just large\u2014it\u2019s structurally diverse and dynamically sequenced. Efficient execution isn\u2019t just about compute throughput. It\u2019s about system-level adaptability. And that\u2019s exactly what Rebellions set out to build.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full is-resized\"><img decoding=\"async\" width=\"999\" height=\"600\" src=\"https:\/\/kr-dev.rebellions.ai\/wp-content\/uploads\/2025\/05\/physical-ai_1_1.png\" alt=\"\" class=\"wp-image-92955\" style=\"width:840px;height:auto\" srcset=\"https:\/\/dev-rbln-kr.locomotion.co.kr\/wp-content\/uploads\/2025\/05\/physical-ai_1_1.png 999w, https:\/\/dev-rbln-kr.locomotion.co.kr\/wp-content\/uploads\/2025\/05\/physical-ai_1_1-300x180.png 300w, https:\/\/dev-rbln-kr.locomotion.co.kr\/wp-content\/uploads\/2025\/05\/physical-ai_1_1-768x461.png 768w, https:\/\/dev-rbln-kr.locomotion.co.kr\/wp-content\/uploads\/2025\/05\/physical-ai_1_1-640x384.png 640w\" sizes=\"(max-width: 999px) 100vw, 999px\" \/><figcaption class=\"wp-element-caption\">[Figure 1. Cosmos-Predict1-7B + Cosmos Guardrail diagram]<\/figcaption><\/figure>\n<\/div>\n\n\n<h2 class=\"wp-block-heading has-large-font-size\"><strong>A Paradigm Shift: Enabling the Unexpected<\/strong><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Rebellions is the first to run Cosmos-Predict1-7B in real time on a commercial NPU\u2014not by brute-forcing performance, but by building a stack that is inherently flexible and scalable. This wasn\u2019t a one-off integration.<\/p>\n\n\n\n<h2 class=\"wp-block-heading has-large-font-size\"><strong>The Anatomy of Innovation: Full-Stack Mastery<\/strong><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Cosmos ran on ATOM\u2122 because every layer of the stack\u2013from compiler to runtime to silicon\u2013was built to adapt to architectural diversity and scale with emerging models.<br>Where others optimize for one model, we enable many. That adaptability isn\u2019t bolted on\u2014it\u2019s built in. Modern AI models demand infrastructure that evolves with them. GPU-based systems offer performance but often rely on legacy toolchains, fragmented software layers, and vendor-locked environments. Rebellions takes a system-level approach. By developing the full stack in-house\u2014from compiler to runtime to hardware\u2014we\u2019ve built a cohesive platform designed to absorb architectural diversity, not resist it. Instead of asking models to conform to infrastructure, we shape infrastructure to fit the model. This principle is what made Cosmos on ATOM\u2122 not just possible\u2014but replicable.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full is-resized\"><img decoding=\"async\" width=\"757\" height=\"1482\" src=\"http:\/\/kr-dev.rebellions.ai\/wp-content\/uploads\/2025\/05\/3D-diagram_-runtime-module-v.3.1_color.png\" alt=\"\" class=\"wp-image-93065\" style=\"width:286px;height:auto\" srcset=\"https:\/\/dev-rbln-kr.locomotion.co.kr\/wp-content\/uploads\/2025\/05\/3D-diagram_-runtime-module-v.3.1_color.png 757w, https:\/\/dev-rbln-kr.locomotion.co.kr\/wp-content\/uploads\/2025\/05\/3D-diagram_-runtime-module-v.3.1_color-153x300.png 153w, https:\/\/dev-rbln-kr.locomotion.co.kr\/wp-content\/uploads\/2025\/05\/3D-diagram_-runtime-module-v.3.1_color-523x1024.png 523w, https:\/\/dev-rbln-kr.locomotion.co.kr\/wp-content\/uploads\/2025\/05\/3D-diagram_-runtime-module-v.3.1_color-640x1253.png 640w\" sizes=\"(max-width: 757px) 100vw, 757px\" \/><figcaption class=\"wp-element-caption\">[Figure 2. Rebellions Full-stack System Diagram (SW to HW)]<\/figcaption><\/figure>\n<\/div>\n\n\n<h3 class=\"wp-block-heading\" style=\"font-size:26px\"><strong>Software Innovations: Adaptability by Design<\/strong><\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Modular compiler stack: Adaptability begins with modularity. Rebellions built a compiler stack designed for diversity: with a rich primitive library to support more than 200 distinct models, a front-end compiler that parses transformers, convolutions, and diffusion models, and a back-end that generates hardware-optimized code with minimal hand-tuning.<\/li>\n\n\n\n<li>Unified runtime orchestration: No two models behave alike\u2014and our runtime treats them accordingly. Rebellions\u2019 runtime dynamically orchestrates memory, compute, and kernel execution flows based on model behavior\u2014maximizing utilization while adapting to layer-wise variation in workloads like Cosmos. It also incorporates predictive DMA scheduling to preload data before it\u2019s needed\u2014ensuring that inputs arrive just-in time and compute stalls are avoided even under asynchronous, multi-stage workloads.<\/li>\n\n\n\n<li>Scalable communication infrastructure: Scalability isn\u2019t optional\u2014it\u2019s essential. Our \u201cRebellions Scalable Design\u201d enables multi-card inference through high-bandwidth communication layers and tensor-parallel execution. It\u2019s what allows Cosmos to span across NPUs without introducing latency or interconnect bottlenecks.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\" style=\"font-size:26px\"><strong>Hardware Innovations: Purpose-Built for Flexibility<\/strong><\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Flexible compute architecture: The hardware must move with the model. Rebellions engineered ATOM\u2122\u2019s compute cores to support a wide operator set and dynamic execution paths\u2014so that model-level flexibility translates seamlessly into silicon-level efficiency. This flexibility was essential for handling Cosmos\u2019 diverse operations without requiring model-specific kernel rewrites.<\/li>\n\n\n\n<li>Memory-compute coordination: Modern models don\u2019t compute linearly\u2014and neither should memory. Rebellions designed this coordination logic to track runtime behavior and adjust compute memory flow in real time\u2014making it inherently capable of handling bursty, irregular phases like those in Cosmos without special case engineering.<\/li>\n\n\n\n<li>High-bandwidth interconnect for multi-card scaling: Scaling across silicon shouldn\u2019t mean starting from scratch. Rebellions developed custom interconnect IP to enable high-throughput communication across NPUs. This ensures low-latency coordination for tensor-parallel workloads like Cosmos without introducing bottlenecks at scale.<\/li>\n<\/ul>\n\n\n\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"917\" height=\"412\" src=\"http:\/\/kr-dev.rebellions.ai\/wp-content\/uploads\/2025\/05\/physical-ai_3@2x-1.png\" alt=\"\" class=\"wp-image-92948\" srcset=\"https:\/\/dev-rbln-kr.locomotion.co.kr\/wp-content\/uploads\/2025\/05\/physical-ai_3@2x-1.png 917w, https:\/\/dev-rbln-kr.locomotion.co.kr\/wp-content\/uploads\/2025\/05\/physical-ai_3@2x-1-300x135.png 300w, https:\/\/dev-rbln-kr.locomotion.co.kr\/wp-content\/uploads\/2025\/05\/physical-ai_3@2x-1-768x345.png 768w, https:\/\/dev-rbln-kr.locomotion.co.kr\/wp-content\/uploads\/2025\/05\/physical-ai_3@2x-1-640x288.png 640w\" sizes=\"(max-width: 917px) 100vw, 917px\" \/><\/figure>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img decoding=\"async\" width=\"918\" height=\"656\" src=\"http:\/\/kr-dev.rebellions.ai\/wp-content\/uploads\/2025\/05\/pysical-ai_4@2x.png\" alt=\"\" class=\"wp-image-92949\" srcset=\"https:\/\/dev-rbln-kr.locomotion.co.kr\/wp-content\/uploads\/2025\/05\/pysical-ai_4@2x.png 918w, https:\/\/dev-rbln-kr.locomotion.co.kr\/wp-content\/uploads\/2025\/05\/pysical-ai_4@2x-300x214.png 300w, https:\/\/dev-rbln-kr.locomotion.co.kr\/wp-content\/uploads\/2025\/05\/pysical-ai_4@2x-768x549.png 768w, https:\/\/dev-rbln-kr.locomotion.co.kr\/wp-content\/uploads\/2025\/05\/pysical-ai_4@2x-640x457.png 640w\" sizes=\"(max-width: 918px) 100vw, 918px\" \/><figcaption class=\"wp-element-caption\">[Figure 3. From Prompt to Video: Cosmos-Predict1-7B Inference on ATOM\u2122]<\/figcaption><\/figure>\n<\/div>\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-fe48e5de wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-medium-font-size has-custom-font-size wp-element-button\" href=\"https:\/\/youtu.be\/0RUZiQ9XJWI\">Watch Inference Results<\/a><\/div>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading has-large-font-size\"><strong>Conclusion: Pioneering a New Era of Accessible AI<\/strong><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Cosmos on ATOM\u2122 is more than a milestone. It\u2019s a validation of an architectural philosophy: systems must adapt to models, not the other way around. Rebellions didn\u2019t build a chip for one model. We built a platform for all models still to come. In a world of exploding model complexity and compute asymmetry, the future belongs to systems that can adapt fast, scale cleanly, and execute precisely. That\u2019s what Rebellions is building. Cosmos is just the beginning.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Multimodal AI is redefining the limits of infrastructure. Models are no longer confined to single input types\u2014they now span text,&#8230;<\/p>\n","protected":false},"author":8,"featured_media":92722,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[145],"tags":[],"class_list":["post-92700","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-white-papers"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.9 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Breaking Barriers in Physical AI: Cosmos Runs on ATOM\u2122 - Rebellions<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/dev-rbln-kr.locomotion.co.kr\/?p=92700\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Breaking Barriers in Physical AI: Cosmos Runs on ATOM\u2122 - Rebellions\" \/>\n<meta property=\"og:description\" content=\"Multimodal AI is redefining the limits of infrastructure. Models are no longer confined to single input types\u2014they now span text,...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/dev-rbln-kr.locomotion.co.kr\/?p=92700\" \/>\n<meta property=\"og:site_name\" content=\"Rebellions\" \/>\n<meta property=\"article:published_time\" content=\"2025-05-19T04:07:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-08-24T02:58:36+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/dev-rbln-kr.locomotion.co.kr\/wp-content\/uploads\/2025\/05\/cosmos.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1054\" \/>\n\t<meta property=\"og:image:height\" content=\"998\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"jiwon.kwak\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@RebellionsAI\" \/>\n<meta name=\"twitter:site\" content=\"@RebellionsAI\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/dev-rbln-kr.locomotion.co.kr\/?p=92700#article\",\"isPartOf\":{\"@id\":\"https:\/\/dev-rbln-kr.locomotion.co.kr\/?p=92700\"},\"author\":{\"name\":\"jiwon.kwak\",\"@id\":\"https:\/\/dev-rbln-kr.locomotion.co.kr\/#\/schema\/person\/1b946c50a99f04d7b7193c47b212b6c5\"},\"headline\":\"Breaking Barriers in Physical AI: Cosmos Runs on ATOM\u2122\",\"datePublished\":\"2025-05-19T04:07:00+00:00\",\"dateModified\":\"2025-08-24T02:58:36+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/dev-rbln-kr.locomotion.co.kr\/?p=92700\"},\"wordCount\":754,\"publisher\":{\"@id\":\"https:\/\/dev-rbln-kr.locomotion.co.kr\/#organization\"},\"image\":{\"@id\":\"https:\/\/dev-rbln-kr.locomotion.co.kr\/?p=92700#primaryimage\"},\"thumbnailUrl\":\"https:\/\/dev-rbln-kr.locomotion.co.kr\/wp-content\/uploads\/2025\/05\/cosmos.png\",\"articleSection\":[\"White Papers\"],\"inLanguage\":\"ko-KR\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/dev-rbln-kr.locomotion.co.kr\/?p=92700\",\"url\":\"https:\/\/dev-rbln-kr.locomotion.co.kr\/?p=92700\",\"name\":\"Breaking Barriers in Physical AI: Cosmos Runs on ATOM\u2122 - Rebellions\",\"isPartOf\":{\"@id\":\"https:\/\/dev-rbln-kr.locomotion.co.kr\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/dev-rbln-kr.locomotion.co.kr\/?p=92700#primaryimage\"},\"image\":{\"@id\":\"https:\/\/dev-rbln-kr.locomotion.co.kr\/?p=92700#primaryimage\"},\"thumbnailUrl\":\"https:\/\/dev-rbln-kr.locomotion.co.kr\/wp-content\/uploads\/2025\/05\/cosmos.png\",\"datePublished\":\"2025-05-19T04:07:00+00:00\",\"dateModified\":\"2025-08-24T02:58:36+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/dev-rbln-kr.locomotion.co.kr\/?p=92700#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/dev-rbln-kr.locomotion.co.kr\/?p=92700\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\/\/dev-rbln-kr.locomotion.co.kr\/?p=92700#primaryimage\",\"url\":\"https:\/\/dev-rbln-kr.locomotion.co.kr\/wp-content\/uploads\/2025\/05\/cosmos.png\",\"contentUrl\":\"https:\/\/dev-rbln-kr.locomotion.co.kr\/wp-content\/uploads\/2025\/05\/cosmos.png\",\"width\":1054,\"height\":998},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/dev-rbln-kr.locomotion.co.kr\/?p=92700#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/dev-rbln-kr.locomotion.co.kr\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Breaking Barriers in Physical AI: Cosmos Runs on ATOM\u2122\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/dev-rbln-kr.locomotion.co.kr\/#website\",\"url\":\"https:\/\/dev-rbln-kr.locomotion.co.kr\/\",\"name\":\"\\bRebellions\",\"description\":\"Drive AI Innovation. Simple. Fast. At Scale.\",\"publisher\":{\"@id\":\"https:\/\/dev-rbln-kr.locomotion.co.kr\/#organization\"},\"alternateName\":\"\ub9ac\ubca8\ub9ac\uc628\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/dev-rbln-kr.locomotion.co.kr\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ko-KR\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/dev-rbln-kr.locomotion.co.kr\/#organization\",\"name\":\"Rebellions\",\"alternateName\":\"\ub9ac\ubca8\ub9ac\uc628\",\"url\":\"https:\/\/dev-rbln-kr.locomotion.co.kr\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\/\/dev-rbln-kr.locomotion.co.kr\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/dev-rbln-kr.locomotion.co.kr\/wp-content\/uploads\/2023\/02\/Web_Logo_Typing_05.gif\",\"contentUrl\":\"https:\/\/dev-rbln-kr.locomotion.co.kr\/wp-content\/uploads\/2023\/02\/Web_Logo_Typing_05.gif\",\"width\":1920,\"height\":1080,\"caption\":\"Rebellions\"},\"image\":{\"@id\":\"https:\/\/dev-rbln-kr.locomotion.co.kr\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/x.com\/RebellionsAI\",\"https:\/\/www.youtube.com\/@Rebellions_inc\",\"https:\/\/www.linkedin.com\/company\/rebellions-ai\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/dev-rbln-kr.locomotion.co.kr\/#\/schema\/person\/1b946c50a99f04d7b7193c47b212b6c5\",\"name\":\"jiwon.kwak\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\/\/dev-rbln-kr.locomotion.co.kr\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/bad9ff0489ff35bd54e60b39bd7b60aae7eb336d677d5991a83975ec819e19a4?s=96&d=blank&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/bad9ff0489ff35bd54e60b39bd7b60aae7eb336d677d5991a83975ec819e19a4?s=96&d=blank&r=g\",\"caption\":\"jiwon.kwak\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Breaking Barriers in Physical AI: Cosmos Runs on ATOM\u2122 - Rebellions","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:\/\/dev-rbln-kr.locomotion.co.kr\/?p=92700","og_locale":"ko_KR","og_type":"article","og_title":"Breaking Barriers in Physical AI: Cosmos Runs on ATOM\u2122 - Rebellions","og_description":"Multimodal AI is redefining the limits of infrastructure. Models are no longer confined to single input types\u2014they now span text,...","og_url":"https:\/\/dev-rbln-kr.locomotion.co.kr\/?p=92700","og_site_name":"Rebellions","article_published_time":"2025-05-19T04:07:00+00:00","article_modified_time":"2025-08-24T02:58:36+00:00","og_image":[{"width":1054,"height":998,"url":"https:\/\/dev-rbln-kr.locomotion.co.kr\/wp-content\/uploads\/2025\/05\/cosmos.png","type":"image\/png"}],"author":"jiwon.kwak","twitter_card":"summary_large_image","twitter_creator":"@RebellionsAI","twitter_site":"@RebellionsAI","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/dev-rbln-kr.locomotion.co.kr\/?p=92700#article","isPartOf":{"@id":"https:\/\/dev-rbln-kr.locomotion.co.kr\/?p=92700"},"author":{"name":"jiwon.kwak","@id":"https:\/\/dev-rbln-kr.locomotion.co.kr\/#\/schema\/person\/1b946c50a99f04d7b7193c47b212b6c5"},"headline":"Breaking Barriers in Physical AI: Cosmos Runs on ATOM\u2122","datePublished":"2025-05-19T04:07:00+00:00","dateModified":"2025-08-24T02:58:36+00:00","mainEntityOfPage":{"@id":"https:\/\/dev-rbln-kr.locomotion.co.kr\/?p=92700"},"wordCount":754,"publisher":{"@id":"https:\/\/dev-rbln-kr.locomotion.co.kr\/#organization"},"image":{"@id":"https:\/\/dev-rbln-kr.locomotion.co.kr\/?p=92700#primaryimage"},"thumbnailUrl":"https:\/\/dev-rbln-kr.locomotion.co.kr\/wp-content\/uploads\/2025\/05\/cosmos.png","articleSection":["White Papers"],"inLanguage":"ko-KR"},{"@type":"WebPage","@id":"https:\/\/dev-rbln-kr.locomotion.co.kr\/?p=92700","url":"https:\/\/dev-rbln-kr.locomotion.co.kr\/?p=92700","name":"Breaking Barriers in Physical AI: Cosmos Runs on ATOM\u2122 - Rebellions","isPartOf":{"@id":"https:\/\/dev-rbln-kr.locomotion.co.kr\/#website"},"primaryImageOfPage":{"@id":"https:\/\/dev-rbln-kr.locomotion.co.kr\/?p=92700#primaryimage"},"image":{"@id":"https:\/\/dev-rbln-kr.locomotion.co.kr\/?p=92700#primaryimage"},"thumbnailUrl":"https:\/\/dev-rbln-kr.locomotion.co.kr\/wp-content\/uploads\/2025\/05\/cosmos.png","datePublished":"2025-05-19T04:07:00+00:00","dateModified":"2025-08-24T02:58:36+00:00","breadcrumb":{"@id":"https:\/\/dev-rbln-kr.locomotion.co.kr\/?p=92700#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/dev-rbln-kr.locomotion.co.kr\/?p=92700"]}]},{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/dev-rbln-kr.locomotion.co.kr\/?p=92700#primaryimage","url":"https:\/\/dev-rbln-kr.locomotion.co.kr\/wp-content\/uploads\/2025\/05\/cosmos.png","contentUrl":"https:\/\/dev-rbln-kr.locomotion.co.kr\/wp-content\/uploads\/2025\/05\/cosmos.png","width":1054,"height":998},{"@type":"BreadcrumbList","@id":"https:\/\/dev-rbln-kr.locomotion.co.kr\/?p=92700#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/dev-rbln-kr.locomotion.co.kr"},{"@type":"ListItem","position":2,"name":"Breaking Barriers in Physical AI: Cosmos Runs on ATOM\u2122"}]},{"@type":"WebSite","@id":"https:\/\/dev-rbln-kr.locomotion.co.kr\/#website","url":"https:\/\/dev-rbln-kr.locomotion.co.kr\/","name":"\bRebellions","description":"Drive AI Innovation. Simple. Fast. At Scale.","publisher":{"@id":"https:\/\/dev-rbln-kr.locomotion.co.kr\/#organization"},"alternateName":"\ub9ac\ubca8\ub9ac\uc628","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/dev-rbln-kr.locomotion.co.kr\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ko-KR"},{"@type":"Organization","@id":"https:\/\/dev-rbln-kr.locomotion.co.kr\/#organization","name":"Rebellions","alternateName":"\ub9ac\ubca8\ub9ac\uc628","url":"https:\/\/dev-rbln-kr.locomotion.co.kr\/","logo":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/dev-rbln-kr.locomotion.co.kr\/#\/schema\/logo\/image\/","url":"https:\/\/dev-rbln-kr.locomotion.co.kr\/wp-content\/uploads\/2023\/02\/Web_Logo_Typing_05.gif","contentUrl":"https:\/\/dev-rbln-kr.locomotion.co.kr\/wp-content\/uploads\/2023\/02\/Web_Logo_Typing_05.gif","width":1920,"height":1080,"caption":"Rebellions"},"image":{"@id":"https:\/\/dev-rbln-kr.locomotion.co.kr\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/RebellionsAI","https:\/\/www.youtube.com\/@Rebellions_inc","https:\/\/www.linkedin.com\/company\/rebellions-ai\/"]},{"@type":"Person","@id":"https:\/\/dev-rbln-kr.locomotion.co.kr\/#\/schema\/person\/1b946c50a99f04d7b7193c47b212b6c5","name":"jiwon.kwak","image":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/dev-rbln-kr.locomotion.co.kr\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/bad9ff0489ff35bd54e60b39bd7b60aae7eb336d677d5991a83975ec819e19a4?s=96&d=blank&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/bad9ff0489ff35bd54e60b39bd7b60aae7eb336d677d5991a83975ec819e19a4?s=96&d=blank&r=g","caption":"jiwon.kwak"}}]}},"_links":{"self":[{"href":"https:\/\/dev-rbln-kr.locomotion.co.kr\/index.php?rest_route=\/wp\/v2\/posts\/92700","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/dev-rbln-kr.locomotion.co.kr\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/dev-rbln-kr.locomotion.co.kr\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/dev-rbln-kr.locomotion.co.kr\/index.php?rest_route=\/wp\/v2\/users\/8"}],"replies":[{"embeddable":true,"href":"https:\/\/dev-rbln-kr.locomotion.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=92700"}],"version-history":[{"count":0,"href":"https:\/\/dev-rbln-kr.locomotion.co.kr\/index.php?rest_route=\/wp\/v2\/posts\/92700\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/dev-rbln-kr.locomotion.co.kr\/index.php?rest_route=\/wp\/v2\/media\/92722"}],"wp:attachment":[{"href":"https:\/\/dev-rbln-kr.locomotion.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=92700"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/dev-rbln-kr.locomotion.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=92700"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/dev-rbln-kr.locomotion.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=92700"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}