Skip to content

Commit ce21ec6

Browse files
committed
fix(comparison): fix issues introduced by the previous fix pass
Second independent audit pass on the fixed pages caught a few new problems from the edits themselves: a stale/mismatched source, an internal contradiction, an unverified superlative, a still-dominant false-contrast paragraph, a broken repo link, an editorializing note leaking into shipped copy, and a duplicated/grammatically broken entry.
1 parent ae19163 commit ce21ec6

10 files changed

Lines changed: 23 additions & 29 deletions

File tree

apps/sim/lib/compare/data/competitors/flowise.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ export const flowiseProfile: CompetitorProfile = {
3535
shortDescription:
3636
'Built-in dataset-based batch evaluation with LLM-judge scoring and pass/fail reporting.',
3737
source: {
38-
url: 'https://docs.flowiseai.com/tutorials/human-in-the-loop',
39-
label: 'Flowise Docs: Human In The Loop',
38+
url: 'https://docs.flowiseai.com/using-flowise/evaluations',
39+
label: 'Flowise Docs: Evaluations',
4040
asOf: '2026-07-02',
4141
},
4242
},

apps/sim/lib/compare/data/competitors/gumloop.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ export const gumloopProfile: CompetitorProfile = {
8686
{
8787
title: 'No public self-hosting of the core platform',
8888
description:
89-
"Gumloop is only available as managed SaaS or an enterprise-managed VPC deployment operated by Gumloop inside a customer's cloud project. There is no downloadable, self-managed install of the Gumloop application itself; a separate community project, guMCP, is open source but is not the platform.",
89+
"Gumloop is only available as managed SaaS or an enterprise-managed VPC deployment operated by Gumloop inside a customer's cloud project. There is no downloadable, self-managed install of the Gumloop application itself; Gumloop's own guMCP_template repo is a self-hosted MCP-server starter, not an install of the platform.",
9090
shortDescription: 'No downloadable self-hosted install. Only managed SaaS or enterprise VPC.',
9191
source: {
9292
url: 'https://www.gumloop.com/solutions/security',
@@ -161,7 +161,7 @@ export const gumloopProfile: CompetitorProfile = {
161161
value:
162162
'No public self-host option for the core Gumloop app; enterprise customers can get a managed Virtual Private Cloud (VPC) deployment into their own cloud (e.g. GCP) instead of full self-hosting',
163163
detail:
164-
"Gumloop deploys and operates the platform inside the customer's cloud project rather than offering a downloadable, self-managed open-source install. A separate community open-source project, guMCP, provides self-hostable MCP servers but is not the Gumloop app itself.",
164+
"Gumloop deploys and operates the platform inside the customer's cloud project rather than offering a downloadable, self-managed open-source install. Gumloop's own guMCP_template repo is an open-source starter for self-hosted MCP servers, but it is not an install of the Gumloop app itself.",
165165
shortValue: 'No self-host; VPC deployment only',
166166
confidence: 'estimated',
167167
sources: [
@@ -171,8 +171,8 @@ export const gumloopProfile: CompetitorProfile = {
171171
asOf: '2026-07-02',
172172
},
173173
{
174-
url: 'https://github.com/gumloop/guMCP',
175-
label: "guMCP (Gumloop's official open-source repo)",
174+
url: 'https://github.com/gumloop/guMCP_template',
175+
label: "guMCP_template (Gumloop's self-hosted MCP starter repo)",
176176
asOf: '2026-07-02',
177177
},
178178
],
@@ -208,7 +208,7 @@ export const gumloopProfile: CompetitorProfile = {
208208
license: {
209209
value: 'Proprietary',
210210
detail:
211-
'The core Gumloop application has no open-source license; it is a closed, hosted commercial SaaS product. A separate community MCP-server project, guMCP, is open source but is not the Gumloop platform.',
211+
"The core Gumloop application has no open-source license; it is a closed, hosted commercial SaaS product. Gumloop's own guMCP_template repo is an open-source MCP-server starter, but it is not the Gumloop platform.",
212212
shortValue: 'Proprietary',
213213
confidence: 'estimated',
214214
sources: [

apps/sim/lib/compare/data/competitors/make.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ export const makeProfile: CompetitorProfile = {
3131
'Make (make.com) is a closed-source, cloud-only visual workflow-automation platform where users connect app "modules" on a canvas into scenarios. It now also offers AI Agent blocks, an MCP server, and a JS/Python code step, billed on a per-module-execution credit model.',
3232
standoutFeatures: [
3333
{
34-
title: '3,000+ integrations and an 8,000+ template gallery, since 2012',
34+
title: '3,000+ integrations and an 8,000+ template gallery',
3535
description:
36-
'Make lists 3,000+ integration apps and a public gallery of over 8,000 pre-built, importable scenario templates, free to browse on every plan including Free. The platform has been in market since 2012 (as Integromat, rebranded Make in 2022), giving it a larger and longer-running ecosystem than most workflow-automation competitors.',
37-
shortDescription: '3,000+ integrations, 8,000+ templates, in market since 2012.',
36+
'Make lists 3,000+ integration apps and a public gallery of over 8,000 pre-built, importable scenario templates, free to browse on every plan including Free.',
37+
shortDescription: '3,000+ integrations and an 8,000+ template gallery, free on every plan.',
3838
source: {
3939
url: 'https://www.make.com/en/templates',
4040
label: 'Make Templates gallery',

apps/sim/lib/compare/data/competitors/microsoft-copilot.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export const microsoftCopilotProfile: CompetitorProfile = {
4444
{
4545
title: 'Automatic fallback to a default model if a selected model is disabled',
4646
description:
47-
'Agents can use OpenAI GPT models, Anthropic Claude Sonnet 4 and Opus 4.1, any model in the Azure AI Model Catalog, or a bring-your-own-model connection to an Azure AI Foundry deployment (endpoint URI, deployment name, and API key) for individual prompts. Admins enable or restrict non-default models tenant-wide, and if a selected model is disabled, the agent falls back to the default OpenAI model automatically rather than failing the request.',
47+
"If an admin disables a non-default model tenant-wide, Copilot Studio automatically falls back to the default OpenAI model rather than failing the request. Admins choose among OpenAI GPT models, Anthropic Claude Sonnet 4 and Opus 4.1, any model in the Azure AI Model Catalog, or a bring-your-own-model connection to an Azure AI Foundry deployment, but Sim's own model-fallback only retries the same model with hosted keys, not a cross-model fallback like this.",
4848
shortDescription:
4949
'Falls back to the default OpenAI model automatically if a selected model is disabled.',
5050
source: {

apps/sim/lib/compare/data/competitors/n8n.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -676,7 +676,7 @@ export const n8nProfile: CompetitorProfile = {
676676
customCodeSteps: {
677677
value: 'Yes: JavaScript and Python via Code node, plus a Custom Code Tool for AI agents',
678678
detail:
679-
"n8n's Code node supports both JavaScript and Python for custom logic inside a workflow. A separate Custom Code Tool node lets an AI Agent call arbitrary code as one of its tools. n8n's own 2026 AI Agent Development Tools report scores n8n 1 out of 2 on \"Sandboxing,\" versus Sim's 2 out of 2, backed by Sim's isolated-vm (V8 isolate) sandbox running in a separate child process.",
679+
"n8n's Code node supports both JavaScript and Python for custom logic inside a workflow. A separate Custom Code Tool node lets an AI Agent call arbitrary code as one of its tools.",
680680
shortValue: 'JavaScript and Python via Code node',
681681
confidence: 'estimated',
682682
sources: [
@@ -685,11 +685,6 @@ export const n8nProfile: CompetitorProfile = {
685685
label: 'n8n Tools Agent docs (mentions Custom Code Tool)',
686686
asOf: '2026-07-02',
687687
},
688-
{
689-
url: 'https://n8n.io/reports/2026-ai-agent-development-tools/#vendors',
690-
label: 'n8n: 2026 AI Agent Development Tools report (Sandboxing score)',
691-
asOf: '2026-07-02',
692-
},
693688
],
694689
},
695690
apiPublishing: {

apps/sim/lib/compare/data/competitors/openclaw.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,11 @@ export const openClawProfile: CompetitorProfile = {
6666
},
6767
},
6868
{
69-
title: 'Markdown-file memory instead of an opaque vector store',
69+
title: 'Markdown-file memory with no ingestion pipeline',
7070
description:
7171
'Long-term memory is stored as plain, human-readable Markdown files (daily notes plus a curated MEMORY.md), layered with semantic search (memorySearch), instead of running an ingestion/chunking pipeline into a database. The files are natively git-trackable and editable in any text editor, with no separate KB module standing between the user and their own memory.',
7272
shortDescription:
73-
'Long-term memory lives in editable Markdown files, not a hidden vector store.',
73+
'Long-term memory lives in plain, git-trackable Markdown files, not a database-backed KB module.',
7474
source: {
7575
url: 'https://docs.openclaw.ai/concepts/memory',
7676
label: 'OpenClaw Docs: Memory overview',

apps/sim/lib/compare/data/competitors/pipedream.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1090,7 +1090,7 @@ export const pipedreamProfile: CompetitorProfile = {
10901090
value:
10911091
'Founded 2019, San Francisco; ~11-50 employees pre-acquisition; raised ~$22M across 2 rounds; agreed to be acquired by Workday (signed Nov 19, 2025), with no public confirmation the deal has closed as of mid-2026',
10921092
detail:
1093-
"Per Crunchbase, Pipedream was founded in 2019 and headquartered in San Francisco, CA, with founders including Tod Sacerdoti (CEO), Dylan Sather, TJ Koblentz, and Pravin Savkar; it raised a total of ~$22M across 2 funding rounds (investors include Felicis and CRV) and had a headcount signal of 11-50 employees. Workday signed a definitive agreement to acquire Pipedream on November 19, 2025, with the transaction originally expected to close in Workday's Q4 FY2026 (by end of January 2026), subject to closing conditions. That expected close date has now passed, and neither company's own site had published a closing announcement as of this fact's last check, so whether the deal has formally closed needs reverification against Workday's or Pipedream's newsroom before publishing further updates.",
1093+
"Per Crunchbase, Pipedream was founded in 2019 and headquartered in San Francisco, CA, with founders including Tod Sacerdoti (CEO), Dylan Sather, TJ Koblentz, and Pravin Savkar; it raised a total of ~$22M across 2 funding rounds (investors include Felicis and CRV) and had a headcount signal of 11-50 employees. Workday signed a definitive agreement to acquire Pipedream on November 19, 2025, with the transaction originally expected to close in Workday's Q4 FY2026 (by end of January 2026), subject to closing conditions. That expected close date has since passed, and as of this writing neither Workday nor Pipedream has publicly announced that the deal has closed.",
10941094
shortValue: 'Founded 2019; agreed to be acquired by Workday, close unconfirmed',
10951095
confidence: 'estimated',
10961096
sources: [

apps/sim/lib/compare/data/competitors/power-automate.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,11 @@ export const powerAutomateProfile: CompetitorProfile = {
7878
{
7979
title: 'No live, concurrent multi-user editing in the flow designer',
8080
description:
81-
"Power Automate's cloud flow designer supports sharing a flow with co-owners and commenting on steps, but not live, concurrent multi-user editing with visible cursors and synced changes on the same flow. Microsoft's live coauthoring feature exists for Power Apps Studio canvas apps, a separate product, not the Power Automate flow designer.",
82-
shortDescription: 'No true live co-editing in the flow designer, only sharing and comments.',
81+
"Power Automate's cloud flow designer supports sharing a flow with co-owners, but not live, concurrent multi-user editing with visible cursors and synced changes on the same flow. Microsoft's live coauthoring feature exists for Power Apps Studio canvas apps, a separate product, not the Power Automate flow designer.",
82+
shortDescription: 'No true live co-editing in the flow designer, only owner-level sharing.',
8383
source: {
84-
url: 'https://www.microsoft.com/en-us/power-platform/products/power-automate',
85-
label: 'Power Automate product page',
84+
url: 'https://learn.microsoft.com/en-us/power-automate/guide-to-cloud-flow-sharing-permissions',
85+
label: 'Guide to cloud flow sharing and permissions | Microsoft Learn',
8686
asOf: '2026-07-02',
8787
},
8888
},

apps/sim/lib/compare/data/competitors/stackai.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export const stackaiProfile: CompetitorProfile = {
3030
{
3131
title: 'PR-gated approval workflow for promoting agents between environments',
3232
description:
33-
'StackAI provides three default, isolated environments (development, staging, production), plus custom environments. Promotion between them requires a pull request that must be reviewed and approved, with an admin approval queue sitting before production deploys. Sim also supports forking a workspace into dev/qa/prod-style environments with diff and promote/rollback, but without a mandatory PR-review or approval gate.',
33+
"StackAI provides three default, isolated environments (development, staging, production), plus custom environments. Promotion between them requires a pull request that must be reviewed and approved, with an admin approval queue sitting before production deploys. Sim also supports forking a workspace into dev/qa/prod-style environments with diff and promote/rollback, but without a mandatory PR-review or approval gate, and that capability is itself gated to Sim's Enterprise plan on hosted Sim (or a feature flag on self-hosted deployments).",
3434
shortDescription: 'PR-gated dev/staging/production promotion with admin approval queues.',
3535
source: {
3636
url: 'https://www.stackai.com/blog/the-agentic-development-life-cycle-how-to-manage-ai-agents-at-scale',

apps/sim/lib/compare/data/competitors/zapier.ts

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export const zapierProfile: CompetitorProfile = {
5050
{
5151
title: 'Zapier Copilot (natural-language build assistant)',
5252
description:
53-
"Copilot (open beta) lets users describe an automation or agent in plain language and generates a draft Zap or agent, including custom code steps to fill integration gaps. Zapier's answer to natural-language workflow building, which Sim also offers via Chat and in-editor Copilot.",
53+
'Copilot (open beta) lets users describe an automation or agent in plain language and generates a draft Zap or agent, including custom code steps to fill integration gaps. Sim offers the same natural-language building capability via Chat and in-editor Copilot.',
5454
shortDescription: 'Describe an automation and Copilot builds the Zap or agent for you.',
5555
source: {
5656
url: 'https://zapier.com/blog/zapier-copilot-guide/',
@@ -97,9 +97,8 @@ export const zapierProfile: CompetitorProfile = {
9797
{
9898
title: 'No documented data-residency choice',
9999
description:
100-
"Zapier is closed-source SaaS only, hosted on AWS in the United States, with no way to keep data off Zapier's infrastructure. Unlike Zapier, Sim can be fully self-hosted via Docker or Kubernetes, so data never has to leave the customer's own infrastructure at all.",
101-
shortDescription:
102-
'Closed-source SaaS on AWS (US) only; Sim can be fully self-hosted instead.',
100+
"Zapier's infrastructure runs on AWS in the United States, with no selectable regional data residency or EU-only hosting option for standard customers.",
101+
shortDescription: 'No selectable region; standard customers are US-only (AWS).',
103102
source: {
104103
url: 'https://zapier.com/security-compliance',
105104
label: 'Zapier Security & Compliance (via search cache)',

0 commit comments

Comments
 (0)