Saturday, July 29, 2023

Show HN: LLMFlows – LangChain alternative for explicit and transparent apps https://ift.tt/SL2p6hU

Show HN: LLMFlows – LangChain alternative for explicit and transparent apps 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! https://ift.tt/sYnqfPu July 29, 2023 at 07:33PM

No comments:

Post a Comment

Show HN: Lunon – Instant model switching across LLMs https://ift.tt/ovmC4x2

Show HN: Lunon – Instant model switching across LLMs Hey HN! We built Lunon to make LLM development way less of a headache. Ever wanted to s...