logoalt Hacker News

sgctoday at 2:16 PM1 replyview on HN

I am very curious about this as well. I'm looking for something that does really well with workflows that require 20 plus steps including a couple while loops and user verifications, but also something simple like a chat bot with access to MCP servers and tools. I need to be able to use Gemini directly, openAI directly, and openrouter at various steps.

Right now I am having trouble deciding whether it's better to just write my own harness, or use langchain, or something else.


Replies

reactordevtoday at 2:31 PM

You can do all of that with current frameworks depending on how deep you go. The issue people are finding is that one size does not fit all and your specific workflows may be better suited for a lower level.

show 1 reply