RubyLLM: A delightful Ruby way to work with AI
1–10 of 182 posts
Re: RubyLLM: A delightful Ruby way to work with AI
#2Re: RubyLLM: A delightful Ruby way to work with AI
#3Such a breath of fresh air compared to poor DX libraries like langchain
Re: RubyLLM: A delightful Ruby way to work with AI
#4Ruby: late to the party, brought a keg.
Re: RubyLLM: A delightful Ruby way to work with AI
#5Such a breath of fresh air compared to poor DX libraries like langchain
I’ve found the Ruby community really cares about DUX. Not sure why it’s not in other language communities
Re: RubyLLM: A delightful Ruby way to work with AI
#6If you see the typescript options it's like giving yourself a water boarding session through your own volition.
Re: RubyLLM: A delightful Ruby way to work with AI
#7Such a breath of fresh air compared to poor DX libraries like langchain
Re: RubyLLM: A delightful Ruby way to work with AI
#8Re: RubyLLM: A delightful Ruby way to work with AI
#9Is this gonna be the thing that finally makes me tried Rails? Ruby syntax really is just nice.
I'm pretty sure this API semantics (instance builder to configure, and then it's ask/paint/embed with language-native way to handle streaming and declarative tools) would look beautiful and easy to use in many other languages, e.g. I can imagine a similar API - save, of course, for the Rails stuff - in Python, C# or Erlang. While this level of API may be not perfectly sufficient for all possible LLM use cases, it should certainly speed up development time when this level of API is all that's possible needed.