<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Large Language Models on AI VOID</title><link>https://ai-blog.noorshomelab.dev/tags/large-language-models/</link><description>Recent content in Large Language Models on AI VOID</description><generator>Hugo</generator><language>en</language><lastBuildDate>Sun, 17 May 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://ai-blog.noorshomelab.dev/tags/large-language-models/index.xml" rel="self" type="application/rss+xml"/><item><title>The World of LLMOps: Why It&amp;#39;s Different for Large Language Models</title><link>https://ai-blog.noorshomelab.dev/llmops-ai-infra-guide-2026/llmops-introduction-unique-challenges/</link><pubDate>Fri, 20 Mar 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/llmops-ai-infra-guide-2026/llmops-introduction-unique-challenges/</guid><description>&lt;h2 id="introduction-the-new-frontier-of-llmops"&gt;Introduction: The New Frontier of LLMOps&lt;/h2&gt;
&lt;p&gt;Welcome to the fascinating and rapidly evolving world of LLMOps! If you&amp;rsquo;re an MLOps engineer, data scientist, or software developer, you&amp;rsquo;ve likely encountered the incredible potential of Large Language Models (LLMs). From powering sophisticated chatbots to generating creative content, LLMs are transforming how we interact with technology. But moving these powerful models from research labs to robust, scalable, and cost-efficient production systems presents a unique set of challenges.&lt;/p&gt;</description></item><item><title>Unveiling AI Agents: The Next Frontier in Application Development</title><link>https://ai-blog.noorshomelab.dev/ai-agent-frameworks-2026/unveiling-ai-agents/</link><pubDate>Fri, 20 Mar 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/ai-agent-frameworks-2026/unveiling-ai-agents/</guid><description>&lt;h2 id="unveiling-ai-agents-the-next-frontier-in-application-development"&gt;Unveiling AI Agents: The Next Frontier in Application Development&lt;/h2&gt;
&lt;p&gt;Welcome, aspiring AI engineers and developers, to an exciting journey into the world of AI agents! If you&amp;rsquo;ve been experimenting with Large Language Models (LLMs) and marveling at their ability to generate text, answer questions, and even write code, you&amp;rsquo;re already familiar with a powerful building block. But what if we could empower these LLMs to go beyond single-turn interactions, allowing them to tackle complex, multi-step problems autonomously, just like a human expert would? That&amp;rsquo;s precisely what AI agents enable, and it&amp;rsquo;s revolutionizing how we build intelligent applications.&lt;/p&gt;</description></item><item><title>Introduction to JSON and TOON for AI</title><link>https://ai-blog.noorshomelab.dev/json-toon-for-ai-guide/introduction-to-json-toon-for-ai/</link><pubDate>Sat, 15 Nov 2025 03:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/json-toon-for-ai-guide/introduction-to-json-toon-for-ai/</guid><description>&lt;h1 id="introduction-to-json-and-toon-for-ai"&gt;Introduction to JSON and TOON for AI&lt;/h1&gt;
&lt;p&gt;Welcome to the exciting world of data formats optimized for Artificial Intelligence! In this introductory chapter, we&amp;rsquo;ll lay the groundwork for understanding JSON (JavaScript Object Notation) and TOON (Token-Oriented Object Notation), two critical formats for interacting with AI models, especially Large Language Models (LLMs). We&amp;rsquo;ll explore what they are, why they are so important in the AI landscape, and how to set up your development environment to start working with them.&lt;/p&gt;</description></item><item><title>Introduction to Redis LangCache</title><link>https://ai-blog.noorshomelab.dev/redis-langcache-guide/introduction-to-langcache/</link><pubDate>Sat, 08 Nov 2025 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/redis-langcache-guide/introduction-to-langcache/</guid><description>&lt;h2 id="1-introduction-to-redis-langcache"&gt;1. Introduction to Redis LangCache&lt;/h2&gt;
&lt;p&gt;Welcome to the exciting world of Redis LangCache! In this chapter, we&amp;rsquo;ll introduce you to this innovative technology, explain why it&amp;rsquo;s a game-changer for AI applications, and guide you through setting up your development environment.&lt;/p&gt;
&lt;h3 id="11-what-is-redis-langcache"&gt;1.1 What is Redis LangCache?&lt;/h3&gt;
&lt;p&gt;Imagine you&amp;rsquo;re building an AI assistant that answers questions about a product. Users might ask &amp;ldquo;What are the features of Product X?&amp;rdquo;, &amp;ldquo;Tell me about Product X&amp;rsquo;s capabilities?&amp;rdquo;, or &amp;ldquo;List the functionalities of Product X.&amp;rdquo; All these questions, despite their slight variations, are essentially asking the same thing. Without caching, your AI assistant would send each unique phrasing to an expensive Large Language Model (LLM) every single time, leading to higher costs and slower responses.&lt;/p&gt;</description></item><item><title>Mastering the AI Conversation: Prompt Engineering for Code</title><link>https://ai-blog.noorshomelab.dev/ai-coding-systems-2026/mastering-ai-conversation-prompt-engineering/</link><pubDate>Fri, 20 Mar 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/ai-coding-systems-2026/mastering-ai-conversation-prompt-engineering/</guid><description>&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;Welcome back, future-forward developer! In the previous chapters, we explored the landscape of AI coding tools, from interactive copilots to autonomous agents, and how they&amp;rsquo;re transforming our development workflows. You&amp;rsquo;ve seen the power of AI to generate code, but have you ever felt like you&amp;rsquo;re not quite getting the &lt;em&gt;exact&lt;/em&gt; output you need? Or that the AI is missing crucial context?&lt;/p&gt;
&lt;p&gt;That&amp;rsquo;s where &lt;strong&gt;prompt engineering&lt;/strong&gt; comes in. Think of it as learning to speak the AI&amp;rsquo;s language. This isn&amp;rsquo;t just about typing a question; it&amp;rsquo;s about crafting precise, contextual, and intentional instructions that guide the AI to deliver highly relevant and accurate results. In this chapter, we&amp;rsquo;ll turn you into a prompt engineering maestro, capable of coaxing sophisticated solutions from your AI coding partners.&lt;/p&gt;</description></item><item><title>Multimodal LLMs: The Brains of Modern Multimodal AI</title><link>https://ai-blog.noorshomelab.dev/multimodal-ai-guide-2026/multimodal-llms-modern-ai/</link><pubDate>Fri, 20 Mar 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/multimodal-ai-guide-2026/multimodal-llms-modern-ai/</guid><description>&lt;h2 id="multimodal-llms-the-brains-of-modern-multimodal-ai"&gt;Multimodal LLMs: The Brains of Modern Multimodal AI&lt;/h2&gt;
&lt;p&gt;Welcome back, future AI architects! In previous chapters, we laid the groundwork by understanding how to ingest and represent different types of data—text, images, audio, and video—as numerical embeddings. We learned that the secret to multimodal AI lies in transforming these diverse inputs into a common language that machines can understand. Now, it&amp;rsquo;s time to introduce the superstar that stitches all these pieces together and makes true cross-modal reasoning possible: &lt;strong&gt;Multimodal Large Language Models (MLLMs)&lt;/strong&gt;.&lt;/p&gt;</description></item><item><title>Connecting to AI: Provider Integrations (Ollama, Cloud APIs)</title><link>https://ai-blog.noorshomelab.dev/aipack-guide-2026/provider-integrations/</link><pubDate>Sun, 17 May 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/aipack-guide-2026/provider-integrations/</guid><description>&lt;p&gt;AI agents, at their core, are problem-solvers that leverage the intelligence of Large Language Models (LLMs). To build truly powerful and versatile AI Packs, your agents need the ability to communicate with these LLMs, whether they&amp;rsquo;re running locally on your machine or accessible through cloud services. This chapter guides you through the essential process of integrating various AI model providers into your AIPack projects.&lt;/p&gt;
&lt;p&gt;Understanding and implementing provider integrations is a critical skill for any AI agent developer. Why does this matter so much? Because it offers immense flexibility and resilience. You can choose local models like Ollama for privacy, cost-effectiveness, and rapid offline iteration. Alternatively, you can leverage cloud APIs (like OpenAI or Anthropic) for their scalability, advanced capabilities, and access to cutting-edge research models. Mastering these integrations allows you to design agents that are performant, adaptable to different operational environments, and aligned with diverse budget constraints.&lt;/p&gt;</description></item><item><title>Foreword</title><link>https://ai-blog.noorshomelab.dev/agentic-design-patern-ebook/chapters/foreword/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/agentic-design-patern-ebook/chapters/foreword/</guid><description>&lt;h1 id="foreword"&gt;Foreword&lt;/h1&gt;
&lt;p&gt;The field of artificial intelligence is at a fascinating inflection point. We are moving beyond building models that can simply process information to creating intelligent systems that can reason, plan, and act to achieve complex goals with ambiguous tasks. These &amp;ldquo;agentic&amp;rdquo; systems, as this book so aptly describes them, represent the next frontier in AI, and their development is a challenge that excites and inspires us at Google.&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Agentic Design Patterns: A Hands-On Guide to Building Intelligent Systems&amp;rdquo; arrives at the perfect moment to guide us on this journey. The book rightly points out that the power of large language models, the cognitive engines of these agents, must be harnessed with structure and thoughtful design. Just as design patterns revolutionized software engineering by providing a common language and reusable solutions to common problems, the agentic patterns in this book will be foundational for building robust, scalable, and reliable intelligent systems.&lt;/p&gt;</description></item><item><title>RAG System Best Practices: Complete Guide 2026</title><link>https://ai-blog.noorshomelab.dev/best-practices/rag-system-best-practices/</link><pubDate>Sat, 17 Jan 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/best-practices/rag-system-best-practices/</guid><description>&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;Retrieval-Augmented Generation (RAG) has emerged as a transformative architecture, allowing Large Language Models (LLMs) to access and incorporate external, up-to-date, and domain-specific information. By augmenting prompts with relevant, retrieved context, RAG significantly reduces hallucinations, improves factual accuracy, enhances domain specificity, and enables dynamic knowledge updates without costly model retraining.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Why Best Practices Matter for RAG Systems:&lt;/strong&gt;
Building effective RAG systems is not just about connecting an LLM to a vector database. It involves intricate design choices, particularly concerning the retrieval model, data preparation, and system evaluation. Ignoring best practices can lead to systems that are prone to errors, generate irrelevant or hallucinated content, suffer from poor performance, and are difficult to maintain or scale. The quality of your retrieved context is paramount; as the saying goes, &amp;ldquo;garbage in, garbage out.&amp;rdquo; Retrieval errors are consistently identified as the #1 cause of hallucinations in RAG systems.&lt;/p&gt;</description></item><item><title>Building AI Agents in Java with Spring Boot: A Comprehensive Guide</title><link>https://ai-blog.noorshomelab.dev/guides/ai-agents-java-spring-boot-guide/</link><pubDate>Fri, 03 Oct 2025 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/guides/ai-agents-java-spring-boot-guide/</guid><description>&lt;h1 id="building-ai-agents-in-java-with-spring-boot-a-comprehensive-guide"&gt;Building AI Agents in Java with Spring Boot: A Comprehensive Guide&lt;/h1&gt;
&lt;p&gt;Welcome, aspiring AI agent builder! This document is your complete guide to understanding and creating intelligent AI agents using the powerful combination of Java and Spring Boot. Whether you&amp;rsquo;re entirely new to AI or looking to leverage your Java skills in this exciting field, this guide will take you from the very basics to building sophisticated agentic systems.&lt;/p&gt;
&lt;p&gt;We&amp;rsquo;ll focus on practical, real-world examples using leading Java AI frameworks like &lt;strong&gt;Spring AI&lt;/strong&gt; and &lt;strong&gt;Google&amp;rsquo;s Agent Development Kit (ADK) for Java&lt;/strong&gt;. By the end, you&amp;rsquo;ll not only grasp the theory but also have hands-on experience in building agents that can reason, plan, and interact with the world.&lt;/p&gt;</description></item><item><title>Building AI Agents in Java with Spring Boot: A Comprehensive Guide</title><link>https://ai-blog.noorshomelab.dev/posts/ai-agents-java-spring-boot-guide/</link><pubDate>Fri, 03 Oct 2025 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/posts/ai-agents-java-spring-boot-guide/</guid><description>&lt;h1 id="building-ai-agents-in-java-with-spring-boot-a-comprehensive-guide"&gt;Building AI Agents in Java with Spring Boot: A Comprehensive Guide&lt;/h1&gt;
&lt;p&gt;Welcome, aspiring AI agent builder! This document is your complete guide to understanding and creating intelligent AI agents using the powerful combination of Java and Spring Boot. Whether you&amp;rsquo;re entirely new to AI or looking to leverage your Java skills in this exciting field, this guide will take you from the very basics to building sophisticated agentic systems.&lt;/p&gt;
&lt;p&gt;We&amp;rsquo;ll focus on practical, real-world examples using leading Java AI frameworks like &lt;strong&gt;Spring AI&lt;/strong&gt; and &lt;strong&gt;Google&amp;rsquo;s Agent Development Kit (ADK) for Java&lt;/strong&gt;. By the end, you&amp;rsquo;ll not only grasp the theory but also have hands-on experience in building agents that can reason, plan, and interact with the world.&lt;/p&gt;</description></item></channel></rss>