<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Event-Driven on AI VOID</title><link>https://ai-blog.noorshomelab.dev/tags/event-driven/</link><description>Recent content in Event-Driven on AI VOID</description><generator>Hugo</generator><language>en</language><lastBuildDate>Fri, 20 Mar 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://ai-blog.noorshomelab.dev/tags/event-driven/index.xml" rel="self" type="application/rss+xml"/><item><title>Building AI/ML Pipelines: From Data to Deployment</title><link>https://ai-blog.noorshomelab.dev/ai-system-design-2026-guide/building-ai-ml-pipelines/</link><pubDate>Fri, 20 Mar 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/ai-system-design-2026-guide/building-ai-ml-pipelines/</guid><description>&lt;h2 id="introduction-to-aiml-pipelines"&gt;Introduction to AI/ML Pipelines&lt;/h2&gt;
&lt;p&gt;Welcome back, future AI architects! In our previous chapter, we laid the groundwork by discussing the foundational concepts of AI system design. Now, it&amp;rsquo;s time to get practical and dive into the very backbone of any production-ready AI application: &lt;strong&gt;AI/ML Pipelines&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;Think of an AI/ML pipeline as an automated assembly line for your machine learning models. Instead of manually moving data, running scripts, and deploying models, a pipeline orchestrates these complex steps seamlessly. This automation is absolutely critical for building scalable, reproducible, and reliable AI systems. Without well-defined pipelines, managing the lifecycle of even a single model can become a chaotic, error-prone endeavor, let alone hundreds or thousands of models in a large-scale system.&lt;/p&gt;</description></item><item><title>Designing AI APIs: Seamless Integration for Intelligent Services</title><link>https://ai-blog.noorshomelab.dev/ai-system-design-2026-guide/designing-ai-apis-integration/</link><pubDate>Fri, 20 Mar 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/ai-system-design-2026-guide/designing-ai-apis-integration/</guid><description>&lt;h2 id="introduction-bridging-ai-and-applications"&gt;Introduction: Bridging AI and Applications&lt;/h2&gt;
&lt;p&gt;Welcome back, future AI architects! In our previous chapters, we explored the foundational elements of AI/ML pipelines and the power of orchestration to manage complex AI workflows. We&amp;rsquo;ve seen how data flows, models are trained, and tasks are coordinated. But how do these intelligent capabilities actually become part of a larger application? How does your e-commerce platform get real-time recommendations, or your customer service chatbot respond intelligently?&lt;/p&gt;</description></item><item><title>Orchestrating Complex AI Workflows and Multi-Agent Systems</title><link>https://ai-blog.noorshomelab.dev/ai-system-design-2026-guide/orchestrating-ai-workflows-agents/</link><pubDate>Fri, 20 Mar 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/ai-system-design-2026-guide/orchestrating-ai-workflows-agents/</guid><description>&lt;h2 id="introduction-to-ai-orchestration"&gt;Introduction to AI Orchestration&lt;/h2&gt;
&lt;p&gt;Welcome back, architects and engineers! In our previous chapters, we&amp;rsquo;ve explored the foundational elements of AI system design, from data pipelines to deploying individual models. Now, we&amp;rsquo;re ready to tackle a crucial aspect of building truly scalable and intelligent AI applications: &lt;strong&gt;orchestration&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;Think of orchestration as the conductor of an AI symphony. As AI systems grow in complexity, involving multiple models, microservices, data sources, and even autonomous AI agents, a central mechanism is needed to coordinate their interactions, manage their state, handle errors, and ensure smooth operation. Without effective orchestration, your sophisticated AI components can quickly become a chaotic mess, leading to reliability issues, difficult debugging, and a significant barrier to scaling.&lt;/p&gt;</description></item><item><title>Chapter 6: Real-time Magic: Client Synchronization and Event Propagation</title><link>https://ai-blog.noorshomelab.dev/spacetime-db-guide-2026/chapter-6-client-sync-event-propagation/</link><pubDate>Sat, 14 Mar 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/spacetime-db-guide-2026/chapter-6-client-sync-event-propagation/</guid><description>&lt;h2 id="chapter-6-real-time-magic-client-synchronization-and-event-propagation"&gt;Chapter 6: Real-time Magic: Client Synchronization and Event Propagation&lt;/h2&gt;
&lt;p&gt;Welcome back, intrepid developer! In our previous chapters, we&amp;rsquo;ve explored the foundational concepts of SpaceTimeDB, from setting up your development environment to designing schemas and writing server-side logic using reducers. We&amp;rsquo;ve seen how SpaceTimeDB acts as a unified backend, combining a database with application logic.&lt;/p&gt;
&lt;p&gt;Now, it&amp;rsquo;s time to unveil the &amp;ldquo;magic&amp;rdquo; that makes SpaceTimeDB truly shine: its real-time capabilities. This chapter will pull back the curtain on how client applications stay perfectly synchronized with your SpaceTimeDB instance, receiving instant updates as data changes. We&amp;rsquo;ll explore the core mechanisms of client synchronization, event propagation, and how to build responsive, collaborative experiences.&lt;/p&gt;</description></item><item><title>Case Study: Architecting a Real-time Recommendation Engine</title><link>https://ai-blog.noorshomelab.dev/ai-system-design-2026-guide/case-study-realtime-recommendation-engine/</link><pubDate>Fri, 20 Mar 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/ai-system-design-2026-guide/case-study-realtime-recommendation-engine/</guid><description>&lt;h2 id="introduction-building-the-brain-of-an-e-commerce-platform"&gt;Introduction: Building the Brain of an E-commerce Platform&lt;/h2&gt;
&lt;p&gt;Welcome to Chapter 11! Throughout this guide, we&amp;rsquo;ve explored the foundational principles of designing robust, scalable AI systems. We&amp;rsquo;ve delved into AI/ML pipelines, mastered orchestration patterns, embraced event-driven architectures, crafted AI APIs, and understood the power of microservices and distributed computing. Now, it&amp;rsquo;s time to bring these concepts together in a tangible, real-world example: &lt;strong&gt;architecting a real-time recommendation engine for an e-commerce platform.&lt;/strong&gt;&lt;/p&gt;</description></item><item><title>11. Distributed Services and Event-Driven Architectures</title><link>https://ai-blog.noorshomelab.dev/void-cloud-mastery-2026/distributed-services-event-driven-architectures/</link><pubDate>Sat, 14 Mar 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/void-cloud-mastery-2026/distributed-services-event-driven-architectures/</guid><description>&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;Welcome back, intrepid Void Cloud explorer! In our previous chapters, we&amp;rsquo;ve mastered deploying individual services, managing environments, and optimizing performance. You&amp;rsquo;ve built robust applications, but what happens when your application needs to handle millions of users, process vast amounts of data, or integrate with dozens of other services? That&amp;rsquo;s where the power of distributed services and event-driven architectures truly shines.&lt;/p&gt;
&lt;p&gt;In this chapter, we&amp;rsquo;re going to dive deep into these advanced architectural patterns. We&amp;rsquo;ll learn how to break down monolithic applications into smaller, independent services that communicate asynchronously. You&amp;rsquo;ll discover how Void Cloud provides the perfect foundation for building highly scalable, resilient, and maintainable systems using its suite of managed services like Void Functions, Void Messaging, and Void Data Streams. Get ready to think beyond single applications and embrace the world of interconnected, intelligent services!&lt;/p&gt;</description></item><item><title>Evolving AI Architectures: LLMs, Generative AI &amp;amp; Future Trends</title><link>https://ai-blog.noorshomelab.dev/ai-system-design-2026-guide/evolving-ai-architectures-llms-trends/</link><pubDate>Fri, 20 Mar 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/ai-system-design-2026-guide/evolving-ai-architectures-llms-trends/</guid><description>&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;Welcome to the final chapter of our journey into AI system design! Throughout this guide, we&amp;rsquo;ve explored foundational concepts like AI/ML pipelines, robust orchestration, event-driven architectures, and the power of microservices for building scalable AI applications. We&amp;rsquo;ve learned how to design systems that are reliable, observable, and ready for production.&lt;/p&gt;
&lt;p&gt;Now, as we stand in 2026, the AI landscape is evolving at an unprecedented pace, primarily driven by the transformative capabilities of Large Language Models (LLMs) and Generative AI. These advancements introduce new architectural considerations, challenges, and exciting opportunities. In this chapter, we&amp;rsquo;ll dive deep into how these new paradigms impact our architectural choices, how to integrate them effectively, and what future trends we should anticipate.&lt;/p&gt;</description></item><item><title>Chapter 19: Architectural Patterns for Scalable TUIs</title><link>https://ai-blog.noorshomelab.dev/ratatui-mastery-guide-2026/19-architectural-patterns/</link><pubDate>Tue, 17 Mar 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/ratatui-mastery-guide-2026/19-architectural-patterns/</guid><description>&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;Welcome to Chapter 19! So far, we&amp;rsquo;ve learned the fundamentals of Ratatui, from setting up your environment to rendering basic widgets and handling user input. You&amp;rsquo;ve built several small, functional Terminal User Interfaces (TUIs), and that&amp;rsquo;s fantastic!&lt;/p&gt;
&lt;p&gt;As your TUI applications grow in complexity, you&amp;rsquo;ll quickly discover that managing application state, handling a multitude of user events, and keeping your rendering logic clean can become challenging. Just like building a house, a solid foundation and a well-thought-out blueprint are essential for a robust and scalable application. This chapter dives into architectural patterns designed to tackle these challenges, helping you structure your Ratatui applications in a way that is maintainable, testable, and easier to extend.&lt;/p&gt;</description></item><item><title>Designing Scalable AI Systems</title><link>https://ai-blog.noorshomelab.dev/ai-system-design-2026-guide/</link><pubDate>Fri, 20 Mar 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/ai-system-design-2026-guide/</guid><description>&lt;p&gt;This comprehensive guide explores the principles and practices for designing scalable AI-powered applications. Dive into core concepts like AI pipelines, orchestration, event-driven systems, and distributed AI architectures. Learn how to build robust, high-performance AI solutions using microservices and AI APIs, complete with real-world system design examples.&lt;/p&gt;</description></item><item><title>Designing Scalable AI Systems: An Architectural Guide</title><link>https://ai-blog.noorshomelab.dev/guides/ai-system-design-guide-2026/</link><pubDate>Fri, 20 Mar 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/guides/ai-system-design-guide-2026/</guid><description>&lt;h2 id="welcome-to-designing-scalable-ai-systems"&gt;Welcome to Designing Scalable AI Systems!&lt;/h2&gt;
&lt;p&gt;Hello there! I&amp;rsquo;m glad you&amp;rsquo;re here to explore the fascinating world of AI system design. If you&amp;rsquo;ve ever wondered how companies build intelligent applications that can handle millions of users, process vast amounts of data, and continuously learn and adapt, you&amp;rsquo;re in the right place. This guide is designed to take you on a structured journey from foundational concepts to advanced architectural patterns, helping you confidently design and build your own production-ready AI solutions.&lt;/p&gt;</description></item></channel></rss>