Fundraising pitch · 2026

Use everything in your subscriptions.

Solopreneurs and small teams already pay $500–$2,000/month for Claude, Perplexity, Gemini, Codex, ChatGPT, and the rest. They use maybe 10% of it. Sandolab is the workbench that lets one operator actually leverage all of it — coherently, with budgets, audit, and handoff.

Not a reseller. Not another wrapper chat. A control plane that routes work across the seats you already own, pools accounts inside a small team, and turns idle subscription capacity into compounding research, code, and product output.

$240+/mo
Idle subscription spend per operator
7+
Subscription surfaces unified
1 op
Designed for solo & small team
Live
Running in production today
The Thesis

Subscription leverage, not token resale.

The market is convinced AI economics means token-metered API calls. That misses where the actual capacity is sitting: in flat-rate consumer and prosumer subscriptions that 99% of users barely touch.

The trap

Pay-per-token APIs

Every research query, every coding agent, every browser scrape meters against an API key. Costs scale linearly with ambition. Solo founders cap themselves at $50/mo of API and never use the full power of the tools.

> $1.00 per deep-research call · $15+ per long task
The opening

Flat-rate subscriptions

Claude Max, Perplexity Pro, Gemini Advanced, ChatGPT Pro, Codex are flat. They include orders-of-magnitude more capacity than any one human can manually consume. The marginal cost of an automated query is $0.

> 192 browser queries/day per seat · $0 marginal

The math we're selling

A typical operator already pays for Claude Max ($200), ChatGPT Pro ($200), Gemini Advanced ($20), Perplexity Pro ($20), GitHub Copilot ($20), Google AI Ultra ($250 — with $100 GCP credits attached). That's ~$700/month sitting on the desk. Used the way most people use it, it's a glorified search box. Used with Sandolab, it's a 24/7 research, coding, and synthesis fleet that would cost $5K–$20K/month to replicate on raw APIs.

We're not selling cheaper compute. We're selling the difference between "I have a Perplexity Pro tab open" and "Perplexity is running 100 structured research queries for me overnight, every night, feeding into a synthesis layer I read with my coffee."

How it works

One operator. Every seat. A coherent system.

Six layers, already running in production against my own work and in a small pilot pool.

01

Pool the seats

Operator-held credentials for Claude, ChatGPT, Gemini, Perplexity, Codex, GitHub, and the rest. No reseller markup, no shared logins, no credential bleed across profiles.

02

Route the work

A scheduler decides which task goes to which seat. Cheap reasoning to Haiku, deep research to Perplexity browser, codegen to Claude Code, synthesis to Gemini. Daily caps protect quota.

03

Drive the browsers

A Chrome extension operates the actual AI web UIs the operator already pays for. Programmatic queries against flat-rate plans. No API token billing.

04

Capture everything

Every conversation, every research deposit, every output ingests into a single Postgres-backed knowledge graph. Beliefs, contradictions, follow-ups, lineage.

05

Compound the output

A research flywheel reads the deposits, synthesizes, spawns follow-up tasks, updates beliefs, and surfaces what the operator should actually look at. The system gets sharper the longer it runs.

06

Stay in control

Operator dashboard shows live task queue, per-seat budget, fleet health, cost pressure, and a full audit trail. Friends in a small team get email-gated access with per-person caps.

SEEDROUTEDRIVE BROWSERCAPTURESYNTHESIZEFOLLOW-UPSEED
What's already built

The stack is live.

Not a deck. The system is currently running my consulting work, research pipeline, and the first pilot pool of users.

Orchestration

Control Plane

The kernel: Go + Postgres mesh that holds task state, agent registry, research topics, beliefs, goals, cost ledger. Single source of truth across distributed runners.

  • 100+ MCP tools surface for agents
  • Multi-agent quorum for high-stakes decisions
  • Durable workflow engine (no Temporal needed)
  • Per-seat and per-task budget enforcement
Subscription multiplier

Browser Bridge

Chrome extension that drives ChatGPT, Claude.ai, Gemini, Perplexity programmatically through their web UIs. The piece that turns flat-rate plans into automation.

  • Per-profile isolation: Pro work vs personal
  • Deep-research lane + light-query lane
  • Daily caps at gateway, not caller level
  • Session sync ingests every conversation into mesh
Small-team workbench

Chat Pool

LibreChat + LiteLLM stack with per-friend monthly budget caps. Friends sign in by email; never see credentials; spend mapped per-person. Subscriptions stay with the operator.

  • Email-gated access via Cloudflare
  • Per-friend $/month hard caps
  • 8 models across 3 providers, one UI
  • Optional mesh telemetry stream
Agent dispatch

Orchestrator + Fleet

Spawns Claude Code, Codex, Gemini CLI runners in isolated worktrees. Routes tasks by capability and cost. Steerer pattern fans out cheap subagents from one parent.

  • Multi-host fleet (Hetzner + local)
  • Worktree isolation per task
  • Cost-aware lane routing
  • Live task transcripts in console
Compounding output

Research Flywheel

Topics → deposits across Claude/Gemini/Perplexity in parallel → synthesis with agreement and disagreement → follow-up tasks → the loop tightens.

  • Multi-model triangulation per topic
  • Confidence + source attribution
  • Auto-spawns follow-up topics
  • Beliefs persist across sessions
Operator cockpit

Console

React + XState dashboard. 29 views across queue, dispatch, topology, research, problems, fleet health, terminal, semantic context.

  • Live task & budget visibility
  • Daily problem triage queue
  • Tmux attach for debugging
  • Architecture & ontology surfaces
Target operator

Built for the solopreneur who already pays for everything.

Not enterprises. Not the "AI for everyone" crowd. The operator who's already running 6 tabs of AI tools and knows they're leaving 90% of the value on the table.

Solo founders

Building real product. Need a research, coding, and ops layer that scales without a team. Already pay for the tools.

Technical consultants

Running multiple engagements. Need parallel research lanes per client, audit trails, and budget walls.

Small teams (2–5)

Don't want enterprise licenses or shared logins. Want one operator-held stack with per-person caps and clean handoff.

How I can help

AI Stack Audit
One-time engagement
Inventory the subscriptions you're paying for, where capacity is being wasted, and what routing would actually unlock. Ends with a written plan you can act on with or without me.
Done-with-you Deployment
Project + ongoing support
I deploy the workbench against the accounts you already own. Research, coding agents, browser handoff, ops. You keep every credential and every artifact.
Embedded Operator Retainer
Monthly recurring
I point my full AI fleet at your roadmap. Weekly delivery cadence, research, prototypes, ops automation. You get the output; I keep the stack running underneath it.
Anti-lock-in Rescue
Scoped sprint
You built something in Cursor, Lovable, Replit, or a vendor agent and you need it back in your own infrastructure with your own keys. I do the extraction and handoff.

Scoping and pricing happen on a call once we've looked at your actual stack.

The moat

Why this is hard to copy.

Operator-held keys

Customer owns every subscription, every credential, every cloud project. No reseller markup. No platform lock-in. We can't hold them hostage even if we wanted to.

Browser-bridge under the hood

18 months of fighting Chrome extension drift, selector breakage, vision-layer verification, profile isolation, and quota math. Hard to copy; even harder to keep running.

Mesh as the kernel

A purpose-built Go + Postgres orchestration system with a quorum model, durable workflows, and 100+ MCP tools. Three years of design decisions baked in.

Subscription-offer intelligence

Daily snapshots of plan changes across all major providers, with a human review queue. The routing layer knows about a new Claude tier before the customer does.

Audit + handoff by design

Every route decision, every dispatched task, every cost charge is logged. Customers can leave with their data, their repos, their accounts intact.

Already running

This is not a vaporware deck. The stack runs my own consulting work daily, dispatches research overnight, and serves a small pilot pool of paying users.

The raise

What I'm raising for.

The stack works. What I need is the runway to harden it, productize the workbench, and bring the pooled-lab offering to a wider group of operators.

Productization

Polish the operator console, onboarding flows, and the chat-pool admin surfaces so a new customer can stand up the stack in a day.

Browser bridge hardening

Vision-layer verification across every supported provider, automated UI-drift detection, and self-healing selectors when the AI vendors ship UI changes.

Pilot expansion

Move from a handful of users to a meaningful cohort across solo-founder, consultant, and small-team profiles. Build the case-study layer.

Let's talk.

If the subscription-leverage thesis lands for you and you back technical solo founders building real systems, I'd like to walk you through the live stack and the pipeline of pilot users.