{"id":1374,"date":"2023-06-23T14:06:15","date_gmt":"2023-06-23T14:06:15","guid":{"rendered":"https:\/\/cm-edgetun.pages.dev\/en-us\/startups\/blog\/?p=1374"},"modified":"2025-06-24T20:52:06","modified_gmt":"2025-06-25T04:52:06","slug":"simplifying-the-journey-of-ai-startups-through-experimentation-and-scaling","status":"publish","type":"post","link":"https:\/\/cm-edgetun.pages.dev\/en-us\/startups\/blog\/simplifying-the-journey-of-ai-startups-through-experimentation-and-scaling\/","title":{"rendered":"Simplifying the journey of AI startups through experimentation and scaling"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\"><em>This is part three of our three-part AI-Core Insights series.&nbsp;<\/em><a href=\"https:\/\/cm-edgetun.pages.dev\/en-us\/startups\/blog\/foundation-models-open-source-or-not-open-source\/\">Click here for part one<\/a><em>, \u201cFoundation models: To open-source or not to open-source?\u201d, and <\/em><a href=\"https:\/\/cm-edgetun.pages.dev\/en-us\/startups\/blog\/discovering-holistic-infrastructure-strategies-for-compute-intensive-startups\/\">here for part two<\/a><em>, \u201cDiscovering holistic infrastructure strategies for compute-intensive startups.\u201d<\/em><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">On the road of LLM-driven use cases, startups are leading the way. The road can be bumpy, with hiccups in GPU allocation, allocated capacity availability, API rate limits, and more. Then there are the innumerable priorities of an LLM pipeline that need to be timed for different stages of your product build.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In this final part of our AI Core Insights series, we\u2019ll summarize a few decisions you need to consider at various stages to make your journey easier.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Experimenting with models<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">At the experimentation stage, you\u2019re first testing and comparing several models, both open- and closed-source. For OpenAI APIs, <a href=\"https:\/\/startups.microsoft.com\/\">Microsoft for Startups<\/a> provides access to OpenAI credits worth $2,500 which can provide rapid availability of APIs for experimentation.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">A <a href=\"https:\/\/ml.azure.com\/pipelines\">simple model catalog<\/a> can be a great way to experiment with several models with simple <a href=\"https:\/\/ml.azure.com\/pipelines\">pipelines<\/a> and find out the best performant model for the use cases. The refreshed AzureML model catalog enlists best models from HuggingFace, as well as the few selected by Azure.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The compute targets for this stage can be either a CPU or a GPU, with no major need of a super-performant system for scale. The GPUs can encompass V100s, A100s or RTX GPUs. For inference, the most widely used SKU is A10s and V100s, while A100s are also used in some cases. It is important to pursue alternatives to ensure scale in access, with multiple dependent variables like region availability and quota availability.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Considerations after choosing a model <\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">After completing experimentation, you\u2019ve centralized upon a use case and the right model configuration to go with it. The model configuration, however, is usually a set of models instead of just one. Here are a few considerations to keep in mind:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li class=\"wp-block-list-item\">Papers like <a href=\"https:\/\/arxiv.org\/abs\/2305.05176\">FrugalGPT<\/a> outline various techniques of choosing the best-fit deployment between model choice and use-case success. This is a bit like malloc principles: we have an option to choose the first fit but oftentimes, the most efficient products will come out of best fit.<\/li>\n\n\n\n<li class=\"wp-block-list-item\"><a href=\"https:\/\/learn.microsoft.com\/en-us\/azure\/machine-learning\/how-to-use-serverless-compute?view=azureml-api-2&amp;tabs=python\">Serverless compute offering<\/a> can help deploy ML jobs without the overhead of ML job management and understanding compute types.<\/li>\n\n\n\n<li class=\"wp-block-list-item\">For deployment comparisons, setting up <a href=\"https:\/\/ml.azure.com\/experiment\">jobs via Azure ML Studio<\/a> can help benchmark and evaluate performance.<\/li>\n\n\n\n<li class=\"wp-block-list-item\">Creating multiple pipelines is easy via <a href=\"https:\/\/learn.microsoft.com\/en-us\/azure\/machine-learning\/concept-component?view=azureml-api-2\">reusable components<\/a> with Azure ML.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">On the road to rapid growth<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">With a few customers under the bucket, your LLM pipeline starts scaling fast. At this stage, are additional considerations:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li class=\"wp-block-list-item\"><a href=\"https:\/\/contentsafety.cognitive.azure.com\/\">Content safety<\/a> starts becoming key, since your inferences are going to the customer. Azure Content Safety Studio can be a great place to get ready for deployment to the customers.<\/li>\n\n\n\n<li class=\"wp-block-list-item\"><a href=\"https:\/\/learn.microsoft.com\/en-us\/azure\/machine-learning\/how-to-autoscale-endpoints?view=azureml-api-2&amp;tabs=azure-cli\">Autoscaling of your ML endpoints<\/a> can help scale up and down, based on demand and alerts. This can help optimize cost with varying customer workloads.<\/li>\n\n\n\n<li class=\"wp-block-list-item\">Building on top of an infrastructure like Azure helps presume a few growth needs like reliability of service, adherence to compliance regulations such as HIPAA, and more.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">As large-mode driven use cases become more mainstream, it is clear that except for a few large players, <a href=\"https:\/\/www.linkedin.com\/posts\/microsoftforstartups_focus-on-the-customer-experience-with-copilot-activity-7067249012298436609-kwoq?utm_source=share&amp;utm_medium=member_desktop\">your model is not your product<\/a>. However, a few considerations early on help prioritize the right problem statements to help you build, deploy, and scale your product quickly while the industry keeps expanding.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>For ongoing learning and building around AI, <\/em><a href=\"https:\/\/foundershub.startups.microsoft.com\/signup\"><em>sign up today for Microsoft for Startups Founders Hub<\/em><\/a><em>. <\/em><\/p>\n","protected":false},"excerpt":{"rendered":"<p>This is part three of our three-part AI-Core Insights series.&nbsp;Click here for part one, \u201cFoundation models: To open-source or not to open-source?\u201d, and here for part two, \u201cDiscovering holistic infrastructure strategies for compute-intensive startups.\u201d On the road of LLM-driven use cases, startups are leading the way.<\/p>\n","protected":false},"author":20,"featured_media":1376,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"ms_queue_id":[],"ep_exclude_from_search":false,"_classifai_error":"","_classifai_text_to_speech_error":"","_alt_title":"","ms-ems-related-posts":[],"footnotes":""},"post_tag":[111],"content-type":[],"job-role":[],"topic":[],"coauthors":[],"class_list":["post-1374","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","tag-openai"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Simplifying the journey of AI startups through experimentation and scaling - Microsoft for Startups Blog<\/title>\n<meta name=\"description\" content=\"On the road of LLM-driven use cases, startups are leading the way. We look at decisions you need to consider at various stages to make your journey easier.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/cm-edgetun.pages.dev\/en-us\/startups\/blog\/simplifying-the-journey-of-ai-startups-through-experimentation-and-scaling\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Simplifying the journey of AI startups through experimentation and scaling - Microsoft for Startups Blog\" \/>\n<meta property=\"og:description\" content=\"On the road of LLM-driven use cases, startups are leading the way. We look at decisions you need to consider at various stages to make your journey easier.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/cm-edgetun.pages.dev\/en-us\/startups\/blog\/simplifying-the-journey-of-ai-startups-through-experimentation-and-scaling\/\" \/>\n<meta property=\"og:site_name\" content=\"Microsoft for Startups Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/Microsoft4Startups\/\" \/>\n<meta property=\"article:published_time\" content=\"2023-06-23T14:06:15+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-06-25T04:52:06+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/cm-edgetun.pages.dev\/en-us\/startups\/blog\/wp-content\/uploads\/2023\/06\/LLM-Adoption_shared-1024x536.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1024\" \/>\n\t<meta property=\"og:image:height\" content=\"536\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Nandita Jaya\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:image\" content=\"https:\/\/cm-edgetun.pages.dev\/en-us\/startups\/blog\/wp-content\/uploads\/2023\/06\/LLM-Adoption_shared.png\" \/>\n<meta name=\"twitter:creator\" content=\"@msft4startups\" \/>\n<meta name=\"twitter:site\" content=\"@msft4startups\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Nandita Jaya\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/cm-edgetun.pages.dev\\\/en-us\\\/startups\\\/blog\\\/simplifying-the-journey-of-ai-startups-through-experimentation-and-scaling\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/cm-edgetun.pages.dev\\\/en-us\\\/startups\\\/blog\\\/simplifying-the-journey-of-ai-startups-through-experimentation-and-scaling\\\/\"},\"author\":[{\"@id\":\"https:\\\/\\\/cm-edgetun.pages.dev\\\/en-us\\\/startups\\\/blog\\\/author\\\/nandita-jaya\\\/\",\"@type\":\"Person\",\"@name\":\"Nandita Jaya\"}],\"headline\":\"Simplifying the journey of AI startups through experimentation and scaling\",\"datePublished\":\"2023-06-23T14:06:15+00:00\",\"dateModified\":\"2025-06-25T04:52:06+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/cm-edgetun.pages.dev\\\/en-us\\\/startups\\\/blog\\\/simplifying-the-journey-of-ai-startups-through-experimentation-and-scaling\\\/\"},\"wordCount\":602,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/cm-edgetun.pages.dev\\\/en-us\\\/startups\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/cm-edgetun.pages.dev\\\/en-us\\\/startups\\\/blog\\\/simplifying-the-journey-of-ai-startups-through-experimentation-and-scaling\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/cm-edgetun.pages.dev\\\/en-us\\\/startups\\\/blog\\\/wp-content\\\/uploads\\\/2023\\\/06\\\/christina-wocintechchat-com-eAXpbb4vzKU-unsplash.jpg\",\"keywords\":[\"OpenAI\"],\"articleSection\":[\"News\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/cm-edgetun.pages.dev\\\/en-us\\\/startups\\\/blog\\\/simplifying-the-journey-of-ai-startups-through-experimentation-and-scaling\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/cm-edgetun.pages.dev\\\/en-us\\\/startups\\\/blog\\\/simplifying-the-journey-of-ai-startups-through-experimentation-and-scaling\\\/\",\"url\":\"https:\\\/\\\/cm-edgetun.pages.dev\\\/en-us\\\/startups\\\/blog\\\/simplifying-the-journey-of-ai-startups-through-experimentation-and-scaling\\\/\",\"name\":\"Simplifying the journey of AI startups through experimentation and scaling - Microsoft for Startups Blog\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/cm-edgetun.pages.dev\\\/en-us\\\/startups\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/cm-edgetun.pages.dev\\\/en-us\\\/startups\\\/blog\\\/simplifying-the-journey-of-ai-startups-through-experimentation-and-scaling\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/cm-edgetun.pages.dev\\\/en-us\\\/startups\\\/blog\\\/simplifying-the-journey-of-ai-startups-through-experimentation-and-scaling\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/cm-edgetun.pages.dev\\\/en-us\\\/startups\\\/blog\\\/wp-content\\\/uploads\\\/2023\\\/06\\\/christina-wocintechchat-com-eAXpbb4vzKU-unsplash.jpg\",\"datePublished\":\"2023-06-23T14:06:15+00:00\",\"dateModified\":\"2025-06-25T04:52:06+00:00\",\"description\":\"On the road of LLM-driven use cases, startups are leading the way. We look at decisions you need to consider at various stages to make your journey easier.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/cm-edgetun.pages.dev\\\/en-us\\\/startups\\\/blog\\\/simplifying-the-journey-of-ai-startups-through-experimentation-and-scaling\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/cm-edgetun.pages.dev\\\/en-us\\\/startups\\\/blog\\\/simplifying-the-journey-of-ai-startups-through-experimentation-and-scaling\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/cm-edgetun.pages.dev\\\/en-us\\\/startups\\\/blog\\\/simplifying-the-journey-of-ai-startups-through-experimentation-and-scaling\\\/#primaryimage\",\"url\":\"https:\\\/\\\/cm-edgetun.pages.dev\\\/en-us\\\/startups\\\/blog\\\/wp-content\\\/uploads\\\/2023\\\/06\\\/christina-wocintechchat-com-eAXpbb4vzKU-unsplash.jpg\",\"contentUrl\":\"https:\\\/\\\/cm-edgetun.pages.dev\\\/en-us\\\/startups\\\/blog\\\/wp-content\\\/uploads\\\/2023\\\/06\\\/christina-wocintechchat-com-eAXpbb4vzKU-unsplash.jpg\",\"width\":960,\"height\":540,\"caption\":\"Simplifying the journey of AI startups through experimentation and scaling\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/cm-edgetun.pages.dev\\\/en-us\\\/startups\\\/blog\\\/simplifying-the-journey-of-ai-startups-through-experimentation-and-scaling\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/cm-edgetun.pages.dev\\\/en-us\\\/startups\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Simplifying the journey of AI startups through experimentation and scaling\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/cm-edgetun.pages.dev\\\/en-us\\\/startups\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/cm-edgetun.pages.dev\\\/en-us\\\/startups\\\/blog\\\/\",\"name\":\"Microsoft for Startups Blog\",\"description\":\"Startup insight and inspiration\",\"publisher\":{\"@id\":\"https:\\\/\\\/cm-edgetun.pages.dev\\\/en-us\\\/startups\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/cm-edgetun.pages.dev\\\/en-us\\\/startups\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/cm-edgetun.pages.dev\\\/en-us\\\/startups\\\/blog\\\/#organization\",\"name\":\"Microsoft for Startups Blog\",\"url\":\"https:\\\/\\\/cm-edgetun.pages.dev\\\/en-us\\\/startups\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/cm-edgetun.pages.dev\\\/en-us\\\/startups\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/cm-edgetun.pages.dev\\\/en-us\\\/startups\\\/blog\\\/wp-content\\\/uploads\\\/2024\\\/11\\\/microsoft_logo.webp\",\"contentUrl\":\"https:\\\/\\\/cm-edgetun.pages.dev\\\/en-us\\\/startups\\\/blog\\\/wp-content\\\/uploads\\\/2024\\\/11\\\/microsoft_logo.webp\",\"width\":512,\"height\":512,\"caption\":\"Microsoft for Startups Blog\"},\"image\":{\"@id\":\"https:\\\/\\\/cm-edgetun.pages.dev\\\/en-us\\\/startups\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/Microsoft4Startups\\\/\",\"https:\\\/\\\/x.com\\\/msft4startups\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/microsoftforstartups\\\/\",\"https:\\\/\\\/www.instagram.com\\\/microsoftforstartups\\\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/cm-edgetun.pages.dev\\\/en-us\\\/startups\\\/blog\\\/#\\\/schema\\\/person\\\/c6c36ea4177552c4b22b1d3a72eba6b0\",\"name\":\"Nandita Jaya\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/3ef8c6b30371ed77667870783a83e5a83c11325ad0e56e201366e06ef569ee0a?s=96&d=microsoft&r=g00a7a1dc2c7a52e12805e36d7b84eb23\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/3ef8c6b30371ed77667870783a83e5a83c11325ad0e56e201366e06ef569ee0a?s=96&d=microsoft&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/3ef8c6b30371ed77667870783a83e5a83c11325ad0e56e201366e06ef569ee0a?s=96&d=microsoft&r=g\",\"caption\":\"Nandita Jaya\"},\"url\":\"https:\\\/\\\/cm-edgetun.pages.dev\\\/en-us\\\/startups\\\/blog\\\/author\\\/nandita-jaya\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Simplifying the journey of AI startups through experimentation and scaling - Microsoft for Startups Blog","description":"On the road of LLM-driven use cases, startups are leading the way. We look at decisions you need to consider at various stages to make your journey easier.","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:\/\/cm-edgetun.pages.dev\/en-us\/startups\/blog\/simplifying-the-journey-of-ai-startups-through-experimentation-and-scaling\/","og_locale":"en_US","og_type":"article","og_title":"Simplifying the journey of AI startups through experimentation and scaling - Microsoft for Startups Blog","og_description":"On the road of LLM-driven use cases, startups are leading the way. We look at decisions you need to consider at various stages to make your journey easier.","og_url":"https:\/\/cm-edgetun.pages.dev\/en-us\/startups\/blog\/simplifying-the-journey-of-ai-startups-through-experimentation-and-scaling\/","og_site_name":"Microsoft for Startups Blog","article_publisher":"https:\/\/www.facebook.com\/Microsoft4Startups\/","article_published_time":"2023-06-23T14:06:15+00:00","article_modified_time":"2025-06-25T04:52:06+00:00","og_image":[{"width":1024,"height":536,"url":"https:\/\/cm-edgetun.pages.dev\/en-us\/startups\/blog\/wp-content\/uploads\/2023\/06\/LLM-Adoption_shared-1024x536.png","type":"image\/png"}],"author":"Nandita Jaya","twitter_card":"summary_large_image","twitter_image":"https:\/\/cm-edgetun.pages.dev\/en-us\/startups\/blog\/wp-content\/uploads\/2023\/06\/LLM-Adoption_shared.png","twitter_creator":"@msft4startups","twitter_site":"@msft4startups","twitter_misc":{"Written by":"Nandita Jaya","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/cm-edgetun.pages.dev\/en-us\/startups\/blog\/simplifying-the-journey-of-ai-startups-through-experimentation-and-scaling\/#article","isPartOf":{"@id":"https:\/\/cm-edgetun.pages.dev\/en-us\/startups\/blog\/simplifying-the-journey-of-ai-startups-through-experimentation-and-scaling\/"},"author":[{"@id":"https:\/\/cm-edgetun.pages.dev\/en-us\/startups\/blog\/author\/nandita-jaya\/","@type":"Person","@name":"Nandita Jaya"}],"headline":"Simplifying the journey of AI startups through experimentation and scaling","datePublished":"2023-06-23T14:06:15+00:00","dateModified":"2025-06-25T04:52:06+00:00","mainEntityOfPage":{"@id":"https:\/\/cm-edgetun.pages.dev\/en-us\/startups\/blog\/simplifying-the-journey-of-ai-startups-through-experimentation-and-scaling\/"},"wordCount":602,"commentCount":0,"publisher":{"@id":"https:\/\/cm-edgetun.pages.dev\/en-us\/startups\/blog\/#organization"},"image":{"@id":"https:\/\/cm-edgetun.pages.dev\/en-us\/startups\/blog\/simplifying-the-journey-of-ai-startups-through-experimentation-and-scaling\/#primaryimage"},"thumbnailUrl":"https:\/\/cm-edgetun.pages.dev\/en-us\/startups\/blog\/wp-content\/uploads\/2023\/06\/christina-wocintechchat-com-eAXpbb4vzKU-unsplash.jpg","keywords":["OpenAI"],"articleSection":["News"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/cm-edgetun.pages.dev\/en-us\/startups\/blog\/simplifying-the-journey-of-ai-startups-through-experimentation-and-scaling\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/cm-edgetun.pages.dev\/en-us\/startups\/blog\/simplifying-the-journey-of-ai-startups-through-experimentation-and-scaling\/","url":"https:\/\/cm-edgetun.pages.dev\/en-us\/startups\/blog\/simplifying-the-journey-of-ai-startups-through-experimentation-and-scaling\/","name":"Simplifying the journey of AI startups through experimentation and scaling - Microsoft for Startups Blog","isPartOf":{"@id":"https:\/\/cm-edgetun.pages.dev\/en-us\/startups\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/cm-edgetun.pages.dev\/en-us\/startups\/blog\/simplifying-the-journey-of-ai-startups-through-experimentation-and-scaling\/#primaryimage"},"image":{"@id":"https:\/\/cm-edgetun.pages.dev\/en-us\/startups\/blog\/simplifying-the-journey-of-ai-startups-through-experimentation-and-scaling\/#primaryimage"},"thumbnailUrl":"https:\/\/cm-edgetun.pages.dev\/en-us\/startups\/blog\/wp-content\/uploads\/2023\/06\/christina-wocintechchat-com-eAXpbb4vzKU-unsplash.jpg","datePublished":"2023-06-23T14:06:15+00:00","dateModified":"2025-06-25T04:52:06+00:00","description":"On the road of LLM-driven use cases, startups are leading the way. We look at decisions you need to consider at various stages to make your journey easier.","breadcrumb":{"@id":"https:\/\/cm-edgetun.pages.dev\/en-us\/startups\/blog\/simplifying-the-journey-of-ai-startups-through-experimentation-and-scaling\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/cm-edgetun.pages.dev\/en-us\/startups\/blog\/simplifying-the-journey-of-ai-startups-through-experimentation-and-scaling\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cm-edgetun.pages.dev\/en-us\/startups\/blog\/simplifying-the-journey-of-ai-startups-through-experimentation-and-scaling\/#primaryimage","url":"https:\/\/cm-edgetun.pages.dev\/en-us\/startups\/blog\/wp-content\/uploads\/2023\/06\/christina-wocintechchat-com-eAXpbb4vzKU-unsplash.jpg","contentUrl":"https:\/\/cm-edgetun.pages.dev\/en-us\/startups\/blog\/wp-content\/uploads\/2023\/06\/christina-wocintechchat-com-eAXpbb4vzKU-unsplash.jpg","width":960,"height":540,"caption":"Simplifying the journey of AI startups through experimentation and scaling"},{"@type":"BreadcrumbList","@id":"https:\/\/cm-edgetun.pages.dev\/en-us\/startups\/blog\/simplifying-the-journey-of-ai-startups-through-experimentation-and-scaling\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/cm-edgetun.pages.dev\/en-us\/startups\/blog\/"},{"@type":"ListItem","position":2,"name":"Simplifying the journey of AI startups through experimentation and scaling"}]},{"@type":"WebSite","@id":"https:\/\/cm-edgetun.pages.dev\/en-us\/startups\/blog\/#website","url":"https:\/\/cm-edgetun.pages.dev\/en-us\/startups\/blog\/","name":"Microsoft for Startups Blog","description":"Startup insight and inspiration","publisher":{"@id":"https:\/\/cm-edgetun.pages.dev\/en-us\/startups\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/cm-edgetun.pages.dev\/en-us\/startups\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/cm-edgetun.pages.dev\/en-us\/startups\/blog\/#organization","name":"Microsoft for Startups Blog","url":"https:\/\/cm-edgetun.pages.dev\/en-us\/startups\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cm-edgetun.pages.dev\/en-us\/startups\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/cm-edgetun.pages.dev\/en-us\/startups\/blog\/wp-content\/uploads\/2024\/11\/microsoft_logo.webp","contentUrl":"https:\/\/cm-edgetun.pages.dev\/en-us\/startups\/blog\/wp-content\/uploads\/2024\/11\/microsoft_logo.webp","width":512,"height":512,"caption":"Microsoft for Startups Blog"},"image":{"@id":"https:\/\/cm-edgetun.pages.dev\/en-us\/startups\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/Microsoft4Startups\/","https:\/\/x.com\/msft4startups","https:\/\/www.linkedin.com\/company\/microsoftforstartups\/","https:\/\/www.instagram.com\/microsoftforstartups\/"]},{"@type":"Person","@id":"https:\/\/cm-edgetun.pages.dev\/en-us\/startups\/blog\/#\/schema\/person\/c6c36ea4177552c4b22b1d3a72eba6b0","name":"Nandita Jaya","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/3ef8c6b30371ed77667870783a83e5a83c11325ad0e56e201366e06ef569ee0a?s=96&d=microsoft&r=g00a7a1dc2c7a52e12805e36d7b84eb23","url":"https:\/\/secure.gravatar.com\/avatar\/3ef8c6b30371ed77667870783a83e5a83c11325ad0e56e201366e06ef569ee0a?s=96&d=microsoft&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/3ef8c6b30371ed77667870783a83e5a83c11325ad0e56e201366e06ef569ee0a?s=96&d=microsoft&r=g","caption":"Nandita Jaya"},"url":"https:\/\/cm-edgetun.pages.dev\/en-us\/startups\/blog\/author\/nandita-jaya\/"}]}},"bloginabox_animated_featured_image":null,"bloginabox_display_generated_audio":false,"_links":{"self":[{"href":"https:\/\/cm-edgetun.pages.dev\/en-us\/startups\/blog\/wp-json\/wp\/v2\/posts\/1374","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cm-edgetun.pages.dev\/en-us\/startups\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/cm-edgetun.pages.dev\/en-us\/startups\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/cm-edgetun.pages.dev\/en-us\/startups\/blog\/wp-json\/wp\/v2\/users\/20"}],"replies":[{"embeddable":true,"href":"https:\/\/cm-edgetun.pages.dev\/en-us\/startups\/blog\/wp-json\/wp\/v2\/comments?post=1374"}],"version-history":[{"count":2,"href":"https:\/\/cm-edgetun.pages.dev\/en-us\/startups\/blog\/wp-json\/wp\/v2\/posts\/1374\/revisions"}],"predecessor-version":[{"id":2533,"href":"https:\/\/cm-edgetun.pages.dev\/en-us\/startups\/blog\/wp-json\/wp\/v2\/posts\/1374\/revisions\/2533"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/cm-edgetun.pages.dev\/en-us\/startups\/blog\/wp-json\/wp\/v2\/media\/1376"}],"wp:attachment":[{"href":"https:\/\/cm-edgetun.pages.dev\/en-us\/startups\/blog\/wp-json\/wp\/v2\/media?parent=1374"}],"wp:term":[{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/cm-edgetun.pages.dev\/en-us\/startups\/blog\/wp-json\/wp\/v2\/post_tag?post=1374"},{"taxonomy":"content-type","embeddable":true,"href":"https:\/\/cm-edgetun.pages.dev\/en-us\/startups\/blog\/wp-json\/wp\/v2\/content-type?post=1374"},{"taxonomy":"job-role","embeddable":true,"href":"https:\/\/cm-edgetun.pages.dev\/en-us\/startups\/blog\/wp-json\/wp\/v2\/job-role?post=1374"},{"taxonomy":"topic","embeddable":true,"href":"https:\/\/cm-edgetun.pages.dev\/en-us\/startups\/blog\/wp-json\/wp\/v2\/topic?post=1374"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/cm-edgetun.pages.dev\/en-us\/startups\/blog\/wp-json\/wp\/v2\/coauthors?post=1374"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}