Perplexity, the AI-powered search company valued at $20 billion, announced on Wednesday at its inaugural Ask 2026 developer conference that its multi-model AI agent, Computer, is now available to enterprise customers — a move that transforms the three-year-old startup from a consumer search disruptor into a direct competitor to Microsoft, Salesforce, and the legacy enterprise software stack that underpins corporate America.
The enterprise launch arrives barely two weeks after Computer debuted for consumers, where it triggered what the company describes as a viral moment: users on social media demonstrated the agent building Bloomberg Terminal-style financial dashboards, replacing six-figure marketing tool stacks in a single weekend, and automating workflows that previously required dedicated teams. Perplexity says more than 100 enterprise customers messaged the company over a single weekend demanding access.
“With no hyperbole, the introduction of Computer inside Perplexity was the single biggest productivity unlock in our entire history as a company,” Dmitry Shevelenko, Perplexity’s head of business and a board member at the investment bank Lazard, told VentureBeat in an exclusive interview. “There’s no other feature that we’ve ever built that has changed how we work as much as this one.”
Inside the orchestration engine that coordinates 20 AI models at onceAt its core, Perplexity Computer is an orchestration engine. When a user describes an objective — say, “prepare a briefing document on every company attending tonight’s dinner, pulling from the open web, our internal Slack conversations, my emails, and our Notion documents” — Computer decomposes that objective into subtasks, assigns each to a specialized sub-agent powered by the optimal AI model, and delivers a finished work product. It reasons, delegates, researches, codes, generates files, and remembers context across sessions.
The system orchestrates approximately 20 AI models from multiple providers, including Anthropic’s Claude Opus 4.6 as the primary reasoning engine, Google’s Gemini for deep research, Nano Banana for image generation, Veo 3.1 for video, xAI’s Grok for speed-sensitive tasks, and OpenAI’s GPT-5.2 for long-context recall and web search. Each Computer session runs inside its own isolated Firecracker virtual machine — the same microVM technology originally developed by Amazon Web Services for its Lambda serverless platform — ensuring that one user’s session cannot access another’s data or production infrastructure.
That model-agnostic approach carries a bet embedded within it: that no single AI provider will dominate every capability, and that enterprises will increasingly demand the ability to route tasks to the best available model for each job. Perplexity’s own internal data supports this thesis. As VentureBeat previously reported, the company’s enterprise usage shifted dramatically over the past year — from 90% of queries routing to just two models in January 2025, to no single model commanding more than 25% of usage by December 2025.
The enterprise-specific features announced at Ask 2026 are designed to embed Computer where organizations already work. Employees can now query @computer directly inside Slack channels and threads, then continue those conversations in Perplexity’s web interface or mobile app — the same full-power orchestration engine, with the same model selection and connector access, embedded where teams already collaborate.
Beyond Computer’s existing 100-plus integrations, enterprise customers gain access to business-grade connectors for Snowflake, Datadog, Salesforce, SharePoint, and HubSpot, and administrators can install custom connectors via the Model Context Protocol. The package also includes purpose-built workflow templates for legal contract review, finance audit support, sales call preparation, and customer support ticket triage, along with SSO/SAML authentication, SCIM provisioning, granular admin controls, full audit logging, SOC 2 Type II certification, and the option for zero data retention. The billing model is usage-based: an organization-wide credit pool that administrators can allocate to individual users, with centralized spend management.
The product started as an internal Slack bot that Perplexity couldn’t stop usingThe Slack integration is not an afterthought — it is the product’s origin story. According to Shevelenko, Computer was first developed as an internal tool and launched as a Slack bot for Perplexity’s own employees before it ever reached consumers.
“It kind of took off in a way that no other internal prototype ever did before,” Shevelenko said. “Our finance team automated how they run accounts receivable. Everybody on our enterprise sales team automated how they create proposals. And that all came from that cross-pollination” — employees observing each other’s queries in shared Slack channels and realizing what the technology could do.
That cross-pollination dynamic addresses one of the thorniest problems in enterprise AI adoption: education. When employees can see how their colleagues use the tool in shared channels — and can reply to those threads with follow-up questions — adoption spreads organically rather than requiring top-down training programs. The transparency of a shared Slack channel becomes its own onboarding mechanism, a kind of ambient learning that no training deck can replicate.
Perplexity gives enterprise administrators granular controls over which connectors specific employees can access and whether queries run in shared or private settings. “In the same way that you shouldn’t post to a large shared Slack channel information that’s not appropriate for everyone to see, the same applies here,” Shevelenko said. He noted that he personally runs many of his own Computer queries as private Slack messages rather than in shared channels.
How non-technical workers are querying Snowflake databases in plain EnglishThe Snowflake and Datadog connectors — available exclusively to enterprise customers — may prove to be the most quietly disruptive feature in the entire package. They allow non-technical employees to query complex corporate data warehouses in plain English, bypassing the traditional bottleneck of waiting for a data team to write SQL queries or build a custom dashboard.
Shevelenko offered a concrete example from his own experience that day. “Literally two hours ago, I ran a query at Computer in the Slack,” he said, describing how he asked what percentage of Perplexity users who had run a Computer query also purchased additional credits beyond their subscription allotment. “I’m not technical, so I don’t know how to write SQL. I wouldn’t have known where to look that up. If I had to ping one of our data scientists — they have a lot going on — even though I’m an executive, it probably still would have been a few hours before I got a response. And here, within a minute, I got a full analysis.”
He described another case: a member of Perplexity’s enterprise sales team needed a customer reference from a B2B media company. Previously, that salesperson would have posted in a Slack channel, hoping the right person saw the message, hoping they replied — “you need 15 things to go right,” Shevelenko said. Instead, the salesperson asked Computer to identify the company’s most loyal B2B media customers and the account representatives who manage those relationships. The agent delivered three recommendations in minutes. “All of a sudden, you just consolidated 15 steps into maybe two or three steps.”
This pattern — collapsing multi-step, multi-person workflows into a single natural-language query — represents the core value proposition of Computer for Enterprise. It is not a chatbot that answers questions. It is an agent that does work: pulling from whatever data sources an organization has connected and delivering finished outputs like PDFs, analyses, presentations, and briefing documents.
Perplexity says it can out-orchestrate Microsoft, Salesforce, and OpenClawThe enterprise launch positions Perplexity against formidable incumbents. Microsoft has embedded its Copilot AI assistant across the entire Microsoft 365 suite and aggressively expanded agent capabilities through Copilot Studio, which allows organizations to create custom AI workflows connected to Salesforce, ServiceNow, and other enterprise systems. Salesforce has its own Einstein AI platform. Google keeps expanding Gemini’s reach across Workspace. And Anthropic’s Claude Cowork product targets similar enterprise use cases—though it relies exclusively on Anthropic’s own models.
Perplexity’s argument is that its multi-model orchestration is a structural advantage. Rather than locking enterprises into a single vendor’s AI ecosystem, Computer selects the best model for each subtask automatically. Shevelenko framed the product as “the tool that combines every other tool.”
“You have access to 20 models that are all orchestrated. You have access to every possible enterprise connector. You have the ability to create your own skills and add your own connectors,” Shevelenko said. “There’s really no solution out there that is this comprehensive and has security. You obviously have stuff like OpenClaw, which has an open library of skills and connectors, but it is a security nightmare.”
The reference to OpenClaw — the popular open-source AI agent framework that runs locally on users’ machines and has gained a devoted following among developers — is pointed. OpenClaw gives users powerful agentic capabilities but requires technical sophistication to set up and offers minimal enterprise governance controls. Computer runs entirely in the cloud, in isolated virtual machines, with enterprise-grade audit trails and administrator controls. The distinction matters: it is the difference between a power tool for developers and a managed service for Fortune 500 security teams.
But Perplexity’s multi-vendor model strategy also carries risk. The company’s orchestration layer depends on continued API access to models from Anthropic, Google, OpenAI, and xAI — all of which are competitors to varying degrees. If any of those providers restricts access, raises API prices, or degrades performance for third-party callers, Perplexity’s value proposition weakens. As Semafor noted when Computer first launched, if underlying models become commodities, the value of switching between them diminishes.
The agentic AI market is exploding, and Perplexity thinks the timing is finally rightShevelenko made an argument about timing that deserves scrutiny. He contended that Computer could not have worked even three months earlier because the underlying agent models—particularly Anthropic’s Opus 4.6 — were not yet capable enough to power reliable multi-step orchestration.
"With a lot of AI products, timing is everything," he said. "I don't think Computer could have been as powerful as it is if we had launched it even three months ago. You have to have the right harness at the right time. Every technology we've built laddered up to this moment, where you finally had a smart enough agent model to orchestrate through that harness."
The claim aligns with broader industry dynamics. According to a February survey by CrewAI, 100% of surveyed enterprises plan to expand their use of agentic AI this year, with 65% already using AI agents in production and organizations reporting they have automated an average of 31% of their workflows. Fortune Business Insights projects the global agentic AI market will grow from $9.14 billion in 2026 to $139 billion by 2034, a compound annual growth rate of 40.5%. And Gartner forecasts that 40% of enterprise applications will feature task-specific AI agents by 2026, up from less than 5% in 2025.
Put simply, Perplexity is entering the enterprise agent market at the exact moment when demand is inflecting upward and the underlying models have crossed a reliability threshold. The question is whether its orchestration-layer positioning can withstand the platform power of Microsoft, Google, and the model providers themselves.
Why Perplexity is charging enterprises by usage instead of by the seatComputer’s enterprise pricing model is a departure from the per-seat licensing that dominates enterprise software. Enterprise Max subscribers receive a per-user allotment of credits included with their subscription. If usage exceeds that allotment, organizations can purchase additional credits. Administrators control spending at the per-employee, per-team, or per-company level.
Shevelenko explained the rationale: the cost of running Computer varies dramatically depending on the task. Generating a video — a compute-intensive operation — costs significantly more than generating a text-based briefing document, which he estimated at roughly 15 cents of compute. “That literally would have taken a chief of staff five hours of time,” he said. “So I feel pretty good about the ROI there.”
The usage-based approach makes strategic sense for a product with such variable workloads—from one-off research queries to long-running campaign automation that executes for hours or days. It also avoids the pricing awkwardness of charging a flat $200 per seat for employees whose usage may range from zero to thousands of credits per month. But it creates a different challenge: enterprise procurement teams generally prefer predictable costs, and usage-based billing can trigger sticker shock when adoption spreads faster than expected across an organization.
The financial stakes are huge. Research firm Sacra estimates Perplexity hit approximately $148 million in annualized revenue by mid-2025, with the company’s own internal projections targeting $656 million in annual recurring revenue by the end of 2026 — a target that would require roughly 230% growth. Computer for Enterprise, priced to scale across entire organizations, is clearly designed to help close that gap. The company has raised approximately $1.5 billion in total funding at a $20 billion valuation.
A three-year-old startup wants access to your most sensitive corporate dataPerhaps the most significant obstacle facing Perplexity’s enterprise ambitions is not technology — it is trust. The company is three years old and asking chief information security officers to route sensitive Snowflake data, legal contracts, and proprietary business intelligence through its platform.
Shevelenko addressed this head-on. “The story of Perplexity in the enterprise is — we have tens of thousands of enterprise customers and only six people on our enterprise go-to-market team,” he said. “It is because the leaders at these enterprises use Perplexity themselves. There’s actually a lot of trust that we’ve created because people have used the product personally, and they want their employees to have the best-in-class solution.”
He drew on his personal experience as a Lazard board member to bolster the credibility argument. “I sit on the board of Lazard, which is an investment bank—financial services, a lot of very sensitive data, regulatory scrutiny. They wouldn’t have appointed me to the board if they didn’t care a lot about AI transformation,” Shevelenko said. “I have a deep empathy for the constraints, especially in regulated industries. And I think I’ve been able to channel some of that empathy into how we build comprehensive solutions that address those concerns.”
That bottom-up adoption pattern — executives discover Perplexity as individual consumers, then advocate for company-wide deployment — mirrors the playbook that made Slack, Dropbox, and Zoom billion-dollar enterprise companies. But those companies were selling relatively simple, well-understood products. Perplexity is asking organizations to trust an AI agent with access to their most sensitive data systems, running autonomously in the background, making decisions about which external AI models to route queries through. The security architecture — Firecracker VM isolation, SOC 2 Type II compliance, zero data retention options, audit logging — is designed to answer those concerns, but each enterprise will need to evaluate it against their own risk tolerance.
The viral launch that Perplexity says it never plannedWhen Computer launched for consumers in late February, social media lit up. Users demonstrated building Bloomberg Terminal replicas, orchestrating multi-channel marketing campaigns, and generating outputs that appeared to replace enterprise software costing tens of thousands of dollars. One widely shared analysis claimed Computer replaced $225,000 per year in marketing tools in a single weekend, an assertion the company’s official social media accounts amplified.
Shevelenko insisted the viral buzz was entirely organic. “With Computer, this thing has come together so quickly that we frankly didn’t — we didn’t know which day we were launching it,” he said. “Everything that happened was organic. Those were not folks that we engaged in advance or gave early access to, because literally nobody besides employees had access to it until the day we launched.”
He contrasted this with the launch of Comet, Perplexity’s AI-native browser, where the company ran a deliberate influencer strategy with early access. For Computer, the product was so new internally that even a planned press demonstration had to be canceled when engineers found issues hours before the event.
The organic virality is notable because it suggests genuine product-market fit rather than manufactured hype. When users voluntarily create elaborate demonstrations of a product and share them publicly, it signals something different from a coordinated marketing campaign. Of course, organic virality and real enterprise value are two very different things — building a Bloomberg Terminal demo in a sandbox is not the same as running mission-critical financial operations through an AI agent. Perplexity’s challenge now is converting consumer enthusiasm into durable enterprise contracts.
The enterprise software industry braces for a new kind of middleware threatThe most provocative question about Computer for Enterprise is whether Perplexity is building an interface layer that sits on top of existing enterprise software — or a replacement for it. If Computer can query Salesforce, generate reports from Snowflake, manage campaigns through marketing APIs, and build internal tools on the fly, how long before enterprises question why they need those underlying platforms at all?
Shevelenko offered a measured answer. “I think the world of productivity software contains multitudes,” he said. “What I think is true is that many organizations will have an all-the-above strategy. They’ll keep their existing vendors, but they will also encourage internal teams to use Perplexity Computer to fill the gaps with what they don’t like about their current solutions, or what could be better or more personalized about them.”
He pointed to the Bloomberg Terminal demonstrations that went viral. “To be clear, you cannot one-shot Bloomberg. Bloomberg has all kinds of things that you can’t rebuild with Perplexity Computer,” Shevelenko said. “But there are certainly gaps in Bloomberg Terminal that you can make better with Perplexity Computer. And there’s certainly a lot of people that can’t afford a $35,000-a-year piece of software that can get a $200-a-month version through Consumer Max that suits their needs and is actually personalized to them.”
That framing — not displacement, but gap-filling and democratization — is diplomatically smart. Perplexity needs Salesforce, Snowflake, and SharePoint as connector partners even as Computer potentially reduces how much time employees spend inside those platforms. It is a classic platform-layer tension: every successful middleware product eventually threatens the applications it connects.
What happens when the AI agent is smarter than the tools it connects toPerplexity’s enterprise launch arrives at a pivotal moment for the agentic AI market. IDC forecasts a tenfold increase in agent usage and a thousandfold growth in inference demands by 2027. Security and governance rank as the top evaluation factor for enterprise agentic platforms, according to the CrewAI survey — and Perplexity has clearly built its enterprise feature set with that priority in mind.
Several dynamics bear watching in the months ahead: whether Perplexity’s multi-model orchestration delivers measurably better outcomes than single-vendor alternatives like Microsoft Copilot or Anthropic’s Claude Cowork; whether the usage-based pricing model survives contact with enterprise procurement teams that strongly prefer predictable costs; whether any of the model providers whose APIs power Computer restrict access or raise prices in ways that undermine the platform; and whether Computer’s Slack-first distribution strategy can replicate the bottom-up enterprise adoption patterns that built Slack, Zoom, and Notion into enterprise staples.
Shevelenko, for his part, resisted making grand predictions about where it all leads. “It’s really hard to make predictions in AI,” he said. “The thing I’m most confident in is that six months from now, I’m going to have a top three priority today that I don’t know what it is. I genuinely believe that. Six months ago, I did not know we were going to be all in on Computer, because it was unclear that the models would be smart enough to power something like this.”
That admission may be the most revealing detail in the entire conversation. Perplexity is not claiming to have built the final form of enterprise AI. It is claiming to have built the best orchestration layer for this particular moment — and betting that the moment is big enough to build a durable business on.
The irony is hard to miss. A company that made its name by sitting on top of other people’s information is now asking to sit on top of other companies’ AI models, data warehouses, and business workflows. If Computer works as advertised, every platform it plugs into becomes a little less essential and Perplexity becomes a little more indispensable. The enterprise software industry has seen this playbook before. The last company that pulled it off was Salesforce.