Elixir Mentor

Jacob Luetzow
Elixir Mentor
Senaste avsnittet

81 avsnitt

  • Elixir Mentor

    Luca Corti on Bringing Elixir to Fintech

    2026-04-12 | 1 h 40 min.
    In this episode of the Elixir Mentor Podcast, I sit down with Luca Corti, CTO at Sibill, a Milano-based fintech startup building cash flow management software for Italian small and medium businesses. Luca walks through his path from the early days of the internet at a small ISP in Milano to discovering functional programming at a major Italian telco—and why Elixir clicked for him immediately after years of fighting mutable state in OOP.
    Luca shares how he joined Sibill with an existing Python and TypeScript MVP, made the case for Elixir as the stack to rebuild on, and navigated integration with open banking APIs and Italy's national electronic invoicing system (SDI). We cover bank sync scheduling with Broadway and message queues, scaling a venture-backed engineering team to 40, and how fintech requirements around data privacy shape day-to-day engineering decisions.
    The conversation goes deep on the BEAM's real superpower—fault tolerance and resilience over raw concurrency—and Luca's hands-on approach to learning by building: an HTTP/2 server in Elixir a decade ago, and more recently using AI to help implement an HTTP/3 library. We also discuss hiring into an Elixir codebase, the challenges of selling SaaS to Italian SMBs accustomed to on-premises software, and a grounded take on AI tooling—useful, with clear limits, and nowhere close to replacing experienced engineers.
    Resources Mentioned:
    - Sibill: https://sibill.com
    - ankh (HTTP/2 library): https://github.com/lucacorti/ankh
    - lapin (AMQP client): https://github.com/lucacorti/lapin
    Connect with Luca:
    - X/Twitter: https://x.com/lucacorti
    - LinkedIn: https://www.linkedin.com/in/lucacorti
    - GitHub: https://github.com/lucacorti
    Sponsors:
    - Paraxial.io: https://paraxial.io
    - Jido (Elixir AI Collective Discord): https://agentjido.xyz/discord
    SUPPORT ELIXIR MENTOR
    - Elixir Mentor: https://elixirmentor.com
  • Elixir Mentor

    Steve Domino on Starting a Fintech

    2026-04-04 | 1 h 35 min.
    Steve Domino is the co-founder and CTO of Crew, a fintech startup building what he calls the most powerful checking account in the world — one with programmable automation rules, a family-scoped AI financial assistant, and zero of the fees that make traditional banking frustrating. He came up through startups, spent time at Divvy before its Bill.com acquisition, and brought his Elixir experience directly into Crew's foundation.
    We cover a lot of ground on the product side: how Crew's "Autopilot" rules engine lets users program their money (and the recursion checks it took to make that safe), why Crew consolidated savings and checking into a single account, how the team handles high-value deposits without physical branches, and what's coming — business accounts, wills and trusts, family investing, and a credit card designed to work like a debit card. Steve also talks through the challenge of projecting bills years into the future to keep balance reservations accurate, and how building and using your own product surfaces problems fast.
    On the Elixir side, Steve talks about why fintech is a natural fit for the BEAM — Crew decisions on card transactions in under 250 milliseconds — and how Oban became central to their reliability story when partner services go down. He shares what drew him to Elixir personally (pattern matching, the pipe operator, the with block), reflects on the Utah Elixir ecosystem that Divvy and Podium helped build, and explains how Penny, their AI financial assistant, is scoped per family so it can never reach outside a user's own data.
    We also spend time on career and engineering culture: Steve's take on the "Extreme Ownership" mindset that shaped how he grew into a leadership role, why he asks candidates to design something they'd actually build at Crew instead of solving puzzles, and his honest concern that developers leaning entirely on AI may lose the ability to think critically about architecture. Good conversation throughout.
    Resources Mentioned:
    - Extreme Ownership (book): Amazon
    - Oban: oban.pro

    Connect with Steve:
    - Crew: trycrew.com
    - LinkedIn: linkedin.com/in/steve-domino
    SUPPORT ELIXIR MENTOR
    - Elixir Mentor: elixirmentor.com
    SPONSORS
    - Paraxial.io — Elixir-first app security: paraxial.io
    - BEAMOps — Scalable Elixir infrastructure: beamops.co.uk
    - Jido — Elixir AI Collective Discord: agentjido.xyz/discord
  • Elixir Mentor

    Mark Cotner on Scaling Telecom

    2026-03-29 | 1 h 32 min.
    Mark Cotner is a DBA managing around a thousand databases by day and a telecom CTO by night — building hospitality cable networks for RV parks, nursing homes, and apartment complexes at 100% annual growth. In this episode, he walks through the infrastructure, the business, and the two-year project that just landed on Hex: Timeless, an embedded observability suite for Elixir built on Rust NIFs, hitting 3 million metric inserts per second with 14:1 compression.
    We get into what a hospitality network actually looks like — branded cable hardware, DOCSIS provisioning, and mesh Wi-Fi across dispersed sites — and how Mark's team handles monitoring across thousands of cable modems using a full Elixir stack (DHCP, TFTP, NTP, and Ash). He also shares how a frustrating Ansible setup led him to build something he thought should exist: a lightweight, embeddable observability backend that drops into a Phoenix app in under five minutes via Igniter, with less than 5% CPU overhead.
    The technical core of the conversation covers the Timeless architecture in depth — PCO compression for metrics, OpenZL for logs and traces, 15 rounds of iteration before landing on a single consolidated Rust NIF, and why the Elixir-to-Rust translation layer ended up being the real bottleneck. Mark also talks benchmarking against Victoria Metrics on a 192-core AWS ARM instance, the custom C web server (Rocket) he built to cut HTTP latency 30x below Bandit, and how supervision trees let him pack an entire DOCSIS provisioning stack into one Elixir app without worrying about cascading failures.
    Whether you're curious about Elixir in telecom, Rust NIF development, time series database internals, or just want to hear what 30 years of observability experience looks like applied to the BEAM, this one is packed.

    Resources Mentioned:
    - Timeless on Hex: https://hex.pm/packages/timeless_phoenix
    - Timeless website): https://timelessmetrics.com

    Connect with Mark:
    - X/Twitter: https://x.com/awksedgreep

    SUPPORT ELIXIR MENTOR
    - Elixir Mentor: https://elixirmentor.com
    Sponsored by BEAMOps — scalable Elixir deployments and infrastructure migrations, authors of Engineering Elixir Applications: https://beamops.co.uk
    Elixir AI Collective Discord — your community for coding Elixir with AI: https://agentjido.xyz/discord
  • Elixir Mentor

    George Millo on Agentic Coding

    2026-03-22 | 1 h 31 min.
    George Millo — creator of Learn Phoenix Live View and alumnus of the Gauntlet AI fellowship — joins me to talk through what really changes when you commit to LLM-driven development. George went through Gauntlet's intensive 10-week program built around LLM maximalism, came out the other side rethinking how he builds software, and has spent the past year working on an AI-first engineering team applying those lessons in production.
    We spend a lot of time on the practical realities of agentic coding: verification debt (the gap that grows between your mental model and what the AI actually built), the importance of planning before prompting, why George works in small self-contained PRs, and how he uses Codex and Claude Code in parallel tabs without losing track of what's happening. We also get into the debate around vibe coding, spec-driven development, testing pitfalls, and why deep technical knowledge matters more now — not less — when AI is writing most of the code.
    The conversation covers where Elixir fits in an AI-first world: the BEAM's process model as a natural fit for agent architectures, Phoenix shipping with an agent.md file, Tidewave's approach to closing the feedback loop, and why Elixir's tooling consistency puts it ahead of the JavaScript fragmentation George deals with at his day job. We also get into the security risks that come with AI-assisted development — giving LLM tools codebase access, the OpenClaw skills marketplace vulnerabilities, and the kinds of security mistakes that are now much easier to ship without noticing.
    George closes with practical advice for anyone hesitant to adopt agentic workflows: stay curious, ask the AI to explain the code it writes, build something outside your comfort zone, and put in the reps.
    Resources Mentioned:
    - Learn Phoenix Live View: https://learnphoenixliveview.com
    Connect with George:
    - X/Twitter: x.com/georgemillo
    - LinkedIn: linkedin.com/in/millog
    Sponsors:
    - Paraxial.io — Elixir-first application security: paraxial.io
    - Jido — Elixir AI Collective Discord: agentjido.xyz/discord
    SUPPORT ELIXIR MENTOR
    - Elixir Mentor: elixirmentor.com
  • Elixir Mentor

    Leandro Pereira on MDEx

    2026-03-14 | 1 h 35 min.
    Leandro Pereira is back on the Elixir Mentor Podcast — this time to dive deep into MDEx, his Rust-powered Markdown library for Elixir. MDEx is built on the Comrak Rust crate, runs 31x faster, and uses 3,500x less memory than existing Elixir alternatives. We also get into Lumis, his standalone syntax highlighting engine powered by tree-sitter and Neovim themes.
    Leandro walks through why he chose a Rust NIF over a pure Elixir implementation, what it took to ship Lumis as its own project, and the surprisingly hard technical challenge at the heart of MDEx: streaming Markdown for AI applications. We discuss how MDEx handles incomplete Markdown fragments in real time, what the upcoming Components feature unlocks for Phoenix/LiveView developers, and how the HEEx parser integration works under the hood.
    We also cover the human side of maintaining two solo open source projects: how Leandro prioritizes, uses AI to chip away at the backlog, and thinks about monetization. The conversation goes deeper into how the AI era has changed Markdown's role in the ecosystem, the pitfalls of vibe coding, and what it really takes to get an open source project noticed — including the uncomfortable truth that marketing matters more than most developers want to admit.
    The episode closes with a wide-ranging conversation on developer growth — the Dunning-Krueger curve, making the mental shift from OOP to functional programming, and why Elixir feels easier once it finally clicks. A great listen for anyone building libraries, wrestling with Rust NIFs, or navigating open source in the Elixir ecosystem.
    Resources Mentioned:
    - MDEx: https://mdelixir.dev
    - MDEx on Hex: https://hex.pm/packages/mdex
    - Lumis: https://lumis.sh
    - Lumis on Hex: https://hex.pm/packages/lumis
    Connect with Leandro:
    - X/Twitter: https://x.com/leandrocesquini
    - GitHub: https://github.com/leandrocp/mdex
    SPONSORS
    - Paraxial.io: https://paraxial.io
    - Jido (Elixir AI Collective Discord): https://agentjido.xyz/discord
    SUPPORT ELIXIR MENTOR
    - Elixir Mentor: https://elixirmentor.com

Fler podcasts i Teknologi

Om 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-webbplats

Lyssna pÄ Elixir Mentor, No Priors: Artificial Intelligence | Technology | Startups och mÄnga andra poddar frÄn vÀrldens alla hörn med radio.se-appen

HĂ€mta den kostnadsfria radio.se-appen

  • BokmĂ€rk stationer och podcasts
  • Strömma via Wi-Fi eller Bluetooth
  • Stödjer Carplay & Android Auto
  • MĂ„nga andra appfunktioner
Sociala nÀtverk
v8.8.6| © 2007-2026 radio.de GmbH
Generated: 4/13/2026 - 2:58:17 AM