Skip to content

Commit ab1dd57

Browse files
committed
fix(blog): use current Sim terminology instead of legacy Mothership/Copilot names
Per the constitution language rules, Sim's own natural-language agent surface is "Chat" and the agent you talk to is "Sim" — not "Mothership" or "Copilot" (those are prior internal names, still used correctly in the historical announcement posts but not for new content). Leaves references to Zapier's and Microsoft's own "Copilot" products as-is since those name real third-party features.
1 parent 623b553 commit ab1dd57

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

apps/sim/content/blog/ai-agent-ideas/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ Several Sim features accelerate each step:
190190
- **Pre-built templates:** Sim includes 11 pre-built workflow templates covering OCR processing, release management, meeting follow-ups, resume scanning, email triage, competitor monitoring, social listening, data enrichment, feedback analysis, code review, and knowledge base Q&A. Seven of those map directly to the ideas in this article.
191191
- **1,000+ integrations:** Connect Slack, Gmail, GitHub, GitLab, Notion, HubSpot, Salesforce, Airtable, Linear, Jira, PostgreSQL, Supabase, and hundreds more via drag-and-drop.
192192
- **Multi-model support:** Run OpenAI, Claude, Gemini, Mistral, or xAI models in the same workflow. Bring your own API keys or use Sim's hosted keys.
193-
- **Copilot:** Use Copilot to generate nodes, fix errors, and iterate on flows directly from natural language. Describe what you want, and Copilot proposes the workflow changes.
193+
- **Chat:** Talk to Sim in Chat to generate nodes, fix errors, and iterate on flows directly from natural language. Describe what you want, and Sim proposes the workflow changes.
194194
- **Knowledge Base and Tables:** Upload documents to a vector store and let agents answer questions grounded in your specific content. Tables provide structured data storage for agents that need memory.
195195

196196
Sim is trusted by over 100,000 builders at startups and Fortune 500 companies, and is SOC2 compliant. It's also open-source and free to start, removing the evaluation friction for teams with security requirements or budget constraints.
@@ -215,7 +215,7 @@ With a visual builder like Sim and a pre-built template, a working prototype can
215215

216216
### Do I need coding skills to build AI agents?
217217

218-
Not to get started. Sim's drag-and-drop canvas and Copilot assistant let you build and deploy agents without writing infrastructure code. You configure blocks visually, connect integrations, and define logic through the interface. For teams that want deeper customization, custom functions, and API access are available, but they're optional.
218+
Not to get started. Sim's drag-and-drop canvas and Chat let you build and deploy agents without writing infrastructure code. You configure blocks visually, connect integrations, and define logic through the interface. For teams that want deeper customization, custom functions, and API access are available, but they're optional.
219219

220220
### What is the difference between an AI agent and a workflow automation like Zapier?
221221

apps/sim/content/blog/best-zapier-alternatives/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Most automation platforms treat AI as an add-on: connect to OpenAI, pass a promp
6161

6262
The drag-and-drop editor lets you connect 1,000+ integrations with multi-LLM support spanning OpenAI, Claude, Gemini, Mistral, and xAI. You can chain AI models, route data through conditional logic, loop through records, and deploy results via REST APIs, webhooks, scheduled jobs, or chat interfaces.
6363

64-
Mothership, Sim's natural-language agent creation tool, lets you describe what you want in plain language and have the platform build the workflow for you. For teams with compliance requirements, Sim is SOC2 compliant and offers self-hosting via Docker or Kubernetes, meaning your workflow data never has to leave your infrastructure.
64+
Chat, Sim's natural-language agent creation surface, lets you describe what you want in plain language and have Sim build the workflow for you. For teams with compliance requirements, Sim is SOC2 compliant and offers self-hosting via Docker or Kubernetes, meaning your workflow data never has to leave your infrastructure.
6565

6666
A free plan is available with no credit card required, and paid plans follow a credit-based model with options for bring-your-own API keys, eliminating markup on model usage. Team plans pool credits across seats with shared storage.
6767

apps/sim/content/blog/how-to-create-an-ai-agent/index.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ On the other side, platforms like Zapier and Make let you connect apps quickly.
7070

7171
### The third path: visual AI workspaces
7272

73-
This is where purpose-built agent builders come in. Sim is an AI workspace, not just a workflow tool or an agent framework. It combines a visual workflow builder, Mothership for natural-language agent creation, knowledge bases, tables, and full observability in one environment. You get the reasoning capabilities of a code framework with the speed and accessibility of a visual builder, and you don't need to install anything locally.
73+
This is where purpose-built agent builders come in. Sim is an AI workspace, not just a workflow tool or an agent framework. It combines a visual workflow builder, Chat for natural-language agent creation, knowledge bases, tables, and full observability in one environment. You get the reasoning capabilities of a code framework with the speed and accessibility of a visual builder, and you don't need to install anything locally.
7474

7575
| Approach | Setup Time | Coding Required | Reasoning Capable | Best For |
7676
| --- | --- | --- | --- | --- |
@@ -118,7 +118,7 @@ A concrete example system prompt for a people research agent:
118118

119119
> "You are a people research agent. When given a name, use your available search tools to find their location, profession, and background. Return a structured profile with separate fields for each data point. If you cannot find reliable information for a field, say so rather than guessing."
120120
121-
Want to skip manual configuration? Switch to Sim's AI assistant, Copilot to prompt changes directly to your canvas. Add blocks, configure settings, wire variables, and restructure workflows with natural language commands. Describe the workflow you want in plain language and let Copilot handle the wiring.
121+
Want to skip manual configuration? Switch to Chat and talk to Sim to prompt changes directly to your canvas. Add blocks, configure settings, wire variables, and restructure workflows with natural language commands. Describe the workflow you want in plain language and let Sim handle the wiring.
122122

123123
### Step 4: Connect tools and integrations
124124

@@ -210,4 +210,4 @@ A simple agent, like the people research example in Sim's getting-started tutori
210210

211211
### Do I need to know how to code to build an AI agent?
212212

213-
No. Sim's visual builder and Copilot let you create, configure, and deploy agents entirely without code. You drag blocks, write system prompts in plain English, and connect integrations through the UI. That said, Sim also supports custom functions, a Python SDK, and full API access for developers who want deeper control or need to embed agents into existing codebases.
213+
No. Sim's visual builder and Chat let you create, configure, and deploy agents entirely without code. You drag blocks, write system prompts in plain English, and connect integrations through the UI. That said, Sim also supports custom functions, a Python SDK, and full API access for developers who want deeper control or need to embed agents into existing codebases.

0 commit comments

Comments
 (0)