Skip to content

fix(comparison): correct stale and unsourced claims on comparison pages#5513

Merged
waleedlatif1 merged 2 commits into
stagingfrom
comparison-langchain-fix
Jul 8, 2026
Merged

fix(comparison): correct stale and unsourced claims on comparison pages#5513
waleedlatif1 merged 2 commits into
stagingfrom
comparison-langchain-fix

Conversation

@waleedlatif1

Copy link
Copy Markdown
Collaborator

Summary

  • Removed stale "Templates" references on the LangChain comparison page and a few blog posts — that feature was removed platform-wide and the copy hadn't caught up
  • Reviewed every sourced claim across all comparison-page profiles (Sim's own facts and all 20 competitor profiles) and corrected ones that were outdated, unsupported, or pointing at dead links
  • Fixed a stale sidebar permissions reference in the enterprise access-control docs

Type of Change

  • Bug fix

Testing

Tested manually — tsc and biome check pass clean on all touched files, spot-checked citations against live sources.

Checklist

  • Code follows project style guidelines
  • Self-reviewed my changes
  • Tests added/updated and passing
  • No new warnings introduced
  • I confirm that I have read and agree to the terms outlined in the Contributor License Agreement (CLA)

- Remove stale "Templates" references from the LangChain page and
  related blog posts (feature was removed platform-wide)
- Re-verify every sourced claim across all comparison-page profiles
  (Sim's own facts and all 20 competitor profiles) against live
  sources; fix dead links, renamed products, outdated figures, and
  claims no longer supported by their citation
- Fix a stale sidebar permissions reference in the enterprise
  access-control docs
@vercel

vercel Bot commented Jul 8, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
Project Deployment Actions Updated (UTC)
docs Skipped Skipped Jul 8, 2026 7:05pm

Request Review

@cursor

cursor Bot commented Jul 8, 2026

Copy link
Copy Markdown

PR Summary

Low Risk
Documentation and static comparison content only; no executable product behavior changes in the diff.

Overview
Marketing and docs copy now aligns with templates no longer being a platform feature: blog posts steer readers toward Chat or a blank canvas instead of pre-built templates, and the OpenAI vs n8n vs Sim article drops the templates gallery section while trimming Copilot @ context. Enterprise access control docs remove Templates from the Platform sidebar permissions table and screenshot alt text.

The bulk of the PR revises competitor comparison data under apps/sim/lib/compare/data/competitors/ — notably Claude Cowork (remote scheduled execution, HITL defaults, retention/audit wording), CrewAI (pricing tiers, @human_feedback, tools repo location), Dust, Flowise, Gumloop (Gummie, 250+ MCP), LangChain, and Langflow (CVE sourcing). Claims are tightened or corrected with updated sources and asOf dates, not application logic.

Reviewed by Cursor Bugbot for commit cdead75. Configure here.

@greptile-apps

greptile-apps Bot commented Jul 8, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

This PR is a content-accuracy sweep across all comparison-page data files and related blog posts, correcting stale facts, replacing broken or outdated citation URLs, and removing all references to the "Templates" feature that was removed platform-wide.

  • 20 competitor profiles + Sim's own profile updated: Facts corrected (e.g., n8n SOC 2 Type II certification, CrewAI AMP pricing, Zapier MCP action count 30k→40k, Gumloop copilot renamed Gen→Gummie), dead links replaced with current doc URLs, and asOf dates refreshed throughout.
  • 3 blog posts updated: All "pre-built template" mentions replaced with references to Chat-based scaffolding, matching the current product surface.
  • Access-control docs updated: Stale "Templates" row removed from the sidebar permissions table in access-control.mdx.

Confidence Score: 5/5

Safe to merge — all changes are content and data corrections with no application logic touched.

Every file changed is either a TypeScript data object (competitor/Sim profile facts and source URLs), an MDX blog post, or a docs page. No runtime logic, React components, API routes, or database schema were modified. The corrections are well-sourced, consistently dated to 2026-07-08, and the previously-flagged n8n URL inconsistency was resolved in this commit.

No files require special attention.

Important Files Changed

Filename Overview
apps/sim/lib/compare/data/sim.ts Corrects Sim's own profile: block count 302→266, templates feature marked as removed, free-tier daily credit refresh corrected to monthly, REST API description de-scoped to match actual docs, and stale citation URLs replaced with current codebase/docs references.
apps/sim/lib/compare/data/competitors/n8n.ts Extensive factual updates: AI Workflow Builder promoted from beta/Cloud-only to GA on Starter/Pro/Enterprise, SOC 2 Type II certification added, integration count updated to 1,936, starter AI credits corrected from 50 to 2,300, RBAC description clarified, and ~20 stale doc URLs replaced with current paths.
apps/sim/lib/compare/data/competitors/crewai.ts Major corrections: HITL updated to @human_feedback Flow decorator (v1.8.0+), tools repo migrated to crewAI monorepo (standalone crewAI-tools archived Nov 2025), AMP pricing simplified to free Basic + custom Enterprise (no mid-tier), and third-party blog citations replaced with official CrewAI docs sources.
apps/sim/lib/compare/data/competitors/openclaw.ts ClawHub skill catalog count revised from 60,000+ to ~30 featured skills and 12 plugins (post-security cleanup), sub-agent nesting depth corrected to configurable 1–5 levels, dynamic tool-use reclassified as Partial with per-session snapshotting, and foundation governance description updated to reflect publicly confirmed details only.
apps/sim/lib/compare/data/competitors/power-automate.ts A2A protocol support flipped from 'coming soon' to verified native support, parallel branch limit claim removed (was unsupported), trigger description updated to clarify desktop flows are actions not triggers, and product-page citations replaced with specific Microsoft Learn doc references.
apps/sim/lib/compare/data/competitors/zapier.ts MCP action count updated 30k→40k, BYOK scope corrected to OpenAI/Anthropic only (not Gemini), Certified Expert program renamed to Solution Partner Program, and a third-party pricing analysis source replaced with official Zapier pricing and help-center citations.
apps/sim/lib/compare/data/competitors/microsoft-copilot.ts Session transcript window corrected from 28 to ~29 days, deep reasoning model updated from 'GPT-5.5 Reasoning' to 'Azure OpenAI o3', Agent Library example templates updated, integration count de-quantified (no confirmed 1,000+ figure in current docs), and stale Microsoft Learn URLs replaced.
apps/docs/content/docs/en/platform/enterprise/access-control.mdx Removes the stale 'Templates' row from the Sidebar permissions table and updates the alt text on the screenshot to match — aligns docs with the platform-wide templates removal.
apps/sim/content/blog/ai-agent-ideas/index.mdx Removes all 'pre-built template' references, replacing them with Chat-scaffolding and canvas-building descriptions; removes the pre-built templates bullet from the feature list to match current product.
apps/sim/content/blog/openai-vs-n8n-vs-sim/index.mdx Removes the 'Pre-Built Workflow Templates' section and its associated screenshot, and removes 'templates' from the Copilot @ context menu list — both were stale post-removal.
apps/sim/lib/compare/data/competitors/gumloop.ts AI copilot renamed from 'Gen' to 'Gummie', hosted MCP server count updated from 100+ to 250+, and one stale University URL replaced.
apps/sim/lib/compare/data/competitors/stackai.ts GitHub org corrected to 'no public repositories' (was 'only auxiliary tools'), Python Code node noted as deprecated in favor of newer Code Node, and several stale StackAI doc URL paths updated to current structure.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[PR: Content Accuracy Sweep] --> B[Competitor Profiles\n20 files updated]
    A --> C[Sim's Own Profile\nsim.ts]
    A --> D[Blog Posts\n3 files]
    A --> E[Enterprise Docs\naccess-control.mdx]

    B --> B1[Corrected facts\ne.g. n8n SOC 2 Type II\nCrewAI AMP pricing\nZapier MCP 30k→40k actions]
    B --> B2[Replaced stale URLs\nwith current doc paths]
    B --> B3[Updated asOf dates\n→ 2026-07-08]

    C --> C1[Block count 302→266]
    C --> C2[Templates: Yes→No\nfeature removed]
    C --> C3[Free tier: daily refresh\n→ monthly only]
    C --> C4[REST API description\ncorrected]

    D --> D1[Remove all\npre-built template\nreferences]
    D --> D2[Replace with Chat\nscaffolding descriptions]

    E --> E1[Remove stale\nTemplates sidebar row]
    E --> E2[Update screenshot\nalt text]
Loading
%%{init: {'theme': 'base', 'themeVariables': {"darkMode": true, "background": "#0d1117", "primaryColor": "#21262d", "primaryTextColor": "#e6edf3", "primaryBorderColor": "#8b949e", "lineColor": "#8b949e", "textColor": "#e6edf3", "edgeLabelBackground": "#161b22", "actorBkg": "#21262d", "actorBorder": "#8b949e", "actorTextColor": "#e6edf3", "actorLineColor": "#8b949e", "signalColor": "#8b949e", "signalTextColor": "#e6edf3", "noteBkgColor": "#373320", "noteBorderColor": "#d4a72c", "noteTextColor": "#f0e6c0", "labelBoxBkgColor": "#21262d", "labelBoxBorderColor": "#8b949e", "labelTextColor": "#e6edf3", "loopTextColor": "#e6edf3", "activationBkgColor": "#30363d", "activationBorderColor": "#8b949e"}}}%%
flowchart TD
    A[PR: Content Accuracy Sweep] --> B[Competitor Profiles\n20 files updated]
    A --> C[Sim's Own Profile\nsim.ts]
    A --> D[Blog Posts\n3 files]
    A --> E[Enterprise Docs\naccess-control.mdx]

    B --> B1[Corrected facts\ne.g. n8n SOC 2 Type II\nCrewAI AMP pricing\nZapier MCP 30k→40k actions]
    B --> B2[Replaced stale URLs\nwith current doc paths]
    B --> B3[Updated asOf dates\n→ 2026-07-08]

    C --> C1[Block count 302→266]
    C --> C2[Templates: Yes→No\nfeature removed]
    C --> C3[Free tier: daily refresh\n→ monthly only]
    C --> C4[REST API description\ncorrected]

    D --> D1[Remove all\npre-built template\nreferences]
    D --> D2[Replace with Chat\nscaffolding descriptions]

    E --> E1[Remove stale\nTemplates sidebar row]
    E --> E2[Update screenshot\nalt text]
Loading

Reviews (2): Last reviewed commit: "fix(comparison): use consistent URL form..." | Re-trigger Greptile

Comment thread apps/sim/lib/compare/data/competitors/n8n.ts Outdated
@waleedlatif1

Copy link
Copy Markdown
Collaborator Author

@greptile

@waleedlatif1

Copy link
Copy Markdown
Collaborator Author

@cursor review

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Bugbot reviewed your changes and found no new issues!

Comment @cursor review or bugbot run to trigger another review on this PR

Reviewed by Cursor Bugbot for commit cdead75. Configure here.

@waleedlatif1 waleedlatif1 merged commit 7673071 into staging Jul 8, 2026
18 checks passed
@waleedlatif1 waleedlatif1 deleted the comparison-langchain-fix branch July 8, 2026 19:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant