#api-integration
25 episodes
#3278: How to Get Early AI Model Access as a Solo Developer
How a solo developer spending $300/month can get early access to new AI models before the press release.
#2923: Structured Outputs: Taming AI's Token Lottery
Why prompt engineering isn't enough to get consistent JSON from LLMs.
#2829: The Missing CRUD Framework for Real Code
What actually gives you a real starting point for internal tools — not a platform, not a service, but code you own and deploy.
#2822: Serverless E-Commerce: Medusa, Saleor, and Vendure
Three open-source headless commerce engines that make serverless e-commerce actually viable.
#2773: Beyond Static Fallbacks: Agentic Error Handling in AI Pipelines
From try-except blocks to planning agents that route around failures intelligently.
#2691: The Usability Tax of Least Privilege
Is it time to let AI agents handle your API key creation and rotation? We explore the real security tradeoffs.
#2543: Why Base64 Adds 33% Overhead (And Why You Still Need It)
Base64 isn’t compression — it’s a safe transport encoding. Here’s how it works with audio APIs and where its limits are.
#2541: Agent-to-Agent Scheduling: Building the Calendly for AI
How Google's A2A protocol and Anthropic's Remote MCP could power a new kind of agent handoff for scheduling meetings.
#2511: Measuring AI API Latency Through the Black Box
How to benchmark token throughput and debug slowdowns in closed CLI tools like Claude Code using OpenTelemetry and mitmproxy.
#2503: The Gap Between Your Mental Model and the Wire
What really happens when you press Enter on a URL? From DNS to TLS to headers, we break down the full lifecycle.
#2496: Are Hidden API Endpoints Leaks or Just Plumbing?
When LLM agents discover unauthenticated JSON endpoints in browser DevTools, is it a security breach or just reading the page?
#2468: When Tokens Meet GPU Seconds
How to track AI spend across Open Router, Replicate, and more — without a unified dashboard.
#2467: The Time Tax on API Access
How OpenAI and Anthropic structure API tiers, rate limits, and why your billing history matters more than you think.
#2441: When One Sentence Beats Four Clicks
What happens when you ditch the admin panel and let AI agents manage your systems directly?
#2352: The Structured Output Gap in Vision APIs
How do object detection APIs like Gemini, AWS Rekognition, and YOLO compare for automated annotation workflows?
#2251: Agent-to-Agent Protocols: What Actually Needs Standardizing
When autonomous agents call other agents, what does a working protocol actually require? Exploring session handling, state management, security, an...
#2166: Code vs. Canvas: How Developers Pick Their Tools
LangGraph or Flowise? The honest answer isn't obvious. Developers gain speed and integrations with visual builders—but lose version control, testin...
#1939: API Drift and Agent Reliability
When an API changes without warning, your AI agent can crash spectacularly. Here's how to test the new "plumbing" of the agentic age.
#1714: The Hidden Cost of Rolling Your Own
Why do companies pour millions into SDKs? We explore the hidden costs of raw APIs and the strategic advantages of using software kits.
#1237: Ghost Flights and Legacy Code: Why Travel Tech is Broken
Ever wondered why that flight vanished while booking? Explore the 1960s mainframes and cryptic protocols holding the travel industry together.
#1220: Why You Can't Give an AI the Database Password
Why can't we just give AI the database password? Explore the shift from REST to GraphQL and how the Model Context Protocol changes the game.
#1219: Beyond the Vibes: Mastering Structured AI Outputs
Stop begging your AI for JSON. Learn how constrained decoding and strict schemas are turning "vibes" into reliable systems architecture.
#1209: The Agent-First Shift: Ending the Dual-Track API Tax
Stop paying the 20% "AI tax." Explore how unified backends and MCP are merging human interfaces with agentic capabilities for a seamless future.
#920: Can Your AI Pass the CAPTCHA and Buy Your Groceries?
AI can plan your trip, but can it book it? Explore the new frameworks giving autonomous agents the power to spend money securely.
#855: The Agentic Internet: Google’s New Web MCP Standard
AI agents are moving beyond "looking" at websites. Discover how Google’s Web MCP creates a programmatic map for the agentic future.