AI

Artificial intelligence, machine learning, and everything LLM

1246 episodes Page 22 of 63

#2497: Tracing One Python Print Through 6 Abstraction Layers

What actually happens when you print "Hello" in Python? Six layers, 562 system calls, and a hardware-enforced kernel boundary.

operating-systemssoftware-developmenthardware-engineering

#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?

api-integrationsecurityai-agents

#2495: How to Bake Personality Into an LLM in 15 Minutes

Fine-tune a model's personality with ~300 examples and a consumer GPU. SFT + DPO explained.

fine-tuningsmall-language-modelsgpu-acceleration

#2494: Active Prompt Engineering: Daniel's Diff-Based Loop

A deep dive into iterative prompt refinement using inter-iteration prediction change as an uncertainty signal.

prompt-engineeringactive-learningfew-shot-learning

#2493: Are You Writing for Humans or AI Agents?

How GitHub repos, JSON formats, and competing standards are reshaping who (and what) you're publishing for.

ai-agentsknowledge-managementhuman-computer-interaction

#2492: When AI Agents Collapse Stack Evaluation from Weeks to Seconds

How Claude Code and agentic AI are turning GitHub into a discovery layer and collapsing library evaluation from weeks to seconds.

software-developmentai-agentsarchitecture

#2487: Why AI Calls Everything a "Prediction" (Even Images)

Machine learning calls everything a "prediction" — even generated images. Here's why the terminology matters more than you think.

taxonomymachine-learning-historyai-terminology

#2483: Substitution Anonymization: Privacy Without Utility Loss

How to generate realistic synthetic voice notes and calendar data with zero PII exposure risk.

small-language-modelsprivacymodel-collapse

#2482: When AI Chatbots Leak Your PDFs via Public S3 Buckets

A user uploaded a sensitive PDF to an AI chatbot. The chatbot stored it in a public S3 bucket with zero authentication.

data-securityai-securitycloud-computing

#2478: MCP File Handling: Why Your Base64 Upload Breaks at 4MB

MCP has no standard file input. Base64 breaks at 4MB, presigned URLs need whitelisting, and MinIO workarounds aren't standardized.

model-context-protocoldata-integritymcp-file-handling

#2472: When Guardrails Break: The Hidden Costs of AI Gateway Filtering

PII detection at the gateway layer can block legitimate invoices. Here's how guardrails actually work and where they fail.

ai-securitylatencyprompt-injection

#2471: Creative Briefs for AI Agents: What Agencies Already Know

How agency best practices for briefing creatives map directly onto getting reliable output from AI agents like Claude Design.

ai-agentsprompt-engineeringgenerative-ai

#2470: Where Intelligence Should Live in Your Pipeline

When should you fine-tune a tiny model for prompt enhancement instead of prompting a large one? The answer depends on latency, precision, and domain.

prompt-engineeringimage-generationfine-tuning

#2469: Embedding Model Deprecation: RAG's Silent Killer

When OpenAI retires an embedding model, your RAG pipeline breaks silently. Here’s how to fix it.

ragmodel-context-protocolvector-databases

#2468: When Tokens Meet GPU Seconds

How to track AI spend across Open Router, Replicate, and more — without a unified dashboard.

api-integrationdiyopen-source

#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.

api-integrationlatencyai-inference

#2466: The Hidden Trap of Embedding Model Lock-In

What happens when your vector database works great — until your embedding model gets deprecated and your vectors become useless.

ragopen-sourceembedding-models

#2465: JSON-L vs Parquet: When Each Format Wins

How far can JSON-L scale before it breaks? And why does Parquet dominate for millions of rows?

data-storagedata-integrityjsonl

#2464: Batch APIs: The 50% Discount You're Probably Misusing

Batch inference APIs offer 50% off — but only for the right workloads. Here's when they actually make sense.

large-language-modelsai-inferencegpu-acceleration

#2461: How Claude Code's Conversation Compaction Actually Works

The three-tier system, what survives, what dies, and why you shouldn't rely on auto-compact.

large-language-modelsai-agentsprompt-engineering