Earlier quoted context omitted.
I didn't want to open that can of worms: "If you use ChainForge for research purposes, or build upon the source code, we ask that you cite this project in any related publications. The BibTeX you can use for now is.." That's outside of the MIT licence as far as I'm concerned
Hi! I’m one of the great students working on this. This is merely a request to get more visibility. It will also help us get more grants. We don’t have any intention of restricting the “openness” of it.
Show HN: ChainForge, a visual tool for prompt engineering and LLM evaluation
21–30 of 33 posts
Re: Show HN: ChainForge, a visual tool for prompt engineering and LLM evaluation
#22Feature/guidance request: how to actually call functions, how to loop on responses to resolve multiple function calls. I've managed to mock a response to get_current_weather using this contraption: https://pasteboard.co/aO9BmHG5qsFt.png . But it's messy and I can't see a way to actually evaluate function calls. And if I involve the Chat Turn node, the message sequences seem to get tangled with each other. Probably I'm holding it wrong!
Re: Show HN: ChainForge, a visual tool for prompt engineering and LLM evaluation
#23What exactly is prompt discovery?
E.g. this
> Compare response quality across prompt permutations, across models, and across model settings to choose the best prompt and model for your use case.
Re: Show HN: ChainForge, a visual tool for prompt engineering and LLM evaluation
#24Earlier quoted context omitted.
k i need somebody to do a comparison table for us...
I can't comment on the features, but ChainForge has some catching up to do...mind share wise. Below are some community insights for langflow, Flowise and ChainForge https://devboard.gitsense.com/logspace-ai/langflow https://devboard.gitsense.com/FlowiseAI/Flowise https://devboard.gitsense.com/ianarawjo/ChainForge Flowise currently has the largest active community (based on GitHub data) Full Disclosure: This is my too…
thats what its like to blindly compare tools by github numbers
Re: Show HN: ChainForge, a visual tool for prompt engineering and LLM evaluation
#25Earlier quoted context omitted.
I can't comment on the features, but ChainForge has some catching up to do...mind share wise. Below are some community insights for langflow, Flowise and ChainForge https://devboard.gitsense.com/logspace-ai/langflow https://devboard.gitsense.com/FlowiseAI/Flowise https://devboard.gitsense.com/ianarawjo/ChainForge Flowise currently has the largest active community (based on GitHub data) Full Disclosure: This is my too…
back in finance they had a saying: traders know the price of everything but the value of nothing. thats what its like to blindly compare tools by github numbers
I'm not saying ChainForge is bad, but it will need to go against that kind of community engagement that other projects with a head start have. However, if you believe people contributing code (26) and participating in non code activity (150) in Flowise in the last 6 weeks are just novelty metrics, then yes, comparing numbers is silly.
Re: Show HN: ChainForge, a visual tool for prompt engineering and LLM evaluation
#26I think you should probably mention that its source is available! [0] I don't personally have a need for this right now, but I can really see the use for the parameterised queries, as well as comparisons across models. Thanks for your efforts! 0: https://github.com/ianarawjo/ChainForge
It seems to be more powerful than langflow and flowise https://github.com/logspace-ai/langflow https://github.com/FlowiseAI/Flowise
Re: Show HN: ChainForge, a visual tool for prompt engineering and LLM evaluation
#27Earlier quoted context omitted.
k i need somebody to do a comparison table for us...
I can't comment on the features, but ChainForge has some catching up to do...mind share wise. Below are some community insights for langflow, Flowise and ChainForge https://devboard.gitsense.com/logspace-ai/langflow https://devboard.gitsense.com/FlowiseAI/Flowise https://devboard.gitsense.com/ianarawjo/ChainForge Flowise currently has the largest active community (based on GitHub data) Full Disclosure: This is my too…
Some CF users, for instance, might not be app builders at all —they just want to audit models.
I think both problems —prompt engineering and LLM app building —are hard, and deserve their own dedicated tools.
Re: Show HN: ChainForge, a visual tool for prompt engineering and LLM evaluation
#28This looks excellent! It's a great interface for two things I'm struggling to make LlamaIndex do: explain and debug multi-step responses for agent flows, and cache queries aggressively. If I can work out how to hook it into my LlamaIndex-based pile, happy days. Feature/guidance request: how to actually call functions, how to loop on responses to resolve multiple function calls. I've managed to mock a response to get_…
As far as evaluating functions go, that’s unfortunately a ways off. But, we generally prioritize things based on how many people posted GitHub Issues about it/want it. (For instance, Chat Turn nodes came from an Issue.) If you post a feature request there, it’ll move up our priority list, and we can also clarify what the feature precisely should be.
Re: Show HN: ChainForge, a visual tool for prompt engineering and LLM evaluation
#29We just used this on a project and it was very helpful! Cool to see it here on HN
Can contact me here: https://twitter.com/IanArawjo Or find email on CV here: ianarawjo.com
At any rate, glad it was helpful!
Re: Show HN: ChainForge, a visual tool for prompt engineering and LLM evaluation
#30I like it! Any plans to add Google Vertex AI support?