Latest #llm Threads Top

martosaur
If you ever used or built a chatbot, you know that LLMs love Markdown. But a lot of chat interfaces go beyond simple markdown and let mod...
New
hxgdzyuyi
TL;DR: Ask AI to write an Elixir version of the React HTML generation logic, producing HTML that matches React renderToString, so React c...
New
simulacre7
Hi everyone, I’m building Aethrion, an early alpha Elixir runtime for persistent AI characters. Repo: GitHub - simulacre7/aethrion: A s...
New
DaAnalyst
Seriously, what do you do while Claude (or whatever you use) is doing its thing?
New
sonic182
Hi everyone, I’d like to share Livellm, a small open-source Phoenix LiveView chat app built as a reference for integrating llm_composer ...
New
striking
Alloy 0.8.0 The model-agnostic agent engine for Elixir Alloy is a minimal agent loop for building AI agents on the BEAM. Think of it as t...
New
DaAnalyst
Would be very grateful if someone (even if just a couple of people) who have already used LLM-driven code generation/debugging/design ass...
New
aaronrussell
This thread is the home for updates and discussion across the Omni family of packages. What started as a single library for calling LLM A...
New
striking
Alloy has two fresh releases: 0.7.1 — introduces Alloy.Result, a typed, Access-compatible result struct returned by Alloy.run/2 and Al...
New
charlesfsl
While it’s easy to identify potential guests by who speaks at conferences or is maintaining a library that’s getting some attention, thes...
New

This Week's Trending Top

aaronrussell
This thread is the home for updates and discussion across the Omni family of packages. What started as a single library for calling LLM A...
New

This Month's Trending Top

hxgdzyuyi
TL;DR: Ask AI to write an Elixir version of the React HTML generation logic, producing HTML that matches React renderToString, so React c...
New

This Year's Trending Top

mikehostetler
Hey everyone! I’m excited to share ReqLLM - a new approach to LLM interactions in Elixir that I’ve been working on. After building agent...
New
Nefcairon
Have you already heard about https://phoenix.new, the “Remote AI Runtime for Phoenix”? Vibe coding – when used strategically as a start...
New
matreyes
I haven’t seen this paper being discussed by the community, but I think this makes Elixir more relevant than ever. TLDR; The paper...
New
New
vkryukov
Hello, I just published openai_responses, a very simple wrapper around OpenAI’s new Responses API. From what I understand, this is what t...
New
KristerV
Hey. Is there anyone here who creates agents in their apps? Not talking about using agents, but creating them. I’m finding it pretty diff...
New
DaAnalyst
The new langauge/framework/library.. developers better start writing very exhaustive docs, ..and intent proving tests/examples, ..and int...
New
DaAnalyst
Seriously, what do you do while Claude (or whatever you use) is doing its thing?
New
bradley
Hi everyone, I’m curious how people in the Elixir community are approaching evaluation frameworks for AI applications, whether you’re us...
New
josefrichter
Has anyone tried Github Speckit or similar projects like AgentOS, BMAD, etc.? They basically offer a bit more structure in context windo...
New
georgeguimaraes
I’m excited to share Arcana, a RAG (Retrieval Augmented Generation) library I’ve been building for Elixir/Phoenix applications. What is ...
New
striking
I’ve been building AI agents in Elixir for a while and kept running into the same frustration, every framework either locks you into one ...
New
sonic182
Hi everyone, at Doofinder we have been building llm_composer for some new apps, and we thought it could be useful to share it with the co...
New
ycastor
Lately i’m working a lot with NLP, and one of the most useful libraries is Google’s LangExtract, that provides a pretty neat approach to ...
New
georgeguimaraes
Hey everyone! I’ve been working on Tribunal, an LLM evaluation framework for Elixir. It helps you test RAG pipelines and LLM outputs in ...
New

Last Three Year's Trending Top

quda
Planning an AI (LLM) app with RAG & PEFT, based on newest open source models (Llama-2, Mixtral, tbe). However I hate Python/JS (norm...
New
AstonJ
There seems to be a lot of buzz around DeepSeek at the moment, with some saying it’s a ChatGPT killer. The most remarkable thing (if they...
New
cro
Hi folks, I don’t use LLM tools often to help write code, mostly things like asking Perplexity to write me a quick Bash script so I don’...
New
Rich_Morin
I’m curious whether anyone is using AI (really, LLM) assistance in coding Elixir (especially in Livebooks). If so, which chatbots (etc) s...
New
New
Rich_Morin
I’ve been interested in Artificial Intelligence (AI) since my earliest days in programming. Around 1970, I even got a chance to visit Sta...
New
azmaveth
ExLLM - Multi-provider LLM library (inspired by Python’s LiteLLM) I started this a couple weeks ago using Claude Code. I am a relatively...
New
artem
Hi All I use AI with my elixir coding pretty successfully. Maybe it tells more about my elixir skills level, but I manage to get quite a...
New
ajur58
Hey everyone! For the past weeks I’ve been using Claude Sonnet 3.5 with Aider as a “pair programming” buddy. It works fairly well, but s...
New
kasvith
Hi, We are trying to develop a LLM chat agent. So far lot of libraries have been written in JS or Python. But Elixir provides an excelle...
New
Rich_Morin
tl;dr - Some Partly-Baked Ideas on improving observability… The Elixir ecosystem has many tools for supporting observability: mostly, th...
New
vkryukov
I’m playing with DeepSeek V3, a new open source 670B parameter model released by a Chinese LLM provider, that is said to be close in qual...
New
tubedude
Hello, hello! :wink: I’m excited to share a new library I’ve been working on: anthropic_community. It’s an unofficial Elixir wrapper for...
New
brainlid
Episode 185 of Thinking Elixir. Dive into the world of structured LLM prompting with our latest guest who shares insights on their innova...
New
preciz
In production we are doing a lot of LLM inference and recently a good chunk of that is free. I thought I would share with you guys some ...
New

Trending Over Three Years Top

RxAssim
Microsoft’s Guidance seems to be the future of how developers will build features on top of Large Language Models. But since it’s in Pyt...
New
theshapguy
Hi, I’m trying to build system similar to https://github.com/zylon-ai/private-gpt in Elixir. After looking through multiple resources a R...
New
ivanminutillo
i found this llm code rules to be fed as context to LLMs for improving answers on elixir/phoenix codebases, what do you think about it? I...
New
sezaru
At the company I work, we are considering subscribing to one of the LLM providers to help us write some specific code for Elixir (mainly ...
New
acrolink
I stumbled upon this: https://medium.com/@kaisersly/storing-any-elixir-data-in-postgres-e8f93367f473 I am looking for a way to store tr...
New
waseigo
This post documents how I built a cross-platform Elixir NIF in C to get on-demand up-to-date disk-usage stats without relying on os_mon a...
New
mgwidmann
I’ve run into an issue that I don’t understand. Running on an M1 mac with 32 GB of ram trying to execute a very small LLM and I’m seeing ...
New
asianfilm
For those who haven’t seen it, here is a research paper from August that found that LLMs perform twice as well with Elixir than with Pyth...
New
DaAnalyst
Note: Not a strictly Elixir question but relates to us as well. A year or so ago I asked Grok (or ChatGPT, can’t remember) what would ha...
New
martosaur
Handwave is a thin wrapper around InstructorLite that makes it simpler to use vague handwaving in your apps. It comes with 3 built-in pr...
New
wende
Hey everyone :wave:, I wanted to share my new pet-project with you :smiley: It helps you quickly find modules, definitions, git/github ...
New
georgeguimaraes
Alike :wavy_dash: - Semantic similarity testing for Elixir Hey everyone! I’m excited to share Alike, a library for testing semantic simil...
New
DaAnalyst
My personal favorite is the ability to answer how probable it is their answer is correct, or simply to be able to answer “I don’t know”.
New
mikehostetler
LLM DB - LLM Model Metadata Package This package was extracted out of the ReqLLM project. LLM DB is a model metadata catalog with fast, ...
New
jam
Saw this earlier and it looked pretty nice. Curious, is there an Elixir equivalent?
New
  • Follow
  • Join
  • Shape
the conversation

Latest on Elixir Forum

Elixir Forum

Similar Portals

    None added yet

We're in Beta

About us Mission Statement