Perplexity Releases Hybrid Compute on Mac: Cloud Agents Orchestrate Down to a Local Model, Gated On Device
Agentic assistants have a structural drawback: the context that makes them helpful — deal paperwork, privileged information, consumer data — is strictly the context customers can not ship to a cloud endpoint. This week, Perplexity shipped its reply for Mac. Hybrid compute splits a single Perplexity Computer activity between frontier fashions within the cloud and a compact mannequin on the consumer’s Mac, with an on-device privateness gate deciding what could cross the boundary. Perplexity additionally open-sourced the classifier behind that gate.
Is it deployable? Yes, hybrid compute is dwell for Pro, Max, and Enterprise subscribers on any Apple silicon Mac operating macOS 15 or later with at the very least 24GB of unified reminiscence (32GB beneficial). The native mannequin installs in a single click on from the Mac app, with no Ollama, no separate runtime, and no API key, and native work consumes no cloud credit.
What hybrid compute truly does
The path of orchestration is the design determination. Computer begins each activity within the cloud, the place frontier fashions deal with net search, planning, and long-horizon reasoning. When a step touches personal information or delicate information, Computer palms that step down to the native mannequin on the Mac with out restarting the duty or dropping context then merges each halves into one outcome.
This inverts the local compute mode Perplexity shipped on NVIDIA DGX Spark a week earlier, which begins on the consumer’s {hardware} and escalates up to cloud fashions with permission. Same orchestrator, reverse default.
Because Computer works with iPhone, a activity might be triggered remotely whereas delicate steps execute on the Mac on the desk. Perplexity positions an always-on Mac mini as a devoted native inference node for precisely this sample.
The privateness gate is the load-bearing part
Before something from a protected file reaches the cloud, an on-device classifier inspects it and the gate applies one in all 4 outcomes: preserve it native, masks the delicate spans, refuse the motion, or ask the consumer for consent. Credentials, cost card numbers, and authorities IDs get the strictest dealing with. Masked values are swapped for stand-ins on the way in which out and restored when the cloud reply returns.
PII-Tracer is a 0.6B bidirectional encoder tailored from a Qwen3 spine, changing the causal masks with padding-aware bidirectional consideration over a 4,096-token window. A linear tagging head emits 37 labels, one outside-span label plus BIOES place labels for every of 9 PII sorts, and an auxiliary head predicts whether or not a dialog accommodates delicate materials. Training ran three epochs on roughly 714,000 samples; a constrained Viterbi decoder resolves the label sequence at inference.
PII-TRACE, the accompanying benchmark, accommodates 13,148 artificial conversations throughout 13 languages and 10 writing techniques, with 37,431 character-level identifier mentions. Its central declare is that discovering most PII in a lengthy dialog is just not the identical as discovering each copy of it.
On outcomes: throughout 12 detectors, PII-Tracer data the best character F1 (0.629) and the second-best span-overlap and span-containment F1, behind GPT-5.6-sol. On consistency it leads by a extensive margin — each point out discovered for 79.4% of recurring identifiers and 77.6% of cross-turn identifiers, versus 57.0% and 55.1% for GPT-5.6-sol. In the toughest bucket (6–10 mentions) it scores 0.691 towards 0.464 for GPT-5.6-sol, 0.073 for GLiNER2-PII, and 0.045 for Claude Opus 4.8.
It could be very fascinating to know that single-window recall drops from 0.975 on conversations beneath 1,000 characters to 0.687 at 10,000 characters or extra. Perplexity’s repair is decoding, not retraining: 50%-overlap sliding home windows elevate total character recall from 0.830 to 0.965 and multi-mention constant detection from 0.794 to 0.954 on the identical checkpoint.
Explainer: how one activity splits throughout cloud and Mac
Models, controls, and availability
Perplexity’s announcement lists three native fashions at launch: Gemma 4 E4B, Qwen3.6 35B-A3B, and a Perplexity mannequin post-trained for Computer. The product web page’s setup movement factors to a one-click obtain of PPLX Qwen 3.8 27B; Perplexity’s Hugging Face org carries matching pplx-computer-qwen-3-8-27b builds alongside pplx-pii-masking-vllm, the 0.6B token-classification mannequin behind the gate.
For Enterprise, admins can set org-wide guidelines for what should keep on system, what could also be masked, and what requires express approval — plus audit logs for when info leaves a machine. That is the piece that makes this usable for authorized, healthcare, and monetary groups somewhat than simply fascinating.
Key Takeaways
- Hybrid compute begins duties within the cloud and palms delicate steps down to a native mannequin on the Mac, mid-task.
- An on-device PII classifier gates the boundary: preserve native, masks, refuse, or ask.
- PII-Tracer (0.6B) leads 12 detectors on character F1 (0.629) and on discovering each recurring point out (79.4%).
- Long-context recall drops to 0.687 previous 10K characters; sliding-window decoding recovers it to 0.965.
- Runs on Apple silicon, macOS 15+, 24GB unified reminiscence minimal, for Pro, Max, and Enterprise.
Check out the Perplexity announcement, the PII-TRACE research post, and the model on Hugging Face. Also, be happy to comply with us on Twitter and don’t overlook to be part of our 150k+ML SubReddit and Subscribe to our Newsletter. Wait! are you on telegram? now you can join us on telegram as well.
Need to accomplice with us for selling your GitHub Repo OR Hugging Face Page OR Product Release OR Webinar and many others.? Connect with us
The submit Perplexity Releases Hybrid Compute on Mac: Cloud Agents Orchestrate Down to a Local Model, Gated On Device appeared first on MarkTechPost.
