BlogsAmazonOffline-First Generative AI for Edge Deployments

Offline-First Generative AI for Edge Deployments

Offline-First Generative AI for Edge Deployments

2
posts
2026

This feature thread tracks the evolution of deploying generative AI capabilities to edge environments where cloud connectivity is unreliable or unavailable. Initial focus is on architecting offline-first solutions that leverage cloud services for model customization and orchestration, while performing inference locally on edge devices. This includes exploring various model customization strategies (fine-tuning, continued pre-training, RAG) and optimizing for hardware constraints on edge devices. This post extends the thread by detailing the implementation of a serverless AI assistant for a healthcare organization, focusing on event-driven architecture, asynchronous AI generation using Amazon Bedrock, and efficient retrieval of conversation history from DynamoDB to provide contextual suggestions to care teams while maintaining PHI compliance and low latency.

2026

Building a serverless AI assistant at Pelago: concept to care in two weeks | Amazon Web Services

7/22/2026

This post details the implementation of a serverless AI assistant for Pelago, focusing on an event-driven architecture using AWS Lambda and Amazon SNS for asynchronous processing. It highlights the use of Amazon Bedrock for AI generation, Amazon DynamoDB for storing conversation history, and Amazon RDS (MySQL) for storing pre-generated suggestions. The architecture prioritizes low latency for retrieving suggestions and maintaining PHI compliance within the AWS environment.

Architecting offline-first generative AI applications for edge deployments using AWS services | Amazon Web Services

7/22/2026

This post introduces a reference architecture for offline-first generative AI applications at the edge. It details the end-to-end pattern from cloud model customization (Amazon Bedrock, SageMaker AI) to edge deployment (AWS IoT Greengrass) and local inference (Strands Agents). Key contributions include: elaborating on model customization strategies (fine-tuning, continued pre-training, RAG, and hybrid approaches), discussing architectural decisions based on use case requirements and hardware constraints, and presenting a reference architecture diagram. It also covers specific deployment strategies for the gpt-oss-20b model on edge hardware, including model replication and tensor parallelism, and highlights the integration of AWS services like Amazon S3, Amazon Nova Pro, and AWS IAM.