{"id":22819521,"date":"2026-04-09T15:18:44","date_gmt":"2026-04-09T19:18:44","guid":{"rendered":"https:\/\/thenewstack.io\/?p=22819521"},"modified":"2026-04-13T12:27:02","modified_gmt":"2026-04-13T16:27:02","slug":"pytorch-ai-stack-expand","status":"publish","type":"post","link":"https:\/\/thenewstack.io\/pytorch-ai-stack-expand\/","title":{"rendered":"PyTorch Foundation expands its AI stack with Safetensors, ExecuTorch, and Helion"},"content":{"rendered":"\n<p>This week at PyTorch Conference EU in Paris, the <a href=\"https:\/\/pytorch.org\/foundation\/\" class=\"ext-link\" rel=\"external nofollow\" onclick=\"this.target=&#039;_blank&#039;;\">PyTorch Foundation<\/a> announced a trio of new projects joining its portfolio: <a href=\"https:\/\/huggingface.co\/docs\/safetensors\/index\" class=\"ext-link\" rel=\"external nofollow\" onclick=\"this.target=&#039;_blank&#039;;\">Safetensors<\/a>, <a href=\"https:\/\/docs.pytorch.org\/executorch\/stable\/index.html\" class=\"ext-link\" rel=\"external nofollow\" onclick=\"this.target=&#039;_blank&#039;;\">ExecuTorch<\/a>, and <a href=\"https:\/\/github.com\/pytorch\/helion\" class=\"ext-link\" rel=\"external nofollow\" onclick=\"this.target=&#039;_blank&#039;;\">Helion<\/a>.&nbsp;<\/p>\n\n\n\n<p>Under the <a href=\"https:\/\/www.linuxfoundation.org\/\" class=\"ext-link\" rel=\"external nofollow\" onclick=\"this.target=&#039;_blank&#039;;\">Linux Foundation<\/a>, the PyTorch Foundation is a community-driven hub supporting the open-source PyTorch framework and a broader portfolio of open-source AI projects, such as DeepSeed, Ray, and vLLM.&nbsp;<\/p>\n\n\n\n<p>Together, these projects provide vendor-neutral infrastructure for the entire AI lifecycle, from training through inference. By bringing Safetensors, ExecuTorch, and Helion into the fold, the foundation strengthens its position as the vendor-neutral hub for open-source AI.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-safetensors-brings-secure-model-distribution\">Safetensors brings secure model distribution<\/h2>\n\n\n\n<p>On Tuesday, Safetensors took center stage in PyTorch Foundation news as the newest foundation-hosted project.&nbsp;<\/p>\n\n\n\n<p>It was <a href=\"https:\/\/huggingface.co\/\" class=\"ext-link\" rel=\"external nofollow\" onclick=\"this.target=&#039;_blank&#039;;\">Hugging Face<\/a>, the open-source AI platform, that developed Safetensors in 2022 and has since maintained it, watching it grow into one of the most widely used tensor serialization formats in the open-source machine learning ecosystem. Now a part of the PyTorch fold, Safetensors will help enable secure model distribution to minimize security risks associated with model architectures and execution.&nbsp;<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>With developers working on new AI models at breakneck speeds, security risks are also rapidly proliferating, making Safetensors a timely addition to the PyTorch Foundation&rsquo;s portfolio &mdash;&nbsp;and a win for the industry at large. <\/p>\n<\/blockquote>\n\n\n\n<p>Unlike other formats (like <a href=\"https:\/\/docs.python.org\/3\/library\/pickle.html\" class=\"ext-link\" rel=\"external nofollow\" onclick=\"this.target=&#039;_blank&#039;;\">pickle<\/a>) that allow (potentially nefarious) developers to execute untested code in model files, Safetensors serves as a &#8220;table of contents&rdquo; for AI model data, preventing arbitrary code execution and thus improving safety during model sharing.&nbsp;<\/p>\n\n\n\n<p>With developers working on new AI models at breakneck speed, security risks are also proliferating rapidly, making Safetensors a timely addition to the PyTorch Foundation&rsquo;s portfolio &mdash;&nbsp;and a win for the industry at large. In the foundation&#8217;s <a href=\"https:\/\/pytorch.org\/blog\/pytorch-foundation-announces-safetensors-as-newest-contributed-project-to-secure-ai-model-execution\/\" class=\"ext-link\" rel=\"external nofollow\" onclick=\"this.target=&#039;_blank&#039;;\">announcement<\/a>, executive director Mark Collier called Safetensors&rsquo;contribution &ldquo;an important step towards scaling production-grade AI models.&rdquo;&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-from-executorch-greater-on-demand-inference-capabilities\">From ExecuTorch, greater on-demand inference capabilities<\/h2>\n\n\n\n<p>Also on Tuesday, the PyTorch Foundation welcomed ExecuTorch as a PyTorch Core project.&nbsp;<\/p>\n\n\n\n<p>First <a href=\"https:\/\/www.linuxfoundation.org\/blog\/-pytorch-conference-2023-news\" class=\"ext-link\" rel=\"external nofollow\" onclick=\"this.target=&#039;_blank&#039;;\">introduced<\/a> publicly at a PyTorch Conference in 2023, ExecuTorch began at Meta with the aim of simplifying the running of PyTorch models in edge and on-device environments (e.g., mobile phones, AR\/VR headsets).&nbsp;<\/p>\n\n\n\n<p>Specifically, as stated in the PyTorch Foundation&rsquo;s <a href=\"https:\/\/pytorch.org\/blog\/executorch-becomes-part-of-pytorch-core\/\" class=\"ext-link\" rel=\"external nofollow\" onclick=\"this.target=&#039;_blank&#039;;\">announcement<\/a>, ExecuTorch was designed with four core principles in mind: 1) end-to-end developer experience; 2) portability across hardware; 3) small, modular, and efficient; 4) open by default.&nbsp;<\/p>\n\n\n\n<p>In the last couple of years, the runtime has moved from being an internal tool to an open platform for on-device AI. It now not only supports model deployment for Meta products but has also found its place among a broader audience, helping developers productionize PyTorch-based models on edge devices, including for AR\/VR experiences, computer vision, sensor processing, and generative AI and LLM-based assistants.&nbsp;<\/p>\n\n\n\n<p>Now a PyTorch core project under the PyTorch Foundation, ExecuTorch will extend PyTorch&#8217;s functionality to enable efficient AI inference on edge devices. By joining the foundation, it will also benefit from its vendor-neutral governance, open-source structure, and clear IP, trademark, and branding (Meta will remain a major contributor but will bear no independent control over the project).&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-helion-standardizes-ai-kernel-development\">Helion standardizes AI kernel development<\/h2>\n\n\n\n<p>Helion also joined the PyTorch fold on Tuesday, adding to the foundation&rsquo;s list of open source AI projects&nbsp;<\/p>\n\n\n\n<p>A Python-embedded domain-specific language (DSL) for authoring machine learning kernels, Helion comes to the PyTorch Foundation with the goal of simplifying kernel development across the open AI ecosystem.&nbsp;<\/p>\n\n\n\n<p>Specifically, as outlined in the PyTorch Foundation&rsquo;s <a href=\"https:\/\/pytorch.org\/blog\/pytorch-foundation-welcomes-helion-as-a-foundation-hosted-project-to-standardize-open-portable-and-accessible-ai-kernel-authoring\/\" class=\"ext-link\" rel=\"external nofollow\" onclick=\"this.target=&#039;_blank&#039;;\">announcement<\/a>, it aims to &ldquo;raise the level of abstraction compared to kernel languages, making it easier to write efficient kernels while enabling more automation in the autotuning process.&rdquo;&nbsp;<\/p>\n\n\n\n<p>Like Safetensors&rsquo; and ExecuTorch&rsquo;s arrival, Helion&rsquo;s entry into the PyTorch Foundation&rsquo;s portfolio comes at a good time. The AI era is starting to shift from primarily training models to running at-scale inference &mdash; and with this shift comes demands for higher-level performance portability across diverse hardware.&nbsp;<\/p>\n\n\n\n<p>By arming developers with higher-level abstractions and ahead-of-time autotuning, Helion should make it easier to write high-performance, hardware-portable machine learning kernels.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-expanding-the-open-source-ai-stack\">Expanding the open source AI stack<\/h2>\n\n\n\n<p>As the AI industry shifts from training models to deploying and scaling in production, it raises new questions about security, performance, and portability. By bringing Safetensors, ExecuTorch, and Helion under its umbrella, the PyTorch Foundation not only expands its project portfolio but also strengthens the entire open-source AI stack.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>This week at PyTorch Conference EU in Paris, the PyTorch Foundation announced a trio of new projects joining its portfolio:<\/p>\n","protected":false},"author":2011,"featured_media":22819523,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"categories":[13778,14511,10933],"tags":[],"coauthors":[12489],"class_list":["post-22819521","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-ai-engineering","category-ai-infrastructure","category-open-source"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v26.8 (Yoast SEO v26.8) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>PyTorch Foundation expands its AI stack with Safetensors, ExecuTorch, and Helion - The New Stack<\/title>\n<meta name=\"description\" content=\"PyTorch Foundation expands its open source AI stack with Safetensors, ExecuTorch, and Helion to improve model security, inference, and performance portability.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/thenewstack.io\/pytorch-ai-stack-expand\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"PyTorch Foundation expands its AI stack with Safetensors, ExecuTorch, and Helion\" \/>\n<meta property=\"og:description\" content=\"PyTorch Foundation expands its open source AI stack with Safetensors, ExecuTorch, and Helion to improve model security, inference, and performance portability.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/thenewstack.io\/pytorch-ai-stack-expand\/\" \/>\n<meta property=\"og:site_name\" content=\"The New Stack\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/thenewstack\" \/>\n<meta property=\"article:published_time\" content=\"2026-04-09T19:18:44+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-13T16:27:02+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/cdn.thenewstack.io\/media\/2026\/04\/715f3734-open-source-code-scaled.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"2560\" \/>\n\t<meta property=\"og:image:height\" content=\"1807\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Meredith Shubel\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@thenewstack\" \/>\n<meta name=\"twitter:site\" content=\"@thenewstack\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Meredith Shubel\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"NewsArticle\",\"@id\":\"https:\/\/thenewstack.io\/pytorch-ai-stack-expand\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/thenewstack.io\/pytorch-ai-stack-expand\/\"},\"author\":{\"name\":\"Meredith Shubel\",\"@id\":\"https:\/\/thenewstack.io\/#\/schema\/person\/eead7903d121280a70547f785d638bfa\"},\"headline\":\"PyTorch Foundation expands its AI stack with Safetensors, ExecuTorch, and Helion\",\"datePublished\":\"2026-04-09T19:18:44+00:00\",\"dateModified\":\"2026-04-13T16:27:02+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/thenewstack.io\/pytorch-ai-stack-expand\/\"},\"wordCount\":738,\"publisher\":{\"@id\":\"https:\/\/thenewstack.io\/#organization\"},\"image\":{\"@id\":\"https:\/\/thenewstack.io\/pytorch-ai-stack-expand\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/cdn.thenewstack.io\/media\/2026\/04\/715f3734-open-source-code-scaled.jpg\",\"articleSection\":[\"AI Engineering\",\"AI Infrastructure\",\"Open Source\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/thenewstack.io\/pytorch-ai-stack-expand\/\",\"url\":\"https:\/\/thenewstack.io\/pytorch-ai-stack-expand\/\",\"name\":\"PyTorch Foundation expands its AI stack with Safetensors, ExecuTorch, and Helion - The New Stack\",\"isPartOf\":{\"@id\":\"https:\/\/thenewstack.io\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/thenewstack.io\/pytorch-ai-stack-expand\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/thenewstack.io\/pytorch-ai-stack-expand\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/cdn.thenewstack.io\/media\/2026\/04\/715f3734-open-source-code-scaled.jpg\",\"datePublished\":\"2026-04-09T19:18:44+00:00\",\"dateModified\":\"2026-04-13T16:27:02+00:00\",\"description\":\"PyTorch Foundation expands its open source AI stack with Safetensors, ExecuTorch, and Helion to improve model security, inference, and performance portability.\",\"breadcrumb\":{\"@id\":\"https:\/\/thenewstack.io\/pytorch-ai-stack-expand\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/thenewstack.io\/pytorch-ai-stack-expand\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/thenewstack.io\/pytorch-ai-stack-expand\/#primaryimage\",\"url\":\"https:\/\/cdn.thenewstack.io\/media\/2026\/04\/715f3734-open-source-code-scaled.jpg\",\"contentUrl\":\"https:\/\/cdn.thenewstack.io\/media\/2026\/04\/715f3734-open-source-code-scaled.jpg\",\"width\":2560,\"height\":1807,\"caption\":\"Blue and white graphic of computer with code\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/thenewstack.io\/pytorch-ai-stack-expand\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/thenewstack.io\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"PyTorch Foundation expands its AI stack with Safetensors, ExecuTorch, and Helion\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/thenewstack.io\/#website\",\"url\":\"https:\/\/thenewstack.io\/\",\"name\":\"The New Stack\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/thenewstack.io\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/thenewstack.io\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/thenewstack.io\/#organization\",\"name\":\"The New Stack\",\"url\":\"https:\/\/thenewstack.io\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/thenewstack.io\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/cdn.thenewstack.io\/media\/2021\/11\/a9fbec84-the-new-stack-logo-rgb-screen.png\",\"contentUrl\":\"https:\/\/cdn.thenewstack.io\/media\/2021\/11\/a9fbec84-the-new-stack-logo-rgb-screen.png\",\"width\":1032,\"height\":128,\"caption\":\"The New Stack\"},\"image\":{\"@id\":\"https:\/\/thenewstack.io\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/thenewstack\",\"https:\/\/x.com\/thenewstack\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/thenewstack.io\/#\/schema\/person\/eead7903d121280a70547f785d638bfa\",\"name\":\"Meredith Shubel\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/thenewstack.io\/#\/schema\/person\/image\/930fb93852139f2c3618a4f975654fec\",\"url\":\"https:\/\/thenewstack.io\/wp-content\/uploads\/2025\/09\/53f49f49-cropped-35fc143f-meredith-shubel-2-96x96.jpg\",\"contentUrl\":\"https:\/\/thenewstack.io\/wp-content\/uploads\/2025\/09\/53f49f49-cropped-35fc143f-meredith-shubel-2-96x96.jpg\",\"caption\":\"Meredith Shubel\"},\"description\":\"Meredith Shubel is a technical writer covering cloud infrastructure and enterprise software. She has contributed to The New Stack since 2022, profiling startups and exploring how organizations adopt emerging technologies. Beyond The New Stack, she ghostwrites white papers, executive bylines, and other thought leadership content on cybersecurity, AI and digital transformation.\",\"sameAs\":[\"https:\/\/www.linkedin.com\/in\/meredithshubel\/\"],\"url\":\"https:\/\/thenewstack.io\/author\/mshubel\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"PyTorch Foundation expands its AI stack with Safetensors, ExecuTorch, and Helion - The New Stack","description":"PyTorch Foundation expands its open source AI stack with Safetensors, ExecuTorch, and Helion to improve model security, inference, and performance portability.","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:\/\/thenewstack.io\/pytorch-ai-stack-expand\/","og_locale":"en_US","og_type":"article","og_title":"PyTorch Foundation expands its AI stack with Safetensors, ExecuTorch, and Helion","og_description":"PyTorch Foundation expands its open source AI stack with Safetensors, ExecuTorch, and Helion to improve model security, inference, and performance portability.","og_url":"https:\/\/thenewstack.io\/pytorch-ai-stack-expand\/","og_site_name":"The New Stack","article_publisher":"https:\/\/www.facebook.com\/thenewstack","article_published_time":"2026-04-09T19:18:44+00:00","article_modified_time":"2026-04-13T16:27:02+00:00","og_image":[{"width":2560,"height":1807,"url":"https:\/\/cdn.thenewstack.io\/media\/2026\/04\/715f3734-open-source-code-scaled.jpg","type":"image\/jpeg"}],"author":"Meredith Shubel","twitter_card":"summary_large_image","twitter_creator":"@thenewstack","twitter_site":"@thenewstack","twitter_misc":{"Written by":"Meredith Shubel","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"NewsArticle","@id":"https:\/\/thenewstack.io\/pytorch-ai-stack-expand\/#article","isPartOf":{"@id":"https:\/\/thenewstack.io\/pytorch-ai-stack-expand\/"},"author":{"name":"Meredith Shubel","@id":"https:\/\/thenewstack.io\/#\/schema\/person\/eead7903d121280a70547f785d638bfa"},"headline":"PyTorch Foundation expands its AI stack with Safetensors, ExecuTorch, and Helion","datePublished":"2026-04-09T19:18:44+00:00","dateModified":"2026-04-13T16:27:02+00:00","mainEntityOfPage":{"@id":"https:\/\/thenewstack.io\/pytorch-ai-stack-expand\/"},"wordCount":738,"publisher":{"@id":"https:\/\/thenewstack.io\/#organization"},"image":{"@id":"https:\/\/thenewstack.io\/pytorch-ai-stack-expand\/#primaryimage"},"thumbnailUrl":"https:\/\/cdn.thenewstack.io\/media\/2026\/04\/715f3734-open-source-code-scaled.jpg","articleSection":["AI Engineering","AI Infrastructure","Open Source"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/thenewstack.io\/pytorch-ai-stack-expand\/","url":"https:\/\/thenewstack.io\/pytorch-ai-stack-expand\/","name":"PyTorch Foundation expands its AI stack with Safetensors, ExecuTorch, and Helion - The New Stack","isPartOf":{"@id":"https:\/\/thenewstack.io\/#website"},"primaryImageOfPage":{"@id":"https:\/\/thenewstack.io\/pytorch-ai-stack-expand\/#primaryimage"},"image":{"@id":"https:\/\/thenewstack.io\/pytorch-ai-stack-expand\/#primaryimage"},"thumbnailUrl":"https:\/\/cdn.thenewstack.io\/media\/2026\/04\/715f3734-open-source-code-scaled.jpg","datePublished":"2026-04-09T19:18:44+00:00","dateModified":"2026-04-13T16:27:02+00:00","description":"PyTorch Foundation expands its open source AI stack with Safetensors, ExecuTorch, and Helion to improve model security, inference, and performance portability.","breadcrumb":{"@id":"https:\/\/thenewstack.io\/pytorch-ai-stack-expand\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/thenewstack.io\/pytorch-ai-stack-expand\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/thenewstack.io\/pytorch-ai-stack-expand\/#primaryimage","url":"https:\/\/cdn.thenewstack.io\/media\/2026\/04\/715f3734-open-source-code-scaled.jpg","contentUrl":"https:\/\/cdn.thenewstack.io\/media\/2026\/04\/715f3734-open-source-code-scaled.jpg","width":2560,"height":1807,"caption":"Blue and white graphic of computer with code"},{"@type":"BreadcrumbList","@id":"https:\/\/thenewstack.io\/pytorch-ai-stack-expand\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/thenewstack.io\/"},{"@type":"ListItem","position":2,"name":"PyTorch Foundation expands its AI stack with Safetensors, ExecuTorch, and Helion"}]},{"@type":"WebSite","@id":"https:\/\/thenewstack.io\/#website","url":"https:\/\/thenewstack.io\/","name":"The New Stack","description":"","publisher":{"@id":"https:\/\/thenewstack.io\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/thenewstack.io\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/thenewstack.io\/#organization","name":"The New Stack","url":"https:\/\/thenewstack.io\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/thenewstack.io\/#\/schema\/logo\/image\/","url":"https:\/\/cdn.thenewstack.io\/media\/2021\/11\/a9fbec84-the-new-stack-logo-rgb-screen.png","contentUrl":"https:\/\/cdn.thenewstack.io\/media\/2021\/11\/a9fbec84-the-new-stack-logo-rgb-screen.png","width":1032,"height":128,"caption":"The New Stack"},"image":{"@id":"https:\/\/thenewstack.io\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/thenewstack","https:\/\/x.com\/thenewstack"]},{"@type":"Person","@id":"https:\/\/thenewstack.io\/#\/schema\/person\/eead7903d121280a70547f785d638bfa","name":"Meredith Shubel","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/thenewstack.io\/#\/schema\/person\/image\/930fb93852139f2c3618a4f975654fec","url":"https:\/\/thenewstack.io\/wp-content\/uploads\/2025\/09\/53f49f49-cropped-35fc143f-meredith-shubel-2-96x96.jpg","contentUrl":"https:\/\/thenewstack.io\/wp-content\/uploads\/2025\/09\/53f49f49-cropped-35fc143f-meredith-shubel-2-96x96.jpg","caption":"Meredith Shubel"},"description":"Meredith Shubel is a technical writer covering cloud infrastructure and enterprise software. She has contributed to The New Stack since 2022, profiling startups and exploring how organizations adopt emerging technologies. Beyond The New Stack, she ghostwrites white papers, executive bylines, and other thought leadership content on cybersecurity, AI and digital transformation.","sameAs":["https:\/\/www.linkedin.com\/in\/meredithshubel\/"],"url":"https:\/\/thenewstack.io\/author\/mshubel\/"}]}},"_links":{"self":[{"href":"https:\/\/thenewstack.io\/wp-json\/wp\/v2\/posts\/22819521","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/thenewstack.io\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/thenewstack.io\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/thenewstack.io\/wp-json\/wp\/v2\/users\/2011"}],"replies":[{"embeddable":true,"href":"https:\/\/thenewstack.io\/wp-json\/wp\/v2\/comments?post=22819521"}],"version-history":[{"count":10,"href":"https:\/\/thenewstack.io\/wp-json\/wp\/v2\/posts\/22819521\/revisions"}],"predecessor-version":[{"id":22819647,"href":"https:\/\/thenewstack.io\/wp-json\/wp\/v2\/posts\/22819521\/revisions\/22819647"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/thenewstack.io\/wp-json\/wp\/v2\/media\/22819523"}],"wp:attachment":[{"href":"https:\/\/thenewstack.io\/wp-json\/wp\/v2\/media?parent=22819521"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/thenewstack.io\/wp-json\/wp\/v2\/categories?post=22819521"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/thenewstack.io\/wp-json\/wp\/v2\/tags?post=22819521"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/thenewstack.io\/wp-json\/wp\/v2\/coauthors?post=22819521"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}