explainx.ainewsletter3.5k
TrendingNewsPathwaysSkills
Pricing
explainx.ai

Upskill in AI — 16 free pathways, live workshops & bootcamps, and 50+ courses from practitioners. Plus the skills, tools, and MCP servers to practice on.

follow us

custom AI agents

[email protected]

get started

Find your pathTake Free Evaluation

learn

pathways — start freeworkshopsbootcampscoursescertificationsmock testsexplainx universitycorporate traininglearn skills & mcp

discover

skillsmcp serversexplainx mcptoolsagentsllmsdesignsagi trackerranks

company

aboutvisionmissionteaminstructorscommunityhackathonscareers

content

daily AI newsstate of AI — live resultsblogreleasespromptsgeneratorsresource librarydemofor LLMs

solutions

all solutionsdeveloper upskillingmarketing upskillingproduct manager upskillingleadership upskilling

More from us

InfloqInfluencer marketingBgBlurPrivacy-first blurOlly SocialSocial AI copilotCeptoryVideo intelligenceBgRemoverBackground removal

newsletter · weekly

Get AI news, tools, and insights in your inbox.

supportprivacytermsdata rightssubmission guidelines

© 2026 AISOLO Technologies Pvt Ltd

On this page

  • TL;DR
  • What "multiplayer agentic operating system" actually means here
  • Brain's self-improvement loop, extended to teams
  • Where Projects sits relative to Perplexity's other recent Computer work
  • What's genuinely new vs. what's a rebrand of existing pieces
  • Practical questions worth checking before adopting Projects for a team
  • How this compares to team features in Claude and ChatGPT
  • Summary
  • Related on explainx.ai
← Back to blog

explainx / blog

Perplexity Computer Projects: A Multiplayer Agentic OS for Work

Perplexity launched Projects on Computer — shared files, Slack/Workspace integrations, custom skills, and Brain self-improvement loops scoped to teams.

Jul 31, 2026·9 min read·Yash Thakker
PerplexityAI AgentsComputer AgentCollaborationAI Memory
go deep
Perplexity Computer Projects: A Multiplayer Agentic OS for Work

Aravind Srinivas (@AravSrinivas), Perplexity's co-founder and CEO, announced Projects on Perplexity Computer on July 30, 2026: "turning Computer into a multiplayer agentic operating system for work with persistent memory, files, and sessions scoped across hubs and users. Available to all users!"

It's the collaboration layer Perplexity's existing agent stack was missing — Computer Brain already gave individual users a self-improving, persistent context graph; Projects extends that same self-improvement loop to teams working inside a shared, bounded context rather than isolated single-user sessions.

Weekly digest3.5k readers

Catch up on AI

Curated AI updates on agents, skills, and MCP — delivered to your inbox. Unsubscribe anytime.


TL;DR

QuestionAnswer
What launched?Projects on Perplexity Computer
AnnouncedJuly 30, 2026, @AravSrinivas
Framing"Multiplayer agentic operating system for work"
Scoped byHubs and users — persistent memory, files, and sessions
File systemShared — single source of truth for all collaborators on a Project
IntegrationsGoogle Workspace, Slack
CustomizationSupport for custom skills and instructions per Project
Memory engineComputer Brain — self-improvement loops now run per Project, across all collaborators
AvailabilityAll users, per the announcement

What "multiplayer agentic operating system" actually means here

Srinivas's own phrase is doing a lot of work, so it's worth unpacking against what's actually described in the thread rather than taking the framing at face value. Three concrete components were named across the announcement:

  1. Persistent memory, files, and sessions — scoped across hubs and users. Not per-user isolation; a Project is a shared container multiple people and multiple Computer sessions operate inside simultaneously.
  2. A shared file system. Described explicitly as "a single source of truth for all collaborators" — the same files, visible and referenceable by everyone in the Project, rather than each person's Computer session maintaining its own separate file context.
  3. Integrations to Google Workspace and Slack, plus custom skills and instructions. This is the connective tissue to where teams already work — Projects isn't asking teams to migrate their existing docs and chat into a new silo, it's meant to sit alongside Workspace and Slack, pulling context from and pushing work into tools already in use.

Put together, "operating system" is the right register for what's being described: not a single-purpose feature, but a substrate multiple people, files, integrations, and Computer sessions all run on top of, with a shared state layer underneath all of it.


Brain's self-improvement loop, extended to teams

The most technically interesting line in the announcement is easy to miss: "every project goes through self-improvement loops on its memory, leading to better contextual understanding over time, thanks to offline compute that Brain performs between tasks and sessions of the collaborators on a Project."

That's a direct extension of Computer Brain, which explainx.ai covered at its original June 19, 2026 launch — a continuously learning context graph that updates overnight and feeds into every subsequent task, delivering (per Perplexity's own benchmarks at the time) a 25% accuracy improvement, 16% better recall, and 13% cheaper per-task cost on tasks requiring past context.

The original Brain was per-user: your sessions, your connectors, your files, consolidated overnight into your context graph. Projects generalizes that same mechanism to a shared, multi-collaborator scope — Brain's offline compute now runs against the combined activity of everyone working inside a given Project, not just one person's history. In principle, that means a Project's context graph should compound faster and cover more ground than any single collaborator's individual Brain memory would on its own, since it's drawing on the full team's sessions rather than one person's.

Whether that scales cleanly — more collaborators contributing more raw session data doesn't automatically mean cleaner or more useful consolidated memory — is an open question this launch doesn't answer on its own. Team-scoped memory systems generally face a real tradeoff between breadth of context and noise from irrelevant individual tangents; how well Brain's consolidation handles that tradeoff at Project scale is worth watching for, not assumed from the announcement alone.


Where Projects sits relative to Perplexity's other recent Computer work

Perplexity has been shipping fast on the Computer agent stack across July 2026. Projects is the newest piece, but it's not the only recent one:

UpdateDateWhat it addresses
Computer BrainJun 19, 2026Per-user persistent memory — the original self-improving context graph
GLM 5.2 orchestratorJul 9, 2026Which model routes/executes Computer tasks — 0.344x Opus cost, native advisor escalation
ProjectsJul 30, 2026Collaboration and memory-scoping layer — multi-user, multi-session, shared files

These are complementary, not competing systems. The GLM 5.2 orchestrator is about what runs a task and how much it costs; Projects is about the shared context that task runs inside and who else has access to it. A given Project could, in principle, use any Computer backend — including the GLM 5.2 orchestrator — for actual task execution, while Projects handles the surrounding scope: files, memory, integrations, and who's in the room.


What's genuinely new vs. what's a rebrand of existing pieces

Worth being precise about which parts of this announcement are net-new capability versus existing Perplexity infrastructure repackaged under a new name:

ComponentStatus
Persistent context graph / self-improving memoryExisting — this is Brain, now applied at Project scope
Multi-user collaboration on a shared agent sessionNew — the "multiplayer" framing is the headline addition
Shared file system across collaboratorsNew, as a described feature — no prior explainx.ai coverage of file-sharing inside Computer
Google Workspace / Slack integrationsPartially existing — Perplexity has had connector integrations before; scoping them per-Project is the new part
Custom skills and instructions per ProjectNew, as a project-scoped concept — consistent with the broader 2026 trend toward agent skills as a packaging unit for reusable agent behavior

The honest read: the memory engine (Brain) isn't new — the collaboration and scoping model wrapped around it is. That's a meaningful ship, but it's an evolution of Perplexity's existing agent architecture rather than an entirely new system built from scratch.


Practical questions worth checking before adopting Projects for a team

  1. Access tier — Brain's original research preview was Max-subscriber-only ($200/month); confirm whether Projects requires the same tier despite the "available to all users" framing, since announcement copy and actual account-level gating don't always match on day one of a launch.
  2. Data boundaries — a shared file system and cross-collaborator memory consolidation raises real questions about what's visible to whom inside a Project, and whether that scope is cleanly separated from a user's personal (non-Project) Computer memory. Perplexity's Brain documentation previously emphasized full transparency and source traceability for individual memory; verify the same standard extends to multi-user Project memory.
  3. Integration depth — "integrations to Google Workspace and Slack" covers a wide range of possible depth, from read-only context pulling to two-way write access. Test with a low-stakes Project before connecting a team's primary Workspace or Slack instance.
  4. Custom skills scope — confirm whether Project-level custom skills are private to that Project or shareable/reusable across a user's other Projects, since that materially affects how much setup work is duplicated per new Project.
  5. Offboarding and access changes — a shared file system and pooled team memory raise a question standalone per-user Brain never had to answer: what happens to a Project's shared context when a collaborator leaves the team or loses access mid-project? Confirm whether removing a user strips their contributed sessions from the consolidated memory or simply revokes their future access while their historical contributions remain baked into the graph.

How this compares to team features in Claude and ChatGPT

Perplexity is not the first AI product to ship team-scoped context. Anthropic's Claude for Work and OpenAI's ChatGPT Enterprise both offer shared workspaces, and Claude Cowork specifically targets collaborative agent sessions. The differentiator Projects is claiming is not "teams can use this together" — that bar has been cleared industry-wide — but persistent, self-improving shared memory that compounds across a team's activity automatically, without anyone manually curating what gets remembered. Most competing team features handle shared documents and shared chat history well; fewer claim an offline consolidation process that actively gets better at a specific project's context over time, the way Brain's nightly loop does. Whether that compounding advantage holds up under real team usage, with its noisier and more varied inputs than a single user's session history, is the open question worth revisiting once early adopters report back.


Summary

Perplexity launched Projects on Computer on July 30, 2026 — a collaboration layer turning the agent into what CEO Aravind Srinivas calls a "multiplayer agentic operating system for work." Projects scope persistent memory, files, and sessions across hubs and users, add a shared file system as a single source of truth for collaborators, integrate with Google Workspace and Slack, and support custom skills and instructions per Project. Under the hood, Computer Brain's self-improvement loops — previously per-user — now run against the combined activity of every collaborator on a Project. It's presented as available to all users, extending rather than replacing the memory architecture Perplexity shipped in June and the GLM 5.2 orchestrator work from earlier in July.


Related on explainx.ai

  • Perplexity Brain — the self-improving memory system inside Computer
  • Perplexity Computer GLM 5.2 orchestrator — 0.34x Opus cost
  • Perplexity Search-as-Code — agentic search
  • Perplexity Wandr benchmark — open-source research agents
  • Agent skills — complete guide
  • What is MCP? Model Context Protocol guide
  • What is an Obsidian vault as AI agent memory?

Source: @AravSrinivas — July 30, 2026


Feature details reflect the public announcement as of July 31, 2026. Access tiers, integration depth, and pricing can change quickly after launch — verify current availability directly in your Perplexity account before rolling Projects out to a team.

Yash Thakker

Written by

Yash Thakker

Yash is an AI expert with over 300K learners. Join his workshops →

Related posts

Jun 19, 2026

Perplexity Brain: The Self-Improving Memory System Inside Computer

Brain gives Perplexity's Computer agent a persistent, self-updating memory that improves with every session. Available in research preview for Max subscribers at $200/month.

Jul 9, 2026

Perplexity Computer GLM 5.2 Orchestrator: 0.34× Opus Cost, Advisor Escalation

Perplexity post-trained GLM 5.2 for the Computer harness — research preview with an advisor tool that escalates to stronger models, ~half Opus cost on WANDR, hosted on US Nvidia B200s. explainx.ai breaks down the July 9 orchestrator drop.

Jun 2, 2026

Perplexity's Search as Code: Rethinking Search for the Agentic Era

Perplexity has rearchitected search for AI agents. Their new Search as Code (SaC) approach exposes search primitives as an SDK, allowing models to generate code that orchestrates thousands of retrieval operations per minute. The result: 2.5x performance advantage over traditional search pipelines.