Open Access Open Access  Restricted Access Subscription Access

Solution Architecture Patterns for Scalable Generative AI Workloads

Sushma Sunkollu Nagaraj Sunkollu Nagaraj

Abstract


Generative AI workloads place unusual demands on system architecture: inference is stateful, memory-bandwidth-bound, and bursty, and a single large model can saturate expensive accelerators while still leaving them underutilized. This article catalogs the solution-architecture patterns that have converged in production large-language-model (LLM) systems and organizes them into a layered reference architecture spanning the model gateway, orchestration, knowledge and caching, and the inference-serving cluster. We treat the core scaling primitives — continuous (in-flight) batching, PagedAttention-style KV-cache management, prefix and prompt caching, tensor parallelism, quantization, and speculative decoding — as composable patterns, and give the quantitative relationships that govern their cost and performance, including KV-cache memory growth, the throughput–latency trade-off, and an arithmetic-intensity (roofline) view of the prefill versus decode phases. We also cover application-level patterns (retrieval-augmented generation, agent orchestration, the model gateway, and semantic caching) and operational concerns (autoscaling, multi-tenancy, and reliability). The aim is a practitioner's map: which pattern solves which bottleneck, what it costs, and how the patterns combine. Public technical sources are cited throughout.


Full Text:

PDF

References


Gangina, P. (2024). Generative AI integration patterns in enterprise microservices ecosystems. International Journal of Science, Research and Technology, 7(6), 13153-13165.

Sugumar, R. (2025). Designing Resilient and Scalable Cloud-Native Frameworks for Generative AI Content Production. International Journal of Research Publications in Engineering, Technology and Management (IJRPETM), 8(6), 13268-13279.

Alva, L. R., & Pandey, B. (2026). Agentic AI systems in the age of generative models: architectures, cloud scalability, and real-world applications. Artificial Intelligence Review, 59(3), 88.

Chen, Y., Ni, C., & Wang, H. (2024). AdaptiveGenBackend A Scalable Architecture for Low-Latency Generative AI Video Processing in Content Creation Platforms. Annals of Applied Sciences, 5(1).

Kavanagh, K. (2024). Google Machine Learning and Generative AI for Solutions Architects: Build efficient and scalable AI/ML solutions on Google Cloud. Packt Publishing Ltd.


Refbacks

  • There are currently no refbacks.