<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" encoding="UTF-8" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/" xmlns:atom="http://www.w3.org/2005/Atom/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:googleplay="http://www.google.com/schemas/play-podcasts/1.0" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:fireside="http://fireside.fm/modules/rss/fireside">
  <channel>
    <fireside:hostname>web01.fireside.fm</fireside:hostname>
    <fireside:genDate>Wed, 20 May 2026 20:18:33 -0500</fireside:genDate>
    <generator>Fireside (https://fireside.fm)</generator>
    <title>Thinking Elixir Podcast - Episodes Tagged with “Axon”</title>
    <link>https://podcast.thinkingelixir.com/tags/axon</link>
    <pubDate>Tue, 10 Sep 2024 04:15:00 -0600</pubDate>
    <description>The Thinking Elixir podcast is a weekly show where we talk about the Elixir programming language and the community around it. We cover news and interview guests to learn more about projects and developments in the community.
Whether you are already experienced with Elixir or just exploring the language, this show is created with you in mind. We discuss community news, Functional Programming, transitioning from OOP, coding conventions, and more.
Guests visit the show to help challenge our assumptions, learn about new developments and grow in the process.
Subscribe to join us on this journey!
</description>
    <language>en-us</language>
    <itunes:type>episodic</itunes:type>
    <itunes:subtitle>News and interviews for the Elixir community</itunes:subtitle>
    <itunes:author>ThinkingElixir.com</itunes:author>
    <itunes:summary>The Thinking Elixir podcast is a weekly show where we talk about the Elixir programming language and the community around it. We cover news and interview guests to learn more about projects and developments in the community.
Whether you are already experienced with Elixir or just exploring the language, this show is created with you in mind. We discuss community news, Functional Programming, transitioning from OOP, coding conventions, and more.
Guests visit the show to help challenge our assumptions, learn about new developments and grow in the process.
Subscribe to join us on this journey!
</itunes:summary>
    <itunes:image href="https://media24.fireside.fm/file/fireside-images-2024/podcasts/images/8/811c9756-babe-40ac-8c25-b3bb24e522e0/cover.jpg?v=2"/>
    <itunes:explicit>no</itunes:explicit>
    <itunes:keywords>elixir, programming, web, clustering, phoenix, liveview, news, developer</itunes:keywords>
    <itunes:owner>
      <itunes:name>ThinkingElixir.com</itunes:name>
      <itunes:email>podcast@thinkingelixir.com</itunes:email>
    </itunes:owner>
<itunes:category text="Education">
  <itunes:category text="How To"/>
</itunes:category>
<itunes:category text="News">
  <itunes:category text="Tech News"/>
</itunes:category>
<itunes:category text="Technology"/>
<item>
  <title>219: Coming Out of ElixirConf</title>
  <link>https://podcast.thinkingelixir.com/219</link>
  <guid isPermaLink="false">76097382-c9d1-4f19-a227-f8dd2ec1a5dd</guid>
  <pubDate>Tue, 10 Sep 2024 04:15:00 -0600</pubDate>
  <author>ThinkingElixir.com</author>
  <enclosure url="https://aphid.fireside.fm/d/1437767933/811c9756-babe-40ac-8c25-b3bb24e522e0/76097382-c9d1-4f19-a227-f8dd2ec1a5dd.mp3" length="26830848" type="audio/mpeg"/>
  <itunes:episodeType>full</itunes:episodeType>
  <itunes:author>ThinkingElixir.com</itunes:author>
  <itunes:subtitle>News includes Phoenix Sync by José Valim, new Elixir type system developments, Algora.tv for developers, future of Nx/Axon/Bumblebee, a new Livebook Fly.io integration, and more!</itunes:subtitle>
  <itunes:duration>36:50</itunes:duration>
  <itunes:explicit>no</itunes:explicit>
  <itunes:image href="https://media24.fireside.fm/file/fireside-images-2024/podcasts/images/8/811c9756-babe-40ac-8c25-b3bb24e522e0/cover.jpg?v=2"/>
  <description>&lt;p&gt;News includes a proof of concept for Phoenix Sync by José Valim, exciting new developments in Elixir's type system, Algora.tv's open-source Twitch for developers, Sean Moriarity's insights on the future of Nx, Axon, and Bumblebee, a powerful new feature in Livebook integrating with Fly.io, and more!&lt;/p&gt;

&lt;p&gt;Show Notes online - &lt;a href="http://podcast.thinkingelixir.com/219" target="_blank" rel="nofollow noopener"&gt;http://podcast.thinkingelixir.com/219&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Elixir Community News&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://github.com/josevalim/sync?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes" target="_blank" rel="nofollow noopener"&gt;https://github.com/josevalim/sync&lt;/a&gt; – Phoenix Sync - A proof of concept of an Elixir/Phoenix node that runs PostgreSQL Replication to synchronize data with clients, as showcased at ElixirConf US 2024 keynote by José Valim.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://x.com/TylerAYoung/status/1829248168908968220?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes" target="_blank" rel="nofollow noopener"&gt;https://x.com/TylerAYoung/status/1829248168908968220&lt;/a&gt; – Tyler Young's Twitter thread discussing the big idea behind Phoenix Sync which involves frontend applications syncing with backend using Phoenix channels and logical replication.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://elixir-lang.org/blog/2024/08/28/typing-lists-and-tuples/?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes" target="_blank" rel="nofollow noopener"&gt;https://elixir-lang.org/blog/2024/08/28/typing-lists-and-tuples/&lt;/a&gt; – New ElixirLang blog post exploring how various Elixir idioms interact with the upcoming type system, especially focusing on lists and tuples.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://x.com/josevalim/status/1829537976378159139?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes" target="_blank" rel="nofollow noopener"&gt;https://x.com/josevalim/status/1829537976378159139&lt;/a&gt; – José Valim's Twitter post about the mathematical soundness of set-theoretic types as discussed in the latest ElixirLang blog post.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/algora-io/tv?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes" target="_blank" rel="nofollow noopener"&gt;https://github.com/algora-io/tv&lt;/a&gt; – Algora.tv is trending as an open-source Twitch for developers using Membrane for real-time video processing.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://dockyard.com/blog/2024/08/20/where-are-nx-axon-bumblebee-headed?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes" target="_blank" rel="nofollow noopener"&gt;https://dockyard.com/blog/2024/08/20/where-are-nx-axon-bumblebee-headed&lt;/a&gt; – Sean Moriarity's blog post on DockYard discussing the current state of the AI space and future directions for Nx, Axon, and Bumblebee.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/elixir-nx/nx/commit/ab8261180cd54ca95c0c34035a5380ade2805afb?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes" target="_blank" rel="nofollow noopener"&gt;https://github.com/elixir-nx/nx/commit/ab8261180cd54ca95c0c34035a5380ade2805afb&lt;/a&gt; – José Valim's commit in Nx demonstrating how few lines of code are required to support compiling a machine learning model in one node and sending it to another for execution using Erlang &lt;code&gt;erpc&lt;/code&gt; module.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://x.com/cigrainger/status/1829822647489728679?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes" target="_blank" rel="nofollow noopener"&gt;https://x.com/cigrainger/status/1829822647489728679&lt;/a&gt; – New Livebook feature shared online integrates with Fly.io platform to run local notebooks on arbitrary hardware with a few clicks, allowing scalability and elasticity.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://x.com/josevalim/status/1828781593387004065?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes" target="_blank" rel="nofollow noopener"&gt;https://x.com/josevalim/status/1828781593387004065&lt;/a&gt; – Image from Chris McCord's talk showing a Livebook connecting to a production node and getting intellisense for remote node code.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://elixirstatus.com/p/wmpxg-code-beam-america-2025-call-for-talks-is-open-?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes" target="_blank" rel="nofollow noopener"&gt;https://elixirstatus.com/p/wmpxg-code-beam-america-2025-call-for-talks-is-open-&lt;/a&gt; – Call for Talks for CodeBEAM America 2025 is open. Deadline for proposals is October 20, 2024. Conference dates are March 6-7, 2025, in San Francisco and Online.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://codebeamamerica.com/#cft?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes" target="_blank" rel="nofollow noopener"&gt;https://codebeamamerica.com/#cft&lt;/a&gt; – Official site for CodeBEAM America 2025 Call for Talks.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://codebeamnyc.com/?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes" target="_blank" rel="nofollow noopener"&gt;https://codebeamnyc.com/&lt;/a&gt; – CodeBEAM NYC conference on November 15th, a one-day event.&lt;/li&gt;
&lt;li&gt;Reflections on ElixirConf discussion.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Do you have some Elixir news to share? Tell us at &lt;a href="https://twitter.com/ThinkingElixir" target="_blank" rel="nofollow noopener"&gt;@ThinkingElixir&lt;/a&gt; or email at &lt;a href="mailto:show@thinkingelixir.com" target="_blank" rel="nofollow noopener"&gt;show@thinkingelixir.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Find us online&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Message the show - &lt;a href="https://twitter.com/ThinkingElixir" target="_blank" rel="nofollow noopener"&gt;@ThinkingElixir&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Message the show on Fediverse - &lt;a href="https://genserver.social/ThinkingElixir" target="_blank" rel="nofollow noopener"&gt;@ThinkingElixir@genserver.social&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Email the show - &lt;a href="mailto:show@thinkingelixir.com" target="_blank" rel="nofollow noopener"&gt;show@thinkingelixir.com&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Mark Ericksen - &lt;a href="https://twitter.com/brainlid" target="_blank" rel="nofollow noopener"&gt;@brainlid&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Mark Ericksen on Fediverse - &lt;a href="https://genserver.social/brainlid" target="_blank" rel="nofollow noopener"&gt;@brainlid@genserver.social&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;David Bernheisel - &lt;a href="https://twitter.com/bernheisel" target="_blank" rel="nofollow noopener"&gt;@bernheisel&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;David Bernheisel on Fediverse - &lt;a href="https://genserver.social/dbern" target="_blank" rel="nofollow noopener"&gt;@dbern@genserver.social&lt;/a&gt; &lt;/li&gt;
&lt;/ul&gt;
</description>
  <itunes:keywords>elixir, news, elixirconf, phoenix sync, nx, axon, ai, livebook</itunes:keywords>
  <content:encoded>
    <![CDATA[<p>News includes a proof of concept for Phoenix Sync by José Valim, exciting new developments in Elixir&#39;s type system, Algora.tv&#39;s open-source Twitch for developers, Sean Moriarity&#39;s insights on the future of Nx, Axon, and Bumblebee, a powerful new feature in Livebook integrating with Fly.io, and more!</p>

<p>Show Notes online - <a href="http://podcast.thinkingelixir.com/219" rel="nofollow">http://podcast.thinkingelixir.com/219</a></p>

<p><strong>Elixir Community News</strong></p>

<ul>
<li><a href="https://github.com/josevalim/sync?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://github.com/josevalim/sync</a> – Phoenix Sync - A proof of concept of an Elixir/Phoenix node that runs PostgreSQL Replication to synchronize data with clients, as showcased at ElixirConf US 2024 keynote by José Valim.</li>
<li><a href="https://x.com/TylerAYoung/status/1829248168908968220?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://x.com/TylerAYoung/status/1829248168908968220</a> – Tyler Young&#39;s Twitter thread discussing the big idea behind Phoenix Sync which involves frontend applications syncing with backend using Phoenix channels and logical replication.</li>
<li><a href="https://elixir-lang.org/blog/2024/08/28/typing-lists-and-tuples/?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://elixir-lang.org/blog/2024/08/28/typing-lists-and-tuples/</a> – New ElixirLang blog post exploring how various Elixir idioms interact with the upcoming type system, especially focusing on lists and tuples.</li>
<li><a href="https://x.com/josevalim/status/1829537976378159139?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://x.com/josevalim/status/1829537976378159139</a> – José Valim&#39;s Twitter post about the mathematical soundness of set-theoretic types as discussed in the latest ElixirLang blog post.</li>
<li><a href="https://github.com/algora-io/tv?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://github.com/algora-io/tv</a> – Algora.tv is trending as an open-source Twitch for developers using Membrane for real-time video processing.</li>
<li><a href="https://dockyard.com/blog/2024/08/20/where-are-nx-axon-bumblebee-headed?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://dockyard.com/blog/2024/08/20/where-are-nx-axon-bumblebee-headed</a> – Sean Moriarity&#39;s blog post on DockYard discussing the current state of the AI space and future directions for Nx, Axon, and Bumblebee.</li>
<li><a href="https://github.com/elixir-nx/nx/commit/ab8261180cd54ca95c0c34035a5380ade2805afb?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://github.com/elixir-nx/nx/commit/ab8261180cd54ca95c0c34035a5380ade2805afb</a> – José Valim&#39;s commit in Nx demonstrating how few lines of code are required to support compiling a machine learning model in one node and sending it to another for execution using Erlang <code>erpc</code> module.</li>
<li><a href="https://x.com/cigrainger/status/1829822647489728679?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://x.com/cigrainger/status/1829822647489728679</a> – New Livebook feature shared online integrates with Fly.io platform to run local notebooks on arbitrary hardware with a few clicks, allowing scalability and elasticity.</li>
<li><a href="https://x.com/josevalim/status/1828781593387004065?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://x.com/josevalim/status/1828781593387004065</a> – Image from Chris McCord&#39;s talk showing a Livebook connecting to a production node and getting intellisense for remote node code.</li>
<li><a href="https://elixirstatus.com/p/wmpxg-code-beam-america-2025-call-for-talks-is-open-?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://elixirstatus.com/p/wmpxg-code-beam-america-2025-call-for-talks-is-open-</a> – Call for Talks for CodeBEAM America 2025 is open. Deadline for proposals is October 20, 2024. Conference dates are March 6-7, 2025, in San Francisco and Online.</li>
<li><a href="https://codebeamamerica.com/#cft?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://codebeamamerica.com/#cft</a> – Official site for CodeBEAM America 2025 Call for Talks.</li>
<li><a href="https://codebeamnyc.com/?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://codebeamnyc.com/</a> – CodeBEAM NYC conference on November 15th, a one-day event.</li>
<li>Reflections on ElixirConf discussion.</li>
</ul>

<p>Do you have some Elixir news to share? Tell us at <a href="https://twitter.com/ThinkingElixir" rel="nofollow">@ThinkingElixir</a> or email at <a href="mailto:show@thinkingelixir.com" rel="nofollow">show@thinkingelixir.com</a></p>

<p><strong>Find us online</strong></p>

<ul>
<li>Message the show - <a href="https://twitter.com/ThinkingElixir" rel="nofollow">@ThinkingElixir</a></li>
<li>Message the show on Fediverse - <a href="https://genserver.social/ThinkingElixir" rel="nofollow">@ThinkingElixir@genserver.social</a></li>
<li>Email the show - <a href="mailto:show@thinkingelixir.com" rel="nofollow">show@thinkingelixir.com</a></li>
<li>Mark Ericksen - <a href="https://twitter.com/brainlid" rel="nofollow">@brainlid</a></li>
<li>Mark Ericksen on Fediverse - <a href="https://genserver.social/brainlid" rel="nofollow">@brainlid@genserver.social</a></li>
<li>David Bernheisel - <a href="https://twitter.com/bernheisel" rel="nofollow">@bernheisel</a></li>
<li>David Bernheisel on Fediverse - <a href="https://genserver.social/dbern" rel="nofollow">@dbern@genserver.social</a></li>
</ul>]]>
  </content:encoded>
  <itunes:summary>
    <![CDATA[<p>News includes a proof of concept for Phoenix Sync by José Valim, exciting new developments in Elixir&#39;s type system, Algora.tv&#39;s open-source Twitch for developers, Sean Moriarity&#39;s insights on the future of Nx, Axon, and Bumblebee, a powerful new feature in Livebook integrating with Fly.io, and more!</p>

<p>Show Notes online - <a href="http://podcast.thinkingelixir.com/219" rel="nofollow">http://podcast.thinkingelixir.com/219</a></p>

<p><strong>Elixir Community News</strong></p>

<ul>
<li><a href="https://github.com/josevalim/sync?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://github.com/josevalim/sync</a> – Phoenix Sync - A proof of concept of an Elixir/Phoenix node that runs PostgreSQL Replication to synchronize data with clients, as showcased at ElixirConf US 2024 keynote by José Valim.</li>
<li><a href="https://x.com/TylerAYoung/status/1829248168908968220?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://x.com/TylerAYoung/status/1829248168908968220</a> – Tyler Young&#39;s Twitter thread discussing the big idea behind Phoenix Sync which involves frontend applications syncing with backend using Phoenix channels and logical replication.</li>
<li><a href="https://elixir-lang.org/blog/2024/08/28/typing-lists-and-tuples/?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://elixir-lang.org/blog/2024/08/28/typing-lists-and-tuples/</a> – New ElixirLang blog post exploring how various Elixir idioms interact with the upcoming type system, especially focusing on lists and tuples.</li>
<li><a href="https://x.com/josevalim/status/1829537976378159139?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://x.com/josevalim/status/1829537976378159139</a> – José Valim&#39;s Twitter post about the mathematical soundness of set-theoretic types as discussed in the latest ElixirLang blog post.</li>
<li><a href="https://github.com/algora-io/tv?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://github.com/algora-io/tv</a> – Algora.tv is trending as an open-source Twitch for developers using Membrane for real-time video processing.</li>
<li><a href="https://dockyard.com/blog/2024/08/20/where-are-nx-axon-bumblebee-headed?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://dockyard.com/blog/2024/08/20/where-are-nx-axon-bumblebee-headed</a> – Sean Moriarity&#39;s blog post on DockYard discussing the current state of the AI space and future directions for Nx, Axon, and Bumblebee.</li>
<li><a href="https://github.com/elixir-nx/nx/commit/ab8261180cd54ca95c0c34035a5380ade2805afb?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://github.com/elixir-nx/nx/commit/ab8261180cd54ca95c0c34035a5380ade2805afb</a> – José Valim&#39;s commit in Nx demonstrating how few lines of code are required to support compiling a machine learning model in one node and sending it to another for execution using Erlang <code>erpc</code> module.</li>
<li><a href="https://x.com/cigrainger/status/1829822647489728679?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://x.com/cigrainger/status/1829822647489728679</a> – New Livebook feature shared online integrates with Fly.io platform to run local notebooks on arbitrary hardware with a few clicks, allowing scalability and elasticity.</li>
<li><a href="https://x.com/josevalim/status/1828781593387004065?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://x.com/josevalim/status/1828781593387004065</a> – Image from Chris McCord&#39;s talk showing a Livebook connecting to a production node and getting intellisense for remote node code.</li>
<li><a href="https://elixirstatus.com/p/wmpxg-code-beam-america-2025-call-for-talks-is-open-?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://elixirstatus.com/p/wmpxg-code-beam-america-2025-call-for-talks-is-open-</a> – Call for Talks for CodeBEAM America 2025 is open. Deadline for proposals is October 20, 2024. Conference dates are March 6-7, 2025, in San Francisco and Online.</li>
<li><a href="https://codebeamamerica.com/#cft?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://codebeamamerica.com/#cft</a> – Official site for CodeBEAM America 2025 Call for Talks.</li>
<li><a href="https://codebeamnyc.com/?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://codebeamnyc.com/</a> – CodeBEAM NYC conference on November 15th, a one-day event.</li>
<li>Reflections on ElixirConf discussion.</li>
</ul>

<p>Do you have some Elixir news to share? Tell us at <a href="https://twitter.com/ThinkingElixir" rel="nofollow">@ThinkingElixir</a> or email at <a href="mailto:show@thinkingelixir.com" rel="nofollow">show@thinkingelixir.com</a></p>

<p><strong>Find us online</strong></p>

<ul>
<li>Message the show - <a href="https://twitter.com/ThinkingElixir" rel="nofollow">@ThinkingElixir</a></li>
<li>Message the show on Fediverse - <a href="https://genserver.social/ThinkingElixir" rel="nofollow">@ThinkingElixir@genserver.social</a></li>
<li>Email the show - <a href="mailto:show@thinkingelixir.com" rel="nofollow">show@thinkingelixir.com</a></li>
<li>Mark Ericksen - <a href="https://twitter.com/brainlid" rel="nofollow">@brainlid</a></li>
<li>Mark Ericksen on Fediverse - <a href="https://genserver.social/brainlid" rel="nofollow">@brainlid@genserver.social</a></li>
<li>David Bernheisel - <a href="https://twitter.com/bernheisel" rel="nofollow">@bernheisel</a></li>
<li>David Bernheisel on Fediverse - <a href="https://genserver.social/dbern" rel="nofollow">@dbern@genserver.social</a></li>
</ul>]]>
  </itunes:summary>
</item>
<item>
  <title>133: Winning the ML Prise</title>
  <link>https://podcast.thinkingelixir.com/133</link>
  <guid isPermaLink="false">ad89ae71-a53e-44c3-ab82-fbd916afbc12</guid>
  <pubDate>Tue, 10 Jan 2023 04:15:00 -0700</pubDate>
  <author>ThinkingElixir.com</author>
  <enclosure url="https://aphid.fireside.fm/d/1437767933/811c9756-babe-40ac-8c25-b3bb24e522e0/ad89ae71-a53e-44c3-ab82-fbd916afbc12.mp3" length="31905792" type="audio/mpeg"/>
  <itunes:episodeType>full</itunes:episodeType>
  <itunes:author>ThinkingElixir.com</itunes:author>
  <itunes:subtitle>Philip Brown talks about how he created Prise.com using Elixir, Phoenix, Axon, Nx and LiveView to help people use machine learning to prioritize their tasks spread across multiple systems!</itunes:subtitle>
  <itunes:duration>43:53</itunes:duration>
  <itunes:explicit>no</itunes:explicit>
  <itunes:image href="https://media24.fireside.fm/file/fireside-images-2024/podcasts/images/8/811c9756-babe-40ac-8c25-b3bb24e522e0/cover.jpg?v=2"/>
  <description>&lt;p&gt;We talk with Philip Brown who started Prise in Jan 2022 using Elixir, Axon and Nx to apply machine learning to project management. He shares what he's accomplished as a one-person dev team and how Elixir enabled him to develop more rapidly. He shares how, with no ML academic training, he learned as he went and developed and trained his own models that classify and prioritize people's tasks spread across multiple systems! A fun and empowering discussion!&lt;/p&gt;

&lt;p&gt;Show Notes online - &lt;a href="http://podcast.thinkingelixir.com/133" target="_blank" rel="nofollow noopener"&gt;http://podcast.thinkingelixir.com/133&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Elixir Community News&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://twitter.com/whatyouhide/status/1609914819511222273" target="_blank" rel="nofollow noopener"&gt;https://twitter.com/whatyouhide/status/1609914819511222273&lt;/a&gt; – Andrea Leopardi has started a video series solving networking problems from protohackers.com&lt;/li&gt;
&lt;li&gt;&lt;a href="https://protohackers.com/" target="_blank" rel="nofollow noopener"&gt;https://protohackers.com/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://twitter.com/livebookdev/status/1608127539196882944" target="_blank" rel="nofollow noopener"&gt;https://twitter.com/livebookdev/status/1608127539196882944&lt;/a&gt; – A Smart cell for playing with DALL-E directly from Livebook&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/PJUllrich/kino_dalle" target="_blank" rel="nofollow noopener"&gt;https://github.com/PJUllrich/kino_dalle&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://twitter.com/toranb/status/1609238634020106246" target="_blank" rel="nofollow noopener"&gt;https://twitter.com/toranb/status/1609238634020106246&lt;/a&gt; – A "hello world" of ML with Axon&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://gist.github.com/toranb/e5c48565e83e4baaaf2c5850531a8a58" target="_blank" rel="nofollow noopener"&gt;https://gist.github.com/toranb/e5c48565e83e4baaaf2c5850531a8a58&lt;/a&gt; – Gist with the full example&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://en.wikipedia.org/wiki/Fizz_buzz" target="_blank" rel="nofollow noopener"&gt;https://en.wikipedia.org/wiki/Fizz_buzz&lt;/a&gt; – Fizz Buzz explained&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.germanvelasco.com/blog/phoenix-1-7-is-view-less" target="_blank" rel="nofollow noopener"&gt;https://www.germanvelasco.com/blog/phoenix-1-7-is-view-less&lt;/a&gt; – German Velesco released a video and post about Phoenix going “View-less”&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.youtube.com/watch?v=h-803kOXq3g" target="_blank" rel="nofollow noopener"&gt;https://www.youtube.com/watch?v=h-803kOXq3g&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://news.ycombinator.com/item?id=34188461" target="_blank" rel="nofollow noopener"&gt;https://news.ycombinator.com/item?id=34188461&lt;/a&gt; – The view-less post discussion on Hacker News&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.youtube.com/playlist?list=PLvL2NEhYV4ZuuF39_A_DAh6IwIuh8K6gd" target="_blank" rel="nofollow noopener"&gt;https://www.youtube.com/playlist?list=PLvL2NEhYV4ZuuF39_A_DAh6IwIuh8K6gd&lt;/a&gt; – ElixirConf EU 2022 videos continue to be released.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://rocket-science.ru/hacking/2023/01/01/finitomata-marries-ecto" target="_blank" rel="nofollow noopener"&gt;https://rocket-science.ru/hacking/2023/01/01/finitomata-marries-ecto&lt;/a&gt; – finitomata library updated to support Ecto&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/am-kantox/finitomata" target="_blank" rel="nofollow noopener"&gt;https://github.com/am-kantox/finitomata&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://fosstodon.org/@lfe/109620918877368730" target="_blank" rel="nofollow noopener"&gt;https://fosstodon.org/@lfe/109620918877368730&lt;/a&gt; – Version 2.1.0 of LFE was released.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://pagespeed.web.dev/report" target="_blank" rel="nofollow noopener"&gt;https://pagespeed.web.dev/report&lt;/a&gt; – Fun experiment. Pagespeed Insights and LiveView with Tailwind.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://hex.pm/packages/phoenix_seo" target="_blank" rel="nofollow noopener"&gt;https://hex.pm/packages/phoenix_seo&lt;/a&gt; – Phoenix SEO package&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Do you have some Elixir news to share? Tell us at &lt;a href="https://twitter.com/ThinkingElixir" target="_blank" rel="nofollow noopener"&gt;@ThinkingElixir&lt;/a&gt; or email at &lt;a href="mailto:show@thinkingelixir.com" target="_blank" rel="nofollow noopener"&gt;show@thinkingelixir.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Discussion Resources&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://prise.com" target="_blank" rel="nofollow noopener"&gt;https://prise.com&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.reddit.com/r/elixir/comments/z9q156/i_built_prise_a_tool_to_track_and_search_work/" target="_blank" rel="nofollow noopener"&gt;https://www.reddit.com/r/elixir/comments/z9q156/i_built_prise_a_tool_to_track_and_search_work/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://fly.io/phoenix-files/recognize-digits-using-ml-in-elixir/" target="_blank" rel="nofollow noopener"&gt;https://fly.io/phoenix-files/recognize-digits-using-ml-in-elixir/&lt;/a&gt; – End-to-end article showing recognizing handwritten digits with Elixir, Axon, and Nx&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://twitter.com/philipbrown/status/1604476648639692800" target="_blank" rel="nofollow noopener"&gt;https://twitter.com/philipbrown/status/1604476648639692800&lt;/a&gt; – Tweet about Elixir reducing cost of development&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://twitter.com/philipbrown/status/1604793690630672384" target="_blank" rel="nofollow noopener"&gt;https://twitter.com/philipbrown/status/1604793690630672384&lt;/a&gt; – Tweet about Elixir reducing cost of development&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Guest Information&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://twitter.com/philipbrown" target="_blank" rel="nofollow noopener"&gt;https://twitter.com/philipbrown&lt;/a&gt; – on Twitter&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/philipbrown/" target="_blank" rel="nofollow noopener"&gt;https://github.com/philipbrown/&lt;/a&gt; – on Github&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://prise.com" target="_blank" rel="nofollow noopener"&gt;https://prise.com&lt;/a&gt; – Website&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://culttt.com" target="_blank" rel="nofollow noopener"&gt;https://culttt.com&lt;/a&gt; – Blog&lt;/li&gt;
&lt;li&gt;&lt;a href="mailto:philip@prise.com" target="_blank" rel="nofollow noopener"&gt;philip@prise.com&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Find us online&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Message the show - &lt;a href="https://twitter.com/ThinkingElixir" target="_blank" rel="nofollow noopener"&gt;@ThinkingElixir&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Message the show on Mastadon - &lt;a href="https://genserver.social/ThinkingElixir" target="_blank" rel="nofollow noopener"&gt;@ThinkingElixir@genserver.social&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Email the show - &lt;a href="mailto:show@thinkingelixir.com" target="_blank" rel="nofollow noopener"&gt;show@thinkingelixir.com&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Mark Ericksen - &lt;a href="https://twitter.com/brainlid" target="_blank" rel="nofollow noopener"&gt;@brainlid&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Mark Ericksen on Mastadon - &lt;a href="https://genserver.social/brainlid" target="_blank" rel="nofollow noopener"&gt;@brainlid@genserver.social&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;David Bernheisel - &lt;a href="https://twitter.com/bernheisel" target="_blank" rel="nofollow noopener"&gt;@bernheisel&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;David Bernheisel on Mastadon - &lt;a href="https://genserver.social/dbern" target="_blank" rel="nofollow noopener"&gt;@dbern@genserver.social&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Cade Ward - &lt;a href="https://twitter.com/cadebward" target="_blank" rel="nofollow noopener"&gt;@cadebward&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Cade Ward on Mastadon - &lt;a href="https://genserver.social/cadebward" target="_blank" rel="nofollow noopener"&gt;@cadebward@genserver.social&lt;/a&gt; &lt;/li&gt;
&lt;/ul&gt;
</description>
  <itunes:keywords>elixir, machine learning, nx, axon, live view, startup</itunes:keywords>
  <content:encoded>
    <![CDATA[<p>We talk with Philip Brown who started Prise in Jan 2022 using Elixir, Axon and Nx to apply machine learning to project management. He shares what he&#39;s accomplished as a one-person dev team and how Elixir enabled him to develop more rapidly. He shares how, with no ML academic training, he learned as he went and developed and trained his own models that classify and prioritize people&#39;s tasks spread across multiple systems! A fun and empowering discussion!</p>

<p>Show Notes online - <a href="http://podcast.thinkingelixir.com/133" rel="nofollow">http://podcast.thinkingelixir.com/133</a></p>

<p><strong>Elixir Community News</strong></p>

<ul>
<li><a href="https://twitter.com/whatyouhide/status/1609914819511222273" rel="nofollow">https://twitter.com/whatyouhide/status/1609914819511222273</a> – Andrea Leopardi has started a video series solving networking problems from protohackers.com</li>
<li><a href="https://protohackers.com/" rel="nofollow">https://protohackers.com/</a></li>
<li><a href="https://twitter.com/livebookdev/status/1608127539196882944" rel="nofollow">https://twitter.com/livebookdev/status/1608127539196882944</a> – A Smart cell for playing with DALL-E directly from Livebook</li>
<li><a href="https://github.com/PJUllrich/kino_dalle" rel="nofollow">https://github.com/PJUllrich/kino_dalle</a></li>
<li><a href="https://twitter.com/toranb/status/1609238634020106246" rel="nofollow">https://twitter.com/toranb/status/1609238634020106246</a> – A &quot;hello world&quot; of ML with Axon</li>
<li><a href="https://gist.github.com/toranb/e5c48565e83e4baaaf2c5850531a8a58" rel="nofollow">https://gist.github.com/toranb/e5c48565e83e4baaaf2c5850531a8a58</a> – Gist with the full example</li>
<li><a href="https://en.wikipedia.org/wiki/Fizz_buzz" rel="nofollow">https://en.wikipedia.org/wiki/Fizz_buzz</a> – Fizz Buzz explained</li>
<li><a href="https://www.germanvelasco.com/blog/phoenix-1-7-is-view-less" rel="nofollow">https://www.germanvelasco.com/blog/phoenix-1-7-is-view-less</a> – German Velesco released a video and post about Phoenix going “View-less”</li>
<li><a href="https://www.youtube.com/watch?v=h-803kOXq3g" rel="nofollow">https://www.youtube.com/watch?v=h-803kOXq3g</a></li>
<li><a href="https://news.ycombinator.com/item?id=34188461" rel="nofollow">https://news.ycombinator.com/item?id=34188461</a> – The view-less post discussion on Hacker News</li>
<li><a href="https://www.youtube.com/playlist?list=PLvL2NEhYV4ZuuF39_A_DAh6IwIuh8K6gd" rel="nofollow">https://www.youtube.com/playlist?list=PLvL2NEhYV4ZuuF39_A_DAh6IwIuh8K6gd</a> – ElixirConf EU 2022 videos continue to be released.</li>
<li><a href="https://rocket-science.ru/hacking/2023/01/01/finitomata-marries-ecto" rel="nofollow">https://rocket-science.ru/hacking/2023/01/01/finitomata-marries-ecto</a> – finitomata library updated to support Ecto</li>
<li><a href="https://github.com/am-kantox/finitomata" rel="nofollow">https://github.com/am-kantox/finitomata</a></li>
<li><a href="https://fosstodon.org/@lfe/109620918877368730" rel="nofollow">https://fosstodon.org/@lfe/109620918877368730</a> – Version 2.1.0 of LFE was released.</li>
<li><a href="https://pagespeed.web.dev/report" rel="nofollow">https://pagespeed.web.dev/report</a> – Fun experiment. Pagespeed Insights and LiveView with Tailwind.</li>
<li><a href="https://hex.pm/packages/phoenix_seo" rel="nofollow">https://hex.pm/packages/phoenix_seo</a> – Phoenix SEO package</li>
</ul>

<p>Do you have some Elixir news to share? Tell us at <a href="https://twitter.com/ThinkingElixir" rel="nofollow">@ThinkingElixir</a> or email at <a href="mailto:show@thinkingelixir.com" rel="nofollow">show@thinkingelixir.com</a></p>

<p><strong>Discussion Resources</strong></p>

<ul>
<li><a href="https://prise.com" rel="nofollow">https://prise.com</a></li>
<li><a href="https://www.reddit.com/r/elixir/comments/z9q156/i_built_prise_a_tool_to_track_and_search_work/" rel="nofollow">https://www.reddit.com/r/elixir/comments/z9q156/i_built_prise_a_tool_to_track_and_search_work/</a></li>
<li><a href="https://fly.io/phoenix-files/recognize-digits-using-ml-in-elixir/" rel="nofollow">https://fly.io/phoenix-files/recognize-digits-using-ml-in-elixir/</a> – End-to-end article showing recognizing handwritten digits with Elixir, Axon, and Nx</li>
<li><a href="https://twitter.com/philipbrown/status/1604476648639692800" rel="nofollow">https://twitter.com/philipbrown/status/1604476648639692800</a> – Tweet about Elixir reducing cost of development</li>
<li><a href="https://twitter.com/philipbrown/status/1604793690630672384" rel="nofollow">https://twitter.com/philipbrown/status/1604793690630672384</a> – Tweet about Elixir reducing cost of development</li>
</ul>

<p><strong>Guest Information</strong></p>

<ul>
<li><a href="https://twitter.com/philipbrown" rel="nofollow">https://twitter.com/philipbrown</a> – on Twitter</li>
<li><a href="https://github.com/philipbrown/" rel="nofollow">https://github.com/philipbrown/</a> – on Github</li>
<li><a href="https://prise.com" rel="nofollow">https://prise.com</a> – Website</li>
<li><a href="https://culttt.com" rel="nofollow">https://culttt.com</a> – Blog</li>
<li><a href="mailto:philip@prise.com" rel="nofollow">philip@prise.com</a></li>
</ul>

<p><strong>Find us online</strong></p>

<ul>
<li>Message the show - <a href="https://twitter.com/ThinkingElixir" rel="nofollow">@ThinkingElixir</a></li>
<li>Message the show on Mastadon - <a href="https://genserver.social/ThinkingElixir" rel="nofollow">@ThinkingElixir@genserver.social</a></li>
<li>Email the show - <a href="mailto:show@thinkingelixir.com" rel="nofollow">show@thinkingelixir.com</a></li>
<li>Mark Ericksen - <a href="https://twitter.com/brainlid" rel="nofollow">@brainlid</a></li>
<li>Mark Ericksen on Mastadon - <a href="https://genserver.social/brainlid" rel="nofollow">@brainlid@genserver.social</a></li>
<li>David Bernheisel - <a href="https://twitter.com/bernheisel" rel="nofollow">@bernheisel</a></li>
<li>David Bernheisel on Mastadon - <a href="https://genserver.social/dbern" rel="nofollow">@dbern@genserver.social</a></li>
<li>Cade Ward - <a href="https://twitter.com/cadebward" rel="nofollow">@cadebward</a></li>
<li>Cade Ward on Mastadon - <a href="https://genserver.social/cadebward" rel="nofollow">@cadebward@genserver.social</a></li>
</ul><p>Sponsored By:</p><ul><li><a rel="nofollow" href="https://fly.io">Fly.io</a>: <a rel="nofollow" href="https://fly.io">Fly.io is a great place to deploy your next Phoenix application! Check them out!</a></li></ul>]]>
  </content:encoded>
  <itunes:summary>
    <![CDATA[<p>We talk with Philip Brown who started Prise in Jan 2022 using Elixir, Axon and Nx to apply machine learning to project management. He shares what he&#39;s accomplished as a one-person dev team and how Elixir enabled him to develop more rapidly. He shares how, with no ML academic training, he learned as he went and developed and trained his own models that classify and prioritize people&#39;s tasks spread across multiple systems! A fun and empowering discussion!</p>

<p>Show Notes online - <a href="http://podcast.thinkingelixir.com/133" rel="nofollow">http://podcast.thinkingelixir.com/133</a></p>

<p><strong>Elixir Community News</strong></p>

<ul>
<li><a href="https://twitter.com/whatyouhide/status/1609914819511222273" rel="nofollow">https://twitter.com/whatyouhide/status/1609914819511222273</a> – Andrea Leopardi has started a video series solving networking problems from protohackers.com</li>
<li><a href="https://protohackers.com/" rel="nofollow">https://protohackers.com/</a></li>
<li><a href="https://twitter.com/livebookdev/status/1608127539196882944" rel="nofollow">https://twitter.com/livebookdev/status/1608127539196882944</a> – A Smart cell for playing with DALL-E directly from Livebook</li>
<li><a href="https://github.com/PJUllrich/kino_dalle" rel="nofollow">https://github.com/PJUllrich/kino_dalle</a></li>
<li><a href="https://twitter.com/toranb/status/1609238634020106246" rel="nofollow">https://twitter.com/toranb/status/1609238634020106246</a> – A &quot;hello world&quot; of ML with Axon</li>
<li><a href="https://gist.github.com/toranb/e5c48565e83e4baaaf2c5850531a8a58" rel="nofollow">https://gist.github.com/toranb/e5c48565e83e4baaaf2c5850531a8a58</a> – Gist with the full example</li>
<li><a href="https://en.wikipedia.org/wiki/Fizz_buzz" rel="nofollow">https://en.wikipedia.org/wiki/Fizz_buzz</a> – Fizz Buzz explained</li>
<li><a href="https://www.germanvelasco.com/blog/phoenix-1-7-is-view-less" rel="nofollow">https://www.germanvelasco.com/blog/phoenix-1-7-is-view-less</a> – German Velesco released a video and post about Phoenix going “View-less”</li>
<li><a href="https://www.youtube.com/watch?v=h-803kOXq3g" rel="nofollow">https://www.youtube.com/watch?v=h-803kOXq3g</a></li>
<li><a href="https://news.ycombinator.com/item?id=34188461" rel="nofollow">https://news.ycombinator.com/item?id=34188461</a> – The view-less post discussion on Hacker News</li>
<li><a href="https://www.youtube.com/playlist?list=PLvL2NEhYV4ZuuF39_A_DAh6IwIuh8K6gd" rel="nofollow">https://www.youtube.com/playlist?list=PLvL2NEhYV4ZuuF39_A_DAh6IwIuh8K6gd</a> – ElixirConf EU 2022 videos continue to be released.</li>
<li><a href="https://rocket-science.ru/hacking/2023/01/01/finitomata-marries-ecto" rel="nofollow">https://rocket-science.ru/hacking/2023/01/01/finitomata-marries-ecto</a> – finitomata library updated to support Ecto</li>
<li><a href="https://github.com/am-kantox/finitomata" rel="nofollow">https://github.com/am-kantox/finitomata</a></li>
<li><a href="https://fosstodon.org/@lfe/109620918877368730" rel="nofollow">https://fosstodon.org/@lfe/109620918877368730</a> – Version 2.1.0 of LFE was released.</li>
<li><a href="https://pagespeed.web.dev/report" rel="nofollow">https://pagespeed.web.dev/report</a> – Fun experiment. Pagespeed Insights and LiveView with Tailwind.</li>
<li><a href="https://hex.pm/packages/phoenix_seo" rel="nofollow">https://hex.pm/packages/phoenix_seo</a> – Phoenix SEO package</li>
</ul>

<p>Do you have some Elixir news to share? Tell us at <a href="https://twitter.com/ThinkingElixir" rel="nofollow">@ThinkingElixir</a> or email at <a href="mailto:show@thinkingelixir.com" rel="nofollow">show@thinkingelixir.com</a></p>

<p><strong>Discussion Resources</strong></p>

<ul>
<li><a href="https://prise.com" rel="nofollow">https://prise.com</a></li>
<li><a href="https://www.reddit.com/r/elixir/comments/z9q156/i_built_prise_a_tool_to_track_and_search_work/" rel="nofollow">https://www.reddit.com/r/elixir/comments/z9q156/i_built_prise_a_tool_to_track_and_search_work/</a></li>
<li><a href="https://fly.io/phoenix-files/recognize-digits-using-ml-in-elixir/" rel="nofollow">https://fly.io/phoenix-files/recognize-digits-using-ml-in-elixir/</a> – End-to-end article showing recognizing handwritten digits with Elixir, Axon, and Nx</li>
<li><a href="https://twitter.com/philipbrown/status/1604476648639692800" rel="nofollow">https://twitter.com/philipbrown/status/1604476648639692800</a> – Tweet about Elixir reducing cost of development</li>
<li><a href="https://twitter.com/philipbrown/status/1604793690630672384" rel="nofollow">https://twitter.com/philipbrown/status/1604793690630672384</a> – Tweet about Elixir reducing cost of development</li>
</ul>

<p><strong>Guest Information</strong></p>

<ul>
<li><a href="https://twitter.com/philipbrown" rel="nofollow">https://twitter.com/philipbrown</a> – on Twitter</li>
<li><a href="https://github.com/philipbrown/" rel="nofollow">https://github.com/philipbrown/</a> – on Github</li>
<li><a href="https://prise.com" rel="nofollow">https://prise.com</a> – Website</li>
<li><a href="https://culttt.com" rel="nofollow">https://culttt.com</a> – Blog</li>
<li><a href="mailto:philip@prise.com" rel="nofollow">philip@prise.com</a></li>
</ul>

<p><strong>Find us online</strong></p>

<ul>
<li>Message the show - <a href="https://twitter.com/ThinkingElixir" rel="nofollow">@ThinkingElixir</a></li>
<li>Message the show on Mastadon - <a href="https://genserver.social/ThinkingElixir" rel="nofollow">@ThinkingElixir@genserver.social</a></li>
<li>Email the show - <a href="mailto:show@thinkingelixir.com" rel="nofollow">show@thinkingelixir.com</a></li>
<li>Mark Ericksen - <a href="https://twitter.com/brainlid" rel="nofollow">@brainlid</a></li>
<li>Mark Ericksen on Mastadon - <a href="https://genserver.social/brainlid" rel="nofollow">@brainlid@genserver.social</a></li>
<li>David Bernheisel - <a href="https://twitter.com/bernheisel" rel="nofollow">@bernheisel</a></li>
<li>David Bernheisel on Mastadon - <a href="https://genserver.social/dbern" rel="nofollow">@dbern@genserver.social</a></li>
<li>Cade Ward - <a href="https://twitter.com/cadebward" rel="nofollow">@cadebward</a></li>
<li>Cade Ward on Mastadon - <a href="https://genserver.social/cadebward" rel="nofollow">@cadebward@genserver.social</a></li>
</ul><p>Sponsored By:</p><ul><li><a rel="nofollow" href="https://fly.io">Fly.io</a>: <a rel="nofollow" href="https://fly.io">Fly.io is a great place to deploy your next Phoenix application! Check them out!</a></li></ul>]]>
  </itunes:summary>
</item>
<item>
  <title>130: Bumblebee Buzz with José Valim</title>
  <link>https://podcast.thinkingelixir.com/130</link>
  <guid isPermaLink="false">5068b898-a32b-43d8-a448-f2e0194baad3</guid>
  <pubDate>Tue, 20 Dec 2022 04:15:00 -0700</pubDate>
  <author>ThinkingElixir.com</author>
  <enclosure url="https://aphid.fireside.fm/d/1437767933/811c9756-babe-40ac-8c25-b3bb24e522e0/5068b898-a32b-43d8-a448-f2e0194baad3.mp3" length="54884352" type="audio/mpeg"/>
  <itunes:episodeType>full</itunes:episodeType>
  <itunes:author>ThinkingElixir.com</itunes:author>
  <itunes:subtitle>The buzz around Bumblebee is energetic! Listen to José Valim, Paulo Valente, and Jonatan Kłosko explain and share what this means for the Elixir community! We can easily add advanced AI models to our Phoenix apps for one!</itunes:subtitle>
  <itunes:duration>1:15:48</itunes:duration>
  <itunes:explicit>no</itunes:explicit>
  <itunes:image href="https://media24.fireside.fm/file/fireside-images-2024/podcasts/images/8/811c9756-babe-40ac-8c25-b3bb24e522e0/cover.jpg?v=2"/>
  <description>&lt;p&gt;The Elixir community is buzzing with excitement around Bumblebee! Bumblebee makes it easy to use a variety of pre-trained neural network models in Elixir. José Valim, Paulo Valente, and Jonatan Kłosko join us to talk about this latest advancement. We learn how Bumblebee works, the abilities that are supported today, where things are going next and the longer term visions of what's possible. We cover the new Livebook smart cells that create an easy playground for playing with Bumblebee, a single-file Phoenix example that does image classification, and much more!&lt;/p&gt;

&lt;p&gt;Show Notes online - &lt;a href="http://podcast.thinkingelixir.com/130" target="_blank" rel="nofollow noopener"&gt;http://podcast.thinkingelixir.com/130&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Elixir Community News&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://news.livebook.dev/announcing-bumblebee-gpt2-stable-diffusion-and-more-in-elixir-3Op73O" target="_blank" rel="nofollow noopener"&gt;https://news.livebook.dev/announcing-bumblebee-gpt2-stable-diffusion-and-more-in-elixir-3Op73O&lt;/a&gt; – José Valim made the Bumblebee reveal&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/elixir-nx/bumblebee/tree/main/examples/phoenix" target="_blank" rel="nofollow noopener"&gt;https://github.com/elixir-nx/bumblebee/tree/main/examples/phoenix&lt;/a&gt; – Phoenix examples using Bumblebee&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://spawnfest.org/2022.html" target="_blank" rel="nofollow noopener"&gt;https://spawnfest.org/2022.html&lt;/a&gt; – SpawnFest 2022 winners announced&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/spawnfest/json_native" target="_blank" rel="nofollow noopener"&gt;https://github.com/spawnfest/json_native&lt;/a&gt; – 1st place overall - jason_native&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/spawnfest/secret_vault" target="_blank" rel="nofollow noopener"&gt;https://github.com/spawnfest/secret_vault&lt;/a&gt; – Tie for 2nd place - secret_vault&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/spawnfest/the-arborists" target="_blank" rel="nofollow noopener"&gt;https://github.com/spawnfest/the-arborists&lt;/a&gt; – Tied for 2nd place - the-arborists&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/spawnfest/dtu" target="_blank" rel="nofollow noopener"&gt;https://github.com/spawnfest/dtu&lt;/a&gt; – 3rd place overall - dtu (“Data The Ultimate”)&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://podcast.thinkingelixir.com/127" target="_blank" rel="nofollow noopener"&gt;https://podcast.thinkingelixir.com/127&lt;/a&gt; – Lively project episode won in Livebook category&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://twitter.com/sorentwo/status/1600167231828086785" target="_blank" rel="nofollow noopener"&gt;https://twitter.com/sorentwo/status/1600167231828086785&lt;/a&gt; – Github's Dependabot Elixir support explained&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://fosstodon.org/@tylerayoung/109467615067473743" target="_blank" rel="nofollow noopener"&gt;https://fosstodon.org/@tylerayoung/109467615067473743&lt;/a&gt; – Post from Tyler Young about Dependabot&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://twitter.com/ElixirMembrane/status/1599751442180382721" target="_blank" rel="nofollow noopener"&gt;https://twitter.com/ElixirMembrane/status/1599751442180382721&lt;/a&gt; – The Membrane GitHub org is changing to Jellyfish&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://podcast.thinkingelixir.com/43" target="_blank" rel="nofollow noopener"&gt;https://podcast.thinkingelixir.com/43&lt;/a&gt; – Previous interview about Membrane&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/benvp/ex_cva" target="_blank" rel="nofollow noopener"&gt;https://github.com/benvp/ex_cva&lt;/a&gt; – Class Variance Authority library&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://elixirforum.com/t/cva-easily-construct-component-variants/52043" target="_blank" rel="nofollow noopener"&gt;https://elixirforum.com/t/cva-easily-construct-component-variants/52043&lt;/a&gt; – CVA variant usage explained&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/joe-bell/cva" target="_blank" rel="nofollow noopener"&gt;https://github.com/joe-bell/cva&lt;/a&gt; – Original implementation in JS&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Do you have some Elixir news to share? Tell us at &lt;a href="https://twitter.com/ThinkingElixir" target="_blank" rel="nofollow noopener"&gt;@ThinkingElixir&lt;/a&gt; or email at &lt;a href="mailto:show@thinkingelixir.com" target="_blank" rel="nofollow noopener"&gt;show@thinkingelixir.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Discussion Resources&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://twitter.com/josevalim/status/1600955042621976576" target="_blank" rel="nofollow noopener"&gt;https://twitter.com/josevalim/status/1600955042621976576&lt;/a&gt; – Bumblebee announcement&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://news.livebook.dev/announcing-bumblebee-gpt2-stable-diffusion-and-more-in-elixir-3Op73O" target="_blank" rel="nofollow noopener"&gt;https://news.livebook.dev/announcing-bumblebee-gpt2-stable-diffusion-and-more-in-elixir-3Op73O&lt;/a&gt; – Livebook announcement with embedded Youtube video&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.youtube.com/watch?v=g3oyh3g1AtQ" target="_blank" rel="nofollow noopener"&gt;https://www.youtube.com/watch?v=g3oyh3g1AtQ&lt;/a&gt; – YouTube show-and-tell video from Jose&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://twitter.com/josevalim/status/1601228739819450368" target="_blank" rel="nofollow noopener"&gt;https://twitter.com/josevalim/status/1601228739819450368&lt;/a&gt; – Guest article on HuggingFace about Elixir and ML&lt;/li&gt;
&lt;li&gt;&lt;a href="https://huggingface.co/blog/elixir-bumblebee" target="_blank" rel="nofollow noopener"&gt;https://huggingface.co/blog/elixir-bumblebee&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/elixir-nx/bumblebee/tree/main/examples/phoenix" target="_blank" rel="nofollow noopener"&gt;https://github.com/elixir-nx/bumblebee/tree/main/examples/phoenix&lt;/a&gt; – Examples of embedding a Phoenix app in a single file from Chris McCord&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/livebook-dev/kino_bumblebee" target="_blank" rel="nofollow noopener"&gt;https://github.com/livebook-dev/kino_bumblebee&lt;/a&gt; – Livebook smart cell&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://podcast.thinkingelixir.com/109" target="_blank" rel="nofollow noopener"&gt;https://podcast.thinkingelixir.com/109&lt;/a&gt; – Paulo episode&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://podcast.thinkingelixir.com/46" target="_blank" rel="nofollow noopener"&gt;https://podcast.thinkingelixir.com/46&lt;/a&gt; – Jonatan episode&lt;/li&gt;
&lt;li&gt;&lt;a href="https://huggingface.co" target="_blank" rel="nofollow noopener"&gt;https://huggingface.co&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/elixir-nx/scholar" target="_blank" rel="nofollow noopener"&gt;https://github.com/elixir-nx/scholar&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://podcast.thinkingelixir.com/104" target="_blank" rel="nofollow noopener"&gt;https://podcast.thinkingelixir.com/104&lt;/a&gt; – Exploring Our Data with Chris Grainger&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://podcast.thinkingelixir.com/95" target="_blank" rel="nofollow noopener"&gt;https://podcast.thinkingelixir.com/95&lt;/a&gt; – Rustler Precompiled with Philip Sampaio&lt;/li&gt;
&lt;li&gt;&lt;a href="https://en.wikipedia.org/wiki/Federated_learning" target="_blank" rel="nofollow noopener"&gt;https://en.wikipedia.org/wiki/Federated_learning&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://prise.com/" target="_blank" rel="nofollow noopener"&gt;https://prise.com/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amplified.ai/" target="_blank" rel="nofollow noopener"&gt;https://www.amplified.ai/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/polvalente/nx-signal" target="_blank" rel="nofollow noopener"&gt;https://github.com/polvalente/nx-signal&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://erlef.org/slack-invite/erlef" target="_blank" rel="nofollow noopener"&gt;https://erlef.org/slack-invite/erlef&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Guest Information&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://genserver.social/josevalim" target="_blank" rel="nofollow noopener"&gt;https://genserver.social/josevalim&lt;/a&gt; – José Valim on Mastadon&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://twitter.com/josevalim" target="_blank" rel="nofollow noopener"&gt;https://twitter.com/josevalim&lt;/a&gt; – José Valim on Twitter&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/josevalim" target="_blank" rel="nofollow noopener"&gt;https://github.com/josevalim&lt;/a&gt; – José Valim on Github&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://dashbit.co/" target="_blank" rel="nofollow noopener"&gt;https://dashbit.co/&lt;/a&gt; – Dashbit website and blog&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/jonatanklosko/" target="_blank" rel="nofollow noopener"&gt;https://github.com/jonatanklosko/&lt;/a&gt; – Jonatan Kłosko on Github&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://jonatanklosko.com/" target="_blank" rel="nofollow noopener"&gt;https://jonatanklosko.com/&lt;/a&gt; – Blog&lt;/li&gt;
&lt;li&gt;
&lt;a href="mailto:jonatanklosko@gmail.com" target="_blank" rel="nofollow noopener"&gt;jonatanklosko@gmail.com&lt;/a&gt; – Jonatan's email&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://twitter.com/polvalente" target="_blank" rel="nofollow noopener"&gt;https://twitter.com/polvalente&lt;/a&gt; – Paulo Valente on Twitter&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/polvalente/" target="_blank" rel="nofollow noopener"&gt;https://github.com/polvalente/&lt;/a&gt; – Paulo Valente on Github&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Find us online&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Message the show - &lt;a href="https://twitter.com/ThinkingElixir" target="_blank" rel="nofollow noopener"&gt;@ThinkingElixir&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Message the show on Mastadon - &lt;a href="https://genserver.social/ThinkingElixir" target="_blank" rel="nofollow noopener"&gt;@ThinkingElixir@genserver.social&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Email the show - &lt;a href="mailto:show@thinkingelixir.com" target="_blank" rel="nofollow noopener"&gt;show@thinkingelixir.com&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Mark Ericksen - &lt;a href="https://twitter.com/brainlid" target="_blank" rel="nofollow noopener"&gt;@brainlid&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Mark Ericksen on Mastadon - &lt;a href="https://genserver.social/brainlid" target="_blank" rel="nofollow noopener"&gt;@brainlid@genserver.social&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;David Bernheisel - &lt;a href="https://twitter.com/bernheisel" target="_blank" rel="nofollow noopener"&gt;@bernheisel&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;David Bernheisel on Mastadon - &lt;a href="https://genserver.social/dbern" target="_blank" rel="nofollow noopener"&gt;@dbern@genserver.social&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Cade Ward - &lt;a href="https://twitter.com/cadebward" target="_blank" rel="nofollow noopener"&gt;@cadebward&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Cade Ward on Mastadon - &lt;a href="https://genserver.social/cadebward" target="_blank" rel="nofollow noopener"&gt;@cadebward@genserver.social&lt;/a&gt; &lt;/li&gt;
&lt;/ul&gt;
</description>
  <itunes:keywords>elixir, axon, nx, bumblebee, machine learning, neural networks, huggingface</itunes:keywords>
  <content:encoded>
    <![CDATA[<p>The Elixir community is buzzing with excitement around Bumblebee! Bumblebee makes it easy to use a variety of pre-trained neural network models in Elixir. José Valim, Paulo Valente, and Jonatan Kłosko join us to talk about this latest advancement. We learn how Bumblebee works, the abilities that are supported today, where things are going next and the longer term visions of what&#39;s possible. We cover the new Livebook smart cells that create an easy playground for playing with Bumblebee, a single-file Phoenix example that does image classification, and much more!</p>

<p>Show Notes online - <a href="http://podcast.thinkingelixir.com/130" rel="nofollow">http://podcast.thinkingelixir.com/130</a></p>

<p><strong>Elixir Community News</strong></p>

<ul>
<li><a href="https://news.livebook.dev/announcing-bumblebee-gpt2-stable-diffusion-and-more-in-elixir-3Op73O" rel="nofollow">https://news.livebook.dev/announcing-bumblebee-gpt2-stable-diffusion-and-more-in-elixir-3Op73O</a> – José Valim made the Bumblebee reveal</li>
<li><a href="https://github.com/elixir-nx/bumblebee/tree/main/examples/phoenix" rel="nofollow">https://github.com/elixir-nx/bumblebee/tree/main/examples/phoenix</a> – Phoenix examples using Bumblebee</li>
<li><a href="https://spawnfest.org/2022.html" rel="nofollow">https://spawnfest.org/2022.html</a> – SpawnFest 2022 winners announced</li>
<li><a href="https://github.com/spawnfest/json_native" rel="nofollow">https://github.com/spawnfest/json_native</a> – 1st place overall - jason_native</li>
<li><a href="https://github.com/spawnfest/secret_vault" rel="nofollow">https://github.com/spawnfest/secret_vault</a> – Tie for 2nd place - secret_vault</li>
<li><a href="https://github.com/spawnfest/the-arborists" rel="nofollow">https://github.com/spawnfest/the-arborists</a> – Tied for 2nd place - the-arborists</li>
<li><a href="https://github.com/spawnfest/dtu" rel="nofollow">https://github.com/spawnfest/dtu</a> – 3rd place overall - dtu (“Data The Ultimate”)</li>
<li><a href="https://podcast.thinkingelixir.com/127" rel="nofollow">https://podcast.thinkingelixir.com/127</a> – Lively project episode won in Livebook category</li>
<li><a href="https://twitter.com/sorentwo/status/1600167231828086785" rel="nofollow">https://twitter.com/sorentwo/status/1600167231828086785</a> – Github&#39;s Dependabot Elixir support explained</li>
<li><a href="https://fosstodon.org/@tylerayoung/109467615067473743" rel="nofollow">https://fosstodon.org/@tylerayoung/109467615067473743</a> – Post from Tyler Young about Dependabot</li>
<li><a href="https://twitter.com/ElixirMembrane/status/1599751442180382721" rel="nofollow">https://twitter.com/ElixirMembrane/status/1599751442180382721</a> – The Membrane GitHub org is changing to Jellyfish</li>
<li><a href="https://podcast.thinkingelixir.com/43" rel="nofollow">https://podcast.thinkingelixir.com/43</a> – Previous interview about Membrane</li>
<li><a href="https://github.com/benvp/ex_cva" rel="nofollow">https://github.com/benvp/ex_cva</a> – Class Variance Authority library</li>
<li><a href="https://elixirforum.com/t/cva-easily-construct-component-variants/52043" rel="nofollow">https://elixirforum.com/t/cva-easily-construct-component-variants/52043</a> – CVA variant usage explained</li>
<li><a href="https://github.com/joe-bell/cva" rel="nofollow">https://github.com/joe-bell/cva</a> – Original implementation in JS</li>
</ul>

<p>Do you have some Elixir news to share? Tell us at <a href="https://twitter.com/ThinkingElixir" rel="nofollow">@ThinkingElixir</a> or email at <a href="mailto:show@thinkingelixir.com" rel="nofollow">show@thinkingelixir.com</a></p>

<p><strong>Discussion Resources</strong></p>

<ul>
<li><a href="https://twitter.com/josevalim/status/1600955042621976576" rel="nofollow">https://twitter.com/josevalim/status/1600955042621976576</a> – Bumblebee announcement</li>
<li><a href="https://news.livebook.dev/announcing-bumblebee-gpt2-stable-diffusion-and-more-in-elixir-3Op73O" rel="nofollow">https://news.livebook.dev/announcing-bumblebee-gpt2-stable-diffusion-and-more-in-elixir-3Op73O</a> – Livebook announcement with embedded Youtube video</li>
<li><a href="https://www.youtube.com/watch?v=g3oyh3g1AtQ" rel="nofollow">https://www.youtube.com/watch?v=g3oyh3g1AtQ</a> – YouTube show-and-tell video from Jose</li>
<li><a href="https://twitter.com/josevalim/status/1601228739819450368" rel="nofollow">https://twitter.com/josevalim/status/1601228739819450368</a> – Guest article on HuggingFace about Elixir and ML</li>
<li><a href="https://huggingface.co/blog/elixir-bumblebee" rel="nofollow">https://huggingface.co/blog/elixir-bumblebee</a></li>
<li><a href="https://github.com/elixir-nx/bumblebee/tree/main/examples/phoenix" rel="nofollow">https://github.com/elixir-nx/bumblebee/tree/main/examples/phoenix</a> – Examples of embedding a Phoenix app in a single file from Chris McCord</li>
<li><a href="https://github.com/livebook-dev/kino_bumblebee" rel="nofollow">https://github.com/livebook-dev/kino_bumblebee</a> – Livebook smart cell</li>
<li><a href="https://podcast.thinkingelixir.com/109" rel="nofollow">https://podcast.thinkingelixir.com/109</a> – Paulo episode</li>
<li><a href="https://podcast.thinkingelixir.com/46" rel="nofollow">https://podcast.thinkingelixir.com/46</a> – Jonatan episode</li>
<li><a href="https://huggingface.co" rel="nofollow">https://huggingface.co</a></li>
<li><a href="https://github.com/elixir-nx/scholar" rel="nofollow">https://github.com/elixir-nx/scholar</a></li>
<li><a href="https://podcast.thinkingelixir.com/104" rel="nofollow">https://podcast.thinkingelixir.com/104</a> – Exploring Our Data with Chris Grainger</li>
<li><a href="https://podcast.thinkingelixir.com/95" rel="nofollow">https://podcast.thinkingelixir.com/95</a> – Rustler Precompiled with Philip Sampaio</li>
<li><a href="https://en.wikipedia.org/wiki/Federated_learning" rel="nofollow">https://en.wikipedia.org/wiki/Federated_learning</a></li>
<li><a href="https://prise.com/" rel="nofollow">https://prise.com/</a></li>
<li><a href="https://www.amplified.ai/" rel="nofollow">https://www.amplified.ai/</a></li>
<li><a href="https://github.com/polvalente/nx-signal" rel="nofollow">https://github.com/polvalente/nx-signal</a></li>
<li><a href="https://erlef.org/slack-invite/erlef" rel="nofollow">https://erlef.org/slack-invite/erlef</a></li>
</ul>

<p><strong>Guest Information</strong></p>

<ul>
<li><a href="https://genserver.social/josevalim" rel="nofollow">https://genserver.social/josevalim</a> – José Valim on Mastadon</li>
<li><a href="https://twitter.com/josevalim" rel="nofollow">https://twitter.com/josevalim</a> – José Valim on Twitter</li>
<li><a href="https://github.com/josevalim" rel="nofollow">https://github.com/josevalim</a> – José Valim on Github</li>
<li><a href="https://dashbit.co/" rel="nofollow">https://dashbit.co/</a> – Dashbit website and blog</li>
<li><a href="https://github.com/jonatanklosko/" rel="nofollow">https://github.com/jonatanklosko/</a> – Jonatan Kłosko on Github</li>
<li><a href="https://jonatanklosko.com/" rel="nofollow">https://jonatanklosko.com/</a> – Blog</li>
<li><a href="mailto:jonatanklosko@gmail.com" rel="nofollow">jonatanklosko@gmail.com</a> – Jonatan&#39;s email</li>
<li><a href="https://twitter.com/polvalente" rel="nofollow">https://twitter.com/polvalente</a> – Paulo Valente on Twitter</li>
<li><a href="https://github.com/polvalente/" rel="nofollow">https://github.com/polvalente/</a> – Paulo Valente on Github</li>
</ul>

<p><strong>Find us online</strong></p>

<ul>
<li>Message the show - <a href="https://twitter.com/ThinkingElixir" rel="nofollow">@ThinkingElixir</a></li>
<li>Message the show on Mastadon - <a href="https://genserver.social/ThinkingElixir" rel="nofollow">@ThinkingElixir@genserver.social</a></li>
<li>Email the show - <a href="mailto:show@thinkingelixir.com" rel="nofollow">show@thinkingelixir.com</a></li>
<li>Mark Ericksen - <a href="https://twitter.com/brainlid" rel="nofollow">@brainlid</a></li>
<li>Mark Ericksen on Mastadon - <a href="https://genserver.social/brainlid" rel="nofollow">@brainlid@genserver.social</a></li>
<li>David Bernheisel - <a href="https://twitter.com/bernheisel" rel="nofollow">@bernheisel</a></li>
<li>David Bernheisel on Mastadon - <a href="https://genserver.social/dbern" rel="nofollow">@dbern@genserver.social</a></li>
<li>Cade Ward - <a href="https://twitter.com/cadebward" rel="nofollow">@cadebward</a></li>
<li>Cade Ward on Mastadon - <a href="https://genserver.social/cadebward" rel="nofollow">@cadebward@genserver.social</a></li>
</ul><p>Sponsored By:</p><ul><li><a rel="nofollow" href="https://fly.io">Fly.io</a>: <a rel="nofollow" href="https://fly.io">Fly.io is a great place to deploy your next Phoenix application! Check them out!</a></li></ul>]]>
  </content:encoded>
  <itunes:summary>
    <![CDATA[<p>The Elixir community is buzzing with excitement around Bumblebee! Bumblebee makes it easy to use a variety of pre-trained neural network models in Elixir. José Valim, Paulo Valente, and Jonatan Kłosko join us to talk about this latest advancement. We learn how Bumblebee works, the abilities that are supported today, where things are going next and the longer term visions of what&#39;s possible. We cover the new Livebook smart cells that create an easy playground for playing with Bumblebee, a single-file Phoenix example that does image classification, and much more!</p>

<p>Show Notes online - <a href="http://podcast.thinkingelixir.com/130" rel="nofollow">http://podcast.thinkingelixir.com/130</a></p>

<p><strong>Elixir Community News</strong></p>

<ul>
<li><a href="https://news.livebook.dev/announcing-bumblebee-gpt2-stable-diffusion-and-more-in-elixir-3Op73O" rel="nofollow">https://news.livebook.dev/announcing-bumblebee-gpt2-stable-diffusion-and-more-in-elixir-3Op73O</a> – José Valim made the Bumblebee reveal</li>
<li><a href="https://github.com/elixir-nx/bumblebee/tree/main/examples/phoenix" rel="nofollow">https://github.com/elixir-nx/bumblebee/tree/main/examples/phoenix</a> – Phoenix examples using Bumblebee</li>
<li><a href="https://spawnfest.org/2022.html" rel="nofollow">https://spawnfest.org/2022.html</a> – SpawnFest 2022 winners announced</li>
<li><a href="https://github.com/spawnfest/json_native" rel="nofollow">https://github.com/spawnfest/json_native</a> – 1st place overall - jason_native</li>
<li><a href="https://github.com/spawnfest/secret_vault" rel="nofollow">https://github.com/spawnfest/secret_vault</a> – Tie for 2nd place - secret_vault</li>
<li><a href="https://github.com/spawnfest/the-arborists" rel="nofollow">https://github.com/spawnfest/the-arborists</a> – Tied for 2nd place - the-arborists</li>
<li><a href="https://github.com/spawnfest/dtu" rel="nofollow">https://github.com/spawnfest/dtu</a> – 3rd place overall - dtu (“Data The Ultimate”)</li>
<li><a href="https://podcast.thinkingelixir.com/127" rel="nofollow">https://podcast.thinkingelixir.com/127</a> – Lively project episode won in Livebook category</li>
<li><a href="https://twitter.com/sorentwo/status/1600167231828086785" rel="nofollow">https://twitter.com/sorentwo/status/1600167231828086785</a> – Github&#39;s Dependabot Elixir support explained</li>
<li><a href="https://fosstodon.org/@tylerayoung/109467615067473743" rel="nofollow">https://fosstodon.org/@tylerayoung/109467615067473743</a> – Post from Tyler Young about Dependabot</li>
<li><a href="https://twitter.com/ElixirMembrane/status/1599751442180382721" rel="nofollow">https://twitter.com/ElixirMembrane/status/1599751442180382721</a> – The Membrane GitHub org is changing to Jellyfish</li>
<li><a href="https://podcast.thinkingelixir.com/43" rel="nofollow">https://podcast.thinkingelixir.com/43</a> – Previous interview about Membrane</li>
<li><a href="https://github.com/benvp/ex_cva" rel="nofollow">https://github.com/benvp/ex_cva</a> – Class Variance Authority library</li>
<li><a href="https://elixirforum.com/t/cva-easily-construct-component-variants/52043" rel="nofollow">https://elixirforum.com/t/cva-easily-construct-component-variants/52043</a> – CVA variant usage explained</li>
<li><a href="https://github.com/joe-bell/cva" rel="nofollow">https://github.com/joe-bell/cva</a> – Original implementation in JS</li>
</ul>

<p>Do you have some Elixir news to share? Tell us at <a href="https://twitter.com/ThinkingElixir" rel="nofollow">@ThinkingElixir</a> or email at <a href="mailto:show@thinkingelixir.com" rel="nofollow">show@thinkingelixir.com</a></p>

<p><strong>Discussion Resources</strong></p>

<ul>
<li><a href="https://twitter.com/josevalim/status/1600955042621976576" rel="nofollow">https://twitter.com/josevalim/status/1600955042621976576</a> – Bumblebee announcement</li>
<li><a href="https://news.livebook.dev/announcing-bumblebee-gpt2-stable-diffusion-and-more-in-elixir-3Op73O" rel="nofollow">https://news.livebook.dev/announcing-bumblebee-gpt2-stable-diffusion-and-more-in-elixir-3Op73O</a> – Livebook announcement with embedded Youtube video</li>
<li><a href="https://www.youtube.com/watch?v=g3oyh3g1AtQ" rel="nofollow">https://www.youtube.com/watch?v=g3oyh3g1AtQ</a> – YouTube show-and-tell video from Jose</li>
<li><a href="https://twitter.com/josevalim/status/1601228739819450368" rel="nofollow">https://twitter.com/josevalim/status/1601228739819450368</a> – Guest article on HuggingFace about Elixir and ML</li>
<li><a href="https://huggingface.co/blog/elixir-bumblebee" rel="nofollow">https://huggingface.co/blog/elixir-bumblebee</a></li>
<li><a href="https://github.com/elixir-nx/bumblebee/tree/main/examples/phoenix" rel="nofollow">https://github.com/elixir-nx/bumblebee/tree/main/examples/phoenix</a> – Examples of embedding a Phoenix app in a single file from Chris McCord</li>
<li><a href="https://github.com/livebook-dev/kino_bumblebee" rel="nofollow">https://github.com/livebook-dev/kino_bumblebee</a> – Livebook smart cell</li>
<li><a href="https://podcast.thinkingelixir.com/109" rel="nofollow">https://podcast.thinkingelixir.com/109</a> – Paulo episode</li>
<li><a href="https://podcast.thinkingelixir.com/46" rel="nofollow">https://podcast.thinkingelixir.com/46</a> – Jonatan episode</li>
<li><a href="https://huggingface.co" rel="nofollow">https://huggingface.co</a></li>
<li><a href="https://github.com/elixir-nx/scholar" rel="nofollow">https://github.com/elixir-nx/scholar</a></li>
<li><a href="https://podcast.thinkingelixir.com/104" rel="nofollow">https://podcast.thinkingelixir.com/104</a> – Exploring Our Data with Chris Grainger</li>
<li><a href="https://podcast.thinkingelixir.com/95" rel="nofollow">https://podcast.thinkingelixir.com/95</a> – Rustler Precompiled with Philip Sampaio</li>
<li><a href="https://en.wikipedia.org/wiki/Federated_learning" rel="nofollow">https://en.wikipedia.org/wiki/Federated_learning</a></li>
<li><a href="https://prise.com/" rel="nofollow">https://prise.com/</a></li>
<li><a href="https://www.amplified.ai/" rel="nofollow">https://www.amplified.ai/</a></li>
<li><a href="https://github.com/polvalente/nx-signal" rel="nofollow">https://github.com/polvalente/nx-signal</a></li>
<li><a href="https://erlef.org/slack-invite/erlef" rel="nofollow">https://erlef.org/slack-invite/erlef</a></li>
</ul>

<p><strong>Guest Information</strong></p>

<ul>
<li><a href="https://genserver.social/josevalim" rel="nofollow">https://genserver.social/josevalim</a> – José Valim on Mastadon</li>
<li><a href="https://twitter.com/josevalim" rel="nofollow">https://twitter.com/josevalim</a> – José Valim on Twitter</li>
<li><a href="https://github.com/josevalim" rel="nofollow">https://github.com/josevalim</a> – José Valim on Github</li>
<li><a href="https://dashbit.co/" rel="nofollow">https://dashbit.co/</a> – Dashbit website and blog</li>
<li><a href="https://github.com/jonatanklosko/" rel="nofollow">https://github.com/jonatanklosko/</a> – Jonatan Kłosko on Github</li>
<li><a href="https://jonatanklosko.com/" rel="nofollow">https://jonatanklosko.com/</a> – Blog</li>
<li><a href="mailto:jonatanklosko@gmail.com" rel="nofollow">jonatanklosko@gmail.com</a> – Jonatan&#39;s email</li>
<li><a href="https://twitter.com/polvalente" rel="nofollow">https://twitter.com/polvalente</a> – Paulo Valente on Twitter</li>
<li><a href="https://github.com/polvalente/" rel="nofollow">https://github.com/polvalente/</a> – Paulo Valente on Github</li>
</ul>

<p><strong>Find us online</strong></p>

<ul>
<li>Message the show - <a href="https://twitter.com/ThinkingElixir" rel="nofollow">@ThinkingElixir</a></li>
<li>Message the show on Mastadon - <a href="https://genserver.social/ThinkingElixir" rel="nofollow">@ThinkingElixir@genserver.social</a></li>
<li>Email the show - <a href="mailto:show@thinkingelixir.com" rel="nofollow">show@thinkingelixir.com</a></li>
<li>Mark Ericksen - <a href="https://twitter.com/brainlid" rel="nofollow">@brainlid</a></li>
<li>Mark Ericksen on Mastadon - <a href="https://genserver.social/brainlid" rel="nofollow">@brainlid@genserver.social</a></li>
<li>David Bernheisel - <a href="https://twitter.com/bernheisel" rel="nofollow">@bernheisel</a></li>
<li>David Bernheisel on Mastadon - <a href="https://genserver.social/dbern" rel="nofollow">@dbern@genserver.social</a></li>
<li>Cade Ward - <a href="https://twitter.com/cadebward" rel="nofollow">@cadebward</a></li>
<li>Cade Ward on Mastadon - <a href="https://genserver.social/cadebward" rel="nofollow">@cadebward@genserver.social</a></li>
</ul><p>Sponsored By:</p><ul><li><a rel="nofollow" href="https://fly.io">Fly.io</a>: <a rel="nofollow" href="https://fly.io">Fly.io is a great place to deploy your next Phoenix application! Check them out!</a></li></ul>]]>
  </itunes:summary>
</item>
<item>
  <title>102: Machine Learning in Elixir with Sean Moriarity</title>
  <link>https://podcast.thinkingelixir.com/102</link>
  <guid isPermaLink="false">550821e1-8d03-4aac-8107-3b28d9e4a1f3</guid>
  <pubDate>Tue, 07 Jun 2022 04:15:00 -0600</pubDate>
  <author>ThinkingElixir.com</author>
  <enclosure url="https://aphid.fireside.fm/d/1437767933/811c9756-babe-40ac-8c25-b3bb24e522e0/550821e1-8d03-4aac-8107-3b28d9e4a1f3.mp3" length="30597120" type="audio/mpeg"/>
  <itunes:episodeType>full</itunes:episodeType>
  <itunes:author>ThinkingElixir.com</itunes:author>
  <itunes:subtitle>Sean Moriarity explains Machine Learning in the Elixir space. It's a fast developing area and Sean helps us follow the important points even if we aren't doing ML ourselves… because our teams may still need it.</itunes:subtitle>
  <itunes:duration>42:12</itunes:duration>
  <itunes:explicit>no</itunes:explicit>
  <itunes:image href="https://media24.fireside.fm/file/fireside-images-2024/podcasts/images/8/811c9756-babe-40ac-8c25-b3bb24e522e0/cover.jpg?v=2"/>
  <description>&lt;p&gt;Sean Moriarity, the author of Genetic Algorithms in Elixir, lays out Machine Learning in the Elixir space. We talk about where it is today and where it's going in the future. Sean talks more about his book, how that led to working with José Valim which then led to the creation of Nx. He fills us in on recent ML events with Google and Facebook and shows us how Elixir fits into the bigger picture. It's a fast developing area and Sean helps us follow the important points even if we aren't doing ML ourselves… because our teams may still need it.&lt;/p&gt;

&lt;p&gt;Show Notes online - &lt;a href="http://podcast.thinkingelixir.com/102" target="_blank" rel="nofollow noopener"&gt;http://podcast.thinkingelixir.com/102&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Elixir Community News&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://github.com/phoenixframework/phoenix_live_view/blob/v0.17.10/CHANGELOG.md" target="_blank" rel="nofollow noopener"&gt;https://github.com/phoenixframework/phoenix_live_view/blob/v0.17.10/CHANGELOG.md&lt;/a&gt; – Phoenix LiveView gets a minor release v0.17.10 with formatting improvements&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.rakeroutes.com/2022/05/18/let-s-write-an-elixir-livebook-smart-cell" target="_blank" rel="nofollow noopener"&gt;https://www.rakeroutes.com/2022/05/18/let-s-write-an-elixir-livebook-smart-cell&lt;/a&gt; – Creating custom Livebook Smart Cells&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://twitter.com/evadne/status/1527651328188723209" target="_blank" rel="nofollow noopener"&gt;https://twitter.com/evadne/status/1527651328188723209&lt;/a&gt; – Etso was updated to work with the latest Ecto&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/evadne/etso" target="_blank" rel="nofollow noopener"&gt;https://github.com/evadne/etso&lt;/a&gt; – Etso library&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Do you have some Elixir news to share? Tell us at &lt;a href="https://twitter.com/ThinkingElixir" target="_blank" rel="nofollow noopener"&gt;@ThinkingElixir&lt;/a&gt; or email at &lt;a href="mailto:show@thinkingelixir.com" target="_blank" rel="nofollow noopener"&gt;show@thinkingelixir.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Discussion Resources&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://pragprog.com/titles/smgaelixir/genetic-algorithms-in-elixir/" target="_blank" rel="nofollow noopener"&gt;https://pragprog.com/titles/smgaelixir/genetic-algorithms-in-elixir/&lt;/a&gt; – Genetic Algorithms in Elixir&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/elixir-nx/nx" target="_blank" rel="nofollow noopener"&gt;https://github.com/elixir-nx/nx&lt;/a&gt; – Numerical Elixir (Nx)&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/elixir-nx/axon" target="_blank" rel="nofollow noopener"&gt;https://github.com/elixir-nx/axon&lt;/a&gt; – Nx-powered Neural Networks for Elixir.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://pragprog.com/titles/smgaelixir/genetic-algorithms-in-elixir/" target="_blank" rel="nofollow noopener"&gt;https://pragprog.com/titles/smgaelixir/genetic-algorithms-in-elixir/&lt;/a&gt; – Book - Genetic Algorithms in Elixir&lt;/li&gt;
&lt;li&gt;&lt;a href="https://scala-lang.org/" target="_blank" rel="nofollow noopener"&gt;https://scala-lang.org/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.quora.com/" target="_blank" rel="nofollow noopener"&gt;https://www.quora.com/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://pragprog.com/titles/elixir16/programming-elixir-1-6/" target="_blank" rel="nofollow noopener"&gt;https://pragprog.com/titles/elixir16/programming-elixir-1-6/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://pragprog.com/titles/phoenix14/programming-phoenix-1-4/" target="_blank" rel="nofollow noopener"&gt;https://pragprog.com/titles/phoenix14/programming-phoenix-1-4/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.linkedin.com/in/briancardarella/" target="_blank" rel="nofollow noopener"&gt;https://www.linkedin.com/in/briancardarella/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://dockyard.com/" target="_blank" rel="nofollow noopener"&gt;https://dockyard.com/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://dockyard.com/blog/authors/sean-moriarity" target="_blank" rel="nofollow noopener"&gt;https://dockyard.com/blog/authors/sean-moriarity&lt;/a&gt; – Sean's blog posts on Dockyard blog&lt;/li&gt;
&lt;li&gt;&lt;a href="https://numpy.org/" target="_blank" rel="nofollow noopener"&gt;https://numpy.org/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://llvm.org/" target="_blank" rel="nofollow noopener"&gt;https://llvm.org/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://en.wikipedia.org/wiki/Softmax_function" target="_blank" rel="nofollow noopener"&gt;https://en.wikipedia.org/wiki/Softmax_function&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://en.wikipedia.org/wiki/Natural_language_processing" target="_blank" rel="nofollow noopener"&gt;https://en.wikipedia.org/wiki/Natural_language_processing&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://xkcd.com/1897/" target="_blank" rel="nofollow noopener"&gt;https://xkcd.com/1897/&lt;/a&gt; – XKCD comic&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.image-net.org/" target="_blank" rel="nofollow noopener"&gt;https://www.image-net.org/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.deeplearningbook.org/" target="_blank" rel="nofollow noopener"&gt;https://www.deeplearningbook.org/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://ai.googleblog.com/2022/04/pathways-language-model-palm-scaling-to.html" target="_blank" rel="nofollow noopener"&gt;https://ai.googleblog.com/2022/04/pathways-language-model-palm-scaling-to.html&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://erlef.org/wg/machine-learning" target="_blank" rel="nofollow noopener"&gt;https://erlef.org/wg/machine-learning&lt;/a&gt; – Erlang Eco-system foundation machine working group&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Guest Information&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://twitter.com/sean_moriarity" target="_blank" rel="nofollow noopener"&gt;https://twitter.com/sean_moriarity&lt;/a&gt; – on Twitter&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/seanmor5/" target="_blank" rel="nofollow noopener"&gt;https://github.com/seanmor5/&lt;/a&gt; – on Github&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://seanmoriarity.com" target="_blank" rel="nofollow noopener"&gt;https://seanmoriarity.com&lt;/a&gt; – Blog&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Find us online&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Message the show - &lt;a href="https://twitter.com/ThinkingElixir" target="_blank" rel="nofollow noopener"&gt;@ThinkingElixir&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Email the show - &lt;a href="mailto:show@thinkingelixir.com" target="_blank" rel="nofollow noopener"&gt;show@thinkingelixir.com&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Mark Ericksen - &lt;a href="https://twitter.com/brainlid" target="_blank" rel="nofollow noopener"&gt;@brainlid&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;David Bernheisel - &lt;a href="https://twitter.com/bernheisel" target="_blank" rel="nofollow noopener"&gt;@bernheisel&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Cade Ward - &lt;a href="https://twitter.com/cadebward" target="_blank" rel="nofollow noopener"&gt;@cadebward&lt;/a&gt; &lt;/li&gt;
&lt;/ul&gt;
</description>
  <itunes:keywords>elixir, machine learning, ai, nx, axon, genetic algorithms</itunes:keywords>
  <content:encoded>
    <![CDATA[<p>Sean Moriarity, the author of Genetic Algorithms in Elixir, lays out Machine Learning in the Elixir space. We talk about where it is today and where it&#39;s going in the future. Sean talks more about his book, how that led to working with José Valim which then led to the creation of Nx. He fills us in on recent ML events with Google and Facebook and shows us how Elixir fits into the bigger picture. It&#39;s a fast developing area and Sean helps us follow the important points even if we aren&#39;t doing ML ourselves… because our teams may still need it.</p>

<p>Show Notes online - <a href="http://podcast.thinkingelixir.com/102" rel="nofollow">http://podcast.thinkingelixir.com/102</a></p>

<p><strong>Elixir Community News</strong></p>

<ul>
<li><a href="https://github.com/phoenixframework/phoenix_live_view/blob/v0.17.10/CHANGELOG.md" rel="nofollow">https://github.com/phoenixframework/phoenix_live_view/blob/v0.17.10/CHANGELOG.md</a> – Phoenix LiveView gets a minor release v0.17.10 with formatting improvements</li>
<li><a href="https://www.rakeroutes.com/2022/05/18/let-s-write-an-elixir-livebook-smart-cell" rel="nofollow">https://www.rakeroutes.com/2022/05/18/let-s-write-an-elixir-livebook-smart-cell</a> – Creating custom Livebook Smart Cells</li>
<li><a href="https://twitter.com/evadne/status/1527651328188723209" rel="nofollow">https://twitter.com/evadne/status/1527651328188723209</a> – Etso was updated to work with the latest Ecto</li>
<li><a href="https://github.com/evadne/etso" rel="nofollow">https://github.com/evadne/etso</a> – Etso library</li>
</ul>

<p>Do you have some Elixir news to share? Tell us at <a href="https://twitter.com/ThinkingElixir" rel="nofollow">@ThinkingElixir</a> or email at <a href="mailto:show@thinkingelixir.com" rel="nofollow">show@thinkingelixir.com</a></p>

<p><strong>Discussion Resources</strong></p>

<ul>
<li><a href="https://pragprog.com/titles/smgaelixir/genetic-algorithms-in-elixir/" rel="nofollow">https://pragprog.com/titles/smgaelixir/genetic-algorithms-in-elixir/</a> – Genetic Algorithms in Elixir</li>
<li><a href="https://github.com/elixir-nx/nx" rel="nofollow">https://github.com/elixir-nx/nx</a> – Numerical Elixir (Nx)</li>
<li><a href="https://github.com/elixir-nx/axon" rel="nofollow">https://github.com/elixir-nx/axon</a> – Nx-powered Neural Networks for Elixir.</li>
<li><a href="https://pragprog.com/titles/smgaelixir/genetic-algorithms-in-elixir/" rel="nofollow">https://pragprog.com/titles/smgaelixir/genetic-algorithms-in-elixir/</a> – Book - Genetic Algorithms in Elixir</li>
<li><a href="https://scala-lang.org/" rel="nofollow">https://scala-lang.org/</a></li>
<li><a href="https://www.quora.com/" rel="nofollow">https://www.quora.com/</a></li>
<li><a href="https://pragprog.com/titles/elixir16/programming-elixir-1-6/" rel="nofollow">https://pragprog.com/titles/elixir16/programming-elixir-1-6/</a></li>
<li><a href="https://pragprog.com/titles/phoenix14/programming-phoenix-1-4/" rel="nofollow">https://pragprog.com/titles/phoenix14/programming-phoenix-1-4/</a></li>
<li><a href="https://www.linkedin.com/in/briancardarella/" rel="nofollow">https://www.linkedin.com/in/briancardarella/</a></li>
<li><a href="https://dockyard.com/" rel="nofollow">https://dockyard.com/</a></li>
<li><a href="https://dockyard.com/blog/authors/sean-moriarity" rel="nofollow">https://dockyard.com/blog/authors/sean-moriarity</a> – Sean&#39;s blog posts on Dockyard blog</li>
<li><a href="https://numpy.org/" rel="nofollow">https://numpy.org/</a></li>
<li><a href="https://llvm.org/" rel="nofollow">https://llvm.org/</a></li>
<li><a href="https://en.wikipedia.org/wiki/Softmax_function" rel="nofollow">https://en.wikipedia.org/wiki/Softmax_function</a></li>
<li><a href="https://en.wikipedia.org/wiki/Natural_language_processing" rel="nofollow">https://en.wikipedia.org/wiki/Natural_language_processing</a></li>
<li><a href="https://xkcd.com/1897/" rel="nofollow">https://xkcd.com/1897/</a> – XKCD comic</li>
<li><a href="https://www.image-net.org/" rel="nofollow">https://www.image-net.org/</a></li>
<li><a href="https://www.deeplearningbook.org/" rel="nofollow">https://www.deeplearningbook.org/</a></li>
<li><a href="https://ai.googleblog.com/2022/04/pathways-language-model-palm-scaling-to.html" rel="nofollow">https://ai.googleblog.com/2022/04/pathways-language-model-palm-scaling-to.html</a></li>
<li><a href="https://erlef.org/wg/machine-learning" rel="nofollow">https://erlef.org/wg/machine-learning</a> – Erlang Eco-system foundation machine working group</li>
</ul>

<p><strong>Guest Information</strong></p>

<ul>
<li><a href="https://twitter.com/sean_moriarity" rel="nofollow">https://twitter.com/sean_moriarity</a> – on Twitter</li>
<li><a href="https://github.com/seanmor5/" rel="nofollow">https://github.com/seanmor5/</a> – on Github</li>
<li><a href="https://seanmoriarity.com" rel="nofollow">https://seanmoriarity.com</a> – Blog</li>
</ul>

<p><strong>Find us online</strong></p>

<ul>
<li>Message the show - <a href="https://twitter.com/ThinkingElixir" rel="nofollow">@ThinkingElixir</a></li>
<li>Email the show - <a href="mailto:show@thinkingelixir.com" rel="nofollow">show@thinkingelixir.com</a></li>
<li>Mark Ericksen - <a href="https://twitter.com/brainlid" rel="nofollow">@brainlid</a></li>
<li>David Bernheisel - <a href="https://twitter.com/bernheisel" rel="nofollow">@bernheisel</a></li>
<li>Cade Ward - <a href="https://twitter.com/cadebward" rel="nofollow">@cadebward</a></li>
</ul><p>Sponsored By:</p><ul><li><a rel="nofollow" href="https://fly.io">Fly.io</a>: <a rel="nofollow" href="https://fly.io">Fly.io is a great place to deploy your next Phoenix application! Check them out!</a></li></ul>]]>
  </content:encoded>
  <itunes:summary>
    <![CDATA[<p>Sean Moriarity, the author of Genetic Algorithms in Elixir, lays out Machine Learning in the Elixir space. We talk about where it is today and where it&#39;s going in the future. Sean talks more about his book, how that led to working with José Valim which then led to the creation of Nx. He fills us in on recent ML events with Google and Facebook and shows us how Elixir fits into the bigger picture. It&#39;s a fast developing area and Sean helps us follow the important points even if we aren&#39;t doing ML ourselves… because our teams may still need it.</p>

<p>Show Notes online - <a href="http://podcast.thinkingelixir.com/102" rel="nofollow">http://podcast.thinkingelixir.com/102</a></p>

<p><strong>Elixir Community News</strong></p>

<ul>
<li><a href="https://github.com/phoenixframework/phoenix_live_view/blob/v0.17.10/CHANGELOG.md" rel="nofollow">https://github.com/phoenixframework/phoenix_live_view/blob/v0.17.10/CHANGELOG.md</a> – Phoenix LiveView gets a minor release v0.17.10 with formatting improvements</li>
<li><a href="https://www.rakeroutes.com/2022/05/18/let-s-write-an-elixir-livebook-smart-cell" rel="nofollow">https://www.rakeroutes.com/2022/05/18/let-s-write-an-elixir-livebook-smart-cell</a> – Creating custom Livebook Smart Cells</li>
<li><a href="https://twitter.com/evadne/status/1527651328188723209" rel="nofollow">https://twitter.com/evadne/status/1527651328188723209</a> – Etso was updated to work with the latest Ecto</li>
<li><a href="https://github.com/evadne/etso" rel="nofollow">https://github.com/evadne/etso</a> – Etso library</li>
</ul>

<p>Do you have some Elixir news to share? Tell us at <a href="https://twitter.com/ThinkingElixir" rel="nofollow">@ThinkingElixir</a> or email at <a href="mailto:show@thinkingelixir.com" rel="nofollow">show@thinkingelixir.com</a></p>

<p><strong>Discussion Resources</strong></p>

<ul>
<li><a href="https://pragprog.com/titles/smgaelixir/genetic-algorithms-in-elixir/" rel="nofollow">https://pragprog.com/titles/smgaelixir/genetic-algorithms-in-elixir/</a> – Genetic Algorithms in Elixir</li>
<li><a href="https://github.com/elixir-nx/nx" rel="nofollow">https://github.com/elixir-nx/nx</a> – Numerical Elixir (Nx)</li>
<li><a href="https://github.com/elixir-nx/axon" rel="nofollow">https://github.com/elixir-nx/axon</a> – Nx-powered Neural Networks for Elixir.</li>
<li><a href="https://pragprog.com/titles/smgaelixir/genetic-algorithms-in-elixir/" rel="nofollow">https://pragprog.com/titles/smgaelixir/genetic-algorithms-in-elixir/</a> – Book - Genetic Algorithms in Elixir</li>
<li><a href="https://scala-lang.org/" rel="nofollow">https://scala-lang.org/</a></li>
<li><a href="https://www.quora.com/" rel="nofollow">https://www.quora.com/</a></li>
<li><a href="https://pragprog.com/titles/elixir16/programming-elixir-1-6/" rel="nofollow">https://pragprog.com/titles/elixir16/programming-elixir-1-6/</a></li>
<li><a href="https://pragprog.com/titles/phoenix14/programming-phoenix-1-4/" rel="nofollow">https://pragprog.com/titles/phoenix14/programming-phoenix-1-4/</a></li>
<li><a href="https://www.linkedin.com/in/briancardarella/" rel="nofollow">https://www.linkedin.com/in/briancardarella/</a></li>
<li><a href="https://dockyard.com/" rel="nofollow">https://dockyard.com/</a></li>
<li><a href="https://dockyard.com/blog/authors/sean-moriarity" rel="nofollow">https://dockyard.com/blog/authors/sean-moriarity</a> – Sean&#39;s blog posts on Dockyard blog</li>
<li><a href="https://numpy.org/" rel="nofollow">https://numpy.org/</a></li>
<li><a href="https://llvm.org/" rel="nofollow">https://llvm.org/</a></li>
<li><a href="https://en.wikipedia.org/wiki/Softmax_function" rel="nofollow">https://en.wikipedia.org/wiki/Softmax_function</a></li>
<li><a href="https://en.wikipedia.org/wiki/Natural_language_processing" rel="nofollow">https://en.wikipedia.org/wiki/Natural_language_processing</a></li>
<li><a href="https://xkcd.com/1897/" rel="nofollow">https://xkcd.com/1897/</a> – XKCD comic</li>
<li><a href="https://www.image-net.org/" rel="nofollow">https://www.image-net.org/</a></li>
<li><a href="https://www.deeplearningbook.org/" rel="nofollow">https://www.deeplearningbook.org/</a></li>
<li><a href="https://ai.googleblog.com/2022/04/pathways-language-model-palm-scaling-to.html" rel="nofollow">https://ai.googleblog.com/2022/04/pathways-language-model-palm-scaling-to.html</a></li>
<li><a href="https://erlef.org/wg/machine-learning" rel="nofollow">https://erlef.org/wg/machine-learning</a> – Erlang Eco-system foundation machine working group</li>
</ul>

<p><strong>Guest Information</strong></p>

<ul>
<li><a href="https://twitter.com/sean_moriarity" rel="nofollow">https://twitter.com/sean_moriarity</a> – on Twitter</li>
<li><a href="https://github.com/seanmor5/" rel="nofollow">https://github.com/seanmor5/</a> – on Github</li>
<li><a href="https://seanmoriarity.com" rel="nofollow">https://seanmoriarity.com</a> – Blog</li>
</ul>

<p><strong>Find us online</strong></p>

<ul>
<li>Message the show - <a href="https://twitter.com/ThinkingElixir" rel="nofollow">@ThinkingElixir</a></li>
<li>Email the show - <a href="mailto:show@thinkingelixir.com" rel="nofollow">show@thinkingelixir.com</a></li>
<li>Mark Ericksen - <a href="https://twitter.com/brainlid" rel="nofollow">@brainlid</a></li>
<li>David Bernheisel - <a href="https://twitter.com/bernheisel" rel="nofollow">@bernheisel</a></li>
<li>Cade Ward - <a href="https://twitter.com/cadebward" rel="nofollow">@cadebward</a></li>
</ul><p>Sponsored By:</p><ul><li><a rel="nofollow" href="https://fly.io">Fly.io</a>: <a rel="nofollow" href="https://fly.io">Fly.io is a great place to deploy your next Phoenix application! Check them out!</a></li></ul>]]>
  </itunes:summary>
</item>
  </channel>
</rss>
