Elixir Mentor

Jacob Luetzow

Welcome to the Elixir Mentor Podcast, your go-to source for All Things Elixir. This show digs into the heart of the Elixir community, featuring interviews with enthusiasts and pioneers who share their stories and innovative projects that define our ecosystem. Each episode explores groundbreaking libraries and boundary-pushing applications shaping Elixir's future. We discuss best practices, emerging trends, and the latest tools and techniques. Perfect for developers at any stage of their Elixir journey, providing insights and inspiration. Join me as we explore the world of Elixir together.

  1. Enrique Leigh on Prende

    7 HR AGO

    Enrique Leigh on Prende

    In this episode of the Elixir Mentor Podcast, I chat with Enrique Leigh, founder of Prende Café in Chile. We explore how he built a specialty coffee subscription business using Phoenix LiveView, his journey from marketing and ad tech to becoming an Elixir developer, and why he chose custom e-commerce over platforms like Shopify. Enrique shares the WordPress crash during a Chile vs Brazil match that sparked his interest in Elixir, and how building his own coffee business became the perfect way to finally learn the language. We discuss UX principles from "Don't Make Me Think," marketing frameworks like Jobs to Be Done, and the counterintuitive lesson that adding more checkout steps can actually increase conversions. He also explains the specialty coffee value chain, from sourcing beans in Brazil to roasting and running a physical café alongside the e-commerce platform. Our conversation covers practical entrepreneurship topics including MVP philosophy, building subscription and coupon systems with Mercado Pago, using Oban for job scheduling, and content marketing strategies that work. Enrique shares insights on balancing Iron Man training with running a family business, productivity techniques from the Flow Research Collective, and the evolving landscape of ad tech after GDPR. We also discuss his future goals of learning Nerves to build IoT coffee machines and the growing Elixir community in Chile. The episode wraps up with advice for aspiring entrepreneurs: just launch it. Enrique emphasizes that the cost of inaction is often greater than the cost of action, and with tools like LLMs that work remarkably well with Elixir, there's never been a better time to build your own products. Resources Mentioned: - Don't Make Me Think: https://sensible.com/dont-make-me-think/ - Oban: https://getoban.pro/ - Jido: https://agentjido.xyz/discord Connect with Enrique: - Website: https://www.prendecafe.cl - X/Twitter: https://x.com/EnriqueLeigh - LinkedIn: https://www.linkedin.com/in/enriqueleigh/ Sponsors: - Paraxial.io: https://paraxial.io - Jido: https://agentjido.xyz/discord SUPPORT ELIXIR MENTOR - Elixir Mentor: https://elixirmentor.com

    1h 32m
  2. Mike Ratliff on Building an Energy Tech Startup

    17 JAN

    Mike Ratliff on Building an Energy Tech Startup

    In this episode of the Elixir Mentor Podcast, I chat with Mike Ratliff, a 30-year tech veteran and CTO currently building an energy tech startup. Mike shares his path from Ruby threading nightmares to leading 20-engineer Elixir teams, and how discovering the BEAM transformed his approach to building 24/7 grid systems. We dig into the technical challenges of power grid software, including distributed energy resource management, solar intermittency, and why utilities remain cautious about new technology. Mike explains how his current startup is tackling transmission interconnection problems using Elixir, and his plans to incorporate AI agents through the Jido framework. The conversation shifts to how AI is reshaping development teams and startup economics. Mike makes a compelling case for small, elite teams over large engineering organizations, sharing his philosophy on profit per headcount and why he believes we'll see one-person unicorn companies emerge. We discuss rethinking technical interviews for the LLM era, the Ash framework in production, and why great engineers become even greater with AI tools. Mike wraps up with hard-won startup wisdom: build painkillers not vitamins, learn to tell stories that move people, and understand that nobody buys on facts alone. Whether you're building energy infrastructure or SaaS products, this conversation offers practical perspective on scaling with small teams. Connect with Mike: - LinkedIn: https://www.linkedin.com/in/mike-ratliff-3096571/ Sponsors: - Paraxial.io: https://paraxial.io - Jido Discord: https://agentjido.xyz/discord SUPPORT ELIXIR MENTOR - Elixir Mentor: https://elixirmentor.com/?utm_source=elixir-mentor

    1h 36m
  3. Coby Benveniste & Daniel Garcia-Shulman on AI Marketing Agents

    10 JAN

    Coby Benveniste & Daniel Garcia-Shulman on AI Marketing Agents

    In this episode of the Elixir Mentor Podcast, I chat with Coby Benveniste and Daniel Garcia-Shulman from MarkeTeam.ai about building intelligent AI marketing agents with Elixir. They share their experience migrating from Python and React to a full Elixir and LiveView stack, and explain why the BEAM VM is ideal for powering autonomous agent workflows. Coby and Daniel explain their approach to agent architecture, including why they chose gen state machine over gen server for managing agent state machines. They walk through the ReAct pattern (reasoning, actions, observations) and how it maps naturally to Erlang's state machine behaviors. The conversation covers their custom marketing strategy LLM, how they use RAG patterns for brand context, and why specialized agents outperform single all-purpose agents. We explore the technical details of their stack, including how they handle DevOps without a dedicated team using mix release, their use of Fun with Flags for feature flagging, and how Broadway and Oban power their data pipelines. The discussion also covers practical workflows with Claude Code, context management using Beads, and the usage rules library for better LLM documentation. The episode wraps up with insights on hiring Elixir developers, the emerging field of AEO (Answer Engine Optimization), and advice for developers learning Elixir with LLM assistance. Whether you're building AI agents, exploring marketing automation, or curious about advanced Elixir patterns, this conversation offers practical insights from engineers shipping production AI systems. Resources Mentioned:- MarkeTeam AI: https://www.marketeam.ai- Beads (Claude Code context tool): https://github.com/steveyegge/beads Connect with Coby & Daniel:- Coby: https://www.linkedin.com/in/coby-benveniste/- Daniel: https://www.linkedin.com/in/danielegsh/ SUPPORT ELIXIR MENTOR- Elixir Mentor: https://elixirmentor.com

    1h 50m
  4. George Guimarães on Forecasting

    21/12/2025

    George Guimarães on Forecasting

    In this episode of the Elixir Mentor Podcast, I chat with George Guimarães about Soothsayer, his time series forecasting library inspired by NeuralProphet and built on Axon and NX for business data analysis. We explore how Soothsayer decomposes business data into seasonal components, handles holidays as special events, and uses neural networks to model nonlinear patterns. George explains why Elixir's ecosystem with NX, Axon, and Bumblebee provides unique advantages for machine learning workflows, allowing you to run models directly in your supervision tree without external infrastructure. The conversation expands into why Elixir is particularly well-suited for AI agent development. George shares insights from his current work building agentic commerce solutions, where the BEAM's actor model, fault tolerance, and message passing provide battle-tested patterns that other ecosystems are now trying to replicate for LLM workflows. We also discuss AEO (Agent Engine Optimization) as the new SEO, and how websites will evolve to serve both human and agent visitors. Whether you're interested in time series forecasting, building AI-powered applications in Elixir, or understanding why the BEAM's concurrency model is perfect for the agentic future, this conversation offers valuable perspective from an Elixir community OG. Resources Mentioned: - Soothsayer: https://github.com/georgeguimaraes/soothsayer Connect with George: - X: https://x.com/georgeguimaraes - Website: https://georgeguimaraes.com SUPPORT ELIXIR MENTOR - Elixir Mentor: https://elixirmentor.com/?utm_source=elixir-mentor

    1h 34m
  5. Isaak Tsalicoglou on REST API Design

    13/12/2025

    Isaak Tsalicoglou on REST API Design

    In this episode of the Elixir Mentor Podcast, I chat with Isaak Tsalicoglou, author of Elixir Software Engineering. Isaak shares hard-won lessons from building production Elixir API clients, covering validation strategies, error handling approaches, authentication flows, and architectural patterns that actually work in the real world. We explore Isaak's journey back into programming through building internal tools for his family's industrial equipment business, and how that led to writing a comprehensive guide on REST API client development. He explains his approach to request validation, why he ultimately decided against using Ecto schemas for API responses, and the importance of resisting unnecessary complexity in software architecture. The conversation covers practical API design topics including how to structure clean RESTful routes, avoiding tight coupling between APIs and UIs, and finding the right balance between over-serving and under-serving data. Isaak also shares his thoughts on LLM-assisted development, explaining why he prefers using AI as a code reviewer rather than fully automated coding, and discusses his self-hosting infrastructure setup for privacy-conscious applications. This episode offers valuable insights for anyone building API clients in Elixir or thinking critically about software architecture decisions and their long-term implications. Resources Mentioned: - Elixir Software Engineering: https://leanpub.com/elixir-software-engineering Connect with Isaak: - X: https://x.com/realMrLaminar - LinkTree: https://linktr.ee/tisaakx SUPPORT ELIXIR MENTOR - Elixir Mentor: https://elixirmentor.com/?utm_source=elixir-mentor

    2h 5m
  6. José Valim on Tidewave

    06/12/2025

    José Valim on Tidewave

    In this episode of the Elixir Mentor Podcast, I chat with Elixir creator José Valim about Tidewave, the AI coding agent that lives inside your web framework. José shares the journey from falling in love with MCP to discovering its limitations, and how Tidewave solves the copy-paste problem that plagues AI-assisted development. We explore how Tidewave integrates directly with your browser to eliminate tedious workflows, automatically detecting exceptions and validating changes without manual intervention. José explains why the tool now supports Phoenix, Rails, Django, FastAPI, Flask, and Next.js, and how building one feature benefits all frameworks simultaneously. The conversation covers prompting strategies, context management, and the unique challenges of building Tidewave with Tidewave. José offers candid insights on why MCP has fundamental limitations for user experience, the security concerns around AI agents, and why Elixir's message-passing architecture makes it ideal for building agentic systems. We discuss the evolving type system in Elixir, code review workflows with AI, and the upcoming Tidewave features including multi-element inspection and symbol search. The episode concludes with José's perspective on transitioning from open source maintainer to product owner, collecting user feedback through Discord, and exciting developments with Tauri for building desktop applications with Elixir. This conversation provides valuable insights for developers interested in AI-powered tooling and the future of web development. Resources Mentioned: - Code Benchmark: https://github.com/Tencent-Hunyuan/AutoCodeBenchmark Connect with José: - X: https://x.com/josevalim - Tidewave: https://tidewave.ai - Dashbit: https://dashbit.co SUPPORT ELIXIR MENTOR - Elixir Mentor: https://elixirmentor.com

    2h 4m

About

Welcome to the Elixir Mentor Podcast, your go-to source for All Things Elixir. This show digs into the heart of the Elixir community, featuring interviews with enthusiasts and pioneers who share their stories and innovative projects that define our ecosystem. Each episode explores groundbreaking libraries and boundary-pushing applications shaping Elixir's future. We discuss best practices, emerging trends, and the latest tools and techniques. Perfect for developers at any stage of their Elixir journey, providing insights and inspiration. Join me as we explore the world of Elixir together.

You Might Also Like