Domesticating AI

SoyPete Tech

Domesticating AI is a bi-weekly podcast about practical AI for developers. We cover self-hosted models, local AI, homelabs, hardware, agents, security, and reliability so software engineers can build - Miriah Peterson: Software engineer, Go educator, and community builder focused on *production-first* AI. Runs SoyPete Tech (streams + writing + open-source). - Matt Sharp: AI Engineer/Strategist, co-author of *LLMs in Production*, MLOps practitioner. Writes **The Data Pioneer**. - Chris Brousseau: NLP practitioner, co-author of LLMs in Production, VP of AI at VEOX. You can find him as IMJONEZZ

  1. 2d ago

    Your Homelab Is Where the Fun Starts

    Your side project starts on the free tier. Then it gets interesting. This week, Tod from Catalyst Community joins us to talk about why the homelab is one of the best places to build open-source software, experiment with AI, and learn the infrastructure underneath the tools we use every day. We get into why Kubernetes does not need to turn you into a Kubernetes administrator, how Foundry is making it easier to stand up K3s on your own hardware, and why tools like Helm make adding databases, monitoring, storage, and other services much less painful once the foundation exists. Tod walks us through his own homelab: Proxmox, Debian, a three-node Kubernetes cluster, separate storage and GPU machines, and the open-source tooling he uses to build on top of it. We also get into Tailscale, KServe, Ray, CloudNativePG, Prometheus, Grafana, Loki, Whisper, and running GPUs both inside and outside Kubernetes. But the bigger conversation is about building. Matt talks about the GPU machine he originally bought to train a StarCraft bot and how that experimentation turned into skills he could use professionally. Miriah talks about replacing a Supabase free-tier database with Postgres on her homelab. Tod talks about replacing GitHub-hosted CI/CD infrastructure with his own open-source system. The common thread: doing the foundational work once gives you a platform where the next idea is much cheaper to try. And with modern hardware, open-source software, and LLM-assisted development, the barrier to building something useful at home has never been lower. So our question for you: What are you building for yourself, for fun, or for open source? Projects mentioned in the episode include Foundry, K3s, Kubernetes, Helm, Proxmox, Tailscale, KServe, Ray, CloudNativePG, Prometheus, Grafana, Loki, MLflow, Whisper, Render, Supabase, and Anthropic Claude. Keep your AI on a leash.

  2. Jul 31

    CrankGPT: The Hand-Powered AI That Exposes the Cost of Inference

    What happens when the cost of running AI is no longer hidden behind a cloud bill—but something you can physically feel? In this episode of Domesticating AI, Kat Tomanek and Alex Kauffman of Squeez Labs introduce CrankGPT, a fully offline voice assistant that runs on a Raspberry Pi and is powered by a hand crank. As the language model performs inference and generates speech, the crank becomes harder to turn, converting an abstract computational cost into physical exertion. CrankGPT began as an experiment: could Squeez Labs build a responsive, completely self-contained voice AI system without a cloud connection, wall outlet, or battery? Answering that question required much more than placing a small language model on a Raspberry Pi. Kat and Alex had to engineer the complete system, including speech recognition, voice activity detection, language-model inference, text-to-speech, boot time, memory usage, power delivery, and conversational latency. The result is a modular voice stack that uses specialized components rather than one enormous multimodal model. That architecture allowed the team to select each model according to the actual requirements of the device. The voice only needs to be understandable. The language model needs to respond quickly enough for conversation. The speech recognizer needs to run efficiently on a CPU. Anything beyond those requirements consumes resources without necessarily improving the experience. We discuss why local AI is not simply about buying an expensive GPU, why developers should begin with the machines they already own, and how constraints reveal the hardware characteristics that actually matter. In CrankGPT’s case, memory bandwidth and cold-start behavior created more significant limitations than several of the specifications the team initially expected to matter. The conversation also examines a larger problem in the AI industry: developers frequently select the largest available model before defining the problem they need to solve. Cloud services conceal the energy, infrastructure, privacy, and financial costs of those decisions. CrankGPT makes those costs visible—and makes a strong case for engineering systems around specific requirements instead of throwing more compute at every problem. We also cover Pinokio as an accessible entry point for experimenting with local AI, Whisper and whisper.cpp for speech recognition, modular voice-agent architecture, Raspberry Pi optimization, and why some supposedly ideal AI use cases are still better solved with a book, calculator, or conventional software. CrankGPT and build documentation:https://squeezlabs.github.io/handcrank/ CrankGPT:https://crankgpt.com/ Squeez Labs:https://squeezlabs.com/ Edge Voice Agent:https://github.com/ktomanek/edge_voice_agent Pinokio:https://pinokio.co/ whisper.cpp:https://github.com/ggml-org/whisper.cpp OpenAI Whisper:https://github.com/openai/whisper llama.cpp:https://github.com/ggml-org/llama.cpp Liquid AI:https://www.liquid.ai/ Gemma:https://deepmind.google/models/gemma/ DietPi:https://dietpi.com/ Raspberry Pi:https://www.raspberrypi.com/ Domesticating AI is a biweekly podcast about practical AI for developers. We help you brave the feral open-source AI landscape so you can tame it instead of getting dragged along by it. Keep your AI on a leash. Resources

  3. Jul 17

    AI Homelab Hardware: What You Actually Need to Run Local LLMs

    You don’t need a DGX Spark to start running local AI. In this episode, Miriah, Matt, and Chris talk about realistic AI homelab hardware: old gaming PCs, refurbished desktops, Raspberry Pis, MacBooks, RTX cards, Mac Studio, DGX Spark, AMD Strix Halo machines, and cloud GPU rentals. The argument is simple: start with the hardware you already have, learn the constraints, then decide what to buy. We cover inference, small-model training, coding agents, local harnesses, OpenCode, Forge, LM Studio, Ollama, Docker, Podman AI Lab, vLLM, Lemonade, Unsloth, RunPod, Modal, and why hardware decisions should follow the workload instead of YouTube FOMO. We also get into the real reason local AI matters: data control, IP protection, regulated workflows, reproducibility, and understanding the engineering trade-offs instead of treating the model like magic. Comment question: What are you running local AI on right now, and what do you want to buy next? Links mentioned: LLMs in Production: https://www.manning.com/books/llms-in-production Andrew Ng Machine Learning Specialization: https://www.coursera.org/specializations/machine-learning-introduction fast.ai Practical Deep Learning for Coders: https://course.fast.ai/ NVIDIA DGX Spark: https://marketplace.nvidia.com/en-us/enterprise/personal-ai-supercomputers/dgx-spark/ NVIDIA Jetson Orin Nano: https://www.nvidia.com/en-us/autonomous-machines/embedded-systems/jetson-orin/nano-super-developer-kit/ Framework Desktop: https://frame.work/desktop Beelink GTR9 Pro: https://www.bee-link.com/products/beelink-gtr9-pro-amd-ryzen-ai-max-395 RunPod: https://www.runpod.io/ Modal: https://modal.com/ OpenRouter free models: https://openrouter.ai/collections/free-models OpenCode: https://opencode.ai/ OpenCode Zen: https://opencode.ai/docs/zen/ Forge: https://github.com/antoinezambelli/forge LM Studio: https://lmstudio.ai/ Ollama: https://ollama.com/ Docker Model Runner: https://www.docker.com/products/model-runner/ Podman AI Lab: https://podman-desktop.io/docs/ai-lab vLLM: https://docs.vllm.ai/ AMD Lemonade Server: https://lemonade-server.ai/ Unsloth: https://unsloth.ai/docs Follow Domesticating AI: YouTube: https://www.youtube.com/@DomesticatingAI Apple Podcasts: https://podcasts.apple.com/us/podcast/domesticating-ai/id1873338950 Spotify: https://open.spotify.com/show/2WsAR4fvcXzp3vVZGVlkE2 Amazon Music: https://music.amazon.com/podcasts/193658ea-5d7e-40c5-b78c-dbc1f6ada65a/domesticating-ai Patreon: https://patreon.com/DomesticatingAIPodcast Keep your AI on a leash.

  4. Jul 3

    The Skills Every AI Engineer Needs in 2026

    Everyone seems to be hiring AI engineers—but what does that actually mean? Using Claude Code, Cursor, or ChatGPT doesn't automatically make someone an AI engineer. So where's the line between software engineering with AI and engineering AI systems? This week we're joined by Byron McKay, Director of Learning at Gauntlet AI, to discuss how they train engineers for AI roles, what companies are actually looking for, and why the most important AI engineering skills have surprisingly little to do with prompting. We explore why system design has become essential, why RAG is far from dead, whether you need to self-host or fine-tune models, and why communication and engineering fundamentals are still the biggest predictors of success. If you're wondering what skills to invest in next—or trying to break into AI engineering—this episode is for you. What actually defines an AI engineer?Why system design matters more than everIs RAG still relevant in 2026?The difference between AI users and AI engineersWhy engineering fundamentals still matterCommunication as a technical skillWhy experimentation is part of the jobDo you need to fine-tune or self-host models?How Gauntlet AI prepares engineers for AI careersAdvice for learning AI without chasing every new frameworkGauntlet AI — https://gauntletai.comLLMs in Production — https://www.manning.com/books/llms-in-productionClaude Code — https://www.anthropic.com/claude-codeRay — https://www.ray.io/Qwen — https://qwen.ai/blog?id=qwen3.5UV Package Manager — https://docs.astral.sh/uv/Domesticating AI is a bi-weekly podcast for software engineers building practical AI systems. We cover self-hosted AI, agents, infrastructure, context engineering, security, and the engineering practices that make AI reliable in production. Subscribe wherever you get your podcasts, and if you're enjoying the show, leave a rating and review—it helps more engineers discover the show. Keep your AI on a leash.

  5. Jun 19

    Trust AI? Stop Shipping Output You Didn’t Read

    At a recent meetup, a room of about 55 people was asked: do you know every line of code you shipped to production? One person raised their hand: Chris. That moment became the center of this episode. Not because AI-assisted coding is bad, but because it exposes the real risk: developers are starting to trust AI-generated output without fully owning it. In this episode, Miriah, Chris, and Matt talk about AI psychosis: the slow offloading of judgment, skepticism, and responsibility to systems that sound confident by design. We dig into AI slop, sycophantic models, no-slop.ai, Mitchell Hashimoto’s warning about companies operating under AI psychosis, and why “Claude wrote it” is not a defense when production breaks. This is not an anti-AI episode. We use AI constantly. The point is to stop treating AI like an oracle and start treating it like a tool that needs constraints, review, and ownership. Topics: The 1-of-55 meetup storyWhat AI psychosis means for developersWho owns AI-generated code?Why confident output is not the same as correct outputno-slop.ai and the rule: don’t send AI output you haven’t readMitchell Hashimoto on AI psychosis in companiesWhy arguing with AI usually wastes timeHow sycophantic models pull users into the spiralPractical ways to keep AI honestWhy smaller or self-hosted models can make AI feel less magicalLinks: no-slop.ai: https://no-slop.aiMitchell Hashimoto post: https://x.com/mitchellh/status/2055380239711457578Timnit Gebru post on AI psychosis: https://www.linkedin.com/posts/timnit-gebru-7b3b407_surviving-ai-psychosis-activity-7454588079467593729-X1eTHBR trendslop article: https://hbr.org/2026/03/researchers-asked-llms-for-strategic-advice-they-got-trendslop-in-returnPatreon: https://patreon.com/DomesticatingAIPodcastYouTube: https://www.youtube.com/@DomesticatingAIApple Podcasts: https://podcasts.apple.com/us/podcast/domesticating-ai/id1873338950Spotify: https://open.spotify.com/show/2WsAR4fvcXzp3vVZGVlkE2Keep your AI on a leash.

  6. Jun 6

    Stop Building AI Agents: Build Harnesses Instead | Hamza Tahir (ZenML / Kitaru)

    Everyone is building AI agents. OpenAI SDKs, Claude Code, Deep Agent systems, custom workflows, and orchestration frameworks all promise more autonomous AI. But as these systems become more capable, they start running into familiar engineering problems: retriesstate managementorchestrationcontext controldurable executionThis week we're joined by Hamza Tahir, CTO and co-founder of ZenML and creator of Kitaru, to discuss what happens when agents stop being simple chat interfaces and start behaving like long-running distributed systems. We explore: what an agent harness actually isdurable execution and why it mattersorchestration vs business logicstate management for long-running agentsretries, checkpoints, and human-in-the-loop workflowscontext management and token costsopen vs closed agent frameworkswhy everyone seems to be rebuilding the same layer of infrastructureOne of the biggest questions we kept coming back to: What is a meta harness? If you have an answer, let us know in the comments. Kitaruhttps://github.com/zenml-io/kitaru ZenMLhttps://www.zenml.io Hamza Tahirhttps://www.linkedin.com/in/hamzatahir/ Pedro Agentwarehttps://github.com/Soypete/pedro-agentware OpenAI Agents SDKhttps://platform.openai.com/docs/guides/agents Temporalhttps://temporal.io DBOShttps://www.dbos.dev Apache Airflowhttps://airflow.apache.org Prefecthttps://www.prefect.io Domesticating AI is a bi-weekly podcast about practical AI for developers. We help you brace the feral open-source AI landscape — so you can tame it instead of getting dragged by it. Subscribe on YouTube, follow on Spotify or Apple Podcasts, and support the show on Patreon. Keep your AI on a leash. Links

  7. May 22

    Self-Hosting AI: Scaling Is the Real Problem

    AI is easy to use — but hard to scale. In this episode of Domesticating AI, we’re joined by Daniel Dowler (Red Hat) to break down what actually happens when you move from calling APIs to running AI systems yourself. Recorded on April 21st Most developers interact with AI through APIs — fast, simple, and pay-per-token. But behind the scenes, those systems rely on GPU scheduling, batching, and infrastructure that doesn’t behave like traditional software. We cover: Why GPU scaling is fundamentally different from CPU scalingWhy tools like vLLM are becoming the default for high-performance inferenceHow Ray and Kubernetes fit into real-world AI systemsWhat parallelism (tensor, data, expert) actually means in practiceWhen self-hosting AI makes senseWhen APIs are still the better choiceClaude Opus 4.7https://www.anthropic.com/news/claude-opus-4-7Qwen 3.6 (Alibaba)https://qwen.ai/researchKimi K2.6 (community discussion)https://www.reddit.com/r/LocalLLaMA/s/kvRWb7uJgMvLLM → https://github.com/vllm-project/vllmRay → https://github.com/ray-project/rayKubernetes → https://kubernetes.ioKueue → https://kueue.sigs.k8s.ioLiteLLM → https://github.com/BerriAI/litellmKServe → https://kserve.github.ioDaniel DowlerPlatform engineer at Red Hat focused on Kubernetes and AI infrastructure. Daniel works on how modern systems support real workloads, including GPU scheduling, distributed inference, and scaling AI in production environments. He recently spoke at Machine Learning Utah on AI infrastructure and clustering. You don’t scale AI with replicas. You scale it by managing scarce compute. Subscribe on Spotify or Apple, and follow us on YouTube. 👉 Keep your AI on a leash. 🧠 News🔗 Tools & Tech Mentioned👤 Guest🎯 Key Takeaway

Ratings & Reviews

5
out of 5
2 Ratings

About

Domesticating AI is a bi-weekly podcast about practical AI for developers. We cover self-hosted models, local AI, homelabs, hardware, agents, security, and reliability so software engineers can build - Miriah Peterson: Software engineer, Go educator, and community builder focused on *production-first* AI. Runs SoyPete Tech (streams + writing + open-source). - Matt Sharp: AI Engineer/Strategist, co-author of *LLMs in Production*, MLOps practitioner. Writes **The Data Pioneer**. - Chris Brousseau: NLP practitioner, co-author of LLMs in Production, VP of AI at VEOX. You can find him as IMJONEZZ

You Might Also Like