
Thinking Elixir Podcast 269: Elixir with LLMs and Expert Arrives
Sep 9, 2025
Discover the exciting launch of Expert, the official Elixir LSP, and its editor support! Learn about Tidewave Web's major update, enhancing editor integration and UI. Explore the fascinating performance of Elixir in LLM code generation, which scored highest in benchmarks. Discuss critical security concerns around AI-driven dependency attacks and recommended mitigation strategies. Plus, find out that next year's ElixirConf US will be in Chicago! Tune in for insights and community news!
AI Snips
Chapters
Transcript
Episode notes
Switch To The Official Elixir LSP
- Install Expert LSP to get a stable, unified Elixir language server across editors.
- Configure your editor to point to the expert executable and avoid running multiple Elixir LSPs simultaneously.
TideWave Web Gains Editor Integration
- TideWave Web now integrates with editors for one-click file opening and UI inspection.
- Background notifications and resizable panels improve long-running agent workflows.
DAGs For Distributed Function Execution
- Handoff v0.2 models computations as DAGs to express task dependencies clearly.
- It schedules resource-aware functions across BEAM nodes and supports retries for fault tolerance.
