Show HN: LLMFlows – LangChain alternative for explicit and transparent apps

https://github.com/stoyan-stoyanov/llmflows
by spstoyanov • 3 years ago
49 22 3 years ago

Hi HN! Over the last several weekends, I've been building LLMFlows as an alternative to langchain.

There's been a lot of discussion on the shortcomings of langchain in the past few weeks, but when I first tried it in March, I thought there are 3 main problems: 1. Too many abstractions 2. Hidden prompts and opinionated logic in chains which makes it hard to customize 3. Hard to debug

This inspired me to try and build a framework that solves these 3 issues, and therefore I started building LLFlows with the "philosophy" of being "simple, explicit, and transparent."

A few weekends later, I think I finally managed to reach a state where I feel it's ready to be shared.

I would love to hear your feedback! Thank you!

Related Stories

Loading related stories...

Source preview

github.com