← All Tags

#ai-agents

408 episodes

#4902: Backward Batching: Fixing Slow Uploads Without Blocking Users

How one developer used background threads and deferred AI processing to fix a cataloguing workflow.

software-developmentai-agentsautomation

#4836: When AI Actually Touches Money

How Amazon uses LLMs to classify damage and set refunds — and the guardrail stack that keeps the AI from touching the dollar amount directly.

ai-agentsprompt-engineeringfraud-scoring-override

#4834: Why Your AI Bill Keeps Surprising You

How a 37-cent project and a $100 simulation reveal the hidden math of AI API pricing.

large-language-modelsai-agentsmultimodal-ai

#4825: Russian Dolls: Skills, MCPs, and Plugins

When to use a skill vs MCP vs plugin in Claude Code — and when to keep it simple.

claude-codeai-agentsskills-ecosystem

#4822: Cloud-Local AI Hybrid: Does It Actually Work?

Can you pair Claude's reasoning with a local Qwen 7B for savings? The gap is wider than you think.

large-language-modelsai-agentsquantization

#4815: Agent Framework Lock-In: What Actually Breaks

Code-defined vs visual builders. LangGraph vs CrewAI. How portable are agent workflows really?

ai-agentsopen-sourceagent-frameworks

#4814: The Manager Agent Nobody Sees

How supervisor agents orchestrate AI pipelines without generating content—and the three ways they fail.

ai-agentsai-orchestrationfault-tolerance

#4757: AI Agents Need a New Identity Model

How composite identity and short-lived credentials replace API keys for autonomous AI agents.

ai-agentsauthentication-mechanismsapi-integration

#4753: Cookies as AI Credentials: The Auth Problem

How to get browser cookies into an AI agent's hands — and why they expire so fast.

ai-agentsapi-integrationsecurity

#4752: How AI Agents Map Websites to Build Stable Plugins

An AI agent explores DOM and network layers to build self-healing browser plugins.

ai-agentsprompt-engineeringsoftware-development

#4751: AI Agents vs Anti-Bot Systems

Why AI agents get blocked by anti-bot systems and what actually works to get through.

ai-agentscybersecuritynetwork-security

#4750: Reverse-Engineering Hidden Web APIs

How to find undocumented APIs in your browser's network tab and hand them to AI agents.

api-integrationai-agentsnetwork-security

#4740: Why FTP Still Exists and SSH Won't Die

FTP from 1985 is still not deprecated. SSH from 1995 keeps evolving. What determines which protocols survive?

networkingsecurityai-agents

#4725: Software Evaluation as a Career Path

The hidden career track for people who love evaluating SaaS tools, building matrices, and becoming the go-to software decision-maker.

software-developmentai-agentsfuture-of-work

#4720: Compass vs. Warning Sign: Prompting for Long-Term AI

How positive and negative instructions reshape AI behavior differently — and why "preserve this" beats "fix this" in system prompts.

prompt-engineeringai-agentsai-reasoning

#4713: MCP vs Browser-Use: The Agentic AI Showdown

Two patterns are fighting to define how AI agents interact with software. Which one wins shapes the next decade of building.

model-context-protocolai-agentsai-orchestration

#4712: Codex vs Claude Code: The Real Agentic Coding Showdown

Benchmarks, model variants, and MCP setups — which coding agent actually wins where it matters?

ai-agentsmodel-context-protocolsoftware-development

#4711: When AI Agents Need a Compliance Checkbox

ISO 42001 is coming for your agentic pipeline. Small businesses need to know what's heading their way.

ai-agentsagentic-paymentsai-governance

#4704: Building a Unified AI Filesystem with Rclone and MinIO

How to build a single virtual filesystem for AI agents across multiple cloud storage providers — without the token headaches.

data-storageai-agentsdistributed-systems

#4701: Why Claude Code Re-Introduces Itself to Your Repo

Claude Code remembers your preferences but not your codebase. We explore why that's by design and how to work around it.

large-language-modelsai-agentsmodel-context-protocol

#4700: Browser Agents: Three Paths to One Protocol

How screenshot watching, dev-tools extensions, and native MCP in Chrome are converging — and what wins.

ai-agentsmodel-context-protocolhuman-computer-interaction

#4699: The Hidden Engine: What Makes Claude Code Tick

Is it the model or the harness? We break down the invisible scaffolding that turns LLMs into real agents.

ai-agentssoftware-developmentcontext-window

#4691: The Machine Lane: When AI Agents Call Your Business

What if your business phone menu had a button for AI callers? The search for who's building it — and why nobody has.

ai-agentstelecommunicationshuman-computer-interaction

#4686: How Claude Code's Patience Works: Fork, Wait, and the Transcript Stack

Claude Code's "waiting" is an illusion. We break down the Unix primitives behind its background task system and where the analogy cracks.

software-developmentai-agentsclaude-code