Perplexity Goes Local: Running Agentic AI on the NVIDIA DGX Spark With Zero Per-Token Cost

Posted by Reda Fornera on 2026-08-27
Estimated Reading Time 12 Minutes
Words 2k In Total

If you’ve looked at an enterprise AI bill lately, you know the feeling. That sharp inhale when the monthly invoice arrives. The creeping dread as “agentic workflows” multiply API calls like rabbits. Every reasoning step, every tool invocation, every plan-and-execute loop — they all cost tokens. And tokens, at scale, are not cheap.

Perplexity just made a bet that enterprises are ready for an alternative. On August 26, the company shipped Portable Computer, a local-first build of its agentic Computer platform — a significant milestone for local agentic AI — that runs the full agent runtime — harness, planner, tool router, and post-trained models — directly on NVIDIA’s DGX Spark desktop AI supercomputer. The headline promise is as blunt as it is appealing: zero per-token cost for local agentic work. It’s the same cost pressure we detailed in why enterprise AI costs are exploding in 2026 even as per-token prices fall.

This is not just a port. It is a statement about where enterprise AI infrastructure is heading in 2026.

What Is Perplexity Computer? The Architecture Behind Local Agentic AI

Perplexity Computer is the company’s agentic execution layer, not to be confused with its conversational search interface. Where the main Perplexity product answers questions, Computer acts on them.

The architecture is modular by design:

  • Harness: The orchestration layer that manages task lifecycle, state, and execution flow.
  • Planner: Breaks high-level user requests into discrete, ordered sub-tasks.
  • Tool Router: Decides which external APIs, code interpreters, or sandboxes to invoke.
  • Sandbox: An isolated execution environment for untrusted code and tool outputs.
  • Post-Trained Models: Fine-tuned checkpoints optimized for reasoning, planning, and tool selection rather than general chat.

When Perplexity Computer launched earlier this year, it was cloud-native. Your request hit Perplexity’s servers, ran through their GPUs, and returned results. Powerful, but every step incurred per-token inference costs. For a single complex task — say, “research this company, generate a financial model, and draft a memo” — the planner might invoke ten or fifteen tool calls across multiple reasoning passes. The token math gets painful fast.

The DGX Spark Hardware Context

NVIDIA’s DGX Spark, announced earlier this year and now shipping in volume, is the other half of this story. It is a desktop “AI supercomputer” roughly the size of a large shoebox, built on the Blackwell architecture — part of the same wave of dedicated AI hardware as NVIDIA’s RTX Spark N1X superchip for Windows laptops.

Key specs that matter for local agentic AI:

  • ~1,000 AI TOPS of inference compute
  • 128 GB of unified memory (CPU and GPU share a single address space)
  • Power draw in the hundreds of watts — rackable, but designed for desk-side deployment
  • NVIDIA AI Enterprise software stack pre-integrated

The 128 GB unified memory figure is the critical enabler. Modern frontier models, even quantized, can occupy 40–70 GB for a single instance. Agentic runtimes need the base model, multiple tool-specific adapters, planner checkpoints, and working memory for context windows and intermediate results. 128 GB gives you breathing room — memory capacity is increasingly the bottleneck driving AI chip costs and HBM dominance industry-wide.

DGX Spark is not a consumer GPU. At roughly $3,000–$4,000 per unit (depending on configuration and volume), it sits between high-end workstations and data-center racks. But that is exactly the gap NVIDIA is targeting: teams that need serious local inference without cloud latency, egress costs, or data-sovereignty concerns.

What’s New in the Local-First Build

Perplexity’s local-first Computer build is not a stripped-down demo. The company confirmed that the full agent runtime — harness, planner, tool router, and post-trained models — runs natively on DGX Spark hardware. This is materially different from running a local LLM frontend that still proxies tool execution to cloud APIs.

Here is what moves onto the device:

Component Local on DGX Spark? Notes
Harness (orchestration) ✅ Yes Full task lifecycle managed locally
Planner (task decomposition) ✅ Yes Post-trained planning model runs on-device
Tool Router (API selection) ✅ Yes Local inference for routing decisions
Post-Trained Models ✅ Yes Fine-tuned checkpoints quantized for local inference
Sandbox execution ✅ Yes Isolated environment on local OS
Model weight updates ⚠️ Cloud-synced Periodic pulls; not real-time with cloud frontier
Some external tool APIs ❌ Cloud-dependent Third-party APIs (search, compute) still remote

The pricing model is the most disruptive part. Perplexity is positioning this as zero per-token cost for local agentic steps. What that practically means: once you have the DGX Spark hardware and the Perplexity Computer license, the planning, reasoning, and local tool execution loops do not hit a metered API. You are not negotiating rate limits or watching token counters tick up during a multi-step research task.

The hybrid boundary is important. External API calls — say, invoking a live web search, a stock data feed, or a proprietary enterprise database — still traverse the network. Perplexity has not eliminated connectivity. But it has moved the expensive part, inference, off the cloud meter.

Performance vs. Cloud Trade-offs

Local inference is not free. It trades capital expenditure for operational expenditure. Whether that trade makes sense depends on workload characteristics.

Latency is the immediate win. A local planner loop that might take 200 ms on-device can easily stretch to 1–2 seconds when routed through a cloud API, factoring in TLS handshake, queueing, and response streaming. For agentic workflows with dozens of internal reasoning steps, that compounds. Local execution shines for latency-sensitive, step-heavy tasks.

Capability is where the cloud still wins. Perplexity’s cloud-hosted frontier models are likely running on H100 or B200 clusters with access to larger parameter counts and unquantized weights. The local build uses quantized, post-trained checkpoints optimized for the DGX Spark memory envelope. For tasks requiring deep reasoning, long-context synthesis, or cutting-edge model quality, cloud inference retains an edge.

Memory and storage are practical constraints. The agent runtime + model weights + working memory consume a meaningful fraction of that 128 GB. Teams running multiple concurrent agent sessions will need to manage memory carefully or scale to multiple DGX Spark units.

Why Local Agentic AI Matters for Enterprise Strategy

The enterprise AI cost narrative has shifted, echoing the same on-device push we covered in Meta’s Muse Glimmer running a 30B agent model on a desktop GPU. In 2023 and 2024, the conversation was “how do we justify AI spend?” In 2025 and 2026, it has become “how do we control it?”

Unpredictable per-token billing is a genuine adoption blocker. CFOs and procurement teams are not wrong to be nervous. A single poorly bounded agentic workflow — imagine an automation that loops, retries, and cascades tool calls — can generate thousands of dollars in API costs in hours. Traditional software has fixed or usage-based pricing with bounded ceilings. Cloud AI inference, historically, does not.

Agentic workflows make this worse by design. A simple chat completion is one API call. An agentic task is a graph of API calls: plan, execute, observe, replan, execute again. Each vertex in that graph is tokens.

Perplexity’s local-first Computer attacks this problem structurally. By moving inference off the meter, it gives enterprises:

  1. Cost predictability: Hardware is capex. You know what you spent.
  2. Compliance and data sovereignty: Sensitive data never leaves the device. For regulated industries — healthcare, finance, defense — this is not a nice-to-have; it is a requirement.
  3. Latency control: No network hops for internal reasoning.
  4. Offline resilience: Core agentic workflows function without internet connectivity (external tool calls excepted).

The audience here is not just developers. CIOs evaluating AI infrastructure roadmaps, platform engineers building internal agent frameworks, and AI team leads negotiating budgets all have a reason to pay attention.

Competitive Landscape

Perplexity is not alone in the agentic AI race, but its local-first positioning is distinctive.

OpenAI’s Operator and agent offerings remain cloud-dependent. The models run on OpenAI’s infrastructure. The pricing is per-token. The value proposition is capability and convenience, not cost control or data locality. For teams already embedded in the OpenAI ecosystem, that is a feature. For cost-sensitive enterprises with compliance constraints, it is a limitation.

Anthropic’s computer use and the Claude desktop app are closer to Perplexity’s territory in that they interact with local environments. But Anthropic’s models still run in the cloud. The “local” part is the screen and input surface, not the inference. The token meter is still running.

Open-source local agentic projects — frameworks like Open Interpreter, local LangChain pipelines, or LlamaIndex running on consumer GPUs — have explored this space for months. They prove the concept but lack the integration polish, enterprise support, and model fine-tuning that a Perplexity or Anthropic can deliver. Perplexity’s move legitimizes the category and raises the baseline for what “production local agentic AI” means.

NVIDIA’s role is worth watching. DGX Spark is positioned as a general-purpose local AI platform, but Perplexity Computer is the highest-profile agentic runtime to officially target it. If more agent frameworks follow — and NVIDIA is clearly evangelizing this — DGX Spark could become a de facto standard for on-premise agent infrastructure, the way CUDA became the standard for GPU compute.

Limitations and Open Questions

No deployment paradigm shift is without caveats. Here are the open questions that should temper enthusiasm:

Model quality on-device vs. cloud. A quantized 70B-parameter model running locally is formidable, but it is not a frontier model. For tasks requiring the bleeding edge of reasoning capability, cloud inference will still outperform local execution. The question is whether enterprise workflows — research, data analysis, document generation — actually need frontier-level quality, or whether “very good” at zero marginal cost is the better economic choice.

Tool connector ecosystem. Local agents need to call the same APIs cloud agents do. Perplexity has not detailed how tool authentication, rate limiting, and schema evolution are managed when the runtime is local but the tools are remote. A local planner that fires off a thousand requests to a third-party API is still going to hit rate limits and bills — just on the tool provider’s side, not Perplexity’s.

Update cadence. Model weights improve weekly in the current AI landscape. How quickly do Perplexity’s local checkpoints lag behind their cloud frontier? If the local build is three months behind on safety fine-tuning, reasoning improvements, or tool-use accuracy, the cost savings may not justify the capability gap.

Hardware lock-in. DGX Spark exclusivity is the current state. Perplexity has not announced support for other local AI hardware — AMD MI series, Apple Silicon at scale, or consumer RTX cards. Enterprise buyers should evaluate whether they are comfortable betting on NVIDIA’s desktop AI stack or whether they need a hardware-agnostic strategy.

Bottom Line

Perplexity’s local-first Computer build on DGX Spark is more than a product announcement. It is a signal that the center of gravity in enterprise AI is shifting.

For two years, the default assumption has been that powerful AI runs in the cloud, and the question is merely which API provider to use. Perplexity is challenging that assumption. It is saying that for a growing class of agentic workloads — planning, reasoning, tool orchestration, document workflows — the right place to run is local. Not because local is cheaper in absolute terms (a DGX Spark is not free), but because it converts unpredictable operational costs into predictable capital costs, eliminates data egress risks, and removes latency from the loop.

Who should try this now?

  • Enterprises with strict data-residency requirements
  • Teams running high-volume, step-heavy agentic workflows where token costs are already painful
  • Organizations with existing NVIDIA infrastructure investments
  • AI labs prototyping agentic systems that need tight latency budgets

Who should wait?

  • Teams dependent on frontier-model reasoning quality for core use cases
  • Organizations without infrastructure to manage on-premise AI hardware
  • Buyers who need hardware-agnostic deployment flexibility

The broader signal is hard to ignore: 2026 is the year agentic AI starts moving off the cloud. Perplexity is not the last company to make this bet. It is just the first major brand to do it this loudly.

References and further reading


Please let us know if you enjoyed this blog post. Share it with others to spread the knowledge! If you believe any images in this post infringe your copyright, please contact us promptly so we can remove them.



// adding consent banner