<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Framework on AI VOID</title><link>https://ai-blog.noorshomelab.dev/tags/framework/</link><description>Recent content in Framework on AI VOID</description><generator>Hugo</generator><language>en</language><lastBuildDate>Mon, 26 Jan 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://ai-blog.noorshomelab.dev/tags/framework/index.xml" rel="self" type="application/rss+xml"/><item><title>Chapter 1: Introduction to Data Compression &amp;amp; OpenZL</title><link>https://ai-blog.noorshomelab.dev/openzl-mastery-2026/introduction-to-openzl/</link><pubDate>Mon, 26 Jan 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/openzl-mastery-2026/introduction-to-openzl/</guid><description>&lt;h2 id="introduction-to-data-compression--openzl"&gt;Introduction to Data Compression &amp;amp; OpenZL&lt;/h2&gt;
&lt;p&gt;Welcome, aspiring data compression wizard! In this exciting journey, we&amp;rsquo;ll dive deep into the world of data compression, exploring not just &lt;em&gt;how&lt;/em&gt; to compress data, but &lt;em&gt;why&lt;/em&gt; certain approaches are more effective than others. This first chapter sets the stage, introducing you to the fundamental ideas behind data compression and then shining a spotlight on OpenZL – Meta&amp;rsquo;s groundbreaking, format-aware compression framework.&lt;/p&gt;
&lt;p&gt;By the end of this chapter, you&amp;rsquo;ll understand why traditional compression sometimes falls short, what makes OpenZL unique, and how to prepare your development environment to start experimenting with it. We&amp;rsquo;ll break down complex ideas into &amp;ldquo;baby steps,&amp;rdquo; ensuring you grasp each concept before moving on. There are no prerequisites for this chapter, just an eagerness to learn and perhaps a cup of your favorite beverage!&lt;/p&gt;</description></item><item><title>Introduction to Data Compression &amp;amp; OpenZL</title><link>https://ai-blog.noorshomelab.dev/openzl-mastery-2026/introduction-data-compression-openzl/</link><pubDate>Mon, 26 Jan 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/openzl-mastery-2026/introduction-data-compression-openzl/</guid><description>&lt;p&gt;Welcome, aspiring data wizard, to your journey into the exciting world of OpenZL! In this first chapter, we&amp;rsquo;ll lay the groundwork for understanding why data compression is so vital in today&amp;rsquo;s data-rich environment and introduce you to OpenZL – a groundbreaking framework that&amp;rsquo;s changing how we think about squeezing more out of our data.&lt;/p&gt;
&lt;p&gt;By the end of this chapter, you&amp;rsquo;ll have a solid grasp of the core concepts behind OpenZL, understand its unique approach to compression, and even have your development environment set up and ready for action. No prior knowledge of OpenZL is required; we&amp;rsquo;ll start from the very beginning, ensuring every step is clear and manageable. Let&amp;rsquo;s dive in!&lt;/p&gt;</description></item><item><title>Introduction to Agentic Lightening</title><link>https://ai-blog.noorshomelab.dev/agentic-lightening-guide/introduction-to-agentic-lightening/</link><pubDate>Thu, 06 Nov 2025 22:00:00 +0530</pubDate><guid>https://ai-blog.noorshomelab.dev/agentic-lightening-guide/introduction-to-agentic-lightening/</guid><description>&lt;h2 id="introduction-to-agentic-lightening"&gt;Introduction to Agentic Lightening&lt;/h2&gt;
&lt;p&gt;Welcome to the exciting world of Agentic Lightening! This chapter will introduce you to this powerful framework, explain why it&amp;rsquo;s a crucial tool for modern AI development, and give you a brief overview of its origins.&lt;/p&gt;
&lt;h3 id="what-is-agentic-lightening"&gt;What is Agentic Lightening?&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt;Agentic Lightening&lt;/strong&gt; is an open-source framework developed by Microsoft, designed to empower developers to &lt;strong&gt;train and optimize any AI agent&lt;/strong&gt; with remarkable ease. In the rapidly evolving landscape of AI, agents are becoming increasingly sophisticated, performing complex, multi-step tasks autonomously. However, making these agents perform optimally, especially in real-world, dynamic scenarios, can be incredibly challenging. This is where Agentic Lightening steps in.&lt;/p&gt;</description></item><item><title>Core Concepts: Agents, Trainers, and the Lightning Server</title><link>https://ai-blog.noorshomelab.dev/agentic-lightening-guide/core-concepts-agents-trainers-and-the-lightning-server/</link><pubDate>Thu, 06 Nov 2025 22:00:00 +0530</pubDate><guid>https://ai-blog.noorshomelab.dev/agentic-lightening-guide/core-concepts-agents-trainers-and-the-lightning-server/</guid><description>&lt;h2 id="core-concepts-agents-trainers-and-the-lightning-server"&gt;Core Concepts: Agents, Trainers, and the Lightning Server&lt;/h2&gt;
&lt;p&gt;Now that you have your environment set up, let&amp;rsquo;s explore the foundational concepts and key components that make Agentic Lightening so powerful. Understanding these building blocks is crucial for effectively leveraging the framework.&lt;/p&gt;
&lt;p&gt;Agentic Lightening operates on a client-server architecture, enabling the decoupling of your agent&amp;rsquo;s execution logic from the optimization process. The main actors in this system are:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;&lt;code&gt;LitAgent&lt;/code&gt; (The Agent Client):&lt;/strong&gt; Your AI agent, often built with another framework, wrapped to interact with the Lightening system.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;code&gt;AgentLightningServer&lt;/code&gt; (The Server):&lt;/strong&gt; A central hub that manages tasks, resources, and orchestrates the training loop.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;code&gt;Trainer&lt;/code&gt; (The Optimization Engine):&lt;/strong&gt; The component that runs the training algorithms, leveraging data from &lt;code&gt;LitAgent&lt;/code&gt; instances via the &lt;code&gt;AgentLightningServer&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;code&gt;LightningStore&lt;/code&gt;:&lt;/strong&gt; A central repository (often backed by a database) that holds tasks, resources, and traces, facilitating the feedback loop.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Let&amp;rsquo;s break down each of these in detail.&lt;/p&gt;</description></item><item><title>Angular v21: New Features</title><link>https://ai-blog.noorshomelab.dev/guides/angular-v21-guide/</link><pubDate>Thu, 20 Nov 2025 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/guides/angular-v21-guide/</guid><description>&lt;p&gt;Welcome to &amp;ldquo;Mastering Angular v21: A Zero-to-Advanced Guide to New Features&amp;rdquo;! Angular v21 brings exciting advancements that significantly enhance performance, developer experience, and the overall framework. This guide is designed to take you from a basic understanding of what&amp;rsquo;s new in Angular v21 to confidently applying these features in your projects.&lt;/p&gt;
&lt;p&gt;We&amp;rsquo;ll break down each new feature, understand its benefits, and walk through practical examples. Get ready to write code, solve challenges, and truly grasp the power of the latest Angular release!&lt;/p&gt;</description></item><item><title>Vite Comprehensive Learning Guide</title><link>https://ai-blog.noorshomelab.dev/guides/vite-latest/</link><pubDate>Mon, 04 Aug 2025 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/guides/vite-latest/</guid><description>&lt;h2 id="comprehensive-learning-guide-for-vite-version-v700"&gt;Comprehensive Learning Guide for Vite (Version: v7.0.0)&lt;/h2&gt;
&lt;p&gt;This guide provides a comprehensive overview of Vite, focusing on its latest stable version, v7.0.0, and significant changes from previous versions (v4.x, v5.x, v6.x). It&amp;rsquo;s designed for software engineers with foundational programming knowledge and familiarity with modern web development concepts. We&amp;rsquo;ll explore new features, performance optimizations, best practices, and practical application through guided projects.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="chapter-1-introduction-to-vite-70"&gt;Chapter 1: Introduction to Vite 7.0&lt;/h2&gt;
&lt;h3 id="11-what-is-vite"&gt;1.1: What is Vite?&lt;/h3&gt;
&lt;p&gt;Vite (pronounced /viːt/, like &amp;ldquo;veet&amp;rdquo; in French for &amp;ldquo;quick&amp;rdquo;) is a next-generation frontend tooling that offers a significantly faster and leaner development experience for modern web projects. It addresses the performance bottlenecks associated with traditional bundlers (like Webpack) by leveraging native ES Modules (ESM) in development and Rollup for optimized production builds.&lt;/p&gt;</description></item></channel></rss>