{"id":17669,"date":"2026-08-12T15:16:39","date_gmt":"2026-08-12T15:16:39","guid":{"rendered":"https:\/\/techtrendfeed.com\/?p=17669"},"modified":"2026-08-12T15:16:39","modified_gmt":"2026-08-12T15:16:39","slug":"how-oneadvanced-deployed-over-50-ai-brokers-on-uk-sovereign-aws","status":"publish","type":"post","link":"https:\/\/techtrendfeed.com\/?p=17669","title":{"rendered":"How OneAdvanced deployed over 50 AI brokers on UK-sovereign AWS"},"content":{"rendered":"<p> <br \/>\n<\/p>\n<div id=\"\">\n<p><em>This publish is co-authored with OneAdvanced group<\/em><\/p>\n<p>Deploying AI brokers on a United Kingdom (UK)-sovereign AWS structure requires cautious selections about mannequin internet hosting, information residency, and agent orchestration. OneAdvanced, a UK-based enterprise software program supplier serving over 10,000 prospects, wanted to ship AI capabilities whereas ensuring that no information would depart the UK. On the time, the precise fashions they needed, Llama 4 Maverick and Llama Guard 4, weren\u2019t but accessible by means of managed providers within the UK area. OneAdvanced took a distinct path: self-hosting open-weight massive language fashions (LLMs) on AWS infrastructure they absolutely management.<\/p>\n<p>On this publish, we describe how OneAdvanced constructed a UK-sovereign AI answer utilizing Llama 4 Maverick and Llama Guard 4 on <a rel=\"nofollow\" target=\"_blank\" href=\"https:\/\/aws.amazon.com\/sagemaker\/\" target=\"_blank\" rel=\"noopener\">Amazon SageMaker AI<\/a>. The answer pairs a Retrieval Augmented Era (RAG) pipeline backed by <a rel=\"nofollow\" target=\"_blank\" href=\"https:\/\/aws.amazon.com\/rds\/aurora\/\" target=\"_blank\" rel=\"noopener\">Amazon Aurora PostgreSQL-Suitable Version<\/a> with the <a rel=\"nofollow\" target=\"_blank\" href=\"https:\/\/github.com\/pgvector\/pgvector\" target=\"_blank\" rel=\"noopener\">pgvector<\/a> extension, over 50 specialised brokers powered by <a rel=\"nofollow\" target=\"_blank\" href=\"https:\/\/github.com\/strands-agents\/sdk-python\" target=\"_blank\" rel=\"noopener\">Strands Brokers SDK<\/a>, and a device layer working on <a rel=\"nofollow\" target=\"_blank\" href=\"https:\/\/aws.amazon.com\/ecs\/\" target=\"_blank\" rel=\"noopener\">Amazon Elastic Container Service (Amazon ECS)<\/a>. We stroll by means of the structure, key implementation selections, and outcomes.<\/p>\n<h2 id=\"the-challenge-data-sovereignty-and-model-hosting\">The problem: Information sovereignty and mannequin internet hosting<\/h2>\n<p>OneAdvanced supplies sector-focused software program as a service (SaaS) options to organizations in healthcare, authorized, and lots of different regulated industries. Their prospects deal with delicate information day by day, together with affected person data, authorized case information, and compliance documentation. These prospects anticipate that AI tooling meets strict information residency, safety, and privateness requirements.<\/p>\n<p>As Andrew Henderson, CTO of OneAdvanced, explains within the <a rel=\"nofollow\" target=\"_blank\" href=\"https:\/\/www.youtube.com\/watch?v=a091czAG2fA\" target=\"_blank\" rel=\"noopener\">OneAdvanced AI launch video<\/a>:<\/p>\n<blockquote>\n<p><em>\u201cInformation sovereignty, significantly within the UK, is a tough requirement for a lot of of our prospects, particularly these within the public sector and extremely regulated industries. They should know precisely the place their information is, who has entry to it, and that it resides throughout the UK\u2019s authorized and regulatory framework to assist complete compliance and belief.\u201d<\/em><\/p>\n<\/blockquote>\n<p>OneAdvanced initially prototyped with <a rel=\"nofollow\" target=\"_blank\" href=\"https:\/\/aws.amazon.com\/bedrock\/\" target=\"_blank\" rel=\"noopener\">Amazon Bedrock<\/a> and noticed speedy outcomes inside a two-week dash: chat completion, an Amazon Bedrock Agent for querying UK statute regulation, Snowflake information integration, and chart technology.<\/p>\n<p>Nonetheless, to satisfy their sovereignty necessities, OneAdvanced wanted to host fashions solely in their very own UK-based AWS accounts. On the time of the engagement, the fashions they needed, Llama 4 Maverick and Llama Guard 4, weren\u2019t but accessible by means of AWS managed providers within the UK area. Self-hosting meant deploying, serving, and scaling these fashions whereas constructing a production-grade answer round them. This included content material moderation, doc retrieval, agent orchestration, and a no-code agent builder for non-technical customers.<\/p>\n<h2 id=\"solution-overview\">Answer overview<\/h2>\n<p>The next diagram reveals the high-level structure of the OneAdvanced AI answer.<\/p>\n<div style=\"width: 810px\" class=\"wp-caption alignnone\">\n        <img decoding=\"async\" src=\"https:\/\/d2908q01vomqb2.cloudfront.net\/f1f836cb4ea6efb2a0b1b99f41ad8b103eff4b59\/2026\/08\/03\/ML-20317-1.png\" alt=\"High-level architecture of the OneAdvanced UK-sovereign AI solution on AWS\" width=\"800\"\/><\/p>\n<p class=\"wp-caption-text\">Determine 1: Excessive-level structure of the OneAdvanced UK-sovereign AI answer<\/p>\n<\/p><\/div>\n<p>This structure enabled OneAdvanced to attain full UK information sovereignty and speedy agent deployment, supporting their ISO 42001 certification for AI governance whereas sustaining full management over their mannequin serving infrastructure.<\/p>\n<p>The answer consists of 4 parts. <a rel=\"nofollow\" target=\"_blank\" href=\"https:\/\/github.com\/vllm-project\/vllm\" target=\"_blank\" rel=\"noopener\">vLLM<\/a> serves Llama 4 Maverick (FP8) and Llama Guard 4 on Amazon SageMaker AI, working on <code>p5.48xlarge<\/code> situations within the London (<code>eu-west-2<\/code>) area. Over 50 Strands brokers run on Amazon ECS, every with its personal system immediate, device configuration, and optionally available enter kind, with agent configuration saved in <a rel=\"nofollow\" target=\"_blank\" href=\"https:\/\/aws.amazon.com\/dynamodb\/\" target=\"_blank\" rel=\"noopener\">Amazon DynamoDB<\/a>. Paperwork uploaded to <a rel=\"nofollow\" target=\"_blank\" href=\"https:\/\/aws.amazon.com\/s3\/\" target=\"_blank\" rel=\"noopener\">Amazon Easy Storage Service (Amazon S3)<\/a> are transformed to markdown, chunked, and embedded into pgvector for retrieval. Llama Guard 4 checks consumer inputs for dangerous content material earlier than the request reaches the primary mannequin.<\/p>\n<p>A typical request flows like this: the consumer sends a message, and Llama Guard checks it for dangerous content material (evaluated earlier than the primary inference mannequin). The request routes to the suitable Strands agent on Amazon ECS. The agent calls instruments and retrieves related paperwork from pgvector and Amazon S3 as wanted, or invokes specialist instruments together with net search.<\/p>\n<h2 id=\"prerequisites\">Conditions<\/h2>\n<p>To self-host an AI mannequin on AWS, you want the next sources and abilities:<\/p>\n<ul>\n<li>An AWS account with entry to <code>p5.48xlarge<\/code> situations in your goal Area. For details about requesting GPU occasion quota, seek advice from the <a rel=\"nofollow\" target=\"_blank\" href=\"https:\/\/docs.aws.amazon.com\/sagemaker\/latest\/dg\/regions-quotas.html\" target=\"_blank\" rel=\"noopener\">Amazon SageMaker AI Developer Information<\/a>.<\/li>\n<li>Intermediate information of deploying containers on Amazon ECS and managing storage with Amazon S3. For getting began, seek advice from the <a rel=\"nofollow\" target=\"_blank\" href=\"https:\/\/docs.aws.amazon.com\/AmazonECS\/latest\/developerguide\/Welcome.html\" target=\"_blank\" rel=\"noopener\">Amazon ECS Developer Information<\/a>.<\/li>\n<li>Entry to your chosen AI mannequin weights (Llama 4 Maverick and Llama Guard 4 require license acceptance on <a rel=\"nofollow\" target=\"_blank\" href=\"https:\/\/huggingface.co\/meta-llama\" target=\"_blank\" rel=\"noopener\">Hugging Face<\/a>).<\/li>\n<li>Expertise with Python-based machine studying (ML) frameworks and container orchestration.<\/li>\n<li>A PostgreSQL database with the pgvector extension enabled for vector similarity search.<\/li>\n<\/ul>\n<h2 id=\"model-deployment-on-amazon-sagemaker-ai\">Mannequin deployment on Amazon SageMaker AI<\/h2>\n<p>OneAdvanced serves Llama 4 Maverick (<code>meta-llama\/Llama-4-Maverick-17B-128E-Instruct-FP8<\/code>) and Llama Guard 4 (<code>meta-llama\/Llama-Guard-4-12B<\/code>) utilizing vLLM on Amazon SageMaker AI endpoints. They deploy on <code>p5.48xlarge<\/code> situations within the London area, utilizing Hugging Face fashions with <a rel=\"nofollow\" target=\"_blank\" href=\"https:\/\/aws.amazon.com\/machine-learning\/containers\/\" target=\"_blank\" rel=\"noopener\">AWS Deep Studying Containers<\/a>.<\/p>\n<p>Longer context home windows drove the transfer to P5 situations. OneAdvanced targets 120K\u2013128K token context lengths to assist use instances like massive doc evaluation and multi-turn conversations. In the course of the advisory engagement with AWS, load testing with vLLM on P5 situations validated that the infrastructure may deal with their throughput necessities. OneAdvanced began on <code>p4d.24xlarge<\/code> situations and moved to <code>p5.48xlarge<\/code> for manufacturing, additionally profiting from reserved occasion reductions on GPU compute.<\/p>\n<p>Llama Guard 4 changed an earlier deployment of Llama Guard 3 after OneAdvanced noticed excessive false rejection charges with the earlier model. The guard mannequin runs serially earlier than the primary mannequin, screening consumer inputs for dangerous content material earlier than inference begins.<\/p>\n<h2 id=\"building-50-agents-with-strands-agents-sdk\">Constructing over 50 brokers with Strands Brokers SDK<\/h2>\n<p>A particular side of the OneAdvanced answer is its agent library: over 50 task-specific brokers spanning healthcare, authorized, HR, advertising, logistics, and extra. Brokers embody a Care Incident Response assistant, a Scientific Security Bulletin generator, a scheme of labor generator for schooling, an operational state of affairs simulation, a efficiency overview assistant, a Doc Comparability device, and an AWS Architect Agent, amongst many others. OneAdvanced went from their first agent to over 50 in solely three weeks, with most brokers in-built lower than a day.<\/p>\n<p>OneAdvanced evaluated a number of agentic frameworks, together with LangChain, LangGraph, and others, earlier than selecting Strands Brokers SDK. The choice got here down to a couple elements: Strands takes a model-first method with no inflexible workflow definitions, it helps turn-taking and interview-style interactions, and it allowed OneAdvanced to maneuver shortly from concept to deployed agent. As Nick Heap, Principal Software program Engineer at OneAdvanced, explains:<\/p>\n<blockquote>\n<p><em>\u201cPut up-evaluation, Strands stood out because the clear frontrunner for the mission. Its complete suite of instruments not solely met our necessities but in addition supplied a future-proof answer that intently aligned with our in-house imaginative and prescient.\u201d<\/em><\/p>\n<\/blockquote>\n<p>Every agent is outlined with a system immediate, a set of instruments, and an optionally available structured enter kind. Brokers are containerized and deployed on Amazon ECS, with runtime configuration saved in Amazon DynamoDB. Customers browse the agent catalog and choose the one that matches their job.<\/p>\n<p>OneAdvanced additionally constructed a no-code agent builder that non-developers can use to create and configure brokers by means of a visible interface. Customers outline the agent\u2019s persona, design enter kinds with drag-and-drop fields, write system prompts with references to kind fields (utilizing an @ syntax to inject kind values), and choose from a library of accessible instruments. This design makes agent creation accessible to product managers, clinicians, and enterprise analysts with out writing code.<\/p>\n<p>Brokers draw from a shared device library that features calculator, chart creation, file content material reader, mermaid diagram generator, group and private information search, spreadsheet question (together with Snowflake integration), textual content file question, UK statute regulation search, and net search (opt-in per group and per consumer question). For instance, an agent can question a Snowflake database after which generate a chart from the ends in a single interplay.<\/p>\n<p>OneAdvanced additionally makes use of sub-agents and superior agentic patterns to keep up the context window throughout complicated interactions. A notable design sample is the interview-style agent. Some brokers, just like the Strategic Pondering assistant, ask structured questions earlier than offering recommendation: \u201cQuery 1 of three: What particular ache factors does your AI answer intention to handle?\u201d This builds context by means of turn-taking reasonably than anticipating customers to supply the whole lot upfront. Targeted, guided interactions produce higher outcomes than open-ended prompts.<\/p>\n<h2 id=\"rag-pipeline\">RAG pipeline<\/h2>\n<p>The RAG system provides brokers entry to each private and organization-level doc collections. Customers add paperwork by means of the file administration interface into both a private area or a shared group area on Amazon S3. Paperwork are transformed to markdown and chunked into 2,048-token segments earlier than embedding into pgvector for vector similarity search. For longer paperwork, recursive summarization handles content material that exceeds the chunk dimension.<\/p>\n<p>For embeddings, OneAdvanced makes use of the <code>intfloat\/multilingual-e5-large-instruct<\/code> mannequin, chosen for its robust multilingual assist and instruction-following capabilities. Slightly than adopting an off-the-shelf RAG framework, OneAdvanced constructed their very own retrieval system, internally known as \u201cLlamadex,\u201d giving them full management over the pipeline. They initially selected pgvector for its simplicity and the pace it supplied in attending to manufacturing. As the answer matures, OneAdvanced is reviewing this technique to judge options.<\/p>\n<p>When an agent must reply a query grounded in uploaded paperwork, it calls the suitable retrieval device, \u201cPrivate information search\u201d or \u201cGroup information search,\u201d which queries pgvector and returns related chunks together with supply references. Customers can see precisely which paperwork have been used to generate a response, supporting transparency and belief.<\/p>\n<h2 id=\"security-and-responsible-ai\">Safety and accountable AI<\/h2>\n<p>Safety runs by means of each layer of the OneAdvanced AI answer, a direct consequence of serving prospects who deal with delicate information day by day in sectors like well being and authorized.<\/p>\n<p>The infrastructure runs within the London AWS Area. No consumer information leaves the UK. No consumer queries or responses are retained or used for mannequin coaching. As Nick Heap wrote:<\/p>\n<blockquote>\n<p><em>\u201cAn AI service that&#8217;s solely hosted within the UK and information just isn&#8217;t used to coach the AI mannequin and OneAdvanced engineers would not have entry to the info.\u201d<\/em><\/p>\n<\/blockquote>\n<p>Uploaded paperwork in private and group areas are absolutely remoted and never readable even by OneAdvanced workers. Llama Guard 4 screens consumer inputs for dangerous content material earlier than they attain the primary mannequin. Privateness controls are customizable at organizational ranges. On the infrastructure aspect, <a rel=\"nofollow\" target=\"_blank\" href=\"https:\/\/aws.amazon.com\/guardduty\/\" target=\"_blank\" rel=\"noopener\">Amazon GuardDuty<\/a> supplies risk detection on the Amazon S3 doc storage layer.<\/p>\n<p>OneAdvanced holds ISO 42001 certification for AI governance\u2014a certification they report being among the many first organizations within the UK and Europe to attain. They\u2019re additionally a signatory to the EU AI Pact, reflecting a proactive method to accountable AI throughout their merchandise and operations.<\/p>\n<h2 id=\"results\">Outcomes<\/h2>\n<p>By the AWS advisory engagement, OneAdvanced went from prototype to manufacturing on a UK-sovereign AI answer. OneAdvanced deployed Llama 4 Maverick on P5 situations within the London area, giving them full management over mannequin serving infrastructure with no information leaving the UK. They constructed and shipped over 50 Strands brokers in solely three weeks, masking use instances throughout healthcare, authorized, HR, advertising, and extra. The answer has been working in manufacturing since July 2025, serving prospects for over a 12 months. It met its goal efficiency metrics. OneAdvanced publicly launched this because the UK\u2019s first non-public sovereign AI for enterprise, with no consumer information retained, skilled on, or logged. The engagement obtained a 5\/5 buyer satisfaction rating.<\/p>\n<blockquote>\n<p><em>\u201cWe actually admire and loved the engagement. We discovered lots which helped us launch a singular providing to the market powered and supported by our strategic accomplice. Thanks very a lot to all concerned instantly and not directly.\u201d<\/em><\/p>\n<\/blockquote>\n<p>\u2014 Alex Savage, Head of Integration, OneAdvanced<\/p>\n<h2 id=\"conclusion-and-next-steps\">Conclusion and subsequent steps<\/h2>\n<p>On this publish, we confirmed how OneAdvanced constructed a UK-sovereign AI answer by self-hosting Llama 4 Maverick and Llama Guard 4 on Amazon SageMaker AI, orchestrating over 50 specialised brokers with Strands Brokers SDK on Amazon ECS, and grounding responses in buyer paperwork by means of a RAG pipeline backed by pgvector. The result&#8217;s a manufacturing AI answer that meets strict information sovereignty necessities whereas delivering sensible AI capabilities to enterprise prospects in regulated industries.<\/p>\n<p>OneAdvanced has not too long ago applied an analysis framework utilizing LLM-as-a-judge with sentiment evaluation for steady high quality enchancment. Their roadmap additionally consists of backend methods to assist customers refine their prompts, and working parallel LLM fashions throughout model transitions to keep up stability for finish customers.<\/p>\n<p>When you\u2019re contemplating an identical method, begin by evaluating your information sovereignty necessities and figuring out which fashions it&#8217;s worthwhile to self-host. OneAdvanced started with a two-week prototype on Amazon Bedrock to validate their use instances earlier than committing to self-hosted infrastructure. For extra details about deploying fashions on Amazon SageMaker AI, seek advice from the <a rel=\"nofollow\" target=\"_blank\" href=\"https:\/\/docs.aws.amazon.com\/sagemaker\/latest\/dg\/whatis.html\" target=\"_blank\" rel=\"noopener\">Amazon SageMaker AI Developer Information<\/a>. To get began with agentic workflows, go to the <a rel=\"nofollow\" target=\"_blank\" href=\"https:\/\/github.com\/strands-agents\/sdk-python\" target=\"_blank\" rel=\"noopener\">Strands Brokers SDK<\/a> on GitHub.<\/p>\n<p>To learn extra about OneAdvanced\u2019s journey constructing their AI answer, see Nick Heap\u2019s publish <a rel=\"nofollow\" target=\"_blank\" href=\"https:\/\/careers.oneadvanced.com\/employee-stories\/the_ai_race_how_we_fully_embraced_velocity\/\" target=\"_blank\" rel=\"noopener\">The AI race and the way we absolutely embraced velocity<\/a> on the OneAdvanced careers weblog.<\/p>\n<p>If in case you have an identical use case and wish to discover sovereign AI deployment on AWS, contact your <a rel=\"nofollow\" target=\"_blank\" href=\"https:\/\/aws.amazon.com\/contact-us\/\" target=\"_blank\" rel=\"noopener\">AWS account group<\/a>.<\/p>\n<hr\/>\n<h2>In regards to the authors<\/h2>\n<footer>\n<div class=\"blog-author-box\">\n<div class=\"blog-author-image\">\n          <img decoding=\"async\" loading=\"lazy\" class=\"wp-image-136729 size-full alignleft\" src=\"https:\/\/d2908q01vomqb2.cloudfront.net\/f1f836cb4ea6efb2a0b1b99f41ad8b103eff4b59\/2026\/08\/06\/Astrid-Bowser-2026-1.png\" alt=\"\" width=\"100\" height=\"133\"\/>\n         <\/div>\n<h3 class=\"lb-h4\">Astrid Bowser<\/h3>\n<p>Astrid is a Principal Product Supervisor at OneAdvanced, shaping the OneAdvanced Platform Information and AI initiatives. With levels in Pc Science and an MBA, she seamlessly blends technical experience with strategic enterprise acumen. Dedicated to focussing efforts on growing downside fixing options with the accountable use of AI, she was Co-Chair of OneAdvanced\u2019s AI Steering Committee, defining and driving the corporate\u2019s AI-focused imaginative and prescient, together with being a part of the group driving the target to be one of many first corporations within the UK to safe the brand new ISO 42001 AI Programs Administration commonplace for OneAdvanced.<\/p>\n<\/p><\/div>\n<div class=\"blog-author-box\">\n<div class=\"blog-author-image\">\n          <img decoding=\"async\" loading=\"lazy\" class=\"size-full wp-image-136727 alignleft\" src=\"https:\/\/d2908q01vomqb2.cloudfront.net\/f1f836cb4ea6efb2a0b1b99f41ad8b103eff4b59\/2026\/08\/06\/alex_savage_headshot.jpg\" alt=\"\" width=\"200\" height=\"300\"\/>\n         <\/div>\n<h3 class=\"lb-h4\">Alex Savage<\/h3>\n<p>Alex is an Engineering Supervisor at OneAdvanced primarily based close to London, specialising in scalable enterprise platforms, trusted regional AI and agent methods, and API integration methods. With a robust background in software program engineering and cloud infrastructure, he has helped architect and ship the UK\u2019s sovereign AI platform from the bottom up, pushed safe integration requirements throughout the organisation, and offered technical management that spans numerous enterprise models\u2014from platform improvement to cross-functional enablement in healthcare, schooling, authorized and buyer expertise.<\/p>\n<\/p><\/div>\n<div class=\"blog-author-box\">\n<div class=\"blog-author-image\">\n          <img decoding=\"async\" loading=\"lazy\" class=\"wp-image-136730 size-full alignleft\" src=\"https:\/\/d2908q01vomqb2.cloudfront.net\/f1f836cb4ea6efb2a0b1b99f41ad8b103eff4b59\/2026\/08\/06\/Nick-Heap-1.png\" alt=\"\" width=\"100\" height=\"131\"\/>\n         <\/div>\n<h3 class=\"lb-h4\">Nick Heap<\/h3>\n<p>Nick is a Principal Software program Engineer at OneAdvanced, the place he helps drive innovation throughout rising applied sciences, AI, cloud platforms, DevOps, and software program engineering practices. With in depth expertise spanning software program structure, API improvement, automation, information analytics, and platform modernisation, Nick is thought for fixing complicated technical challenges, mentoring improvement groups, and championing finest practices that enhance each developer expertise and enterprise outcomes. A passionate advocate for steady enchancment and expertise innovation, he works throughout groups to speed up digital transformation and ship scalable, high-quality options for purchasers.<\/p>\n<\/p><\/div>\n<div class=\"blog-author-box\">\n<div class=\"blog-author-image\">\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignleft size-full\" src=\"https:\/\/d2908q01vomqb2.cloudfront.net\/f1f836cb4ea6efb2a0b1b99f41ad8b103eff4b59\/2026\/08\/03\/ML-20317-2.jpg\" alt=\"Babs Khalidson\" width=\"100\" height=\"100\"\/><\/p>\n<\/p><\/div>\n<h3 class=\"lb-h4\">Babs Khalidson<\/h3>\n<p>Babs is a machine studying engineer on the AWS Generative AI Innovation Heart in London, the place he focuses on fine-tuning massive language fashions, constructing AI brokers, and mannequin deployment options. He has over 7 years of expertise in synthetic intelligence and machine studying throughout finance and cloud computing, with experience spanning from analysis to manufacturing deployment.<\/p>\n<\/p><\/div>\n<div class=\"blog-author-box\">\n<div class=\"blog-author-image\">\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignleft size-full\" src=\"https:\/\/d2908q01vomqb2.cloudfront.net\/f1f836cb4ea6efb2a0b1b99f41ad8b103eff4b59\/2026\/08\/03\/ML-20317-3.jpg\" alt=\"Giuseppe Mascellaro\" width=\"100\" height=\"100\"\/><\/p>\n<\/p><\/div>\n<h3 class=\"lb-h4\">Giuseppe Mascellaro<\/h3>\n<p>Giuseppe is a Senior Utilized Scientist on the AWS Generative AI Innovation Heart, the place he helps prospects design and deploy generative AI options, from agentic methods and RAG purposes to real-time multimodal AI. He holds an MSc from Politecnico di Milano and has over 8 years of expertise in AI\/ML, with analysis revealed at AAAI.<\/p>\n<\/p><\/div>\n<div class=\"blog-author-box\">\n<div class=\"blog-author-image\">\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignleft size-full\" src=\"https:\/\/d2908q01vomqb2.cloudfront.net\/f1f836cb4ea6efb2a0b1b99f41ad8b103eff4b59\/2026\/08\/03\/ML-20317-4.jpg\" alt=\"Dr Anil Giri\" width=\"100\" height=\"100\"\/><\/p>\n<\/p><\/div>\n<h3 class=\"lb-h4\">Dr Anil Giri<\/h3>\n<p>Anil is a Options Architect at AWS, specializing in serving to ISV prospects construct generative AI purposes and serverless architectures. He&#8217;s obsessed with guiding purchasers towards modern, scalable options powered by cutting-edge cloud expertise.<\/p>\n<\/p><\/div>\n<\/footer>\n<p>\n      <\/div>\n\n","protected":false},"excerpt":{"rendered":"<p>This publish is co-authored with OneAdvanced group Deploying AI brokers on a United Kingdom (UK)-sovereign AWS structure requires cautious selections about mannequin internet hosting, information residency, and agent orchestration. OneAdvanced, a UK-based enterprise software program supplier serving over 10,000 prospects, wanted to ship AI capabilities whereas ensuring that no information would depart the UK. On [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":17671,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[55],"tags":[617,2412,10133,10132,10134],"class_list":["post-17669","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-machine-learning","tag-agents","tag-aws","tag-deployed","tag-oneadvanced","tag-uksovereign"],"_links":{"self":[{"href":"https:\/\/techtrendfeed.com\/index.php?rest_route=\/wp\/v2\/posts\/17669","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/techtrendfeed.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/techtrendfeed.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/techtrendfeed.com\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/techtrendfeed.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=17669"}],"version-history":[{"count":1,"href":"https:\/\/techtrendfeed.com\/index.php?rest_route=\/wp\/v2\/posts\/17669\/revisions"}],"predecessor-version":[{"id":17670,"href":"https:\/\/techtrendfeed.com\/index.php?rest_route=\/wp\/v2\/posts\/17669\/revisions\/17670"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/techtrendfeed.com\/index.php?rest_route=\/wp\/v2\/media\/17671"}],"wp:attachment":[{"href":"https:\/\/techtrendfeed.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=17669"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/techtrendfeed.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=17669"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/techtrendfeed.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=17669"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}<!-- This website is optimized by Airlift. Learn more: https://airlift.net. Template:. Learn more: https://airlift.net. Template: 69d9690a190636c2e0989534. Config Timestamp: 2026-04-10 21:18:02 UTC, Cached Timestamp: 2026-08-12 17:26:51 UTC -->