Perplexity released Portable Computer, a local-first agent running on an Nvidia DGX Spark (starting at $4,700) that separates probabilistic reasoning from deterministic control. Rather than stacking more model intelligence (planner, critic models), Perplexity's runtime orchestrator is deterministic code that assembles context, enforces policy, and executes approved tool calls inside an OS-level sandbox, while the model only proposes actions. Benchmarks using the same Qwen3.8-27B base model across three agent stacks show Computer scoring 82.6% versus Pi's 77.6% and Hermes's 74% on a 53-task internal benchmark, with a wider gap on ParseBench-100 (65.1% vs 34.6% and 13.9%). The sandbox, not determinism itself, is described as the actual security boundary, disabling tool calls if unavailable. Local reasoning still hits limits: Terminal Bench 2.1 scored 59.6% locally, rising to 73.0% when consulting Claude Opus 5 remotely, versus 82.4% for Opus 5 alone.

4m read timeFrom thenewstack.io
Post cover image
Table of contents
The loop controller is code, and the decisions are still a modelSame weights, better scoresThe security boundary lives outside the model

Questions this post answers

What is Perplexity's Portable Computer agent and what hardware does it run on?

Portable Computer is Perplexity's local-first version of its Computer agent, designed to run on an Nvidia DGX Spark workstation, which starts at $4,700; it can alternatively run on hardware like a 24GB RTX 3090, which sells above $1,500. It separates probabilistic model reasoning from a deterministic orchestrator that enforces policy and executes approved tool calls in a sandbox. daily.dev collects hands-on reports like this for teams weighing local versus cloud AI agent deployments.

How does Perplexity's Computer agent benchmark against Pi and Hermes using the same base model?

Using the identical Qwen3.8-27B base model and hardware, Perplexity's Computer scored 82.6% on a 53-task Local Knowledge Work Bench versus 77.6% for Pi and 74% for Hermes. On ParseBench-100, covering charts, layouts, and tables, Computer scored 65.1% versus 34.6% for Hermes and 13.9% for Pi, indicating the harness architecture drives the difference rather than model quality. engineers comparing agent harness designs can track evidence like this on daily.dev before picking a stack.

How much does consulting a cloud model like Claude Opus 5 improve a local AI agent's performance on Terminal Bench 2.1?

Perplexity's local agent scored 59.6% on Terminal Bench 2.1 running alone, rising to 73.0% when it could consult Claude Opus 5 as a cloud advisor, compared with 82.4% when Opus 5 handled the task entirely on its own. This shows deterministic orchestration cannot fully compensate for reasoning limits of a smaller local model. developers weighing local versus cloud LLM tradeoffs can follow benchmark reports like this on daily.dev.