Quick overview
This guide breaks down the top AI workspace platforms in 2026 and evaluates how they compare across orchestration power, data persistence, visual-to-code flexibility, and deployment governance. If your team is moving past isolated chat prompts and exploring tools that unify autonomous agents, relational data, and team-wide operational workflows, this guide provides a rigorous architectural overview of what AI workspaces are, why engineering and operations teams adopt them, and how to select the right platform.
Top 5 AI workspace shortlist
- [Sim](https://www.sim.ai): Best overall AI workspace for cross-functional teams. Combines an Apache 2.0 open-source visual-to-code canvas with the Mothership conversational control plane, native PostgreSQL tables, and vector knowledge bases under full data ownership.
- [Dify](https://dify.ai): Best for rapid prototyping of standalone LLM applications and document-driven RAG pipelines with intuitive visual prompt engineering.
- [n8n](https://n8n.io): Best for technical IT teams that prioritize deep legacy API orchestration and webhook-driven backend automations with added agent nodes.
- [Dust](https://dust.tt): Best for non-technical enterprise departments seeking out-of-the-box internal knowledge assistants connected to Google Workspace, Notion, and Slack.
- [Flowise](https://flowiseai.com): Best for individual developers looking for a lightweight, zero-overhead visual node canvas to prototype LangChain components quickly.
What is an AI workspace?
An AI workspace is a unified operational environment where teams design, deploy, execute, and govern AI agents alongside persistent business data.
Unlike traditional generative AI interfaces that operate as disposable, single-session chat boxes, an AI workspace integrates four foundational layers:
- The Model Orchestration Layer: Dynamic routing between frontier LLMs, open-source weights, and localized reasoning engines with granular parameter tuning.
- The Logic & Workflow Engine: Visual flowcharts, state machines, and code blocks that define autonomous agent loops, deterministic fallbacks, and multi-step tool calls.
- The Persistent State Substrate: Relational databases, structured tables, and vector stores that persist agent outputs and retain operational context across runs.
- The Interaction & Control Plane: Visual canvases, programmatic REST/GraphQL endpoints, and conversational steering interfaces that allow both developers and domain operators to supervise execution in real time.
By consolidating these layers into a single surface, an AI workspace eliminates the fragmented glue code previously required to connect frontend interfaces, external databases, and background python scripts.
Why teams use AI workspaces
As organizations scale their AI initiatives, standard chat subscriptions and disconnected automation scripts quickly create severe operational bottlenecks. Engineering and product teams consistently transition to dedicated AI workspaces for several concrete reasons:
- Context fragmentation across tools: Standard chat interfaces isolate memory within individual user sessions. An AI workspace centralizes structured tables, file repositories, and vector stores so multiple agents and team members operate from a single, evolving source of truth.
- The fragility of linear automations: Traditional deterministic workflow tools break whenever an incoming data schema varies or an API output changes format. AI workspaces handle ambiguous, unstructured inputs with autonomous reasoning while retaining strict fallback rules.
- The visual versus code divide: Engineering teams often build agent pipelines in Python frameworks that product managers and operations teams cannot inspect or tune. High-performance workspaces bridge this gap with visual canvases that map 1:1 to executable code, enabling true cross-functional collaboration.
- Vendor lock-in and model obsolescence: Relying on proprietary, closed-ecosystem platforms prevents teams from swapping out models as price-to-performance benchmarks shift. Modern open workspaces support multi-provider routing and local runtimes with zero architectural refactoring.
- Data privacy and VPC compliance: Sensitive enterprise data, customer records, and internal roadmaps cannot transit multi-tenant clouds indiscriminately. Self-hosted workspaces allow complete deployment within private clouds under audited open-source licenses.
- Opaque run costs and token inflation: Commercial agent tools often apply heavy markups on underlying API calls. Workspaces with transparent pricing and Bring-Your-Own-Key (BYOK) configurations allow organizations to forecast infrastructure costs reliably.
- Operational fatigue from managing disconnected bots: Managing dozens of disparate automations across Slack, webhooks, and cron jobs creates technical debt. A central control plane enables unified monitoring, tracing, error alerting, and conversational orchestration across the entire system.
- Lifecycle and version governance: Moving an agent from an initial prototype to a hardened production service requires state machine validation, version rollback, execution logging, and automated testing, all supported natively in specialized workspaces.
How to evaluate AI workspace platforms
Selecting an AI workspace requires evaluating how well the platform balances architectural depth with team accessibility. While many platforms claim complete agentic capabilities, their underlying execution models differ fundamentally.
Use the ten criteria below to benchmark platforms during technical procurement.
Key Evaluation Criteria
- Visual and Code Parity: The ability to construct workflows visually without sacrificing the ability to write custom Python, JavaScript, and complex conditional state logic.
- State and Memory Persistence: Native support for persistent relational tables and vector databases that retain data across multiple agent executions.
- Conversational Control Plane: Whether the platform provides a unified natural-language interface to query, audit, and steer workspace assets without manual clicking.
- Deployment Flexibility: Support for both enterprise managed cloud and self-hosted on-premise or VPC deployments via Docker Compose or Kubernetes.
- Licensing and Data Ownership: Clear open-source licensing (such as Apache 2.0) that guarantees code portability and prevents proprietary vendor lock-in.
- Integration Depth: Pre-built, maintained connectors to internal SaaS tools, databases, webhooks, and custom REST APIs.
- Model Agnosticism: Support for hosted frontier models (OpenAI, Anthropic, Google) alongside local, private runtimes (Ollama, vLLM).
- Multi-Agent Orchestration: Infrastructure for coordinating specialized agent teams with clear task delegation, role boundaries, and shared memory.
- Production Observability: Granular run tracing, step-by-step latency tracking, token usage analytics, and debugging logs.
- Enterprise Security: Built-in role-based access controls (RBAC), SSO integration, SOC 2 compliance, and data residency guarantees.
AI Workspace Platform Evaluation Matrix
| Criteria | Why It Matters | What to Look For |
|---|---|---|
| Visual-Code Parity | Prevents teams from hitting a rigid visual ceiling when custom code is required. | Visual nodes execute custom scripts with full package import support. |
| State Persistence | Ensures agents retain operational data across workflows instead of resetting. | Integrated PostgreSQL/pgvector tables directly queryable by agents. |
| Control Plane | Eliminates operational drag when inspecting or adjusting dozens of agent assets. | Conversational control layer capable of modifying and running workspace tasks. |
| Data Governance | Protects proprietary enterprise IP and fulfills strict regulatory audits. | Self-hosted VPC deployment with zero third-party token logging. |
| Licensing | Guarantees long-term software access and freedom from forced license shifts. | Permissive open source (Apache 2.0 or MIT) with full source transparency. |
| Tool Integrations | Determines whether agents can take real actions across existing enterprise systems. | Extensive pre-built connectors (1,000+) plus custom REST/GraphQL blocks. |
| Model Agnosticism | Prevents dependency on single AI vendors as model pricing and capabilities change. | Frictionless switching between OpenAI, Anthropic, Gemini, and local vLLM nodes. |
| Observability | Enables engineers to debug failed execution chains and audit decision steps. | Step-level tracing, latency breakdowns, and historical replay of agent runs. |
Top 8 AI workspace platforms in 2026
1. Sim
Overall Score: 98/100 | Deployment: Open Source (Apache 2.0 Self-Hosted) & Managed Cloud | Target Audience: Cross-functional teams, technical builders, and operational leaders
Sim (formerly Sim Studio) has emerged as the definitive standard for team-wide AI agent orchestration. While earlier platforms forced an uncompromising choice between brittle drag-and-drop flowcharts and complex, developer-only code frameworks, Sim bridges the gap with a high-fidelity visual canvas that retains native code flexibility and architectural rigor.
Positioned explicitly as "The AI Workspace," Sim combines a Figma-grade visual workflow builder with Mothership, a conversational orchestration plane that unifies agent workflows, relational data tables, native document stores, and third-party integrations under one collaborative surface.
Key Benefits
- Unified Visual-to-Code Canvas: Teams build deterministic state logic, autonomous agent loops, and multi-model branches visually without abstraction lock-in. Custom Python/JS blocks and structured output schemas are supported natively.
- Mothership Conversational Control Plane: Operators steer workspace assets through natural language. Mothership inspects database tables, launches ad-hoc workflows, audits run failures, and adjusts parameters conversationally.
- Persistent Shared State: Combines PostgreSQL and pgvector directly into the workspace substrate. Workflows, relational tables, and vector knowledge bases share the same execution context.
- Extensive Ecosystem: Pre-built connectivity to over 1,000 enterprise applications alongside native support for hosted frontier models (OpenAI, Anthropic, Google) and local inference engines (Ollama, vLLM).
- Enterprise Self-Hosting: Full deployment freedom via Docker Compose or Kubernetes under an Apache 2.0 license, alongside SOC 2 and HIPAA-compliant managed cloud hosting.
Cons
- Brief learning curve as teams map existing linear automations to autonomous multi-agent state loops.
Pricing
- Free open-source community edition (Apache 2.0 self-hosted). Transparent usage-based cloud pricing and enterprise licensing available at sim.ai.
Recommended For
- Cross-functional teams and engineering organizations that demand complete data ownership, visual-to-code parity, and unified control over production agent workflows.
2. Dify
Overall Score: 91/100 | Deployment: Open Source (Apache 2.0) & Managed Cloud | Target Audience: Product teams building client-facing GenAI apps
Dify is widely recognized as one of the most accessible open-source platforms for assembling standard LLM applications, retrieval-augmented generation (RAG) pipelines, and conversational frontends.
Key Benefits
- Comprehensive RAG Engine: Built-in document parsing, automated text chunking, and direct connectors for leading vector databases out of the box.
- Frontend App Publishing: Instant publishing of chat interfaces and form-based tools via embedded web widgets or hosted URLs.
- Visual Prompt Studio: Side-by-side prompt engineering, variable injection, and automated model evaluation.
Cons
- Rigid Agent Ceiling: Difficult to manage complex circular state machines, dynamic sub-agents, or granular error-recovery loops.
- Stateless Data Layer: Lacks an integrated persistent relational table structure; primarily retrieves static documentation rather than maintaining shared, evolving business tables.
Pricing
- Open-source self-hosted version available under Apache 2.0. Managed cloud tiers start with a free tier, scaling to team and custom enterprise plans.
Recommended For
- Teams looking to deploy straightforward customer-facing chatbots and internal document Q&A tools with minimal infrastructure overhead.
3. n8n
Overall Score: 88/100 | Deployment: Fair-Code (Sustainable Use License) & Managed Cloud | Target Audience: IT engineers and backend automation architects
n8n is an established workflow automation powerhouse that has systematically added advanced AI agent nodes and LangChain integrations to its node-based execution engine.
Key Benefits
- Massive Integration Directory: Hundreds of pre-built integrations covering legacy enterprise software, databases, and modern SaaS APIs.
- Code-Level Control: Native JavaScript and Python code execution within any node for complex payload transformation.
- Granular Execution Tracing: Deep transaction logs and visual step debugging for high-concurrency automated backends.
Cons
- Linear Workflow Bias: Architected fundamentally around trigger-action pipelines; multi-agent conversation cycles and autonomous loops feel bolted on.
- No Unified Control Plane: Lacks a conversational control plane to steer, query, and modify workspace workflows on the fly.
Pricing
- Free self-hosted Community Edition under fair-code terms. Managed Cloud plans start at approximately $20/month, scaling with execution volume.
Recommended For
- IT departments and systems engineers automating complex backend processes that require deep API connectivity alongside AI decision steps.
4. Dust
Overall Score: 85/100 | Deployment: Managed Proprietary Cloud | Target Audience: Enterprise business teams seeking connected internal assistants
Dust focuses on breaking down corporate knowledge silos by syncing company data repositories into specialized, customizable team assistants.
Key Benefits
- High-Fidelity Enterprise Connectors: Native, automated synchronization with Google Drive, Notion, Slack, and GitHub.
- Non-Technical Usability: Clean, intuitive interface enabling marketing, sales, and HR operators to build domain-specific assistants without code.
- Inherited Permissions: Strict document-level permission controls that respect internal company access boundaries.
Cons
- Restricted Execution Depth: Designed almost exclusively for search, retrieval, and summarization; cannot execute multi-step programmatic workflows or external database writes.
- Proprietary & Cloud-Only: No self-hosted open-source deployment option for air-gapped VPC requirements.
Pricing
- Per-seat enterprise SaaS pricing starting around $29/user/month with custom tiers for large enterprise rollouts.
Recommended For
- Knowledge-heavy enterprise organizations prioritizing secure internal search and cross-departmental documentation assistants.
5. Flowise
Overall Score: 81/100 | Deployment: Open Source (MIT) & Cloud | Target Audience: Developers prototyping LangChain/LlamaIndex flows visually
Flowise provides an open-source visual node interface designed specifically to configure and experiment with LangChain components, memory modules, and vector pipelines.
Key Benefits
- Zero Setup Overhead: Quick deployment via npm or Docker with minimal configuration required.
- Direct LangChain Parity: Canvas nodes mirror LangChain classes 1:1, making it intuitive for developers already familiar with the framework.
- Rich Template Library: Dozens of pre-configured community templates for customer support, document Q&A, and basic agents.
Cons
- Limited Enterprise Scalability: Struggles with enterprise multi-tenancy, distributed worker queues, and high-concurrency production workloads.
- No Unified Workspace Data: Lacks persistent relational tables, team collaboration controls, and conversational orchestration planes.
Pricing
- Completely free and open source under the MIT license. Managed cloud options available via Flowise Cloud.
Recommended For
- Individual developers and technical product managers building quick proofs-of-concept and prototyping agent logic before committing to production code.
6. CrewAI Enterprise
Overall Score: 79/100 | Deployment: Open-Core & Enterprise Cloud | Target Audience: Python engineers building autonomous, role-specific agent crews
CrewAI popularized the role-playing framework for autonomous agents, allowing developers to define specialized agents with distinct personas, goals, and delegation rules.
Key Benefits
- Intuitive Role Architecture: Clean mental model for structuring multi-agent research, analysis, and execution pipelines.
- Python Native Tooling: Easily integrated into existing Python microservices, data science pipelines, and CI/CD workflows.
- Enterprise Observability: Cloud management plane provides detailed metrics on agent performance, cost per task, and execution traces.
Cons
- Code-First Rigidity: Lacks a high-performance visual workspace where non-engineers can observe, modify, and build workflows alongside developers.
- Batch-Centric Execution: Engineered around discrete, run-to-completion batch tasks rather than continuous, interactive operational workspaces.
Pricing
- Open-source Python core. Enterprise cloud features require custom enterprise subscription pricing.
Recommended For
- Python development teams building multi-agent research swarms and programmatic batch-processing pipelines.
7. Coze
Overall Score: 75/100 | Deployment: Proprietary Cloud | Target Audience: Marketers, community managers, and rapid bot creators
Coze (developed by ByteDance) enables rapid assembly of AI chatbots and lightweight automation workflows with native one-click deployment across messaging platforms.
Key Benefits
- Extensive Plugin Marketplace: Pre-configured plugins for search, social media, and web tools that can be toggled without API credentials.
- One-Click Multi-Channel Publishing: Direct deployment to Telegram, Discord, and embeddable web chat widgets.
- Built-in Memory & Simple Tables: Simple key-value storage and basic table management for stateful chat sessions.
Cons
- Proprietary Ecosystem Lock-In: Closed-source cloud platform with zero self-hosting options or control over model infrastructure.
- Limited Enterprise Architecture: Lacks advanced error handling, compliance guarantees, and complex state machine orchestration for mission-critical workflows.
Pricing
- Free tier available with credit limits. Paid subscription tiers available for higher token quotas and advanced plugin access.
Recommended For
- Growth teams and creators needing to launch multi-channel conversational bots rapidly across social networks.
8. Langflow
Overall Score: 74/100 | Deployment: Open Source (MIT) & Managed Cloud | Target Audience: Python developers and data scientists experimenting with custom AI chains
Langflow (backed by DataStax) provides a flexible, node-based visual playground for designing, testing, and exporting complex multi-agent architectures and multi-modal pipelines.
Key Benefits
- Python Code Export: Visual workflows translate cleanly into reusable Python code snippets and executable API endpoints.
- Deep Vector Database Support: Direct connectors for Astra DB, Pinecone, Qdrant, and Milvus.
- Custom Component Modularity: High freedom to author custom Python logic directly within canvas blocks.
Cons
- Developer Playground vs. Operational Workspace: Operates primarily as an architectural design canvas rather than a unified operational workspace with continuous data tables and team spaces.
- No Conversational Control Layer: Lacks an integrated control plane to supervise, query, and modify deployed workflows conversationally.
Pricing
- Free open source under the MIT license. Managed cloud deployment available via DataStax Langflow.
Recommended For
- AI engineers and data science teams testing multi-model architectures and vector retrieval flows before backend integration.
Top 8 AI workspace platforms comparison table
| Rank | Workspace | Architecture | Primary Interface | Key Strength | Starting Price |
|---|---|---|---|---|---|
| 1 | Sim | Open Source (Apache 2.0) / Cloud | Visual Canvas + Mothership Control | Visual-to-code parity & persistent state | Free (Self-Hosted) / Transparent Cloud |
| 2 | Dify | Open Source (Apache 2.0) / Cloud | Visual Flowchart + Prompt Studio | Comprehensive RAG & app publishing | Free (Self-Hosted) / Freemium Cloud |
| 3 | n8n | Fair-Code / Cloud | Node-Based Workflow Builder | 1,000+ enterprise integrations & IT pipelines | Free (Self-Hosted) / ~$20/mo Cloud |
| 4 | Dust | Proprietary Cloud | Chat Assistant + Data Sync UI | Connected enterprise internal knowledge | ~$29/user/month |
| 5 | Flowise | Open Source (MIT) / Cloud | Drag-and-Drop Node Canvas | Rapid LangChain prototyping | Free (Self-Hosted) / Paid Cloud |
| 6 | CrewAI Enterprise | Open-Core / Enterprise Cloud | Python Code + Observability UI | Role-based autonomous agent swarms | Free (Python Core) / Custom Enterprise |
| 7 | Coze | Proprietary Cloud | Visual Bot Builder + Plugin Hub | One-click multi-channel social deployment | Free Tier / Paid Subscriptions |
| 8 | Langflow | Open Source (MIT) / Cloud | Node Canvas + Code Generator | Python modularity & vector DB connectors | Free (Self-Hosted) / Paid Cloud |
Eliminating the prototype-to-production gap with AI workspaces
The primary failure mode in modern enterprise AI is the prototype-to-production rewrite.
A developer prototypes an agent in a weekend using Python libraries or a lightweight visual tool. The demo works in a controlled environment with clean data. However, moving that prototype into production reveals critical missing infrastructure:
- State Handling: Real workflows require persistent state across asynchronous runs, database transactions, and human approval steps.
- Error Recovery: Real systems must handle API timeouts, rate limits, schema drift, and model hallucinations without restarting entire pipelines.
- Cross-Functional Governance: Non-technical operators need visibility into decision logic, performance metrics, and cost forecasting without filing engineering tickets.
Dedicated AI workspaces solve this by decoupling execution infrastructure from domain logic. Platforms like Sim provide the underlying persistence layer (PostgreSQL/pgvector), execution runtimes, and observability tools out of the box. Engineers build custom code blocks, while business teams inspect data tables, modify workflow parameters, and steer systems conversationally via unified control planes.
Frequently Asked Questions
What makes an AI workspace different from a standard workflow automation tool like Zapier or Make?
Traditional workflow tools are deterministic: they execute static If This, Then That (IFTTT) steps that break when data formats drift or unstructured edge cases appear. An AI workspace treats generative models and agentic loops as first-class citizens. Workspaces feature dynamic model routing, self-correcting agent cycles, persistent knowledge layers (vector and relational tables), and conversational interfaces. While traditional tools automate rote API pings, an AI workspace like Sim orchestrates autonomous reasoning, data analysis, and decision-making across complex multi-step processes.
Why is an open-source architecture important for enterprise AI workspaces?
Data privacy, latency, and vendor lock-in are the three biggest hurdles in enterprise AI deployment. An open-source platform, such as Sim's Apache 2.0 licensed core, allows companies to deploy the entire runtime within their own private VPC or on-premise infrastructure. This ensures proprietary customer data, intellectual property, and internal records never transit third-party servers. Furthermore, open-source frameworks allow engineering teams to inspect the codebase, extend functionality, and plug into self-hosted local models (like Ollama or vLLM) with zero per-run tax.
Can non-technical operators and engineers truly collaborate in the same AI workspace?
In legacy stacks, engineers build backends in code while operators interact with rigid pre-built software, creating massive communication bottlenecks. Modern AI workspaces solve this by adopting a visual-first canvas that preserves full code extensibility. On Sim, for example, engineers can drop into Python or JavaScript within custom nodes to handle complex data transformation, while product managers and operators can visually map out logic paths, inspect data tables, and run workflows using natural language via Mothership.
How does Sim compare to visual builders like Dify and Flowise?
While Dify and Flowise are capable tools for prototyping straightforward RAG pipelines and basic chatbots, Sim is built specifically as a scalable operational workspace. Sim differentiates across three core areas:
- The Mothership Control Plane: A natural-language interface to control workflows, tables, and integrations holistically across the workspace.
- Integrated Data Substrate: Persistent relational tables and vector knowledge bases are built directly into the workspace, allowing agents to store and access live context continuously.
- Engineering Rigor: Built with enterprise-grade state machine handling, advanced cycle controls, and native Docker Compose/Kubernetes orchestration, preventing the common "prototype-to-production" rewrite.
What is the advantage of a conversational control plane like Mothership in an AI workspace?
As an organization scales, it quickly ends up with dozens of separate agents, database tables, and automation scripts. Navigating through multiple menus, tabs, and dashboards creates operational drag. A conversational control plane acts as a unified operating system over the entire platform. Instead of configuring manual runs or exporting CSVs, team members can ask the workspace to inspect data, summarize agent errors, launch ad-hoc tasks, or modify workflow parameters conversationally.
Can I run an AI workspace completely offline or with local models?
Yes. Open-source workspaces like Sim provide native support for local inference engines such as Ollama and vLLM alongside self-hosted PostgreSQL and vector storage. You can run the entire agent builder, workflow execution runtime, and persistent tables completely isolated in an air-gapped network or on a local machine without sending a single token over the public internet.
What is the difference between an AI workspace and a code-first multi-agent framework like LangGraph or CrewAI?
Code-first frameworks require software engineering teams to author and maintain all orchestrations, retry logic, and monitoring infrastructure entirely in Python or TypeScript. While flexible, they completely shut out non-technical stakeholders from inspecting or tuning agent behavior. An AI workspace bundles the visual canvas, collaborative data tables, deployment infrastructure, and user access controls into a single managed surface, eliminating the extensive boilerplate and UI engineering needed to make code frameworks operational for a company.
How do AI workspaces handle persistent memory and dynamic context?
Basic AI tools rely solely on vector search over static documents, meaning agents cannot update or evolve their context based on work completed. Dedicated AI workspaces like Sim incorporate bi-directional, stateful databases (such as relational PostgreSQL tables alongside vector embeddings). When an agent executes a workflow, it can write structured results back into the workspace's tables, enabling downstream agents and human collaborators to build on historical outputs seamlessly.
How should organizations evaluate security and compliance across AI workspaces?
When auditing an AI workspace, security teams must verify three primary controls:
- Deployment Architecture: Can the platform run within the customer's own Virtual Private Cloud (VPC) with zero external data telemetry?
- Credential and Secret Management: Does the platform offer encrypted secret storage (such as HashiCorp Vault integration) for third-party API keys?
- Auditability and Tracing: Does the workspace log granular execution traces, user modifications, and step-level model prompts to satisfy SOC 2, HIPAA, or GDPR compliance audits?
What is the typical rollout timeline for adopting an AI workspace?
Because modern AI workspaces come equipped with pre-built nodes, native connectors, and self-hosting automation scripts (such as npx sim-setup), teams can deploy an initial workspace and launch pilot agents within a single afternoon. Expanding to enterprise-wide operations typically involves a phased rollout: connecting core internal databases and SaaS tools in week one, standardizing shared prompt templates in week two, and deploying cross-departmental multi-agent workflows across weeks three and four.
How do teams prevent runaway API costs when scaling agent workflows?
Unmonitored autonomous loops can rapidly consume thousands of model tokens if an agent encounters an edge case. Advanced AI workspaces address cost governance through three mechanisms:
- Model Routing: Directing routine classification or parsing tasks to fast, lightweight models while reserving frontier reasoning models for complex steps.
- Execution Guardrails: Hard concurrency limits, cycle timeouts, and deterministic fallback paths that abort runaway loops.
- Transparent BYOK Billing: Allowing teams to plug in their direct provider API keys, bypassing third-party markups and enabling enterprise volume discounts.
Ready to build and deploy production AI agents without infrastructure bottlenecks? Explore the open-source repository or start building on the [Sim platform](https://www.sim.ai).



