Do you mind elaborating on what differentiates Sim Studio from n8n, Flowise, RAGFlow and other open source flow based AI automation platforms?
Show HN: Sim Studio – Open-Source Agent Workflow GUI
11–20 of 63 posts
Re: Show HN: Sim Studio – Open-Source Agent Workflow GUI
#12Re: Show HN: Sim Studio – Open-Source Agent Workflow GUI
#13Congrats on the launch! Looking forward to playing with it. Do you mind elaborating on what differentiates Sim Studio from n8n, Flowise, RAGFlow and other open source flow based AI automation platforms?
For instance, n8n has a "memory" parameter, which is not an inherent parameter of LLMs. You can inject your agent's memories into the agent message history (or system prompt) - which is the most common scenario - but we give you control over that. We want to provide visibility, so everything that's exposed on the workflow canvas is exactly what's being executed in the background. Also, we think it's faster and more intuitive to get your workflow up and running in Sim Studio. I'd love your feedback, though! What do you think?
Re: Show HN: Sim Studio – Open-Source Agent Workflow GUI
#14In my experience so far it's not just complicated, but effectively impossible. I struggle to get a single agent to reliably & consistently use tools, and adding n+1 agents is a error multiplier.
Re: Show HN: Sim Studio – Open-Source Agent Workflow GUI
#15Re: Show HN: Sim Studio – Open-Source Agent Workflow GUI
#16> Building reliable, multi-step agent systems with current frameworks often gets complicated fast. In my experience so far it's not just complicated, but effectively impossible. I struggle to get a single agent to reliably & consistently use tools, and adding n+1 agents is a error multiplier.
Re: Show HN: Sim Studio – Open-Source Agent Workflow GUI
#17Hi y'all. Love the idea and congratulations on your launch. I've used [n8n]( https://github.com/n8n-io/n8n ) for similar use cases in the past. Any differences in Sim Studio that you'd like to call out?
How this translates in the application is through features like allowing for custom tool calling with code execution, JSON schema input for response format, etc. I'd love to hear your thoughts using Sim Studio - let us know how we compare to the other workflow builders!
Re: Show HN: Sim Studio – Open-Source Agent Workflow GUI
#18I'm sure that the complex logic and state management were not trivial to implement, but the link said GUI so I wanted to see some screenshots, but all I saw were two very dim simple forms. This space is REALLY struggling to graduate from Gradio-like design sensibilities. That being said, I'm looking forward to playing with this, congrats on the launch!
Re: Show HN: Sim Studio – Open-Source Agent Workflow GUI
#19This could play very well with building a managed agentic system around computer-use for RPA. Great stuff!
we have support for browser agents (browser-use and stagehand), but running this locally with computer use agents would change the game. will explore :)
Right now my solution is to build extensions that I can manually start on my browser. But using extensions to gather and export data + maintaining them is a bit of a pain
Re: Show HN: Sim Studio – Open-Source Agent Workflow GUI
#20I’m conflicted because n8n does feel like the right level of abstraction but the UI and dated JS runtime environment are horrible. I don’t really want to write my own memory functionality for my AI agents but wondering if it’s worth it just to have a nicer UI and more modern JS env.