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

corporate training

support@explainx.ai

get started

Find your pathTake Free Evaluation

learn

pathways — start freeworkshopsbootcampscoursescertificationsmock testsexplainx universitycorporate traininglearn skills & mcp

discover

skillsmcp serversexplainx mcptoolsagentsllmsdesignsdictionaryagi trackerranks

company

aboutvisionmissionteaminstructorscommunityhackathonscareers

content

daily AI newsstate of AI — live resultsblogreleasespromptsgeneratorsresource libraryfor LLMsexplainx.ai kids

solutions

all solutionsdeveloper upskillingmarketing upskillingproduct manager upskillingleadership upskilling

newsletter · weekly

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

supportcontactprivacytermsdata rightshow we create contentsubmission guidelines

© 2026 AISOLO Technologies Pvt Ltd

On this page

  • TL;DR: Local vs cloud Computer
  • What Perplexity actually demoed
  • Why DGX Spark specifically
  • How this fits Perplexity's 2026 strategy
  • What people are asking
  • Honest limitations
  • Build your own vs wait for Perplexity
  • Related on explainx.ai
← Back to blog

explainx / blog

Perplexity Portable Computer: Local Agents on NVIDIA DGX Spark

Perplexity demoed a fully local Computer on NVIDIA DGX Spark Aug 25, 2026 — orchestrator + subagent + harness on-device, PPLX 27B and Qwen 3.8 27B local, cloud routing user-gated. Requires Pro/Max + DGX Spark hardware.

Aug 25, 2026·5 min read·Yash Thakker
PerplexityNVIDIA DGX SparkLocal AIAI AgentsPerplexity Computer
go deep
Perplexity Portable Computer: Local Agents on NVIDIA DGX Spark

On August 25, 2026, Perplexity posted a demo video of a fully local Perplexity Computer running on NVIDIA DGX Spark — orchestrator LLM, subagent LLM, and agent harness on the box, with cloud routing optional and user-gated. The thread drew roughly 473K views on X, and the reaction split predictably: local-AI builders saw validation; cloud-Computer subscribers asked whether their $200/month Max plan now includes a $4,679 hardware bill.

It does not. Local Computer is a Pro/Max feature tied to DGX Spark ownership — a productized version of the personal local AI stack explainx.ai has been documenting all year, wrapped in Perplexity's Computer harness instead of a DIY terminal workflow.

XSource postOpen on X ↗
Weekly digest3.5k readers

Catch up on AI

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

TL;DR: Local vs cloud Computer

table · 3 cols
QuestionCloud Computer (Pro/Max)Portable Computer (DGX Spark)
Hardware costNone (BYO laptop)~$4,679 DGX Spark + electricity
SubscriptionPro or MaxPro or Max (same)
OrchestratorHosted GLM/Grok/Sol routersLocal PPLX 27B (+ Qwen 3.8 27B option)
SubagentCloud-spawnedLocal on-device
Sensitive docsPerplexity cloud policyStay local by default
Frontier reasoningAutomatic cloud routingUser-gated approval only
Coming modelsProvider-dependentNemotron 3.5 Lightning listed soon
Best forResearch OS, WANDR loops, Brain memoryAir-gapped / privacy-first agent work

What Perplexity actually demoed

The video shows Perplexity Computer's full agent stack — not just a chat model in a browser tab — running locally:

  1. Orchestrator LLM — plans multi-step tasks, delegates to subagents
  2. Subagent LLM — executes scoped work units under orchestrator direction
  3. Agent harness — tool calls, file handling, the same Computer UX cloud users know from Projects and Brain memory

Local models shipped or named in the demo:

  • PPLX 27B (post-trained) — default local orchestrator
  • Qwen 3.8 27B — available local option; explainx.ai benchmarked Qwen 3.8 extensively on DGX Spark in our Qwen 3.8 27B guide
  • Nemotron 3.5 Lightning — coming soon; see Nemotron 3.5 on DGX Spark for NVIDIA's local serving recipe

Frontier reasoning gate: when a task exceeds local model capability, Perplexity routes to cloud — but only after explicit user approval, with PII-flagged content blocked from upload and text guidance only (not full document exfiltration). Sensitive files remain on the Spark.

That is the product thesis in one sentence: Computer's agent UX, with a local trust boundary.

Why DGX Spark specifically

Perplexity did not pick random gaming hardware. The NVIDIA DGX Spark is a 128GB unified-memory Grace Blackwell box priced around $4,679 — the same machine explainx.ai recommended for running 200B-class models locally with native CUDA support.

For Perplexity's stack:

  • 27B orchestrator + 27B subagent fits comfortably in unified memory with room for KV cache and tool context
  • CUDA ecosystem means Perplexity can reuse NVIDIA's serving optimizations (including future Nemotron DSpark paths)
  • Desktop form factor matches the "portable Computer" branding — lug it between office and home, not rack-mount a cluster

Compare to Liquid AI's LFM2.5 2.6B on-device agents for the opposite end of the spectrum: tiny models on phones vs Perplexity's full Computer harness on a desktop superchip.

How this fits Perplexity's 2026 strategy

Perplexity spent the summer optimizing cloud Computer economics — GLM 5.2 orchestrator at 0.34× Opus cost, Grok orchestrator swaps, and pass-through Sol pricing after OpenAI's 20% cut. Local Computer is the sovereignty branch of the same tree: same harness, different inference location.

table · 4 cols
PathCost modelPrivacyThroughput
Cloud Max Computer$200/month + token burn on heavy tasksPerplexity cloud policyHighest frontier models
Local DGX Spark Computer$4,679 hardware + Pro/Max + powerDocs stay on-device27B-class local models
DIY local stackHardware + your time configuringFull controlDepends on your tuning

What people are asking

Is this available to download today? Perplexity showed a working demo; general availability timing was not confirmed in the August 25 video. Treat it as a directional product preview, not something you can apt-install tonight.

Teknium's "This app looks familiar" reaction? Open-source builder Teknium (@Teknium) noted visual similarity to existing local agent UIs — fair observation given Perplexity's harness converges on patterns the open-source agent ecosystem (OpenCode, Hermes Agent, etc.) pioneered. Similarity does not negate value; integration and model routing still matter.

Can I use a 4090 instead of DGX Spark? Perplexity specified DGX Spark in the demo. A 24GB 4090 can run quantized 27B models, but dual-model orchestrator+subagent concurrency is tighter — see Mac vs dedicated GPU economics for the general tradeoff math.

Does local Computer replace WANDR / Brain / Search as Code? Cloud-only features (overnight Brain graphs, hosted Search as Code) may not have local parity on day one. Expect a subset of cloud Computer capabilities initially.

Honest limitations

  • Hardware tax is real — $4,679 plus Pro/Max subscription before you run one local task. Cloud Computer remains cheaper for intermittent use.
  • 27B is not frontier — user-gated cloud routing exists because local models will fail hard reasoning tasks Qwen/GLM/Sol handle in cloud mode.
  • Agent security ≠ local security — keeping docs on-device helps confidentiality; it does not stop a misconfigured agent from deleting local files or calling bad tools.
  • Nemotron "coming soon" is not shipped — plan around PPLX 27B and Qwen 3.8 27B only for now.
  • Not a multi-user server — one Spark, one operator pattern; teams need separate boxes or cloud Computer with Projects.

Build your own vs wait for Perplexity

If you already own a DGX Spark, you can approximate pieces today:

bash
# Illustrative stack — not Perplexity's exact bundle
ollama pull qwen3.8:27b
# Pair with OpenCode or a local agent harness — see explainx.ai guides

For the integrated Perplexity UX, waiting for their DGX Spark bundle may be simpler than replicating orchestrator+subagent routing yourself. For maximum control, build a personal local AI system and swap models freely.

Related on explainx.ai

  • NVIDIA DGX Spark: best local LLM setup
  • Qwen 3.8 27B on DGX Spark — benchmarks
  • NVIDIA Nemotron 3.5 Lightning — DGX Spark recipe
  • Perplexity Computer GLM 5.2 orchestrator — cloud contrast
  • Perplexity Sol price pass-through after OpenAI cut
  • Build a personal local AI system
  • Liquid AI LFM2.5 — on-device agents at the other extreme
  • Run open-source models locally in OpenCode

Official: Perplexity demo video on X · Perplexity Computer


Hardware requirements and model availability reflect Perplexity's August 25, 2026 demo. Local Computer GA timing and feature parity with cloud Computer are unconfirmed as of this writing.

Spotted something out of date? Let us know.
Yash Thakker

Written by

Yash Thakker

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

Related posts

Aug 25, 2026

Perplexity Computer Sol Pricing Drops 20% After OpenAI Cut

Headlines framed it as "Perplexity cuts Sol Computer pricing 20%." The mechanism is simpler: OpenAI dropped official GPT-5.6 Sol API rates on August 21–22, 2026, and Perplexity routes Computer and Gateway traffic at published upstream pricing. explainx.ai separates this from the earlier OpenRouter-only promo, shows the new $4/$20 per-million-token math, and what changes for Perplexity Max agent workloads.

Aug 26, 2026

IBM Granite 4.2: Open Reasoning Models With Agentic RL

IBM's Granite 4.2 family (Aug 25, 2026) is the company's first dense reasoning line with a thinking/non-thinking switch, 512K-token training, and agentic reinforcement learning on the 8B and 30B sizes. explainx.ai maps who should run Granite locally, how it compares to Qwen and Nemotron for agents, and what the published training recipe actually changes.

Aug 12, 2026

Unsloth Desktop: One Local App That Both Trains and Runs AI Models

Every local AI app so far has done inference. Unsloth Desktop does inference and training in the same window — LoRA and full fine-tuning at 2x speed and 70% less VRAM, plus GGUF, MLX, diffusion and audio models, and a model-swap bridge into Claude Code and Codex. explainx.ai covers what it actually does and where the catches are.