{"id":2143,"date":"2023-10-10T13:54:00","date_gmt":"2023-10-10T13:54:00","guid":{"rendered":"https:\/\/radicalbit.ai\/?p=2143"},"modified":"2026-04-23T08:51:27","modified_gmt":"2026-04-23T08:51:27","slug":"what-is-mlops","status":"publish","type":"post","link":"https:\/\/radicalbit.ai\/it\/resources\/blog\/what-is-mlops\/","title":{"rendered":"Why do we need MLOps?"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\"><strong>MLOps and AI infrastructures<\/strong> are topics that have been widely discussed in recent months, even more so after the <strong>rise of technologies around LLMs like ChatGPT.<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In this blog post, we\u2019re going to give a short and gentle introduction to these concepts by introducing their basic aspects.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Let\u2019s start by introducing the practice of MLOps and what it means.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>MLOps, or Machine Learning Operations<\/strong>, combines machine learning development activities and <strong>DevOps practices<\/strong>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">It considers the <strong>entire machine learning lifecycle<\/strong>, from data preparation and experimentation to deployment and monitoring phases. The canonical workflow showing the MLOps process is the following:<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img fetchpriority=\"high\" decoding=\"async\" width=\"1800\" height=\"941\" src=\"https:\/\/radicalbit.ai\/wp-content\/uploads\/2023\/12\/MLOps-schema.webp\" alt=\"MLOps schema\" class=\"wp-image-2265\" title=\"MLOps-schema\" srcset=\"https:\/\/radicalbit.ai\/wp-content\/uploads\/2023\/12\/MLOps-schema.webp 1800w, https:\/\/radicalbit.ai\/wp-content\/uploads\/2023\/12\/MLOps-schema-300x157.webp 300w, https:\/\/radicalbit.ai\/wp-content\/uploads\/2023\/12\/MLOps-schema-1024x535.webp 1024w, https:\/\/radicalbit.ai\/wp-content\/uploads\/2023\/12\/MLOps-schema-768x401.webp 768w, https:\/\/radicalbit.ai\/wp-content\/uploads\/2023\/12\/MLOps-schema-1536x803.webp 1536w, https:\/\/radicalbit.ai\/wp-content\/uploads\/2023\/12\/MLOps-schema-1080x565.webp 1080w, https:\/\/radicalbit.ai\/wp-content\/uploads\/2023\/12\/MLOps-schema-1280x669.webp 1280w, https:\/\/radicalbit.ai\/wp-content\/uploads\/2023\/12\/MLOps-schema-980x512.webp 980w, https:\/\/radicalbit.ai\/wp-content\/uploads\/2023\/12\/MLOps-schema-480x251.webp 480w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Schema original source:&nbsp;<a href=\"https:\/\/ml-ops.org\/content\/mlops-principles\" target=\"_blank\" rel=\"noreferrer noopener\">MLOps.org<\/a><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The first steps are about requirements and data gathering, followed by the development phase (data preparation, feature engineering, training, running experiments\u2026), model packaging (artifact creation, storage in a model repository\u2026), until the final deployment, monitoring, and observability phases.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">However, we can think of this process as iterative. If a model becomes obsolete in production due to poor performance or the presence of concept\/data drift, the data scientist must update it and go through the various steps again. In this case, if we have a cycle between the monitoring and the training phases, we can talk about <strong>Continuous Training or Continual Learning<\/strong>, but we will go deeper into these topics in a future blog post.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">What are the key benefits of MLOps?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">As in many other industries, the use of well-structured and verified practices brings many benefits. In the AI domains, and specifically when it comes to MLOps practices, there are multiple advantages that are provided, here are the more significant ones:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>increase productivity<\/strong> \u2013 by relying on established practices, the team can be more productive and avoid reinventing the wheel each time without starting from scratch<\/li>\n\n\n\n<li><strong>improve collaboration between engineering, DevOps, and data teams<\/strong> \u2013 in large organizations, there are typically multiple teams. The data science team is usually focused on defining and writing the algorithms and training the models. On the other hand, the engineering and DevOps teams are more focused on putting the models into production and monitoring them in a perfect way to avoid their obsolescence and poor performance from both a functional and non-functional requirements point of view. MLOps can help to break down silos and make it easier for teams to work together and reach better results<\/li>\n\n\n\n<li><strong>improve model quality<\/strong> \u2013 by applying standard and recognized practices, it\u2019s an easy task to get better models with great quality. In addition, continuous monitoring and observation of the models keeps them up to date, prevents them from becoming obsolete, and ultimately achieves higher overall quality;<\/li>\n\n\n\n<li><strong>reduce costs<\/strong> \u2013 following MLOps practices can shorten the development cycle and optimize the amount of hardware and software needed to run the models, ultimately yielding a noticeable reduction in costs<\/li>\n\n\n\n<li><strong>faster time to market<\/strong> \u2013 the combination of some of the previous benefits (e.g., productivity and collaboration improvements) ultimately leads to a model in production in a fraction of the time<\/li>\n\n\n\n<li><strong>regulatory compliance<\/strong> \u2013 MLOps can help ensure that models are developed and deployed in a transparent and auditable manner. Moreover, the application of techniques such as explainability and observability is often a regulatory requirement in many domains. Last but not least, MLOps can help to have better control over the model, ensuring appropriate and ethical behavior, and avoiding both bias and hallucinations.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Looking ahead: AI infrastructure &amp; MLOps<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>AI Infrastructure is the combination of hardware and software needed to develop, train, deploy, serve, monitor, and observe AI models.<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Analyzing the hardware side, we need to consider elements such as computing resources (CPU, GPU, or TPU), memory, storage, and networking among each other. <strong>Modern models, such as LLMs<\/strong>, require ad hoc and powerful hardware to run correctly.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">On the other hand, when we talk about software requirements, we need the best off-the-shelf tools like Model Management, Continuous Integration and Delivery, Model Monitoring &amp; Observability to ensure proper management of models at every stage.<br>That\u2019s why<strong> it\u2019s essential to rely on a modern AI infrastructure<\/strong> to implement and mature MLOps practices in a company.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In short, <strong>AI Infrastructure provides the resources and tools that ML teams<\/strong> need to develop and deploy ML models, while MLOps provides the practices and processes that help them to do so more efficiently and reliably.<br>Clearly, these two concepts are inextricably linked and essential for any organization that wants to truly apply AI at scale.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Conclusions<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">As we\u2019ve discussed, given the various <strong>benefits of applying MLOps practices,<\/strong> it\u2019s a must to implement them in organizations, at least after an initial prototyping phase.<br>Working with artificial intelligence is a hard and heavy task, and of course, we need to have all the tools in place to gain full control and avoid potentially catastrophic disasters.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">If you are interested in knowing more about the<strong> Radicalbit MLOps platform<\/strong>, do not hesitate to reach out.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>MLOps and AI infrastructures are topics that have been widely discussed in recent months, even more so after the rise of technologies around LLMs like&hellip;<\/p>\n","protected":false},"author":1,"featured_media":3380,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[28,30],"tags":[21,90,89,72,68,86,91,92],"class_list":["post-2143","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-blog","category-by-radicalbit","tag-ai","tag-delivery","tag-devops","tag-machine-learning","tag-ml","tag-mlops","tag-monitoring","tag-observability"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Why do we need MLOps? | Radicalbit<\/title>\n<meta name=\"description\" content=\"MLOps and AI infrastructures have been widely discussed in recent months, even more so after the rise of technologies around LLMs or ChatGPT.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/radicalbit.ai\/it\/resources\/blog\/what-is-mlops\/\" \/>\n<meta property=\"og:locale\" content=\"it_IT\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Why do we need MLOps?\" \/>\n<meta property=\"og:description\" content=\"MLOps and AI infrastructures are topics that have been widely discussed in recent months, even more so after the rise of technologies around LLMs like ChatGPT. In this blog post, we\u2019re going to give a short and gentle introduction to these concepts by introducing their basic aspects.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/radicalbit.ai\/it\/resources\/blog\/what-is-mlops\/\" \/>\n<meta property=\"og:site_name\" content=\"Radicalbit\" \/>\n<meta property=\"article:published_time\" content=\"2023-10-10T13:54:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-23T08:51:27+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/radicalbit.ai\/wp-content\/uploads\/2023\/12\/Why-do-we-need-MLOps.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1600\" \/>\n\t<meta property=\"og:image:height\" content=\"900\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"info@radicalbit.io\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:title\" content=\"Why do we need MLOps?\" \/>\n<meta name=\"twitter:description\" content=\"MLOps and AI infrastructures are topics that have been widely discussed in recent months, even more so after the rise of technologies around LLMs like ChatGPT. In this blog post, we\u2019re going to give a short and gentle introduction to these concepts by introducing their basic aspects.\" \/>\n<meta name=\"twitter:image\" content=\"https:\/\/radicalbit.ai\/wp-content\/uploads\/2023\/12\/Why-do-we-need-MLOps.jpg\" \/>\n<meta name=\"twitter:label1\" content=\"Scritto da\" \/>\n\t<meta name=\"twitter:data1\" content=\"info@radicalbit.io\" \/>\n\t<meta name=\"twitter:label2\" content=\"Tempo di lettura stimato\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minuti\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":[\"Article\",\"BlogPosting\"],\"@id\":\"https:\\\/\\\/radicalbit.ai\\\/it\\\/resources\\\/blog\\\/what-is-mlops\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/radicalbit.ai\\\/it\\\/resources\\\/blog\\\/what-is-mlops\\\/\"},\"author\":{\"name\":\"info@radicalbit.io\",\"@id\":\"https:\\\/\\\/radicalbit.ai\\\/it\\\/#\\\/schema\\\/person\\\/de74cdd211ec3a7b59a057e090c55775\"},\"headline\":\"Why do we need MLOps?\",\"datePublished\":\"2023-10-10T13:54:00+00:00\",\"dateModified\":\"2026-04-23T08:51:27+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/radicalbit.ai\\\/it\\\/resources\\\/blog\\\/what-is-mlops\\\/\"},\"wordCount\":817,\"publisher\":{\"@id\":\"https:\\\/\\\/radicalbit.ai\\\/it\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/radicalbit.ai\\\/it\\\/resources\\\/blog\\\/what-is-mlops\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/radicalbit.ai\\\/wp-content\\\/uploads\\\/2023\\\/12\\\/Why-do-we-need-MLOps.jpg\",\"keywords\":[\"ai\",\"Delivery\",\"DevOps\",\"machine learning\",\"ML\",\"MLOps\",\"Monitoring\",\"Observability\"],\"articleSection\":[\"Blog\",\"by Radicalbit\"],\"inLanguage\":\"it-IT\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/radicalbit.ai\\\/it\\\/resources\\\/blog\\\/what-is-mlops\\\/\",\"url\":\"https:\\\/\\\/radicalbit.ai\\\/it\\\/resources\\\/blog\\\/what-is-mlops\\\/\",\"name\":\"Why do we need MLOps? | Radicalbit\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/radicalbit.ai\\\/it\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/radicalbit.ai\\\/it\\\/resources\\\/blog\\\/what-is-mlops\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/radicalbit.ai\\\/it\\\/resources\\\/blog\\\/what-is-mlops\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/radicalbit.ai\\\/wp-content\\\/uploads\\\/2023\\\/12\\\/Why-do-we-need-MLOps.jpg\",\"datePublished\":\"2023-10-10T13:54:00+00:00\",\"dateModified\":\"2026-04-23T08:51:27+00:00\",\"description\":\"MLOps and AI infrastructures have been widely discussed in recent months, even more so after the rise of technologies around LLMs or ChatGPT.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/radicalbit.ai\\\/it\\\/resources\\\/blog\\\/what-is-mlops\\\/#breadcrumb\"},\"inLanguage\":\"it-IT\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/radicalbit.ai\\\/it\\\/resources\\\/blog\\\/what-is-mlops\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"it-IT\",\"@id\":\"https:\\\/\\\/radicalbit.ai\\\/it\\\/resources\\\/blog\\\/what-is-mlops\\\/#primaryimage\",\"url\":\"https:\\\/\\\/radicalbit.ai\\\/wp-content\\\/uploads\\\/2023\\\/12\\\/Why-do-we-need-MLOps.jpg\",\"contentUrl\":\"https:\\\/\\\/radicalbit.ai\\\/wp-content\\\/uploads\\\/2023\\\/12\\\/Why-do-we-need-MLOps.jpg\",\"width\":1600,\"height\":900,\"caption\":\"Why do we need MLOps\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/radicalbit.ai\\\/it\\\/resources\\\/blog\\\/what-is-mlops\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/radicalbit.ai\\\/it\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Why do we need MLOps?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/radicalbit.ai\\\/it\\\/#website\",\"url\":\"https:\\\/\\\/radicalbit.ai\\\/it\\\/\",\"name\":\"Radicalbit\",\"description\":\"Simpler, faster, better MLOps\",\"publisher\":{\"@id\":\"https:\\\/\\\/radicalbit.ai\\\/it\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/radicalbit.ai\\\/it\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"it-IT\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/radicalbit.ai\\\/it\\\/#organization\",\"name\":\"Radicalbit\",\"url\":\"https:\\\/\\\/radicalbit.ai\\\/it\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"it-IT\",\"@id\":\"https:\\\/\\\/radicalbit.ai\\\/it\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/radicalbit.ai\\\/wp-content\\\/uploads\\\/2023\\\/11\\\/radicalbit__RGB__logo-horizontal-positive-e1701861883280.webp\",\"contentUrl\":\"https:\\\/\\\/radicalbit.ai\\\/wp-content\\\/uploads\\\/2023\\\/11\\\/radicalbit__RGB__logo-horizontal-positive-e1701861883280.webp\",\"width\":1570,\"height\":405,\"caption\":\"Radicalbit\"},\"image\":{\"@id\":\"https:\\\/\\\/radicalbit.ai\\\/it\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.linkedin.com\\\/company\\\/6639929\\\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/radicalbit.ai\\\/it\\\/#\\\/schema\\\/person\\\/de74cdd211ec3a7b59a057e090c55775\",\"name\":\"info@radicalbit.io\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"it-IT\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/de37315918a122d6c01d47d2bb49129107f9f40152dbc5c8272aafd9ed5d5bd7?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/de37315918a122d6c01d47d2bb49129107f9f40152dbc5c8272aafd9ed5d5bd7?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/de37315918a122d6c01d47d2bb49129107f9f40152dbc5c8272aafd9ed5d5bd7?s=96&d=mm&r=g\",\"caption\":\"info@radicalbit.io\"},\"sameAs\":[\"https:\\\/\\\/radicalbit.ai\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Why do we need MLOps? | Radicalbit","description":"MLOps and AI infrastructures have been widely discussed in recent months, even more so after the rise of technologies around LLMs or ChatGPT.","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:\/\/radicalbit.ai\/it\/resources\/blog\/what-is-mlops\/","og_locale":"it_IT","og_type":"article","og_title":"Why do we need MLOps?","og_description":"MLOps and AI infrastructures are topics that have been widely discussed in recent months, even more so after the rise of technologies around LLMs like ChatGPT. In this blog post, we\u2019re going to give a short and gentle introduction to these concepts by introducing their basic aspects.","og_url":"https:\/\/radicalbit.ai\/it\/resources\/blog\/what-is-mlops\/","og_site_name":"Radicalbit","article_published_time":"2023-10-10T13:54:00+00:00","article_modified_time":"2026-04-23T08:51:27+00:00","og_image":[{"width":1600,"height":900,"url":"http:\/\/radicalbit.ai\/wp-content\/uploads\/2023\/12\/Why-do-we-need-MLOps.jpg","type":"image\/jpeg"}],"author":"info@radicalbit.io","twitter_card":"summary_large_image","twitter_title":"Why do we need MLOps?","twitter_description":"MLOps and AI infrastructures are topics that have been widely discussed in recent months, even more so after the rise of technologies around LLMs like ChatGPT. In this blog post, we\u2019re going to give a short and gentle introduction to these concepts by introducing their basic aspects.","twitter_image":"https:\/\/radicalbit.ai\/wp-content\/uploads\/2023\/12\/Why-do-we-need-MLOps.jpg","twitter_misc":{"Scritto da":"info@radicalbit.io","Tempo di lettura stimato":"5 minuti"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":["Article","BlogPosting"],"@id":"https:\/\/radicalbit.ai\/it\/resources\/blog\/what-is-mlops\/#article","isPartOf":{"@id":"https:\/\/radicalbit.ai\/it\/resources\/blog\/what-is-mlops\/"},"author":{"name":"info@radicalbit.io","@id":"https:\/\/radicalbit.ai\/it\/#\/schema\/person\/de74cdd211ec3a7b59a057e090c55775"},"headline":"Why do we need MLOps?","datePublished":"2023-10-10T13:54:00+00:00","dateModified":"2026-04-23T08:51:27+00:00","mainEntityOfPage":{"@id":"https:\/\/radicalbit.ai\/it\/resources\/blog\/what-is-mlops\/"},"wordCount":817,"publisher":{"@id":"https:\/\/radicalbit.ai\/it\/#organization"},"image":{"@id":"https:\/\/radicalbit.ai\/it\/resources\/blog\/what-is-mlops\/#primaryimage"},"thumbnailUrl":"https:\/\/radicalbit.ai\/wp-content\/uploads\/2023\/12\/Why-do-we-need-MLOps.jpg","keywords":["ai","Delivery","DevOps","machine learning","ML","MLOps","Monitoring","Observability"],"articleSection":["Blog","by Radicalbit"],"inLanguage":"it-IT"},{"@type":"WebPage","@id":"https:\/\/radicalbit.ai\/it\/resources\/blog\/what-is-mlops\/","url":"https:\/\/radicalbit.ai\/it\/resources\/blog\/what-is-mlops\/","name":"Why do we need MLOps? | Radicalbit","isPartOf":{"@id":"https:\/\/radicalbit.ai\/it\/#website"},"primaryImageOfPage":{"@id":"https:\/\/radicalbit.ai\/it\/resources\/blog\/what-is-mlops\/#primaryimage"},"image":{"@id":"https:\/\/radicalbit.ai\/it\/resources\/blog\/what-is-mlops\/#primaryimage"},"thumbnailUrl":"https:\/\/radicalbit.ai\/wp-content\/uploads\/2023\/12\/Why-do-we-need-MLOps.jpg","datePublished":"2023-10-10T13:54:00+00:00","dateModified":"2026-04-23T08:51:27+00:00","description":"MLOps and AI infrastructures have been widely discussed in recent months, even more so after the rise of technologies around LLMs or ChatGPT.","breadcrumb":{"@id":"https:\/\/radicalbit.ai\/it\/resources\/blog\/what-is-mlops\/#breadcrumb"},"inLanguage":"it-IT","potentialAction":[{"@type":"ReadAction","target":["https:\/\/radicalbit.ai\/it\/resources\/blog\/what-is-mlops\/"]}]},{"@type":"ImageObject","inLanguage":"it-IT","@id":"https:\/\/radicalbit.ai\/it\/resources\/blog\/what-is-mlops\/#primaryimage","url":"https:\/\/radicalbit.ai\/wp-content\/uploads\/2023\/12\/Why-do-we-need-MLOps.jpg","contentUrl":"https:\/\/radicalbit.ai\/wp-content\/uploads\/2023\/12\/Why-do-we-need-MLOps.jpg","width":1600,"height":900,"caption":"Why do we need MLOps"},{"@type":"BreadcrumbList","@id":"https:\/\/radicalbit.ai\/it\/resources\/blog\/what-is-mlops\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/radicalbit.ai\/it\/"},{"@type":"ListItem","position":2,"name":"Why do we need MLOps?"}]},{"@type":"WebSite","@id":"https:\/\/radicalbit.ai\/it\/#website","url":"https:\/\/radicalbit.ai\/it\/","name":"Radicalbit","description":"Simpler, faster, better MLOps","publisher":{"@id":"https:\/\/radicalbit.ai\/it\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/radicalbit.ai\/it\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"it-IT"},{"@type":"Organization","@id":"https:\/\/radicalbit.ai\/it\/#organization","name":"Radicalbit","url":"https:\/\/radicalbit.ai\/it\/","logo":{"@type":"ImageObject","inLanguage":"it-IT","@id":"https:\/\/radicalbit.ai\/it\/#\/schema\/logo\/image\/","url":"https:\/\/radicalbit.ai\/wp-content\/uploads\/2023\/11\/radicalbit__RGB__logo-horizontal-positive-e1701861883280.webp","contentUrl":"https:\/\/radicalbit.ai\/wp-content\/uploads\/2023\/11\/radicalbit__RGB__logo-horizontal-positive-e1701861883280.webp","width":1570,"height":405,"caption":"Radicalbit"},"image":{"@id":"https:\/\/radicalbit.ai\/it\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.linkedin.com\/company\/6639929\/"]},{"@type":"Person","@id":"https:\/\/radicalbit.ai\/it\/#\/schema\/person\/de74cdd211ec3a7b59a057e090c55775","name":"info@radicalbit.io","image":{"@type":"ImageObject","inLanguage":"it-IT","@id":"https:\/\/secure.gravatar.com\/avatar\/de37315918a122d6c01d47d2bb49129107f9f40152dbc5c8272aafd9ed5d5bd7?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/de37315918a122d6c01d47d2bb49129107f9f40152dbc5c8272aafd9ed5d5bd7?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/de37315918a122d6c01d47d2bb49129107f9f40152dbc5c8272aafd9ed5d5bd7?s=96&d=mm&r=g","caption":"info@radicalbit.io"},"sameAs":["https:\/\/radicalbit.ai"]}]}},"_links":{"self":[{"href":"https:\/\/radicalbit.ai\/it\/wp-json\/wp\/v2\/posts\/2143","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/radicalbit.ai\/it\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/radicalbit.ai\/it\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/radicalbit.ai\/it\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/radicalbit.ai\/it\/wp-json\/wp\/v2\/comments?post=2143"}],"version-history":[{"count":15,"href":"https:\/\/radicalbit.ai\/it\/wp-json\/wp\/v2\/posts\/2143\/revisions"}],"predecessor-version":[{"id":11626,"href":"https:\/\/radicalbit.ai\/it\/wp-json\/wp\/v2\/posts\/2143\/revisions\/11626"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/radicalbit.ai\/it\/wp-json\/wp\/v2\/media\/3380"}],"wp:attachment":[{"href":"https:\/\/radicalbit.ai\/it\/wp-json\/wp\/v2\/media?parent=2143"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/radicalbit.ai\/it\/wp-json\/wp\/v2\/categories?post=2143"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/radicalbit.ai\/it\/wp-json\/wp\/v2\/tags?post=2143"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}