Outlier vs Poe: local Mac AI vs Quora's model aggregator
Poe is Quora's cloud aggregator: one account and one pool of compute points buys models from OpenAI, Anthropic, Google and xAI, plus image, video and audio generators, on web, Mac, Windows, iPhone and Android. Outlier runs models on your own Mac — no account, no caps, nothing uploaded unless you turn on cloud escalation, works with Wi-Fi off. Poe's annual plans run $49.99 to $2,499.99; Outlier Pro is $9/mo, and its two smallest models are free.
Full disclosure: I'm Matt Kerr, I build Outlier, so I have an obvious stake here. I've sourced every claim about Poe to Poe's own pages, and I've been specific about what my app can't do. If you need video generation or an iPhone, get Poe — Outlier has no answer for either.
What Poe is
Poe is run by Quora, Inc. Its about page pitches access to the best AI from many companies in one interface across your devices — a storefront, not a lab. Quora doesn't train what it sells. The subscription page names GPT-5.5, Claude-Opus-4.7, Claude-Sonnet-4.5, Gemini-3.5-Flash and DeepSeek-R1, plus image and video models like Nano-Banana-Pro, Veo-3.1 and Sora-2. Grok-4 and Gemini-3.1-Pro aren't on that page but have their own bot pages, so xAI and Google's top-end models are on the shelf too.
The billing unit is a compute point. Each message spends points at a rate set by the model you picked, out of a daily or monthly allowance. Points are fungible across modalities, so one balance covers a chat reply, an image, or a few seconds of video. Poe says it's free for most usage, with plans from $4.99/month.
There's a real developer platform on top: a documented bot protocol, server bots, monetization, group chats, and an OpenAI-compatible REST API at api.poe.com/v1 (plus an Anthropic-compatible endpoint) that Poe documents as working with Cursor, Cline and Continue, capped at 500 requests per minute.
What Outlier is
Outlier is a native macOS app for Apple Silicon — M1 or later, macOS 12 or newer. No Windows, Linux, or iPhone build. What it does have is the whole model running on your machine: no account, no usage cap, and nothing leaving the device unless you enable cloud escalation — one optional setting that retries a task the local model can't finish on a cloud model using your own API key. It's off by default and never runs in private mode. Turn off Wi-Fi and it keeps working.
Seven tiers ship in the app, from Nano (4B, a 2.37 GB download, 6 GB RAM minimum, 71.7 tok/s on my M1 Ultra and 32 tok/s on an M4 MacBook Air) through Core and Code at 27B, up to Plus at 397B-a17b, which streams experts from SSD and peaks near 11 GB of RSS on a 64 GB Mac. Six base models are Apache 2.0; Quick is under Gemma's terms. Nano and Lite are free; Pro is a one-time purchase for all seven.
Side by side
| Poe free | Poe paid | Outlier free | Outlier Pro | |
|---|---|---|---|---|
| Price | Free | $49.99–$2,499.99/yr (from $4.99/mo) | Free | $249 once |
| Usage caps | Yes — daily compute points | Yes — 10k points/day at entry; 660k–8.25M/month above | None | None |
| Works offline | No | No | Yes | Yes |
| Data uploaded | Yes — chats, photos, documents | Yes — chats, photos, documents | No — unless you enable cloud escalation | No — unless you enable cloud escalation |
| Account required | Yes (13+) | Yes (13+) | No | License key only |
| Platform | Web, macOS, Windows, iOS 17+, iPadOS 17+, visionOS 1+, Android | macOS 12+, Apple Silicon only | ||
What it costs over a year
Poe's annual ladder, off its subscription page: $49.99/yr ($4.17/mo) for 10,000 points per day; $199.99/yr for 660,000 points per month; $499.99/yr for 1.65 million; $999.99/yr for 3.3 million; $2,499.99/yr for 8.25 million. The page advertises a 17% saving against monthly billing, and Apple's App Store listing corroborates the middle rung at $19.99 monthly, $199.99 yearly.
Watch the unit change. The cheapest tier is metered per day; every tier above it, per month. A daily bucket refills nightly but punishes one heavy afternoon; a monthly bucket can be gone by the 8th.
From Poe's terms of sale: points work only on Poe, have no cash value, and are non-transferable and non-refundable. They don't roll over unless stated otherwise, purchased points expire a year after purchase, and subscriptions auto-renew. Normal for a credits product, but harder to forecast than a flat fee. Outlier Pro is $249 once for Founders Lifetime, and token volume doesn't move the bill.
What happens to your data
Poe is remote by construction. Its privacy policy says third-party model providers and developers may receive details about your interactions with bots on Poe, including the contents of your chats and photos or documents you upload. It also tells users not to share sensitive personal information with bots — card numbers, social security numbers, that category.
Credit where due: Poe's privacy center says official bots built on OpenAI, Anthropic, Google and Meta models do not train on your chats, and only third-party developer bots may. A shield icon — full or half shaded — shows the exposure per bot before you send. More transparency than most aggregators bother with.
The catch: that control is per bot, not per account, and no global training opt-out is documented. Memory can be switched off and its summaries deleted, though Poe notes summaries can outlive the chats they came from. The terms also take a worldwide, non-exclusive, royalty-free, transferable and perpetual license to your content — you keep ownership. Privacy policy dated April 30, 2026; terms March 19, 2026.
Outlier's half is short: inference happens in your Mac's memory, so there's no server log to request and no per-bot shield to read. The one exception is cloud escalation — off by default, your own API key, never in private mode. Leave it off and nothing you type leaves the Mac.
Where Poe genuinely wins
Not concessions — facts about what a laptop can't do.
- Breadth across labs. One subscription reaches competing frontier models side by side. If your job is working out which lab handles a prompt best, no single-model app can match that, mine included.
- Modalities a Mac can't run. Images, audio, and especially video — Veo- and Sora-class output isn't generated on-device today. Outlier generates no images, audio or video — its Vision 35B tier reads images, but nothing in the app makes them.
- Live information. Every hosted model on Poe reaches the network on every message. Outlier has no live search inside ordinary chat — a normal reply comes from the weights, with a training cutoff. Its deep research mode can go to the web, but that's a mode you enter deliberately, not something each turn reaches for.
- Every device, synced. Web, macOS, Windows, iOS, iPadOS, visionOS and Android. Outlier is one Mac.
- The cheapest real plan is cheap. $49.99/year undercuts a single-vendor $9/month plan, and it isn't a crippled trial.
- Your subscription is also an API key. Subscribers drive the OpenAI-compatible endpoint with existing points at no extra cost, so one plan can fund Cursor, Cline and Continue — and since the endpoints are standard-shaped, migrating out is mostly a base-URL change.
- A real builder ecosystem. A documented bot protocol, an Apache-2.0 SDK (
fastapi_poe), monetization and multi-bot chats make Poe a platform, not just a chat window — and it costs your machine no RAM, no disk, no fans.
Where Outlier has the edge
Four things, all structural rather than a matter of degree. Nothing you type is uploaded unless you enable cloud escalation (off by default, your own API key, never in private mode), so out of the box there's no policy to trust and no shield icon to check. It works offline — on a plane, in a basement, on hotel Wi-Fi that's pretending to work. No caps, so a long refactor costs nothing but time. And the price doesn't move with usage.
The honest quality receipt: Core 27B matched Claude Opus on 98.9% of rubric checks across a 54-prompt head-to-head, and 100% on the nine hardest. On a blind slice of SWE-bench Verified it measured 45% (18 of 40). Strong for a model on your desk — not the same as the top of Poe's catalog. On a genuinely hard problem, a frontier cloud model still wins.
Who should pick which
Pick Poe if you want to compare labs without an account at each, you need image, audio or video generation, you need current information off the live web, you work across a phone and a PC too, or you want one subscription that also funds your coding-tool API calls.
Pick Outlier if what you paste in is confidential — client files, source code, medical or legal drafts — and "providers may receive the contents of your chats" is a non-starter; if you work where the network isn't; or if metered points make you edit yourself before you type.
Run both if that's your situation, and plenty do. Poe's $49.99/year tier keeps frontier breadth and image generation on hand cheaply; Outlier takes the confidential, offline and high-volume work. They aren't competing for one job.
Try Outlier free — no account needed
Nano and Lite run on your Mac for free, forever, with no sign-in and no upload. Download, open, and start typing.
Download for Mac