<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>APIs on AI VOID</title><link>https://ai-blog.noorshomelab.dev/tags/apis/</link><description>Recent content in APIs on AI VOID</description><generator>Hugo</generator><language>en</language><lastBuildDate>Wed, 20 May 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://ai-blog.noorshomelab.dev/tags/apis/index.xml" rel="self" type="application/rss+xml"/><item><title>Chapter 2: Understanding Large Language Models (LLMs) &amp;amp; AI APIs</title><link>https://ai-blog.noorshomelab.dev/applied-agentic-ai-2026-guide/understanding-llms-ai-apis/</link><pubDate>Fri, 16 Jan 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/applied-agentic-ai-2026-guide/understanding-llms-ai-apis/</guid><description>&lt;h2 id="chapter-2-understanding-large-language-models-llms--ai-apis"&gt;Chapter 2: Understanding Large Language Models (LLMs) &amp;amp; AI APIs&lt;/h2&gt;
&lt;p&gt;Welcome back, future Applied AI Engineer! In Chapter 1, we laid the groundwork with foundational programming and system thinking. Now, it&amp;rsquo;s time to dive into the exciting world of Large Language Models (LLMs) – the brainpower behind most modern AI applications, including the sophisticated AI agents we&amp;rsquo;ll be building.&lt;/p&gt;
&lt;p&gt;This chapter will equip you with a solid understanding of what LLMs are, how they work at a high level, and, crucially, how to interact with them programmatically using AI APIs. This isn&amp;rsquo;t just theory; we&amp;rsquo;ll get hands-on with Python, making your very first calls to an LLM, setting the stage for building intelligent applications. Understanding this interaction is paramount, as AI agents rely heavily on these models to reason, plan, and execute tasks.&lt;/p&gt;</description></item><item><title>Chapter 4: Diving into Puter.js Core APIs - The Foundation</title><link>https://ai-blog.noorshomelab.dev/puter-js-mastery-2026/chapter-4-core-apis-foundation/</link><pubDate>Mon, 12 Jan 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/puter-js-mastery-2026/chapter-4-core-apis-foundation/</guid><description>&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;Welcome back, aspiring Puter.js developer! In the previous chapters, we laid the groundwork by understanding what Puter.js is and setting up our development environment. You&amp;rsquo;re now ready to roll up your sleeves and interact directly with the Puter.js Web OS.&lt;/p&gt;
&lt;p&gt;This chapter is all about getting to know the &lt;strong&gt;Puter.js Core APIs&lt;/strong&gt;. Think of these APIs as the essential tools and commands that allow your applications to communicate with the Puter.js system itself. We&amp;rsquo;ll learn how to fetch system information, display messages, get user input, and even listen for important system events. Mastering these foundational APIs is crucial, as they form the bedrock for building any interactive and robust Puter.js application.&lt;/p&gt;</description></item><item><title>Intermediate Topics: JSON Schema and Validation</title><link>https://ai-blog.noorshomelab.dev/json-toon-for-ai-guide/intermediate-json-schema-validation/</link><pubDate>Sat, 15 Nov 2025 03:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/json-toon-for-ai-guide/intermediate-json-schema-validation/</guid><description>&lt;h1 id="intermediate-topics-json-schema-and-validation"&gt;Intermediate Topics: JSON Schema and Validation&lt;/h1&gt;
&lt;p&gt;As you start working with JSON in AI applications, especially when relying on LLMs to generate structured data, you&amp;rsquo;ll quickly encounter the need for data consistency and reliability. How do you ensure that the JSON an LLM outputs, or the JSON you feed into it, always adheres to a specific structure and contains the right types of data? The answer lies in &lt;strong&gt;JSON Schema&lt;/strong&gt;.&lt;/p&gt;</description></item><item><title>Chapter 7: Networking &amp;amp; Consuming APIs</title><link>https://ai-blog.noorshomelab.dev/ios-pro-dev-2026-guide/networking-consuming-apis/</link><pubDate>Thu, 26 Feb 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/ios-pro-dev-2026-guide/networking-consuming-apis/</guid><description>&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;Welcome to Chapter 7! Up until now, we&amp;rsquo;ve focused on building the visual and interactive components of our iOS applications. We&amp;rsquo;ve learned how to craft beautiful user interfaces, manage application state, and navigate between different screens. But what if your app needs to talk to the outside world? What if it needs to fetch the latest news, display current weather, or save user data to a remote server?&lt;/p&gt;
&lt;p&gt;That&amp;rsquo;s where &lt;strong&gt;networking&lt;/strong&gt; comes in! In this chapter, we&amp;rsquo;ll unlock the power of connecting your iOS apps to the vast world of the internet. We&amp;rsquo;ll learn how to fetch data from external services, known as Application Programming Interfaces (APIs), and seamlessly integrate that data into your app. This is a fundamental skill for almost any modern application, transforming static experiences into dynamic, real-time ones.&lt;/p&gt;</description></item><item><title>Chapter 7: Integrating with Enterprise Systems: CRM, Knowledge Bases, &amp;amp; More</title><link>https://ai-blog.noorshomelab.dev/openai-cs-agents-guide-2026/07-enterprise-integration/</link><pubDate>Sun, 08 Feb 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/openai-cs-agents-guide-2026/07-enterprise-integration/</guid><description>&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;Welcome to Chapter 7! So far, you&amp;rsquo;ve mastered the fundamentals of the OpenAI Customer Service Agent framework, understanding its architecture, setting up your environment, and building basic agent capabilities. But what makes an AI agent truly transformative for an enterprise? It&amp;rsquo;s its ability to seamlessly connect with the systems that power your business every day.&lt;/p&gt;
&lt;p&gt;In this chapter, we&amp;rsquo;ll dive deep into the crucial world of enterprise integration. We&amp;rsquo;ll explore how to empower your AI agents to interact with vital systems like Customer Relationship Management (CRM) platforms, comprehensive Knowledge Bases, and other backend services. This isn&amp;rsquo;t just about making an agent talk; it&amp;rsquo;s about enabling it to &lt;em&gt;do&lt;/em&gt;, to fetch real-time customer data, update records, and retrieve precise information, fundamentally enhancing its utility and impact on customer service operations. By the end of this chapter, you&amp;rsquo;ll understand the core concepts and practical steps to bridge the gap between your AI agent and your existing enterprise ecosystem.&lt;/p&gt;</description></item><item><title>Chapter 26: Security Best Practices for React Applications</title><link>https://ai-blog.noorshomelab.dev/react-mastery-2026/chapter-26-security-best-practices/</link><pubDate>Sat, 31 Jan 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/react-mastery-2026/chapter-26-security-best-practices/</guid><description>&lt;h2 id="introduction-protecting-your-react-applications"&gt;Introduction: Protecting Your React Applications&lt;/h2&gt;
&lt;p&gt;Welcome to one of the most critical chapters in our React journey: &lt;strong&gt;Security Best Practices&lt;/strong&gt;! As you become more proficient in building complex React applications, it&amp;rsquo;s absolutely vital to understand how to protect them from malicious attacks and common vulnerabilities. Think of it like building a beautiful, sturdy house – you wouldn&amp;rsquo;t forget to put locks on the doors, would you?&lt;/p&gt;
&lt;p&gt;In this chapter, we&amp;rsquo;ll dive into the world of frontend security. We&amp;rsquo;ll explore common threats that React applications face, understand how React&amp;rsquo;s architecture helps (and sometimes requires extra care), and learn practical strategies to safeguard your code and your users&amp;rsquo; data. While backend security is paramount, a robust frontend security posture adds crucial layers of defense.&lt;/p&gt;</description></item><item><title>LLM API Pricing Models: Complete Comparison 2026</title><link>https://ai-blog.noorshomelab.dev/comparisons/llm-api-pricing-comparison-2026/</link><pubDate>Wed, 20 May 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/comparisons/llm-api-pricing-comparison-2026/</guid><description>&lt;p&gt;The landscape of Large Language Model (LLM) APIs is dynamic, with capabilities rapidly advancing and pricing structures evolving just as quickly. For developers and enterprises, understanding these models is no longer a luxury but a necessity to maintain project viability and control operational costs. The difference between an optimized and unoptimized LLM integration can translate into an order-of-magnitude cost variance, directly impacting profitability and scalability.&lt;/p&gt;
&lt;h2 id="why-llm-api-pricing-demands-scrutiny"&gt;Why LLM API Pricing Demands Scrutiny&lt;/h2&gt;
&lt;p&gt;In 2026, the cost of LLM inference continues its rapid decline, yet the complexity of pricing models has increased. What appears as a simple &amp;ldquo;price per million tokens&amp;rdquo; can be a deceptive metric. Real-world applications often encounter significant cost disparities due to varying tokenization methods, context window sizes, and the distinction between input and output token costs. A seemingly minor difference in token count for the same prompt can lead to substantial budget overruns at scale. Without a deep understanding, projects risk becoming economically unsustainable, hindering innovation and deployment.&lt;/p&gt;</description></item></channel></rss>