#MyElixirStatus

Digging into a non-reproducible build failure with:

mix xref graph --label compile-connected --format cycles
...
1 cycles found. Showing them in decreasing size:
...
Cycle of length 215 (6 compile, 85 export):

Never seen this before!

I just used zizmor to improve the security of our GitHub actions pipeline: https://github.com/pentacent/keila/commit/7eb6aeb61d0b191bc8fca13f4deef0bd422ac8d3

Thanks Michael from Paraxial for the tip in the most recent @ThinkingElixir episode! #myelixirstatus

Apply fixes suggested by zizmor · pentacent/keila@7eb6aeb

- Define clear permissions - Avoid templating vulnerabilities - Pin non-GitHub-provided actions (+ update all external actions) - Use persist-credentials: false - Use Docker build cache directly - ...

GitHub
The agents_demo app has been updated to work with Sagents v0.4.0. Full-featured chat UI with real-time agent execution, file browsing, and conversation persistence -- all running on the latest release. #ElixirLang #MyElixirStatus
Sagents v0.4.0 is out! Major FileSystem API expansion: directories, file moves, metadata-only persistence, plus tool_context and MessagePreprocessor for richer agent apps. #ElixirLang #MyElixirStatus github.com/sagents-ai/s... Here's what's new and why it matters. 🧵

GitHub - sagents-ai/sagents: B...
GitHub - sagents-ai/sagents: Build interactive AI agents in Elixir with OTP supervision, middleware composition, human-in-the-loop approvals, sub-agent delegation, and real-time Phoenix LiveView integration. Built on LangChain.

Build interactive AI agents in Elixir with OTP supervision, middleware composition, human-in-the-loop approvals, sub-agent delegation, and real-time Phoenix LiveView integration. Built on LangChain...

GitHub
Elixir LangChain v0.6.3 is out! This release focuses on stability across providers and new capabilities that make building with #LLMs in Elixir more reliable. github.com/brainlid/lan... #ElixirLang #MyElixirStatus Here's what's new and why it matters. 🧵

GitHub - brainlid/langchain: E...
GitHub - brainlid/langchain: Elixir implementation of a LangChain style framework that lets Elixir projects integrate with and leverage LLMs.

Elixir implementation of a LangChain style framework that lets Elixir projects integrate with and leverage LLMs. - brainlid/langchain

GitHub

While debugging my new coding agents orchestrating tool called Camelot today I developed more features for https://lamabot.social than during three previous months.

#buildinpublic #elixirlang #myelixirstatus #ai #llm

Talk to

Compassionate and supportive chat bot helping to cope with strong emotions in hard situations.

I wrote up a deliberate process of narrowing down a performance issue using a profiler (with a brief digression into benchmarking tools). Fortunately (given that I was writing the post in parallel with doing the actual work) it turned out well, delivering a 30–40× speedup. #MyElixirStatus

https://www.kerrybuckley.org/2026/03/18/zooming-in-on-slow-code-with-profiling-and-benchmarking-tools/

Zooming in on slow code with profiling and benchmarking tools « Kerry Buckley

🌴 No new episode this week. We're taking a little vacation! We’ll be back next week with a fresh episode. Thanks for your patience! 🎙️ #ElixirLang #MyElixirStatus
Elixir LangChain v0.6.2 released! Includes the new chat model ChatReqLLM! If you're using ReqLLM but want a bit more on top of it, now it's easy! Now there's no excuses for trying out the Sagents library for awesome OTP agents. #Elixirlang #MyElixirStatus github.com/sagents-ai/s...

GitHub - sagents-ai/sagents: B...
GitHub - sagents-ai/sagents: Build interactive AI agents in Elixir with OTP supervision, middleware composition, human-in-the-loop approvals, sub-agent delegation, and real-time Phoenix LiveView integration. Built on LangChain.

Build interactive AI agents in Elixir with OTP supervision, middleware composition, human-in-the-loop approvals, sub-agent delegation, and real-time Phoenix LiveView integration. Built on LangChain...

GitHub

It's really incredible how fast @josevalim reviews PRs for Elixir. 💜

Tiny documentation improvement for something that tripped me up the other day:
https://github.com/elixir-lang/elixir/pull/15187
#elixirlang #myelixirstatus