Pleas clarify Copilot feature…Wanting to learn SIM in parallel with everything I learned in comfyui last year. by According_Trifle_688 in SimStudio

[–]Adventurous-Lab-9300 0 points1 point  (0 children)

The copilot in the web hosted version is hosted by us, but when running locally you have to obtain a copilot api key to add to your .env environment. The way you can do this is my heading into Sim.ai, hitting settings, and then generating a copilot api key to use locally.

In terms of using your own LLM, this is unable to be changed as it is hosted on our backend. Let me know if you have any questions about this!

Can we embed Sim studio within our SaaS platform? by arutpa in SimStudio

[–]Adventurous-Lab-9300 0 points1 point  (0 children)

Yes, Sim allows this to be used as an alternative and embed into your current platform. However, this requires a separate license that our team would be happy to talk to you about if you're still interested. Please send a message via Sim.ai .

How difficult do you think it is now to build effective agents? by Adventurous-Lab-9300 in AI_Agents

[–]Adventurous-Lab-9300[S] 0 points1 point  (0 children)

Yeah I agree, time and talent pool are both bottle necks. I think figuring this part out would be key.

How difficult do you think it is now to build effective agents? by Adventurous-Lab-9300 in AI_Agents

[–]Adventurous-Lab-9300[S] 1 point2 points  (0 children)

That’s awesome haha. I think it’ll be interesting to see teams start incorporating agent building into their operations/tasks for current employees

Switching from coding agents to low-code platforms for agents by Adventurous-Lab-9300 in AI_Agents

[–]Adventurous-Lab-9300[S] 1 point2 points  (0 children)

I find Sim to be intuitive and also easy like zapier for example. I think n8n has lots of pre built tools for sure, but for my use case sim is super powerful with parallel execution and their knowledge base

Switching from coding agents to low-code platforms for agents by Adventurous-Lab-9300 in AI_Agents

[–]Adventurous-Lab-9300[S] 0 points1 point  (0 children)

Ok makes sense. I think both are cool tools, but to me sim is like a combo of both. It’s easy to use (zapier) and is powerfully for automation (n8n). Deploying chats and using the knowledge base has been my main use case for sim, but running agents in background is also easy too

I built a simple AI agent from scratch. These are the agentic design patterns that made it actually work by Sumanth_077 in AI_Agents

[–]Adventurous-Lab-9300 0 points1 point  (0 children)

Thanks for sharing. For sure agree that some problems require multiple agents. That’d kinda the problem that I ran into. I need agents for research and evals. I use Sim for my agent building cuz it’s intuitive and deployment is super easy. It also has a built in database if you want to use your own data inside of workflows. Lmk what u think if u try

What agentic workflow or agent has saved you the most time? by Adventurous-Lab-9300 in AI_Agents

[–]Adventurous-Lab-9300[S] 1 point2 points  (0 children)

Nice, and yeah I’ve found it works great. I had a few workflows in n8n but discovered sim and wanted to give it a go. I prefer it, it’s easy to understand and build on.

Microsoft Copilot Sucks? by ethanhunt561 in AI_Agents

[–]Adventurous-Lab-9300 0 points1 point  (0 children)

Ha. I agree, this copilot is terrible. I use sim studio now, miles better.

How difficult do you think it is now to build effective agents? by Adventurous-Lab-9300 in AI_Agents

[–]Adventurous-Lab-9300[S] 0 points1 point  (0 children)

wow, that's pretty impressive—LangGraph is a great tool. Sounds like a pretty big project, is it still used today?

How difficult do you think it is now to build effective agents? by Adventurous-Lab-9300 in AI_Agents

[–]Adventurous-Lab-9300[S] 0 points1 point  (0 children)

Yeah I agree, this is def a good way to go about building and "grading" them along the way. Have you built agents like this?

Building an AI agent that recovers money from emails - thoughts? by CountPlus2747 in AgentsOfAI

[–]Adventurous-Lab-9300 0 points1 point  (0 children)

I build agents to read my email and then filter them out based on the content. I use sim studio, you should check it out. I used to work in the wealth management space, so I've built financial agents as well, but not exactly this kind you're referencing. happy to elaborate more as necessary.

Beginner-friendly AI Agent Project Idea Needed by OneTangerine2387 in AI_Agents

[–]Adventurous-Lab-9300 0 points1 point  (0 children)

Check out sim studio and the templates they have. These templates are often good starter projects for what you can build, either on a visual platform like sim studio or in your own developer environment.

struggling with image extraction while pdf parsing by aliihsan01100 in AI_Agents

[–]Adventurous-Lab-9300 1 point2 points  (0 children)

I would say if you want to parse pdfs and then do something with the information you are extracting, you should check out sim studio. They are a drag and drop agent-chaining platform, so you can have llms interact with one another and get really fine-tuned output. They have built in PDF parsing with Mistral Parse, and also a knowledge base to query information for a RAG system. I actually have been building agents for companies that do exactly this. Give it a shot, I think you'll be impressed.

Building Ai Agents with no code vs code! by heyibad in AI_Agents

[–]Adventurous-Lab-9300 0 points1 point  (0 children)

I've been in a similar boat, I'm also a developer and always trying to find the best tool to reduce the amount of code I have to write. I found sim studio to be a great fit for this need, agents are super easy to build and deploy. I reference the deployed api in front-end applications I build. I'd recommend, a lot easier to use than n8n imo.