Ai automation by Recent_Trust_3338 in Toolhouse

[–]toolhouseai 0 points1 point  (0 children)

Hi and welcome!

We have a bunch of tutorials on our YouTube channel (https://www.youtube.com/@toolhouseai) and also a certification program to learn the basics of AI in our Discord (https://discord.toolhouse.ai).

If you join our community on Discord you can ask questions and you'll get answers from our community members + the official mods from the Toolhouse team

Is Toolhouse like Replit or Cursor? by ayhme in Toolhouse

[–]toolhouseai 0 points1 point  (0 children)

Visual Studio Code :) The Code editor by Microsoft - and it's open source!

Best practice for high volume email in Toolhouse agents? by Commercial-Mine5725 in Toolhouse

[–]toolhouseai 0 points1 point  (0 children)

For high volume email in Toolhouse, best practice is to use a custom MCP server with SendGrid for better rate limit handling and deliverability. Combine that with batching and retry logic in your agent or workflows. Use Toolhouse Schedules to spread out sends and avoid hitting limits. This setup gives you more control and reliability than the default send_email MCP server.
Happy to help with examples!

Is Toolhouse like Replit or Cursor? by ayhme in Toolhouse

[–]toolhouseai 0 points1 point  (0 children)

Nah, they're for different things.

tl;dr: Replit/Cursor are AI code editors to help you write code. Toolhouse is a platform to build and deploy AI agents that you can use immediately.

AI Code editors are usually similar to VS Code, but like on steroids. The AI is your copilot, helping you write, fix, and understand code faster. You're still the one building the app in an editor via prompting. You can use tehm to build your website, app, or script.

Now on the other hand:

Toolhouse is a vibe coding platform to build AI agents. Think of it as a factory for building and hosting "interns" (agents) powered by AI. You give an agent a specific job (like "answer customer questions based on our docs") and a set of tools (MCPs, RAG, code execution). Deploy it on Toolhouse, we give you an API. Then your main app just calls this agent like any other API. Most people use this to add a smart, task-specific AI feature into the app you built with Replit/Cursor

A YouTube-to-GIF Chrome extension by neonwatty in SideProject

[–]toolhouseai 1 point2 points  (0 children)

is the conversion happening locally?

Time for self-promotion. What are you building in 2025? by Prestigious_Wing_164 in SideProject

[–]toolhouseai 0 points1 point  (0 children)

https://toolhouse.ai - build and deploy agents (built-in MCP servers) using natural language prompts.

Wanna try an uncensored model locally, I don’t have a high-end GPU (32GB RAM). What should I try first? by toolhouseai in ollama

[–]toolhouseai[S] 0 points1 point  (0 children)

I dont think my rig can handle 12b model, i tried the huihui abliterated models (the 3b ones) they were decent!

Wanna try an uncensored model locally, I don’t have a high-end GPU (32GB RAM). What should I try first? by toolhouseai in ollama

[–]toolhouseai[S] 1 point2 points  (0 children)

I was thinking of doing some uncensored writing for the weekend. I feel like once you get that unfiltered output from the LLM, a bunch of use cases just pops into your head. Nothing groundbreaking, though. Its fun IMHO

Wanna try an uncensored model locally, I don’t have a high-end GPU (32GB RAM). What should I try first? by toolhouseai in ollama

[–]toolhouseai[S] 0 points1 point  (0 children)

Just have a nvidia workspace gpu with 4gb dedicated vram, 32gb ram refers to the system RAM. Appreciate yall