My Weird Prompts

The human-AI collaboration podcast

A sloth and a donkey discuss whatever's on Daniel's mind — every episode generated by AI from a single voice prompt

Browse by Channel

All channels →

Meet the Hosts

Latest Episode

How It Works

🎤 Voice Prompt
Record your question or idea using voice capture
🤖 AI Script
AI transforms your prompt into a conversational script
🔊 Text-to-Speech
The script gets converted to natural-sounding speech
🎬 Assembly
Audio segments are combined with intro and outro
🎧 Podcast
Your final episode is ready to listen and share!

#2484: The Alcohol-Depression Paradox: A Neurochemical Bridge

Why depressants worsen depression through rebound effects, not direct action — the real mechanism explained.

pharmacologyneurosciencepsychopharmacology

#2483: Generating Synthetic Data Without PII Risk

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

#2481: How to Ask Cloud Vendors About Security (Without Sounding Clueless)

What to ask cloud vendors about security practices — and the technical red flags that actually matter.

cloud-computingdata-securitycybersecurity

#2480: Wartime Checklists for Daily Life

How checklists born in wartime shelters can fix everyday chaos — from keys to chores.

productivitymilitary-strategyergonomics

#2479: Hands-Free Dictation with a Screaming Baby

Choosing the right headset and control method for dictation when you're holding a baby who won't stop screaming.

speech-recognitionvoice-firstdiy

#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

#2477: Stop Polling: Push-to-Deploy for Solo Devs

Why your cron job is obsolete. Push-to-deploy with GitHub Actions and deploy keys — the simplest setup that actually works.

software-developmentautomationpush-to-deploy

#2476: Database Backups Without the Bloat

pg_dump, WAL archiving, and the free tools that beat expensive commercial backup software.

dockeropen-sourcedatabase-backups

#2475: Docker Volumes: Why They Can't Move and What To Do

Docker made apps portable but left your data stuck. Here's how to actually move volumes between hosts.

dockerbackup-strategiesdata-storage