yothere runs up to five agent turns at once on the Claude or ChatGPT subscription you already pay for, and gives you one inbox instead of five terminal tabs.
You hail a task, by typing or out loud. The agents work on their own, on your own machine. They come back to you only when one of them genuinely needs a human.
The name is the interaction. You say “yo, you there?” and your fleet answers “yohere, on it.”
Before your first command
yothere is a cockpit, not a model. It never holds your model credentials and never bills you for inference. You bring four things:
| You bring | Why |
|---|---|
| A Mac or Linux machine you can leave open | The agents run here, not in our cloud. Windows works through WSL2. |
| Python 3.11, 3.12, or 3.13 | 3.14 is not supported and yothere doctor fails it. |
| pipx | Installs the CLI into its own environment, persistently. |
| Your own Claude Code or Codex CLI login | The turn runs as you, on the subscription you already pay for. |
The loop
- Hail. One line, typed into the cockpit, spoken on a voice call, or run as
yothere spawn "scan our top 3 competitors"from the CLI. - The fleet works. The cockpit queues the thread. Your paired machine leases it and runs the turn locally, on your Claude Code or Codex login. Up to five work turns advance in parallel by default, and running out of steps is not a failure: the thread takes another turn.
- One ping, or none. Only what genuinely needs your call reaches the Inbox, and a push lands on your phone when it does. Reply from the card, and the fleet moves again.
Four kinds of card can reach you
- A question. It hit a real fork and needs your call.
- A draft to send. It wrote the email. You press Send.
- A plan to approve. It wrote the approach before doing the work. Approve, or send it back.
- A result to look at. It finished. Glance, confirm, done.
Everything else advances silently. Most of the time the Inbox is empty. That is the product working.
Your reply never queues behind the work: typed questions run on their own pool, on top of the five work turns, so you can interrupt one agent while the other four keep going.
What you get
- The cockpit at app.yothere.ai/overview, with three lanes: an inbox of what needs a human, a working lane of what is in flight (and what each turn is doing right now), and a done pile.
- Hosted voice. Click Connect in the cockpit and talk to your fleet in the browser. No phone number, no Twilio, no API key of your own, and 120 minutes a day (resets daily). The transcript streams into the cockpit live during the call, and the call content is not kept on our servers after the call ends. See Privacy.
- The code lane. Register a repo you already have with
yothere workspace add, then hailyothere spawn --repo <alias> "fix the layout shift on the pricing page". The thread works in its own git worktree, commits to a branch, and hands it back for you to read. No approval opens a push or a merge. See Core concepts. - Push to your phone. Install the cockpit as an app, and a push deep-links to the one thread that blocked.
- A send-gate and cost caps on your machine. Outward actions are held until you approve them.
What holds the blast radius, honestly
Worker turns run without per-action prompts, so the guardrails matter and we state them plainly:
- The send-gate. Outward actions (sends, posts, pushes) are held on your machine until you approve them.
- No approval opens a push.
git pushandghcan never be granted, by any approval, ever. There is no button that publishes. - Cost caps, per thread and per day, on by default. Voice has its own daily allowance: 120 minutes, resetting every day.
The send-gate is a guardrail, not a sandbox. It inspects shell commands and MCP tool calls, and nothing else: what an agent reads, what it writes to disk, and its outbound GET requests are not contained. See Trust for the full boundary.
Not built yet
It is not on sale, and it has no date. A shipped date we miss is the same lie in a slower voice.
Where to go next
- Setting up? Start with Install, then the Quickstart.
- Signing up? Onboarding is the hosted path, end to end.
- New to the ideas? Read Core concepts, then How it works.
- An agent setting itself up? Jump to Agent onboarding.
yothere is an open beta. The cockpit, the inbox, and the job queue are hosted at app.yothere.ai. Sign up. Your first 7 days are free, no credit card, then the Founding plan is $20/mo. You pair your own machine, so your own agent subscription runs the turns, and nothing goes to us for inference. See Pricing.