You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Copy file name to clipboardExpand all lines: apps/sim/content/blog/ai-agent-ideas/index.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -190,7 +190,7 @@ Several Sim features accelerate each step:
190
190
-**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.
191
191
-**1,000+ integrations:** Connect Slack, Gmail, GitHub, GitLab, Notion, HubSpot, Salesforce, Airtable, Linear, Jira, PostgreSQL, Supabase, and hundreds more via drag-and-drop.
192
192
-**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.
194
194
-**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.
195
195
196
196
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
215
215
216
216
### Do I need coding skills to build AI agents?
217
217
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.
219
219
220
220
### What is the difference between an AI agent and a workflow automation like Zapier?
Copy file name to clipboardExpand all lines: apps/sim/content/blog/best-zapier-alternatives/index.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ Most automation platforms treat AI as an add-on: connect to OpenAI, pass a promp
61
61
62
62
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.
63
63
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.
65
65
66
66
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.
Copy file name to clipboardExpand all lines: apps/sim/content/blog/how-to-create-an-ai-agent/index.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,7 @@ On the other side, platforms like Zapier and Make let you connect apps quickly.
70
70
71
71
### The third path: visual AI workspaces
72
72
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.
74
74
75
75
| Approach | Setup Time | Coding Required | Reasoning Capable | Best For |
76
76
| --- | --- | --- | --- | --- |
@@ -118,7 +118,7 @@ A concrete example system prompt for a people research agent:
118
118
119
119
> "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."
120
120
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.
122
122
123
123
### Step 4: Connect tools and integrations
124
124
@@ -210,4 +210,4 @@ A simple agent, like the people research example in Sim's getting-started tutori
210
210
211
211
### Do I need to know how to code to build an AI agent?
212
212
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