This talk explores how modern AI tools can bridge the gap between developers and adopters, transforming documentation into an interactive, continuously improving resource.\n\nFocusing on Retrieval-Augmented Generation (RAG) in Elixir, it highlights how RAG can enhance both the creation and interaction with documentation, making it more engaging and effective. Attendees will learn about core RAG principles, handling fuzzy code searches, and mitigating security risks, offering a roadmap for small teams to create impactful documentation that supports growth and adoption.
talk-data.com
Topic
elixir
2
tagged
Activity Trend
5
peak/qtr
2020-Q1
2026-Q1
Top Events
February 8th, [In-Person] Elixir Meetup Issue #98
3
February 13th, [In-Person] Elixir Meetup
2
March 14th, Elixir+Clojure communities invite to BOBKONF pre-event-drinks #99
1
April 10th, [In-Person] Elixir Meetup
1
January 11th, [In-Person] Elixir Meetup Issue #97
1
July 10th, [In-Person] Elixir Meetup #111
1
June 12th, [In-Person] Elixir Meetup #110
1
Filtering by:
February 13th, [In-Person] Elixir Meetup
×
WebAssembly is a compilation target and execution environment often used in Browsers to speed up intensive algorithms that would be slow in pure JavaScript. But Elixir can run WebAssembly too and it’s about much more just speedy code execution. In this session, we will talk about wasmex, a WebAssembly runtime written in Elixir. We investigate common use cases of WebAssembly and how they benefit Elixir hosts. If you are interested in running unsafe (user-provided) programs in your Elixir application, or you want to interface with programs written in other programming language, or even in speeding up your algorithms, this talk is for you.