.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • Deploy a multimodal WhatsApp ordering assistant with Amazon Bedrock AgentCore

    calendar Sep 4, 2026 · aws.amazon.com/blogs/machine-learning
    Deploy a multimodal WhatsApp ordering assistant with Amazon Bedrock AgentCore

    Learn how to deploy a multimodal WhatsApp ordering assistant that takes customer orders through text, voice notes, and real-time voice calls on a single business number, built on Amazon Bedrock AgentCore with Amazon Nova 2. The channel and ordering layers stay separate, and one shared memory recognizes each customer …


    Read More
  • Designing lifecycle policies for AgentCore memory

    calendar Sep 4, 2026 · aws.amazon.com/blogs/machine-learning
    Designing lifecycle policies for AgentCore memory

    Long-running AI agents accumulate outdated memories that degrade quality and create compliance risk. Learn how to design memory lifecycle policies for Amazon Bedrock AgentCore: scoring, consolidating, and pruning agent memories on a nightly AWS Step Functions workflow, with a deployable AWS CDK stack. Link to article: …


    Read More
  • Build a Physical AI model factory with NVIDIA Cosmos 3 on SageMaker HyperPod

    calendar Sep 4, 2026 · aws.amazon.com/blogs/machine-learning
    Build a Physical AI model factory with NVIDIA Cosmos 3 on SageMaker HyperPod

    Building a Physical AI system takes a continuous pipeline, not a single training job. This post shows how to run that model factory (synthetic data generation, post-training, and closed-loop evaluation with NVIDIA Cosmos 3) on a persistent, resilient Amazon SageMaker HyperPod cluster on Amazon EKS, with GPU goodput as …


    Read More
  • Run agent-driven Amazon SageMaker HyperPod operations with InstantStart

    calendar Sep 4, 2026 · aws.amazon.com/blogs/machine-learning
    Run agent-driven Amazon SageMaker HyperPod operations with InstantStart

    HyperPod InstantStart is an open source control plane that composes Amazon EKS orchestration with the managed capabilities of Amazon SageMaker HyperPod. It drives the same guarded operations through both a web interface and an AI agent, turning cluster bootstrap, capacity, training, inference, and storage into …


    Read More
  • Customizing your knowledge base on Amazon Bedrock for large and complex documents using Amazon Textract

    calendar Sep 4, 2026 · aws.amazon.com/blogs/machine-learning
    Customizing your knowledge base on Amazon Bedrock for large and complex documents using Amazon Textract

    Learn how to customize an Amazon Bedrock knowledge base for large, complex documents by combining the high-accuracy text extraction of Amazon Textract with the generative AI of Amazon Bedrock. This post shows how to ingest and preprocess PDFs and images, then query utility bills at scale for faster, more accurate …


    Read More
  • How Intuit built an agentic disaster recovery assistant with Amazon Bedrock

    calendar Sep 4, 2026 · aws.amazon.com/blogs/machine-learning
    How Intuit built an agentic disaster recovery assistant with Amazon Bedrock

    Disaster recovery at scale is hard. Learn how Intuit built EWOK Agent, an agentic disaster recovery assistant on Amazon Bedrock that lets on-call engineers run production failovers from a plain-language request while keeping every action audited, policy-compliant, and safe. Link to article: …


    Read More
  • AI-driven development lifecycle using Amazon Bedrock AgentCore

    calendar Sep 3, 2026 · aws.amazon.com/blogs/machine-learning
    AI-driven development lifecycle using Amazon Bedrock AgentCore

    Engineering teams adopting the AI-Driven Development Lifecycle (AI-DLC) often struggle to turn concepts into working code. This post walks through two reference implementations on Amazon Bedrock AgentCore, Kiro, and Claude Code: an SQL-to-ER-diagram generator and a multi-agent code security analyzer that put the AI-DLC …


    Read More
  • Migrate agentic workloads to Amazon Bedrock AgentCore

    calendar Sep 3, 2026 · aws.amazon.com/blogs/machine-learning
    Migrate agentic workloads to Amazon Bedrock AgentCore

    An agent that works in a notebook is not an agent in production. This post walks through migrating a LangGraph customer support agent to Amazon Bedrock AgentCore in two stages: onto Runtime, Gateway, and Memory, then to model-driven planning on Strands Agents, retiring operational burdens along the way. Link to …


    Read More
  • Integrating Outlook with Amazon Quick for AI-powered email automation

    calendar Sep 3, 2026 · aws.amazon.com/blogs/machine-learning
    Integrating Outlook with Amazon Quick for AI-powered email automation

    Integrate Microsoft Outlook with Amazon Quick to automate email management, calendar scheduling, and workflow coordination. This post walks through the end-to-end setup and shows automation scenarios using Amazon Quick chat agents, Amazon Quick Flows, and Amazon Quick Automate. Link to article: …


    Read More
  • Set up OpenAI ChatGPT Codex with LiteLLM on Amazon ECS and Amazon Bedrock

    calendar Sep 3, 2026 · aws.amazon.com/blogs/machine-learning
    Set up OpenAI ChatGPT Codex with LiteLLM on Amazon ECS and Amazon Bedrock

    Deploy a customer-operated LiteLLM gateway on Amazon ECS with AWS Fargate, connect it to an OpenAI model on Amazon Bedrock, and configure Codex to route requests through the gateway's Responses API with scoped identities, budgets, rate limits, and telemetry. We also compare direct IAM Identity Center access and a …


    Read More
  • Best practices for building agentic automations with Amazon Quick Automate

    calendar Sep 3, 2026 · aws.amazon.com/blogs/machine-learning
    Best practices for building agentic automations with Amazon Quick Automate

    Learn best practices for building production-grade, agent-based business process automations with Amazon Quick Automate: choosing the right process, designing focused agents, combining them with deterministic steps, applying human-in-the-loop review, and building in evaluation and observability. Link to article: …


    Read More
  • Embed Quick Sight visuals using Cognito user authentication

    calendar Sep 3, 2026 · aws.amazon.com/blogs/machine-learning
    Embed Quick Sight visuals using Cognito user authentication

    Learn how to embed individual Amazon Quick Sight visuals into a React application with per-user access control. This walkthrough uses Amazon Cognito authentication and a serverless AWS Lambda backend to generate scoped embed URLs, deployed with a single AWS CloudFormation stack. Link to article: …


    Read More
  • Accessing OpenAI models on Amazon Bedrock from Australia with global cross-Region inference

    calendar Sep 2, 2026 · aws.amazon.com/blogs/machine-learning
    Accessing OpenAI models on Amazon Bedrock from Australia with global cross-Region inference

    Australian teams can now access OpenAI GPT-5.6 Sol, Terra, and Luna models on Amazon Bedrock with global cross-Region inference from the Asia Pacific (Sydney) and Asia Pacific (Melbourne) Regions. This post shows how to invoke the models, use prompt caching, set up Codex with OpenID Connect authentication, and monitor …


    Read More
  • Modernizing and scaling support operations with generative AI on AWS

    calendar Sep 2, 2026 · aws.amazon.com/blogs/machine-learning
    Modernizing and scaling support operations with generative AI on AWS

    Learn how to build a generative AI-based support operations platform on AWS that converts training videos into structured SOPs, applies Retrieval-Augmented Generation to guide ticket resolution, and uses machine learning to predict SLA risk and prioritize work. Link to article: …


    Read More
  • How an AWS team detects dashboard content failures at scale using Amazon Bedrock

    calendar Sep 2, 2026 · aws.amazon.com/blogs/machine-learning
    How an AWS team detects dashboard content failures at scale using Amazon Bedrock

    Business intelligence dashboards can fail silently, showing blank, stale, or wrong data even when every infrastructure monitor reports healthy. Learn how an AWS team built an automated, AI-powered content validation solution on Amazon Bedrock that scans hundreds of dashboards and alerts owners, cutting mean time to …


    Read More
  • From code to diagrams: Agentic architecture documentation with Amazon Bedrock AgentCore

    calendar Sep 2, 2026 · aws.amazon.com/blogs/machine-learning
    From code to diagrams: Agentic architecture documentation with Amazon Bedrock AgentCore

    Learn how a global interdealer broker built an automated architecture documentation pipeline on Amazon Bedrock AgentCore that analyzes .NET code bases, generates architecture diagrams, and maintains searchable documentation through Amazon Bedrock Knowledge Bases and AWS CodePipeline. Link to article: …


    Read More
  • Trinity: Agentic AI-powered transition planning for students with disabilities

    calendar Sep 2, 2026 · aws.amazon.com/blogs/machine-learning
    Trinity: Agentic AI-powered transition planning for students with disabilities

    Learn how University Startups and its AWS partner g/d/n/a scaled Trinity, a conversational AI solution for students with disabilities, into a serverless multi-agent architecture on Amazon Bedrock that produces IDEA-aligned transition plans for school districts across the US. Link to article: …


    Read More
  • Introducing Claude Fable 5.1 on AWS

    calendar Sep 1, 2026 · aws.amazon.com/blogs/machine-learning
    Introducing Claude Fable 5.1 on AWS

    Claude Fable 5.1 is now available on Amazon Bedrock and Claude Platform on AWS. This post covers Claude Fable 5.1's improvements, the Enterprise Frontier Safeguards for keeping your data in a cloud environment you control, and how to start building with the model on Amazon Bedrock. Link to article: …


    Read More
  • From theory to delivery: How Atos upskilled 400 engineers in agentic AI

    calendar Sep 1, 2026 · aws.amazon.com/blogs/machine-learning
    From theory to delivery: How Atos upskilled 400 engineers in agentic AI

    When Atos set out to upskill 400 engineers in agentic AI, hands-on learning was the missing ingredient. Over three days, engineers built multi-agent systems on AWS through an AI League event. This post explains why Atos chose the format, what engineers built and learned, and what other enterprises should consider. Link …


    Read More
  • Tokenomics at scale: How Jamf built real-time spend enforcement for Amazon Bedrock

    calendar Sep 1, 2026 · aws.amazon.com/blogs/machine-learning
    Tokenomics at scale: How Jamf built real-time spend enforcement for Amazon Bedrock

    As generative AI adoption scales, cost governance becomes a top challenge. Learn how Jamf built real-time, per-user spend enforcement for Amazon Bedrock using IAM Customer Managed Policies, an Amazon Athena cost view, and a serverless AWS Lambda loop that applies tiered model limits in near-real-time without disrupting …


    Read More
    • ««
    • «
    • 1
    • 2
    • »
    • »»

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top