PodcastsTechnologyElixir Mentor

Elixir Mentor

Jacob Luetzow
Elixir Mentor
Latest episode

86 episodes

  • Elixir Mentor

    Tjaco Oostdijk on Drums to Elixir

    07/06/2026 | 1h 31 mins.
    In this episode of the Elixir Mentor Podcast, I talk with Tjaco Oostdijk, a drummer turned Elixir developer now working at DPG Media, one of the largest media companies in the Netherlands. Tjaco played drums professionally from the age of seven and has taught for 22 years, before landing in software through a music distribution company writing Ruby and eventually moving to Elixir nearly a decade ago.
    We get into what it takes to keep Elixir running inside a large enterprise. DPG adopted Elixir after a high-traffic Ruby service fell over at scale, and Tjaco describes the reality of working in a locked-down environment standardized on Kotlin, using Copilot with Anthropic models while waiting for Claude Code to be approved. He also talks about the colleagues who stay skeptical of AI tooling and why that skepticism can be healthy.
    The heart of the conversation is muziekles.app, the application Tjaco built for Dutch music teachers to run their entire teaching practice, from year-long scheduling and student accounts to homework and assignments. He explains why he deliberately keeps payments out of the product, how he thinks about onboarding teachers, and the build process using Phoenix, Ash, Claude Code, and Tidewave. We also compare notes on shipping side projects fast, multi-tenancy in Ash, and the differences between hardware and software work.
    If you are building with Elixir inside a company that hasn't standardized on it, or shipping a side project with AI tooling, this conversation is full of practical, hard-won lessons from someone doing both at once.
    Connect with Tjaco:
    - Website:https://drumusician.com
    - X / Twitter:https://x.com/drumusician
    - GitHub:https://github.com/drumusician
    - LinkedIn:https://www.linkedin.com/in/tjaco-oostdijk
    Resources Mentioned:
    - muziekles.app:https://muziekles.app
    - Tidewave:https://tidewave.ai
    - Vocablo:https://vocabloapp.com
    - Kabisa:https://kabisa.nl
    Sponsors:
    - BEAMOps:https://beamops.co.uk
    - Paraxial.io:https://paraxial.io
    SUPPORT ELIXIR MENTOR
    - Elixir Mentor:https://elixirmentor.com
  • Elixir Mentor

    Peter Ullrich on Hunting CVEs

    30/05/2026 | 1h 50 mins.
    Peter Ullrich returns to talk about a CVE hunt across the most-downloaded Hex packages, run with Claude Code on Opus 4.7. After ElixirConf EU pulled him into AI security, he started pointing Opus at popular libraries day and night, and within half an hour of his first serious attempt he found the Decimal vulnerability, where raising 10 to a huge power can blow up an application's memory.
    We get into what separates a real CVE from noise, how CVSS scoring works, and why reachability matters so much, since a flaw in Phoenix's default configuration is far more serious than a crash in a function nobody can call. Peter also walks through the process he runs with the EEF: verifying each issue, getting a second pair of eyes, coordinating a fix, and getting a number issued through a CNA, all while avoiding slop reports to maintainers. There's also a candid stretch on regulation and breach reporting.
    From there it widens out, including how Opus compares to Mythos, why Peter keeps coming back to Claude, his first impressions of Opus 4.8, and the economics, with a simple scan costing about $10 in API tokens. He also shares his Session Watcher plugin, an update on Killswitch and its browser-side encryption, thoughts on AEO, and how he uses dev containers to sandbox coding agents.
    Resources Mentioned:
    - The blog post that started this:https://peterullrich.com/what-the-cve
    - Peter's prompts:gist
    - Scrutineer:github.com/alpha-omega-security/scrutineer
    - Decimal advisory:GHSA-rhv4-8758-jx7v
    - EEF CNA published CVEs:cna.erlef.org/cves
    - EEF CNA security policy:cna.erlef.org/security-policy
    - Responsible disclosure guidelines:security.erlef.org
    - Anthropic article (the basis):red.anthropic.com
    Connect with Peter:
    - Website:peterullrich.com
    - GitHub:github.com/pjullrich
    - LinkedIn:linkedin.com/in/pjullrich
    - Bluesky:@peterullrich.com
    Thanks to our sponsors:
    - BEAMOps:beamops.co.uk
    - Paraxial.io:paraxial.io
    SUPPORT ELIXIR MENTOR
    - Elixir Mentor:elixirmentor.com
  • Elixir Mentor

    Jason Allum on Bedrock

    24/05/2026 | 1h 35 mins.
    In this episode of the Elixir Mentor Podcast, I sit down with Jason Allum, creator of Bedrock and Beadwork and a 40-year veteran of computing, to talk about Bedrock: an embedded, distributed key-value store for Elixir with guarantees that go beyond ACID.
    Jason walks through the problem Bedrock solves, keeping distributed state consistent when the same data is read and written across many nodes. We get into why the BEAM's decades-old ideas map cleanly onto today's AI and agent workloads, how Bedrock borrows its architecture from FoundationDB, and what serializable transactions actually buy you over plain ACID.
    From there we dig into the machinery: log servers versus storage servers, the five-second version window and MVCC, letting it crash with supervision-tree thinking across a cluster, and how rows can live as values while indexes become keys. Jason also covers running distributed jobs with leases and what it takes to swap Postgres out for Bedrock.
    Along the way Jason makes the case that none of this is magic, that the real wins come from understanding your machine and the shape of your data. We finish on Beadwork, his lightweight system for managing agent tickets directly in git. If you build with Elixir or care about distributed databases, there's a lot here to chew on.
    Connect with Jason:
    - X/Twitter:https://x.com/mullaj
    - GitHub:https://github.com/jallum
    Projects:
    - Bedrock:https://github.com/bedrock-kv/bedrock
    - Beadwork:https://github.com/jallum/beadwork
    Resources Mentioned:
    - Notes on the FoundationDB paper:https://uvdn7.github.io/notes-on-the-foundationdb-paper/
    - FoundationDB architecture:https://apple.github.io/foundationdb/architecture.html
    - Raft consensus algorithm (GeeksforGeeks):https://www.geeksforgeeks.org/system-design/raft-consensus-algorithm/
    - The Raft Consensus Algorithm:https://raft.github.io/
    Sponsors:
    - BEAMOps:https://beamops.co.uk
    - Paraxial.io:https://paraxial.io
    - Jido (Elixir AI Collective Discord):https://agentjido.xyz/discord
    SUPPORT ELIXIR MENTOR
    - Elixir Mentor:https://elixirmentor.com
  • Elixir Mentor

    Michael Lubas on AI, Attack, and Defense

    16/05/2026 | 1h 31 mins.
    Michael Lubas, CEO of Paraxial.io, returns to the Elixir Mentor Podcast to talk about AI's dual role in cybersecurity: finding the vulnerabilities and writing the code that creates them. Michael was my first-ever guest, and a lot has changed since his last appearance — most of it driven by the inflection point of the past six months.
    We open with the Hex package manager penetration test that Paraxial conducted as part of the Aegis initiative under the Erlang Ecosystem Foundation, funded through Alpha Omega and its donors. Michael caught a remote code execution vulnerability before it shipped, and the public report gives Elixir a strong story to tell about the security of its package ecosystem. From there we get into GitHub Actions supply chain attacks, why zizmor is the tool every maintainer should be running, and the recent campaigns where malicious code targets release pipelines rather than application source.
    The conversation turns to the AI inflection point. The Erlang Ecosystem Foundation's CNA issued nine CVEs in all of 2025 and is on track for well over a hundred in 2026, driven by researchers like Peter Ullrich using AI to find vulnerabilities that already existed in source code. Firefox went from an average of 20 valid bug reports a month to over 400 in April 2026. Michael argues that Anthropic and OpenAI have been responsible stewards of these capabilities, and that defenders without access to state-of-the-art models are at a structural disadvantage. We also talk about why bug bounty programs are collapsing under AI-generated noise — something I experienced firsthand running Killswitch's program earlier this year.
    In the second half we get practical. Michael walks through what a real penetration test costs, when Claude Code is actually useful for solo developers, and the common Elixir-specific gotchas: binary term deserialization, server-side request forgery, dynamic atom creation, and the importance of staying inside Ecto's default query syntax. We also touch on Erik Stenman's BEAM Book, the difference between Paraxial and Sobelow, and what SOC 2 compliance does and does not cover.
    Resources Mentioned:
    - Securing Hex, the Backbone of the Elixir Ecosystem (Paraxial blog): https://paraxial.io/blog/hex-pentest
    - Hex Package Manager security audit report: https://hex.pm/reports/2026/paraxial.pdf
    - Erlang Ecosystem Foundation CNA: https://cna.erlef.org/
    - Behind the Scenes Hardening Firefox with Claude (Mozilla Hacks): https://hacks.mozilla.org/2026/05/behind-the-scenes-hardening-firefox/
    - Project Glasswing (Anthropic): https://www.anthropic.com/project/glasswing
    - The First CVE Wave (VulnCheck): https://www.vulncheck.com/blog/ai-assisted-vulnerability-discovery
    - Third major Linux kernel flaw in two weeks found by AI (ZDNet): https://www.zdnet.com/article/third-major-linux-kernel-flaw-in-two-weeks-found-by-ai/
    - What the CVE? — Peter Ullrich: https://peterullrich.com/what-the-cve
    - Nicholas Carlini, "Black Hat LLMs" (unprompted 2026): https://www.youtube.com/watch?v=1sd26pWhfmg
    Connect with Michael:
    - Website: https://paraxial.io
    - X/Twitter: https://x.com/paraxialio
    - LinkedIn: https://www.linkedin.com/in/michaellubas/
    - GitHub: https://github.com/paraxialio
    Sponsors:
    - BEAMOps: https://beamops.co.uk
    - Paraxial.io: https://paraxial.io
    - Jido — Elixir AI Collective Discord: https://agentjido.xyz/discord
    - Support Elixir Mentor: https://elixirmentor.com
  • Elixir Mentor

    Vasilis Spilka on LLMs & Ash

    21/04/2026 | 1h 36 mins.
    In this episode of the Elixir Mentor Podcast, I chat with Vasilis Spilka, Head of Software Development at Teacherspace, about building agentic software as a solo developer, the pairing of Ash and LLMs, and what it takes to ship a startup side project alongside a day job.
    Vasilis shares his path from Ruby on Rails in 2014 to nearly a decade of Elixir work across fintech, supply chain, and ad tech. We talk through Teacherspace's recent acquisition, the challenges of integrating with legacy Danish education contractors, and the three pivots it took to land on a working product.
    We spend a good chunk of the episode on Ash: why its unique DSL and introspection make it unusually strong with LLMs, how Spark lets you build your own DSLs, and why usage rules plus Igniter are a game-changer for library authors. Vasilis walks through his Claude Code workflow, the sculpting approach he uses for prototypes, and where he still won't let the LLM near — system design and API keys.
    The conversation also covers Communities, his local-first social platform; the paperclip-style autonomous company idea he's exploring with ash_typescript; whether LLMs actually understand anything; and the unglamorous reality of getting a consumer product off the ground through networking and volunteering. We close with practical tips on prompt phrasing and skill-file tweaks that meaningfully change output quality.
    Resources Mentioned:
    - Ash Framework: https://ash-hq.org
    - Tidewave: https://tidewave.ai
    - Igniter: https://hexdocs.pm/igniter
    - ash_typescript: https://github.com/ash-project/ash_typescript

    Connect with Vasilis:
    - X/Twitter: https://x.com/vasspilka
    - GitHub: https://github.com/vasspilka
    Sponsors:
    - BEAMOps: https://beamops.co.uk
    - Paraxial.io: https://paraxial.io
    - Jido (Elixir AI Collective Discord): https://agentjido.xyz/discord
    SUPPORT ELIXIR MENTOR
    - Elixir Mentor: https://elixirmentor.com
More Technology podcasts
About Elixir Mentor
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.
Podcast website

Listen to Elixir Mentor, But This Time It's Different and many other podcasts from around the world with the radio.net app

Get the free radio.net app

  • Stations and podcasts to bookmark
  • Stream via Wi-Fi or Bluetooth
  • Supports Carplay & Android Auto
  • Many other app features