Live data from Hacker News

Show HN: Jido 2.0, Elixir Agent Framework

jido.run

41–50 of 74 posts

Re: Show HN: Jido 2.0, Elixir Agent Framework

#41

Where does this stand in relation to LangChain? https://github.com/brainlid/langchain (Probably complimentary but wanted to check)

Jido originally used Langchain for LLM calls - but it wasn't a fit so I built an entire LLM client package to work with Jido called ReqLLM https://hex.pm/packages/req_llm ReqLLM is baked into the heart of Jido now - we don't support anything else

ReqLLM is a key part of my stack, thank you for making it!

Re: Show HN: Jido 2.0, Elixir Agent Framework

#45

Is this anything similar at all to: https://github.com/openai/symphony I'm not very familiar with the space, I follow Elixir goings on more than some of the AI stuff. It is curious... and refreshing... to see Elixir & the BEAM popping up for these sorts of orchestration type workloads.

It’s great to see OpenAI embracing Elixir - symphony is a direct implementation of the types of things Jido can do!

Re: Show HN: Jido 2.0, Elixir Agent Framework

#46

Meta curiosity… would OP care to comment on what role agents/LLMs played in crafting this library?

The original version where I laid down the overall patterns was all hand coded. This was mid 2024.

I used Claude to learn & refine the patterns, but it couldn’t write this level of OTP code at that time.

As models got better, I used them to find bugs and simplify - but the bones are roughly the same from that original design.

Post reply on HN