{"id":58246,"date":"2026-08-04T09:11:25","date_gmt":"2026-08-03T23:11:25","guid":{"rendered":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/08\/04\/how-microsoft-orchard-makes-powerful-ai-agents-more-affordable\/"},"modified":"2026-08-04T09:12:47","modified_gmt":"2026-08-03T23:12:47","slug":"how-microsoft-orchard-makes-powerful-ai-agents-more-affordable","status":"publish","type":"post","link":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/08\/04\/how-microsoft-orchard-makes-powerful-ai-agents-more-affordable\/","title":{"rendered":"How Microsoft Orchard Makes Powerful AI Agents More Affordable"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">In this blog post How Microsoft Orchard Makes Powerful AI Agents More Affordable we will explain how Microsoft\u2019s new research framework could help businesses build capable AI agents without depending on the largest and most expensive models.<\/p>\n\n\n\n<!--more-->\n\n\n\n<p class=\"wp-block-paragraph\">Many organisations discover the same problem after a promising AI trial. The agent works, but every task sends a growing volume of information to a large model, response times increase, and the monthly bill becomes difficult to predict.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Microsoft Orchard tackles this problem from a different direction. Instead of assuming that a bigger AI model is always better, Orchard provides a reusable way to train and test smaller models inside realistic working environments. The aim is to teach models how to complete specific multi-step tasks efficiently, rather than paying for maximum general intelligence every time.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">What Microsoft Orchard actually is<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Orchard is an open-source research framework from Microsoft Research for developing AI agents. An AI agent is software that can understand a goal, decide what steps to take and use approved tools to complete a task.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For example, a normal chatbot might explain how to update a customer record. An agent could check the request, open the relevant business system, update the record and report what it changed.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Orchard is not a finished business product that you can switch on inside Microsoft 365. It is a foundation for training and evaluating specialised agents, and it is currently most relevant to organisations, software vendors and consultancies developing custom AI systems.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Its central component is Orchard Env, a reusable environment where agents can practise tasks safely. It can support software development, browser-based work and personal assistant activities such as handling calendars and email.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">How the technology works without the jargon<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Training an agent requires more than giving an AI model documents to read. The agent needs somewhere to act, make decisions, receive feedback and try again without damaging a live business system.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Orchard creates isolated sandboxes for this purpose. A sandbox is a temporary, separated computing space where an agent can run commands, work with files and test actions without receiving unrestricted access to the wider network.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">These sandboxes run using Kubernetes, software that creates and manages large numbers of isolated computing environments. Orchard can create thousands of them when required, allowing many training or testing tasks to run at the same time.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>Business task\n \u2193\nAI agent chooses an action\n \u2193\nOrchard runs the action in an isolated sandbox\n \u2193\nThe result is checked and scored\n \u2193\nThe model learns which actions produce better outcomes<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Orchard also separates the training environment from the model and agent software. This matters because teams can reuse the same testing foundation across different models, tools and business scenarios instead of rebuilding everything for each experiment.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Why smaller agents could reduce AI costs<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Large AI models are useful when a task requires broad knowledge or complex reasoning. But using the most powerful model for every invoice check, service request or account update can be like hiring a senior barrister to review every routine email.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Smaller models usually need less computing power. That can mean lower operating costs, faster responses and more deployment options, including private or tightly controlled environments.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Microsoft\u2019s Orchard-SWE research model used about three billion active parameters. Parameters are the internal values a model uses to process information and make predictions. Despite its smaller size, it achieved 69.7% on a recognised software-engineering benchmark, rising to 73% when a second model helped rank its answers.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Microsoft reported that this result approached systems using models more than ten times larger. It is an impressive research outcome, although benchmark performance should never be treated as a guarantee that the same model will succeed in a particular business workflow.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Three business outcomes leaders should pay attention to<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">1. Lower cost per completed task<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">AI costs should be measured against completed business outcomes, not just the price of each model request. A cheap model that repeatedly fails may cost more than an expensive model that gets the task right the first time.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Orchard\u2019s approach makes it easier to train and compare smaller models on the complete task. That creates an opportunity to reserve premium models for difficult decisions while sending predictable work to smaller, more economical agents.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This complements other cost controls such as smarter context management and showing agents only the tools they need.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">2. Faster testing and less duplicated work<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Custom agent projects often become expensive before they reach production. Each team creates its own test environment, data collection process and way of measuring success.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Orchard provides a shared layer that can be reused across coding, browser navigation and assistant workflows. The same environment can support data collection, training and evaluation, reducing the need to build separate infrastructure for every use case.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For decision-makers, the benefit is shorter experimentation cycles. Weak ideas can be stopped earlier, while promising use cases can move forward with clearer evidence.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">3. More control over security and behaviour<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">An agent that can open files, send messages or change records creates a different level of risk from a chatbot that only answers questions. It needs strict boundaries around what it can access and what actions it can take.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Orchard sandboxes can restrict network access and place limits on processing power, memory and execution time. Each task can receive a fresh isolated environment, which reduces the chance of one test interfering with another.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This does not make an agent automatically secure or compliant. Australian organisations still need access controls, audit logs, data classification and human approval for high-impact actions.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">These controls should align with Essential Eight, the Australian Government\u2019s cybersecurity framework for reducing common cyber risks. An agent should never become a shortcut around multi-factor authentication, restricted administrator access or application controls.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">What this could look like in a 200-person business<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Consider a 200-person professional services firm receiving hundreds of internal requests each week. Staff ask about leave balances, project codes, device replacements, software access and client document procedures.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The firm initially connects every request to a large premium model. The agent gives good answers, but costs rise as conversations become longer, and routine questions consume the same expensive resources as unusual cases.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">A better design could use a smaller, specialised model for common requests. It would be trained and tested against realistic scenarios, operate only within approved systems and escalate uncertain or sensitive requests to a stronger model or a person.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The business outcome is not simply a smaller AI model. It is a lower average cost per request, faster answers for employees and clearer control over which tasks AI can complete.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Where Orchard fits with Microsoft Foundry<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Orchard focuses mainly on researching, training and evaluating agent models. Microsoft Foundry provides services for building, deploying, monitoring and governing AI applications and agents in business environments.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In practical terms, Orchard may influence how better specialised models are developed, while Foundry can provide the managed platform around a production agent. Our overview of Microsoft\u2019s newer AI stack explains how these layers fit together.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Businesses also need to think beyond the model. Agent memory can preserve useful context between interactions, while hosted agents can reduce the infrastructure burden of running them reliably.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">What CIOs and CTOs should do next<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Choose one measurable workflow.<\/strong> Start with a repetitive task where success, failure, time saved and cost can be clearly measured.<\/li>\n<li><strong>Test more than one model size.<\/strong> Do not assume the largest model provides the best commercial result.<\/li>\n<li><strong>Set escalation rules.<\/strong> Define when the agent must stop and involve a person or a stronger model.<\/li>\n<li><strong>Build security into the test.<\/strong> Use isolated environments, minimum access and detailed activity logging from the beginning.<\/li>\n<li><strong>Calculate cost per successful outcome.<\/strong> Include model usage, cloud infrastructure, monitoring, support and failed attempts.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Smaller does not mean less capable<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Microsoft Orchard is important because it challenges the idea that every useful AI agent needs an enormous model. With focused training, realistic testing and a well-designed working environment, smaller models may complete valuable tasks at a much lower cost.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">However, Orchard is still a research framework rather than a ready-made replacement for Microsoft Foundry, Azure OpenAI or Claude. The immediate lesson for business leaders is to design around the task and its risk, then select the smallest model that can complete it reliably.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">CloudProInc brings more than 20 years of enterprise IT experience to this decision, combining practical AI knowledge with Azure, Microsoft 365 and cybersecurity expertise. As a Melbourne-based Microsoft Partner and Wiz Security Integrator, we help organisations test AI agents without losing sight of cost, data protection or Essential Eight requirements.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">If you are not sure whether your current AI design is using more computing power and budget than it needs, we are happy to take a practical look with you \u2014 no strings attached.<\/p>\n\n\n","protected":false},"excerpt":{"rendered":"<p>Microsoft Orchard shows how smaller AI models can handle complex agent tasks, creating a practical path towards lower costs, faster responses and greater control.<\/p>\n","protected":false},"author":1,"featured_media":58248,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_yoast_wpseo_opengraph-title":"Smaller Models Make Powerful AI Agents More Affordable","_yoast_wpseo_opengraph-description":"Learn how smaller models can lower AI agent costs, speed up task completion and support safer testing in isolated environments for practical business use.","_yoast_wpseo_twitter-title":"Smaller Models Make Powerful AI Agents More Affordable","_yoast_wpseo_twitter-description":"Learn how smaller models can lower AI agent costs, speed up task completion and support safer testing in isolated environments for practical business use.","_et_pb_use_builder":"","_et_pb_old_content":"","_et_gb_content_width":"","_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_feature_clip_id":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_post_was_ever_published":false},"categories":[80,119,13],"tags":[],"class_list":["post-58246","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-ai-agents","category-ai-for-business-ai-strategy","category-blog"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.3 (Yoast SEO v28.1) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Smaller Models Make Powerful AI Agents More Affordable<\/title>\n<meta name=\"description\" content=\"Learn how smaller models can lower AI agent costs, speed up task completion and support safer testing in isolated environments for practical business use.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/cloudproinc.azurewebsites.net\/index.php\/2026\/08\/04\/how-microsoft-orchard-makes-powerful-ai-agents-more-affordable\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Smaller Models Make Powerful AI Agents More Affordable\" \/>\n<meta property=\"og:description\" content=\"Learn how smaller models can lower AI agent costs, speed up task completion and support safer testing in isolated environments for practical business use.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/cloudproinc.azurewebsites.net\/index.php\/2026\/08\/04\/how-microsoft-orchard-makes-powerful-ai-agents-more-affordable\/\" \/>\n<meta property=\"og:site_name\" content=\"CPI Consulting\" \/>\n<meta property=\"article:published_time\" content=\"2026-08-03T23:11:25+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-08-03T23:12:47+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.cloudproinc.com.au\/wp-content\/uploads\/2026\/08\/how-microsoft-orchard-makes-powerful-ai-agents-more-affordable.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1536\" \/>\n\t<meta property=\"og:image:height\" content=\"1024\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"CPI Staff\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:title\" content=\"Smaller Models Make Powerful AI Agents More Affordable\" \/>\n<meta name=\"twitter:description\" content=\"Learn how smaller models can lower AI agent costs, speed up task completion and support safer testing in isolated environments for practical business use.\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"CPI Staff\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/cloudproinc.azurewebsites.net\\\/index.php\\\/2026\\\/08\\\/04\\\/how-microsoft-orchard-makes-powerful-ai-agents-more-affordable\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/cloudproinc.azurewebsites.net\\\/index.php\\\/2026\\\/08\\\/04\\\/how-microsoft-orchard-makes-powerful-ai-agents-more-affordable\\\/\"},\"author\":{\"name\":\"CPI Staff\",\"@id\":\"https:\\\/\\\/cloudproinc.com.au\\\/#\\\/schema\\\/person\\\/192eeeb0ce91062126ce3822ae88fe6e\"},\"headline\":\"How Microsoft Orchard Makes Powerful AI Agents More Affordable\",\"datePublished\":\"2026-08-03T23:11:25+00:00\",\"dateModified\":\"2026-08-03T23:12:47+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/cloudproinc.azurewebsites.net\\\/index.php\\\/2026\\\/08\\\/04\\\/how-microsoft-orchard-makes-powerful-ai-agents-more-affordable\\\/\"},\"wordCount\":1431,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/cloudproinc.com.au\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/cloudproinc.azurewebsites.net\\\/index.php\\\/2026\\\/08\\\/04\\\/how-microsoft-orchard-makes-powerful-ai-agents-more-affordable\\\/#primaryimage\"},\"thumbnailUrl\":\"\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/how-microsoft-orchard-makes-powerful-ai-agents-more-affordable.png\",\"articleSection\":[\"AI Agents\",\"AI for Business &amp; AI Strategy\",\"Blog\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/cloudproinc.azurewebsites.net\\\/index.php\\\/2026\\\/08\\\/04\\\/how-microsoft-orchard-makes-powerful-ai-agents-more-affordable\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/cloudproinc.azurewebsites.net\\\/index.php\\\/2026\\\/08\\\/04\\\/how-microsoft-orchard-makes-powerful-ai-agents-more-affordable\\\/\",\"url\":\"https:\\\/\\\/cloudproinc.azurewebsites.net\\\/index.php\\\/2026\\\/08\\\/04\\\/how-microsoft-orchard-makes-powerful-ai-agents-more-affordable\\\/\",\"name\":\"Smaller Models Make Powerful AI Agents More Affordable\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/cloudproinc.com.au\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/cloudproinc.azurewebsites.net\\\/index.php\\\/2026\\\/08\\\/04\\\/how-microsoft-orchard-makes-powerful-ai-agents-more-affordable\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/cloudproinc.azurewebsites.net\\\/index.php\\\/2026\\\/08\\\/04\\\/how-microsoft-orchard-makes-powerful-ai-agents-more-affordable\\\/#primaryimage\"},\"thumbnailUrl\":\"\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/how-microsoft-orchard-makes-powerful-ai-agents-more-affordable.png\",\"datePublished\":\"2026-08-03T23:11:25+00:00\",\"dateModified\":\"2026-08-03T23:12:47+00:00\",\"description\":\"Learn how smaller models can lower AI agent costs, speed up task completion and support safer testing in isolated environments for practical business use.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/cloudproinc.azurewebsites.net\\\/index.php\\\/2026\\\/08\\\/04\\\/how-microsoft-orchard-makes-powerful-ai-agents-more-affordable\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/cloudproinc.azurewebsites.net\\\/index.php\\\/2026\\\/08\\\/04\\\/how-microsoft-orchard-makes-powerful-ai-agents-more-affordable\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/cloudproinc.azurewebsites.net\\\/index.php\\\/2026\\\/08\\\/04\\\/how-microsoft-orchard-makes-powerful-ai-agents-more-affordable\\\/#primaryimage\",\"url\":\"\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/how-microsoft-orchard-makes-powerful-ai-agents-more-affordable.png\",\"contentUrl\":\"\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/how-microsoft-orchard-makes-powerful-ai-agents-more-affordable.png\",\"width\":1536,\"height\":1024},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/cloudproinc.azurewebsites.net\\\/index.php\\\/2026\\\/08\\\/04\\\/how-microsoft-orchard-makes-powerful-ai-agents-more-affordable\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/cloudproinc.com.au\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How Microsoft Orchard Makes Powerful AI Agents More Affordable\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/cloudproinc.com.au\\\/#website\",\"url\":\"https:\\\/\\\/cloudproinc.com.au\\\/\",\"name\":\"Cloud Pro Inc - CPI Consulting Pty Ltd\",\"description\":\"Cloud, AI &amp; Cybersecurity Consulting | Melbourne\",\"publisher\":{\"@id\":\"https:\\\/\\\/cloudproinc.com.au\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/cloudproinc.com.au\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/cloudproinc.com.au\\\/#organization\",\"name\":\"Cloud Pro Inc - Cloud Pro Inc - CPI Consulting Pty Ltd\",\"url\":\"https:\\\/\\\/cloudproinc.com.au\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/cloudproinc.com.au\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"\\\/wp-content\\\/uploads\\\/2022\\\/01\\\/favfinalfile.png\",\"contentUrl\":\"\\\/wp-content\\\/uploads\\\/2022\\\/01\\\/favfinalfile.png\",\"width\":500,\"height\":500,\"caption\":\"Cloud Pro Inc - Cloud Pro Inc - CPI Consulting Pty Ltd\"},\"image\":{\"@id\":\"https:\\\/\\\/cloudproinc.com.au\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/cloudproinc.com.au\\\/#\\\/schema\\\/person\\\/192eeeb0ce91062126ce3822ae88fe6e\",\"name\":\"CPI Staff\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/2d96eeb53b791d92c8c50dd667e3beec92c93253bb6ff21c02cfa8ca73665c70?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/2d96eeb53b791d92c8c50dd667e3beec92c93253bb6ff21c02cfa8ca73665c70?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/2d96eeb53b791d92c8c50dd667e3beec92c93253bb6ff21c02cfa8ca73665c70?s=96&d=mm&r=g\",\"caption\":\"CPI Staff\"},\"sameAs\":[\"http:\\\/\\\/www.cloudproinc.com.au\"],\"url\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/index.php\\\/author\\\/cpiadmin\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Smaller Models Make Powerful AI Agents More Affordable","description":"Learn how smaller models can lower AI agent costs, speed up task completion and support safer testing in isolated environments for practical business use.","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:\/\/cloudproinc.azurewebsites.net\/index.php\/2026\/08\/04\/how-microsoft-orchard-makes-powerful-ai-agents-more-affordable\/","og_locale":"en_US","og_type":"article","og_title":"Smaller Models Make Powerful AI Agents More Affordable","og_description":"Learn how smaller models can lower AI agent costs, speed up task completion and support safer testing in isolated environments for practical business use.","og_url":"https:\/\/cloudproinc.azurewebsites.net\/index.php\/2026\/08\/04\/how-microsoft-orchard-makes-powerful-ai-agents-more-affordable\/","og_site_name":"CPI Consulting","article_published_time":"2026-08-03T23:11:25+00:00","article_modified_time":"2026-08-03T23:12:47+00:00","og_image":[{"width":1536,"height":1024,"url":"https:\/\/www.cloudproinc.com.au\/wp-content\/uploads\/2026\/08\/how-microsoft-orchard-makes-powerful-ai-agents-more-affordable.png","type":"image\/png"}],"author":"CPI Staff","twitter_card":"summary_large_image","twitter_title":"Smaller Models Make Powerful AI Agents More Affordable","twitter_description":"Learn how smaller models can lower AI agent costs, speed up task completion and support safer testing in isolated environments for practical business use.","twitter_misc":{"Written by":"CPI Staff","Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/cloudproinc.azurewebsites.net\/index.php\/2026\/08\/04\/how-microsoft-orchard-makes-powerful-ai-agents-more-affordable\/#article","isPartOf":{"@id":"https:\/\/cloudproinc.azurewebsites.net\/index.php\/2026\/08\/04\/how-microsoft-orchard-makes-powerful-ai-agents-more-affordable\/"},"author":{"name":"CPI Staff","@id":"https:\/\/cloudproinc.com.au\/#\/schema\/person\/192eeeb0ce91062126ce3822ae88fe6e"},"headline":"How Microsoft Orchard Makes Powerful AI Agents More Affordable","datePublished":"2026-08-03T23:11:25+00:00","dateModified":"2026-08-03T23:12:47+00:00","mainEntityOfPage":{"@id":"https:\/\/cloudproinc.azurewebsites.net\/index.php\/2026\/08\/04\/how-microsoft-orchard-makes-powerful-ai-agents-more-affordable\/"},"wordCount":1431,"commentCount":0,"publisher":{"@id":"https:\/\/cloudproinc.com.au\/#organization"},"image":{"@id":"https:\/\/cloudproinc.azurewebsites.net\/index.php\/2026\/08\/04\/how-microsoft-orchard-makes-powerful-ai-agents-more-affordable\/#primaryimage"},"thumbnailUrl":"\/wp-content\/uploads\/2026\/08\/how-microsoft-orchard-makes-powerful-ai-agents-more-affordable.png","articleSection":["AI Agents","AI for Business &amp; AI Strategy","Blog"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/cloudproinc.azurewebsites.net\/index.php\/2026\/08\/04\/how-microsoft-orchard-makes-powerful-ai-agents-more-affordable\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/cloudproinc.azurewebsites.net\/index.php\/2026\/08\/04\/how-microsoft-orchard-makes-powerful-ai-agents-more-affordable\/","url":"https:\/\/cloudproinc.azurewebsites.net\/index.php\/2026\/08\/04\/how-microsoft-orchard-makes-powerful-ai-agents-more-affordable\/","name":"Smaller Models Make Powerful AI Agents More Affordable","isPartOf":{"@id":"https:\/\/cloudproinc.com.au\/#website"},"primaryImageOfPage":{"@id":"https:\/\/cloudproinc.azurewebsites.net\/index.php\/2026\/08\/04\/how-microsoft-orchard-makes-powerful-ai-agents-more-affordable\/#primaryimage"},"image":{"@id":"https:\/\/cloudproinc.azurewebsites.net\/index.php\/2026\/08\/04\/how-microsoft-orchard-makes-powerful-ai-agents-more-affordable\/#primaryimage"},"thumbnailUrl":"\/wp-content\/uploads\/2026\/08\/how-microsoft-orchard-makes-powerful-ai-agents-more-affordable.png","datePublished":"2026-08-03T23:11:25+00:00","dateModified":"2026-08-03T23:12:47+00:00","description":"Learn how smaller models can lower AI agent costs, speed up task completion and support safer testing in isolated environments for practical business use.","breadcrumb":{"@id":"https:\/\/cloudproinc.azurewebsites.net\/index.php\/2026\/08\/04\/how-microsoft-orchard-makes-powerful-ai-agents-more-affordable\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/cloudproinc.azurewebsites.net\/index.php\/2026\/08\/04\/how-microsoft-orchard-makes-powerful-ai-agents-more-affordable\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cloudproinc.azurewebsites.net\/index.php\/2026\/08\/04\/how-microsoft-orchard-makes-powerful-ai-agents-more-affordable\/#primaryimage","url":"\/wp-content\/uploads\/2026\/08\/how-microsoft-orchard-makes-powerful-ai-agents-more-affordable.png","contentUrl":"\/wp-content\/uploads\/2026\/08\/how-microsoft-orchard-makes-powerful-ai-agents-more-affordable.png","width":1536,"height":1024},{"@type":"BreadcrumbList","@id":"https:\/\/cloudproinc.azurewebsites.net\/index.php\/2026\/08\/04\/how-microsoft-orchard-makes-powerful-ai-agents-more-affordable\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/cloudproinc.com.au\/"},{"@type":"ListItem","position":2,"name":"How Microsoft Orchard Makes Powerful AI Agents More Affordable"}]},{"@type":"WebSite","@id":"https:\/\/cloudproinc.com.au\/#website","url":"https:\/\/cloudproinc.com.au\/","name":"Cloud Pro Inc - CPI Consulting Pty Ltd","description":"Cloud, AI &amp; Cybersecurity Consulting | Melbourne","publisher":{"@id":"https:\/\/cloudproinc.com.au\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/cloudproinc.com.au\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/cloudproinc.com.au\/#organization","name":"Cloud Pro Inc - Cloud Pro Inc - CPI Consulting Pty Ltd","url":"https:\/\/cloudproinc.com.au\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cloudproinc.com.au\/#\/schema\/logo\/image\/","url":"\/wp-content\/uploads\/2022\/01\/favfinalfile.png","contentUrl":"\/wp-content\/uploads\/2022\/01\/favfinalfile.png","width":500,"height":500,"caption":"Cloud Pro Inc - Cloud Pro Inc - CPI Consulting Pty Ltd"},"image":{"@id":"https:\/\/cloudproinc.com.au\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/cloudproinc.com.au\/#\/schema\/person\/192eeeb0ce91062126ce3822ae88fe6e","name":"CPI Staff","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/2d96eeb53b791d92c8c50dd667e3beec92c93253bb6ff21c02cfa8ca73665c70?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/2d96eeb53b791d92c8c50dd667e3beec92c93253bb6ff21c02cfa8ca73665c70?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/2d96eeb53b791d92c8c50dd667e3beec92c93253bb6ff21c02cfa8ca73665c70?s=96&d=mm&r=g","caption":"CPI Staff"},"sameAs":["http:\/\/www.cloudproinc.com.au"],"url":"https:\/\/www.cloudproinc.com.au\/index.php\/author\/cpiadmin\/"}]}},"jetpack_featured_media_url":"\/wp-content\/uploads\/2026\/08\/how-microsoft-orchard-makes-powerful-ai-agents-more-affordable.png","jetpack-related-posts":[{"id":57294,"url":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/03\/18\/microsoft-ai-foundry-hq-closes-the-gap-between-ai-experimentation-and-enterprise-grade-deployment\/","url_meta":{"origin":58246,"position":0},"title":"Microsoft AI Foundry HQ Closes the Gap Between AI Experimentation and Enterprise-Grade Deployment","author":"CPI Staff","date":"March 18, 2026","format":false,"excerpt":"Most Australian organisations have the same AI problem right now. The proof of concept worked. Leadership approved the budget. And then everything stalled. The gap between a successful AI experiment and a production-grade enterprise deployment is wider than anyone expected. Models need governance. Agents need monitoring. Compliance teams need audit\u2026","rel":"","context":"In &quot;AI&quot;","block_context":{"text":"AI","link":"https:\/\/www.cloudproinc.com.au\/index.php\/category\/ai\/"},"img":{"alt_text":"","src":"\/wp-content\/uploads\/2026\/03\/microsoft-ai-foundry-hq-closes-gap-ai-experimentation-enterprise-deployment-cover.png","width":350,"height":200,"srcset":"\/wp-content\/uploads\/2026\/03\/microsoft-ai-foundry-hq-closes-gap-ai-experimentation-enterprise-deployment-cover.png 1x, \/wp-content\/uploads\/2026\/03\/microsoft-ai-foundry-hq-closes-gap-ai-experimentation-enterprise-deployment-cover.png 1.5x, \/wp-content\/uploads\/2026\/03\/microsoft-ai-foundry-hq-closes-gap-ai-experimentation-enterprise-deployment-cover.png 2x, \/wp-content\/uploads\/2026\/03\/microsoft-ai-foundry-hq-closes-gap-ai-experimentation-enterprise-deployment-cover.png 3x, \/wp-content\/uploads\/2026\/03\/microsoft-ai-foundry-hq-closes-gap-ai-experimentation-enterprise-deployment-cover.png 4x"},"classes":[]},{"id":57439,"url":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/04\/15\/why-microsoft-is-racing-to-build-enterprise-safe-alternatives-to-openclaw\/","url_meta":{"origin":58246,"position":1},"title":"Why Microsoft Is Racing to Build Enterprise-Safe Alternatives to OpenClaw","author":"CPI Staff","date":"April 15, 2026","format":false,"excerpt":"OpenClaw has rapidly become the de facto open source framework for autonomous AI agents. Developers love it. The community is thriving. And it is fundamentally changing how organisations think about deploying always-on, self-evolving AI assistants. The problem is that OpenClaw was built for capability, not governance. And for the mid-market\u2026","rel":"","context":"In &quot;AI Agents&quot;","block_context":{"text":"AI Agents","link":"https:\/\/www.cloudproinc.com.au\/index.php\/category\/ai-agents\/"},"img":{"alt_text":"","src":"\/wp-content\/uploads\/2026\/04\/why-microsoft-is-racing-to-build-enterprise-safe-alternatives-to-openclaw-cover.png","width":350,"height":200,"srcset":"\/wp-content\/uploads\/2026\/04\/why-microsoft-is-racing-to-build-enterprise-safe-alternatives-to-openclaw-cover.png 1x, \/wp-content\/uploads\/2026\/04\/why-microsoft-is-racing-to-build-enterprise-safe-alternatives-to-openclaw-cover.png 1.5x, \/wp-content\/uploads\/2026\/04\/why-microsoft-is-racing-to-build-enterprise-safe-alternatives-to-openclaw-cover.png 2x, \/wp-content\/uploads\/2026\/04\/why-microsoft-is-racing-to-build-enterprise-safe-alternatives-to-openclaw-cover.png 3x, \/wp-content\/uploads\/2026\/04\/why-microsoft-is-racing-to-build-enterprise-safe-alternatives-to-openclaw-cover.png 4x"},"classes":[]},{"id":57809,"url":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/07\/08\/deploy-containerised-hosted-agents-with-microsoft-foundry-safely\/","url_meta":{"origin":58246,"position":2},"title":"Deploy Containerised Hosted Agents with Microsoft Foundry Safely","author":"CPI Staff","date":"July 8, 2026","format":false,"excerpt":"A practical guide for tech leaders on when containerised hosted agents make sense, how they work, and how to deploy them without creating security or cost surprises.","rel":"","context":"In &quot;Blog&quot;","block_context":{"text":"Blog","link":"https:\/\/www.cloudproinc.com.au\/index.php\/category\/blog\/"},"img":{"alt_text":"","src":"\/wp-content\/uploads\/2026\/07\/deploy-containerised-hosted-agents-with-microsoft-foundry-safely.png","width":350,"height":200,"srcset":"\/wp-content\/uploads\/2026\/07\/deploy-containerised-hosted-agents-with-microsoft-foundry-safely.png 1x, \/wp-content\/uploads\/2026\/07\/deploy-containerised-hosted-agents-with-microsoft-foundry-safely.png 1.5x, \/wp-content\/uploads\/2026\/07\/deploy-containerised-hosted-agents-with-microsoft-foundry-safely.png 2x, \/wp-content\/uploads\/2026\/07\/deploy-containerised-hosted-agents-with-microsoft-foundry-safely.png 3x, \/wp-content\/uploads\/2026\/07\/deploy-containerised-hosted-agents-with-microsoft-foundry-safely.png 4x"},"classes":[]},{"id":57288,"url":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/03\/22\/what-microsoft-ai-foundry-means-for-australian-organisations-designing-enterprise-ai-platforms\/","url_meta":{"origin":58246,"position":3},"title":"What Microsoft AI Foundry Means for Australian Organisations Designing Enterprise AI Platforms","author":"CPI Staff","date":"March 22, 2026","format":false,"excerpt":"Most Australian organisations that started building AI capabilities in the last two years are hitting the same wall. The proof of concept worked. The board approved the next phase. And now IT teams are drowning in questions nobody planned for. Where do the models run? Who approves new deployments? How\u2026","rel":"","context":"In &quot;AI&quot;","block_context":{"text":"AI","link":"https:\/\/www.cloudproinc.com.au\/index.php\/category\/ai\/"},"img":{"alt_text":"","src":"\/wp-content\/uploads\/2026\/03\/microsoft-ai-foundry-australian-enterprise-ai-platforms-cover.png","width":350,"height":200,"srcset":"\/wp-content\/uploads\/2026\/03\/microsoft-ai-foundry-australian-enterprise-ai-platforms-cover.png 1x, \/wp-content\/uploads\/2026\/03\/microsoft-ai-foundry-australian-enterprise-ai-platforms-cover.png 1.5x, \/wp-content\/uploads\/2026\/03\/microsoft-ai-foundry-australian-enterprise-ai-platforms-cover.png 2x, \/wp-content\/uploads\/2026\/03\/microsoft-ai-foundry-australian-enterprise-ai-platforms-cover.png 3x, \/wp-content\/uploads\/2026\/03\/microsoft-ai-foundry-australian-enterprise-ai-platforms-cover.png 4x"},"classes":[]},{"id":57797,"url":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/07\/07\/hub-and-spoke-architecture-for-ai-multi-agent-systems-in-business\/","url_meta":{"origin":58246,"position":4},"title":"Hub and Spoke Architecture for AI Multi Agent Systems in Business","author":"CPI Staff","date":"July 7, 2026","format":false,"excerpt":"AI agents can quickly become expensive and risky without structure. A hub-and-spoke architecture gives leaders a safer way to scale multi-agent AI across the business.","rel":"","context":"In &quot;Blog&quot;","block_context":{"text":"Blog","link":"https:\/\/www.cloudproinc.com.au\/index.php\/category\/blog\/"},"img":{"alt_text":"","src":"\/wp-content\/uploads\/2026\/07\/hub-and-spoke-architecture-for-ai-multi-agent-systems-in-business.png","width":350,"height":200,"srcset":"\/wp-content\/uploads\/2026\/07\/hub-and-spoke-architecture-for-ai-multi-agent-systems-in-business.png 1x, \/wp-content\/uploads\/2026\/07\/hub-and-spoke-architecture-for-ai-multi-agent-systems-in-business.png 1.5x, \/wp-content\/uploads\/2026\/07\/hub-and-spoke-architecture-for-ai-multi-agent-systems-in-business.png 2x, \/wp-content\/uploads\/2026\/07\/hub-and-spoke-architecture-for-ai-multi-agent-systems-in-business.png 3x, \/wp-content\/uploads\/2026\/07\/hub-and-spoke-architecture-for-ai-multi-agent-systems-in-business.png 4x"},"classes":[]},{"id":57578,"url":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/05\/28\/azure-foundry-prompt-agents-vs-hosted-agents\/","url_meta":{"origin":58246,"position":5},"title":"Azure Foundry Prompt Agents Vs Hosted Agents","author":"CPI Staff","date":"May 28, 2026","format":false,"excerpt":"AI agents are moving quickly from proof-of-concept demos into real business workflows. For Australian organisations, the question is no longer whether agents are interesting. The question is how to build them in a way that is secure, supportable, cost-aware, and aligned with governance expectations. Azure AI Foundry gives teams more\u2026","rel":"","context":"In &quot;AI for Business &amp; AI Strategy&quot;","block_context":{"text":"AI for Business &amp; AI Strategy","link":"https:\/\/www.cloudproinc.com.au\/index.php\/category\/ai-for-business-ai-strategy\/"},"img":{"alt_text":"","src":"\/wp-content\/uploads\/2026\/05\/azure-foundry-prompt-agents-vs-hosted-agents.png","width":350,"height":200,"srcset":"\/wp-content\/uploads\/2026\/05\/azure-foundry-prompt-agents-vs-hosted-agents.png 1x, \/wp-content\/uploads\/2026\/05\/azure-foundry-prompt-agents-vs-hosted-agents.png 1.5x, \/wp-content\/uploads\/2026\/05\/azure-foundry-prompt-agents-vs-hosted-agents.png 2x, \/wp-content\/uploads\/2026\/05\/azure-foundry-prompt-agents-vs-hosted-agents.png 3x, \/wp-content\/uploads\/2026\/05\/azure-foundry-prompt-agents-vs-hosted-agents.png 4x"},"classes":[]}],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/posts\/58246","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/comments?post=58246"}],"version-history":[{"count":1,"href":"https:\/\/www.cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/posts\/58246\/revisions"}],"predecessor-version":[{"id":58247,"href":"https:\/\/www.cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/posts\/58246\/revisions\/58247"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/media\/58248"}],"wp:attachment":[{"href":"https:\/\/www.cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/media?parent=58246"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/categories?post=58246"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/tags?post=58246"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}