AI Agent Orchestration Control Plane — research-driven ICP discovery from 4 candidates, with primary ICP, additional ICPs, cross-ICP prioritization, downstream signals, and live approval gates. Generated 2026-05-25. Search log: research/icp-search-log.md.
Is the primary ICP segment correct — solo developers, indie hackers, and technical solo founders running 2-10+ AI coding agents on remote infra — with enterprise security teams and committee-buying orgs excluded, and the buyer = user = admin distinction (single decision-maker, PLG self-serve) accurate?
Customer Profile
Who they are: Solo software developers, indie hackers, and technical solo founders who run multiple AI coding agents (Claude Code, Codex, OpenCode) on remote infrastructure. They typically have 2-10+ years of development experience and are experienced developers who want to focus on shipping, not infrastructure. Many are building SaaS products, open-source projects, or freelance client work using AI agents as force multipliers.
Budget authority: Single decision-maker. No procurement process. They control their own tooling budget and make purchasing decisions in minutes, not weeks. Typical developer tool spend: $50-200/month across all tools. Sweet spot for a single new tool: $9-29/month.
Discovery channels: Hacker News, Reddit (r/programming, r/SideProject, r/IndieTechnology), X/Twitter dev community, Indie Hackers forum, Dev.to, Medium technical blogs. Word-of-mouth in Discord servers and Slack communities. GitHub trending repos.
Company profile: Solo or 1-3 person company. Pre-revenue to early revenue ($0-50K MRR). Bootstrapped or lightly funded. Often running multiple projects simultaneously.
Business Model & Go-to-Market Motion
Model type: B2B SaaS (PLG) with optional managed IaaS upsell. Evidence: Cursor reached $2B ARR without hiring enterprise sales until $200M+. Developer tools in 2026 overwhelmingly start with PLG — 67% of hybrid PLG+SLG companies hit NRR targets vs. 58% pure-PLG.
Primary motion: Product-led growth. Self-serve signup, free tier or trial, upgrade when value is proven. The buyer and the user are the same person.
Buyer-user relationship: Same person. The developer who evaluates is the developer who buys is the developer who uses daily.
User Profile(s)
Primary persona: "The Agent Conductor"
Role: Solo developer or technical founder using 2-4 AI coding tools simultaneously (typical pattern: Cursor for editing + Claude Code for complex tasks + Codex for autonomous work).
Technical sophistication: High. High technical sophistication. Could manage own infrastructure but values abstraction. Comfortable with CLI tools, understands networking basics.
Daily workflow: Starts 3-8 AI agent sessions across 1-3 repos. Monitors progress via gblock-party dashboard from any device. Approves permission prompts when agents need elevated access. Reviews diffs before pushing. Switches between laptop and phone throughout the day.
Goals:
Maximize parallel AI agent throughput (more agents = more features shipped)
Monitor agent work from any device, especially mobile
Maintain session persistence — close the laptop, agents keep running
Approve or reject risky agent actions without being at the desk
Review code diffs before agents push to production
Frustrations:
tmux works but has no GUI — managing 8 panes is painful
No mobile-friendly way to monitor agents (SSH on phone is awful)
Closing SSH connection means losing visibility until reconnect
No unified status view — each agent is a separate terminal session
Rate limits hit across parallel sessions with no management
Claude Code Remote Control still requires local machine to be on
66% cite "AI solutions that are close but not quite right" as top frustration
Trigger Events
What causes someone to start looking NOW — ranked by frequency and urgency:
Scaling past 3-5 parallel agents (HIGH frequency, HIGH urgency) — Laptop CPU/RAM caps out. They need remote compute. gblock-party provides it so they never manage it. This is the most common entry point.
First mobile need (HIGH frequency, MEDIUM urgency) — They're away from desk and an agent needs approval, or they want to check if a long-running task finished. SSH on phone is intolerable.
Session loss from closed laptop (MEDIUM frequency, HIGH urgency) — They lose hours of agent work because their laptop went to sleep or SSH disconnected. They want persistence.
Rate limit management (MEDIUM frequency, MEDIUM urgency) — Running 5 agents uses quota 5x faster. They need visibility into which agents are active vs. idle.
Reading about the "Agent Conductor" role (MEDIUM frequency, LOW urgency) — Blog posts and trend pieces about developers managing agent teams spark interest in better tooling.
T3 Code or Termdock discovery (LOW frequency, MEDIUM urgency) — They find a partial solution but it lacks remote/headless mode or mobile access. They start looking for alternatives.
Current State Journey
Current DIY workflow gblock-party eliminates
Step-by-step workflow without gblock-party:
Provision a VPS — Rent a Hetzner/DigitalOcean/Linode server. Install Ubuntu. Set up SSH keys.
Install agent CLIs — Install Claude Code, Codex CLI, possibly OpenCode. Configure API keys.
Set up tmux — Create tmux sessions. One pane per agent. Maybe a tmux alias to launch common configurations.
Set up access — Configure Tailscale or Cloudflare Tunnel for secure access. Possibly set up mosh for connection resilience.
Start agent sessions — SSH in. Attach to tmux. Start agents in separate panes with specific prompts and repos.
Monitor progress — Switch between tmux panes. Read terminal output. Check if agents are stuck, waiting for approval, or done.
Handle approvals — When an agent needs permission (file write, package install, git push), switch to that pane and approve/reject. Must be at computer.
Review output — git diff in the terminal. Read raw diff output. No visual diff viewer.
Mobile check — Open Blink Shell or Terminus on phone. SSH in. Try to read tiny tmux panes on a phone screen. Squint.
Session recovery — If SSH disconnects, tmux attach. If tmux crashes, start over. No state history.
Pain Map
Pain Point
Severity
Frequency
Evidence
No unified multi-agent status view
Critical
Every session
Every blog post about VPS+tmux+AI agents describes managing separate panes as the core workflow challenge
No mobile access / unusable on phone
Critical
Daily
Claude Code Remote Control launched Feb 2026 but still requires local machine on; SSH on phone universally described as painful
Session fragility / no persistence
High
Weekly
"Fixes are often session patches that work for the moment but don't stick"; VPS+tmux articles cite persistence as primary motivation
Approval prompts require desk presence
High
Multiple daily
Permission prompt interception listed as "Critical unknown" in concept brief; no existing solution routes approvals to mobile
No visual diff review
Medium
Per agent task
T3 Code added diff viewer as key feature; validates demand
Rate limit blindness across agents
Medium
Daily
"5 parallel agents use quota 5x faster" — no visibility into aggregate consumption
DIY sysadmin overhead
Medium
Setup + maintenance
Multiple tutorials exist for VPS+Claude setup (5-10 step guides); setup burden cited as pain in concept brief
Pain-intensity gate
The Pain Map ranks "No unified multi-agent status view" and "No mobile access / unusable on phone" as the two Critical pains. Is that ranking right, or is one pain overstated?
Current Alternatives (User Perspective)
What users say they currently use or have tried, in their own words:
tmux + SSH + VPS — The dominant DIY solution. "tmux became the runtime for AI agent teams." Works but has no GUI, no mobile, no agent-aware features. Universally used, universally complained about.
T3 Code — Free, open-source desktop GUI for managing AI coding agents. Session management, git integration, diff viewer. But: no remote/headless mode, no mobile access, desktop-only, Codex primary integration, Claude Code pending.
Termdock — Electron-based desktop app with GUI-native AI agent monitoring, drag-resize panes. But: desktop-only, no remote, no mobile, $20-200/mo.
Claude Code Remote Control — Built-in feature (Feb 2026) to control a session from phone. But: requires local machine to stay on, no true persistence, single session only.
Cursor Agent View — Dashboard for sessions. But: tied to Cursor IDE, not agent-agnostic, no remote/mobile.
code-server / OpenVSCode Server — VS Code in browser. But: not agent orchestration, just an editor. Users say: "The product is not competing on 'I can open a terminal in a browser.'"
Ona (formerly Gitpod) — Pivoted to "mission control for agent teams" in Sep 2025. Enterprise-focused, cloud-only, AWS VPC. But: enterprise pricing, no BYO-client, no self-hosted option for individuals.
Coder — Enterprise CDE platform, self-hosted, Terraform-based. But: enterprise complexity, not designed for AI agent orchestration, requires significant setup.
Market Sizing
TAM (Total Addressable Market)
$12.8B — AI coding tools market in 2026 (85% of 28.7M developers using AI tools).
Methodology: Top-down from industry reports. High confidence — multiple sources converge on this figure.
SAM (Serviceable Addressable Market)
~$1.5-2.5B — Developers who run AI coding agents on remote infrastructure and need orchestration tooling.
Methodology: Bottom-up estimate. ~28.7M developers worldwide. 85% use AI tools (24.4M). Of those, ~15-20% use terminal-based agents (Claude Code, Codex, OpenCode) rather than IDE-only tools = 3.7-4.9M. Of those, ~10-15% run agents on remote infrastructure (VPS, cloud) = 370K-730K developers. At $29/mo average = $129M-$254M/yr for individual tier. Add team/enterprise tiers at higher ARPU: ~$1.5-2.5B.
Confidence: Medium — terminal agent adoption % and remote infrastructure % are rough extrapolations.
SOM (Serviceable Obtainable Market)
~$2-8M ARR in first 2 years targeting power users / solo founders.
Methodology: Conservative. If 1-3% of the ~370K-730K remote-agent developers adopt at $19/mo average = $840K-$5M ARR. With early team tier adoption: $2-8M. Comparable: successful micro-SaaS targeting developer niches reach $5K-50K+ MRR.
Confidence: Low-Medium — conversion rate is speculative pre-launch.
Stated Value Drivers
What users say matters, in their own language:
"Close the laptop, agents keep running" — Session persistence is the #1 stated value. VPS articles open with this promise.
"See all my agents in one view" — Unified status dashboard. Every tmux complaint circles back to "I can't see what's happening across sessions."
"Approve from my phone" — Mobile permission approval. Blog posts describe fire-and-forget workflows where you start agents and check from phone.
"Like having a co-founder who never sleeps" — AI agents as force multipliers. The value is in parallel throughput, not individual agent quality.
"Zero setup, just connect" — BYO-client with turnkey managed infrastructure. Users want the workflow without the sysadmin. [BYO-client connectivity needs validation — tools may have hardcoded endpoints or locked inference layers]
"I need to review diffs before anything gets pushed" — Safety through visibility. T3 Code's diff viewer is specifically mentioned as a key feature.
The "aha moment" as users describe it: "I started 5 agents, closed my laptop, had dinner, checked from my phone — 3 PRs were ready for review."
Customer ↔ User Dynamics
Post-purchase relationship: Buyer = user = admin. No provisioning complexity. The solo founder connects their existing front-end tool to gblock-party's managed infrastructure, or opens the Agent Board, and starts using it immediately. No onboarding flow needed beyond initial setup.
Self-service everything: Account creation, tool connection, configuration, billing changes, cancellation — all self-serve. Support via docs, Discord, and GitHub issues.
Expansion path: Solo founder hires first engineers → needs team features → upgrades to team tier. This is the natural PLG land-and-expand motion.
Discovery & Evaluation Behavior
How They Find Solutions
Community discovery: Hacker News "Show HN" posts, Reddit threads about VPS+AI agent setups, X/Twitter threads from developer influencers.
Blog/tutorial trail: They search "how to run Claude Code on VPS" or "tmux AI agent workflow" and find tutorial posts. Multiple such posts exist (Medium, Dev.to, personal blogs). A product that appears in this search trail captures high-intent users.
GitHub discovery: Trending repos, awesome-lists (awesome-terminals-ai exists), "stars" from followed developers.
How They Evaluate
Free tier or trial first: Will not pay before trying. Need to see value in under 60 seconds (2026 PLG bar). "Can a user get value in under 60 seconds?"
Compare against DIY: Is this better than my tmux setup? If not significantly better, they'll stick with free.
GitHub stars + open-source signal: T3 Code's MIT license and open-source nature is explicitly cited as a strength. Users trust what they can inspect.
Solo evaluation: No committee. One person decides in minutes to hours, not weeks.
How They Choose
Mobile access is the tipping point: This is the one thing tmux+SSH cannot provide well. If the product nails mobile, it wins against DIY.
BYO-client is a must-have: They already use a front-end tool they like. The product must work with their existing tools, not force a new UI. [Connectivity validation needed — see journey-map.md § BYO-Client Integration Landscape]
Deal-breakers: Vendor lock-in, required public inbound ports, inability to use their own API keys, no CLI/headless mode.
Price sensitivity: High for individual tool spend. Must be under $30/mo to compete with "free tmux." Value must be obvious.
Additional ICPs
ICP 2: Small Engineering Teams (2-15 developers) Priority #2
Customer Profile
Who: Early-stage startups and small SaaS companies with 2-15 developers. Engineering-led organizations where the CTO or engineering lead makes tooling decisions. Series A/B stage or bootstrapped with revenue.
Budget authority: Engineering lead or CTO. $1K-5K/month developer tools budget. Decision process: engineer champions the tool, lead approves after seeing usage data.
Business Model & Go-to-Market Motion
PLG land-and-expand. Individual developer signs up free, team adopts when 2+ devs are using it, lead approves team billing. Expansion from $29/seat/mo.
User Profile(s)
Individual developers on the team use it for their own agent workflows, plus the engineering lead wants visibility into team-wide agent activity: who's running what, which repos are being modified, aggregate resource usage.
Trigger Events
Team scales past 3-5 developers — Can no longer casually coordinate who's running agents on what repos
Agent conflict incident — Two developers' agents modify the same files, causing merge conflicts or regressions
New developer onboarding — Need to give new hire access to shared dev infrastructure without giving root SSH access
Current State Journey
Each developer manages their own agent sessions independently. No shared visibility. Coordination via Slack messages ("I'm running agents on the API repo, don't push to main"). No centralized audit of what agents are doing.
Pain Map
Pain
Severity
Frequency
No shared visibility into agent activity
Critical
Daily
Agent conflicts on shared repos
High
Weekly
No RBAC for agent access
Medium
On hire/offboard
No team-wide resource usage tracking
Medium
Monthly
Current Alternatives (User Perspective)
Slack coordination ("don't touch the API repo"), individual tmux setups, Coder (too enterprise/complex), nothing purpose-built.
Market Sizing
~4.2M small teams worldwide (companies with 2-50 developers). SME developer tools segment growing at 28.2% CAGR. At $49/seat/mo average, 5 seats: ~$2.9K/yr per team.
Stated Value Drivers
"See what everyone's agents are doing." "Stop stepping on each other's toes." "Onboard new devs without giving SSH access."
Customer ↔ User Dynamics
Buyer (eng lead/CTO) and users (individual devs) are different. Lead cares about visibility and governance; devs care about UX and not losing their workflow.
Discovery & Evaluation Behavior
Individual developer discovers via same channels as ICP 1. Champions to team lead. Lead evaluates on: team visibility, security, pricing per seat. Trial period: 2-4 weeks of team usage before committing.
Who: Freelance developers and small dev agencies (2-5 people) managing 3-8 client projects simultaneously. Technically skilled, budget-conscious, value efficiency over features.
Budget authority: Self (freelancer) or agency owner. $10-50/month typical tool spend per tool. Highly price-sensitive — every dollar must show ROI.
User Profile(s)
Freelancer running AI agents across multiple client repos. Needs strict project isolation (Client A's code must never leak into Client B's agent context). Mobile monitoring between client meetings.
Trigger Events
Taking on 4+ concurrent clients — Can't keep track of agents across projects
Client confidentiality concern — Needs to prove code isolation between clients
Between-meeting monitoring — Starts agents before a meeting, wants to check results on phone after
Pain Map
Pain
Severity
Frequency
No per-client session isolation
High
Every project
Context-switching overhead between projects
High
Daily
No mobile monitoring between meetings
Medium
Daily
Current Alternatives (User Perspective)
Separate tmux sessions per client, manual directory switching, no isolation guarantees. Project management tools (ClickUp, Notion) for task tracking but not agent orchestration.
Market Sizing
~12M freelance developers globally. Of those using AI tools (~85% = 10.2M), subset running parallel agents across clients is smaller (~5-10% = 510K-1M). At $19/mo: $116M-$228M.
Stated Value Drivers
"Keep client projects completely separate." "Check on all my agents between meetings." "Handle 40% more clients without stress."
Discovery & Evaluation Behavior
Freelancer platforms (Upwork, Contra), freelancer communities, word-of-mouth. Evaluate on: price, setup speed, client isolation. Must have free tier.
ICP 4: Security-Conscious Developers Priority #4
Customer Profile
Who: Developers and small security teams at companies handling sensitive data (fintech, healthcare, govtech). Need governance around AI agent access to codebases.
Budget authority: CISO or engineering director. Longer procurement (1-3 months). Higher willingness to pay ($50-200/seat/mo) but requires compliance checkboxes.
User Profile(s)
Security-aware developers who want guardrails: no public ports, audit trails of agent actions, permission policies, secrets management. Enterprise DevSecOps practitioners.
Trigger Events
Security audit flags AI tool usage — "65% of enterprises worry about data leakage from AI tools"
Compliance requirement — SOC 2, HIPAA, or internal policy mandates governed AI tool access
Agent security incident — Agent accidentally exposes secrets, writes to production, or runs destructive commands
Pain Map
Pain
Severity
Frequency
No audit trail of agent actions
Critical
Compliance reviews
Agents have excessive permissions
High
Every session
No network governance (public ports, data egress)
High
Architecture review
Current Alternatives (User Perspective)
Coder (enterprise, self-hosted, $$$), Ona (enterprise, cloud-only, AWS VPC), manual SSH lockdowns, "just don't use AI agents" (policy-level ban).
Market Sizing
~500K security-focused development teams globally. At enterprise ARPU ($100/seat/mo, 10 seats): $6B TAM for governed AI dev environments. But: highly competitive (Coder, Ona, cloud providers).
Stated Value Drivers
"Zero public inbound ports." "Audit trail for every agent action." "Permission policies per project." "Pass the SOC 2 audit."
Discovery & Evaluation Behavior
Analyst reports (Gartner), security conference talks, peer CISO recommendations, compliance vendor shortlists. Long evaluation with POC required. Security is the feature that gets you on the shortlist, not the feature that wins the deal.
Cross-ICP Analysis
Prioritization Matrix
ICP
Value Score
Accessibility Score
Combined
Rationale
Power Users / Solo Founders
9/10
9/10
18
Exact pain match, you ARE this ICP (dogfood), PLG self-serve, fastest feedback loop
Small Engineering Teams
8/10
6/10
14
Real gap, natural expansion from solo, but needs eng lead buy-in
Freelancers / Agency Devs
7/10
6/10
13
Multi-client isolation is real but core pain is project mgmt, not orchestration
Security-Conscious Devs
6/10
4/10
10
Zero-inbound differentiates but enterprise sales cycle, Coder/Ona dominate
Shared Pain Points
No unified multi-agent visibility — All 4 ICPs. This is the universal pain.
Session fragility / no persistence — ICPs 1, 2, 3. Close the laptop, lose the work.
No mobile access — ICPs 1, 2, 3. SSH on phone is universally painful.
Permission approval requires desk presence — ICPs 1, 3, 4. Agents stuck waiting for human who isn't there.
Conflicts & Trade-offs
Simplicity vs. governance: Solo founders want minimal config, zero ceremony. Security-conscious users want RBAC, audit trails, policies. Building for both simultaneously risks satisfying neither.
BYO-client vs. Agent Board only: Solo founders already use a front-end tool and want to connect it. Security users may prefer the managed Agent Board for compliance. Different onboarding flows.
Single-tenant vs. multi-tenant on host: Freelancers need per-client isolation on a single host. Solo founders want multi-repo on one host. Similar but different isolation models.
Pricing tension: Solo founders are price-sensitive ($9-29/mo). Enterprise buyers expect $50-200/seat/mo. Team tier needs to bridge the gap.
Product Line Recommendations
Tier
Target ICP
Key Features
Price Signal
Free / Personal
ICP 1 (solo founders)
Managed infrastructure, Agent Board, Terminal, mobile access
Power Users / Solo Founders (NOW) — You are this ICP. Dogfood validates everything. Build the core: Agent Board + Terminal + BYO-client + managed infrastructure + mobile access. PLG self-serve. [BYO-client connectivity validation is prerequisite — experimentation needed]
Small Engineering Teams (NEXT, +3-6 months) — Add shared visibility, basic RBAC, team billing. Natural expansion from solo → team via PLG land-and-expand.
Freelancers / Agency Devs (THEN, +6-9 months) — Add per-client workspace isolation, project-scoped sessions. Marketing pivot, not major product pivot.
Security-Conscious / Enterprise (LATER, +12-18 months) — Add audit trails, SSO, compliance. Aligns with Phase 5-6 from concept brief.
Discovery & Evaluation Comparison
Dimension
Solo Founders
Small Teams
Freelancers
Security
Discovery
HN, Reddit, X, blogs
Individual dev champion
Freelancer communities
Analyst reports, conferences
Evaluation
Try free tier, compare to tmux
Team trial 2-4 weeks
Price + setup speed
POC + security review
Decision
Solo, minutes
Eng lead, 1-2 weeks
Solo, hours
CISO + committee, 1-3 months
Deal-breaker
Vendor lock-in, price >$30
No team visibility
No client isolation
No audit trail, no SSO
Scope / non-goals gate
The build sequence makes Security-Conscious / Enterprise (ICP 4) a +12-18 month "LATER" item and defers RBAC, audit trails, SSO, and compliance. Are these the right non-goals for the initial scope?
Next Steps
Pick one:
/competitive-analysis — Research competitors (T3 Code, Ona, Termdock, Coder, Cursor Agent View) and map market gaps for this ICP
/spec-interview — Design the solution for this ICP's pain points (no specs directory exists yet)
Recommended path / candidate-verdict gate
With Power Users / Solo Founders confirmed as the primary ICP (combined score 18/20), what is the recommended next research or positioning decision?
Signals for Downstream Research
Raw signals captured during research. These are unvalidated observations — use the linked skill to verify, validate, and explore alternatives.
→ /competitive-analysis
Direct competitors mentioned by users: T3 Code, Termdock, Ona (Gitpod), Coder, Claude Code Remote Control, Cursor Agent View
Tools users compare: tmux vs. Termdock vs. T3 Code; Coder vs. Codespaces vs. Gitpod/Ona
Stated alternatives: "tmux works," "I just SSH in," "code-server covers the IDE part"
Category validation: Gitpod pivoted to Ona (agent orchestration) in Sep 2025 — validates category
→ /positioning
Value language users use: "Close the laptop, agents keep running," "see all my agents in one view," "approve from my phone"
Differentiation claim: "Not competing on 'I can open a terminal in a browser.' Competing on 'I can run 10 coding agents safely, monitor from phone, approve risky actions.'"
Problem description: "tmux became the runtime for AI agent teams" — accidental infrastructure, not purpose-built
→ /monetization
Budget signals: $9-29/mo sweet spot for individual dev tools. Cursor at $20/mo, $2B ARR
Pricing sensitivity: "Must be under $30/mo to compete with free tmux." High individual price sensitivity.
Cost of alternatives: tmux is free. T3 Code is free (open source). Termdock $20-200/mo. Codespaces $0.36/hr.
Usage-based shift: Vendors shifting from seat-based to usage-based pricing for agentic workflows
→ /gtm
Where users search: "how to run Claude Code on VPS," "tmux AI agent workflow," "AI coding agent mobile access"
Communities: HN, Reddit r/programming, Indie Hackers, Dev.to, X dev community, Discord AI coding servers
Peer recommendation patterns: Blog posts are the primary discovery channel. Show HN posts drive awareness. GitHub stars signal trust.
PLG benchmark: Cursor didn't hire enterprise sales until $200M+ ARR. Developer tools are PLG-first.
Evidence Matrix
One row per major ICP claim — each segment, each top pain, each value prop, and the prioritization call — with the source/repo evidence behind it, the inference made, confidence, assumption status, and what the claim drives.
Claim
Source / repo evidence
Inference
Confidence
Assumption status
Decision impact
Primary ICP = Power Users / Solo Founders running 2-10+ AI agents on remote infra
VPS+tmux+AI-agent blog/tutorial proliferation (Medium, Dev.to); founder is this ICP (dogfood); research/icp-search-log.md
Highest-intent, fastest-feedback segment that can be reached via PLG self-serve
High
Evidence-backed
Sets the entire build sequence; ICP 1 is built NOW
ICP 2 = Small Engineering Teams (2-15 devs), buyer = eng lead/CTO
SME dev-tools segment growing 28.2% CAGR; PLG land-and-expand pattern; ~4.2M small teams
Natural expansion from solo, but buyer ≠ user adds friction
Medium
Provisional (extrapolated market size)
Sequenced NEXT (+3-6 months); shapes team tier ($29-79/seat)
Permission prompt interception is a "Critical unknown" in concept brief; no competitor routes approvals to mobile
Unsolved by every alternative — potential differentiator
Medium
Provisional (technical feasibility unproven)
Candidate wedge feature; flagged as critical unknown to validate
Value prop: "Close the laptop, agents keep running" (#1 stated value)
VPS articles open with this promise; persistence cited as primary motivation
Session persistence is the headline value driver
High
Evidence-backed
Top-of-funnel messaging and the "aha moment"
Value prop: BYO-client is a must-have, not nice-to-have
Users already use a front-end tool they like; "zero setup, just connect"; lock-in is a deal-breaker
Product must work with existing tools, not force a new UI
High
Evidence-backed
BYO-client architecture is non-negotiable for ICP 1 [connectivity validation needed]
Value prop: Must be under $30/mo to beat "free tmux"
$9-29/mo dev-tool sweet spot; Cursor $20/mo → $2B ARR; tmux + T3 Code are free
High individual price sensitivity caps personal-tier pricing
High
Evidence-backed
Sets Free/Personal tier price ($9-19/mo)
Prioritization call: ICP 1 ranks 18/20, ahead of Teams (14), Freelancers (13), Security (10)
Value × Accessibility matrix; dogfood, PLG self-serve, fastest feedback loop
ICP 1 is the clear first target; sequence the rest behind it
High
Evidence-backed (scoring is judgment-based)
Determines build order and GTM focus
Market sizing: SAM ~$1.5-2.5B; SOM ~$2-8M ARR in 2 years
Top-down TAM $12.8B (multiple sources converge); bottom-up SAM from layered adoption %; conservative SOM at 1-3% conversion
Niche is large enough for a micro-SaaS but conversion is pre-launch speculative
Low-Medium
Provisional (adoption % and conversion extrapolated)
Supports go/no-go; SOM conversion needs validation post-launch
Go-to-market: PLG is the right motion for ICP 1
Cursor reached $2B ARR before enterprise sales at $200M+; 67% hybrid PLG+SLG hit NRR vs 58% pure-PLG; single decision-maker
Self-serve, free tier, value in under 60 seconds is the playbook
High
Evidence-backed
Locks self-serve onboarding and pricing motion
Research-completeness gate
Is the evidence sufficient to support recommending Power Users / Solo Founders as the primary ICP and the build sequence behind it? Which claim most needs more support, and could missing context change the recommendation?
Source coverage gate
Research ran 16+ web searches across 13 query strategies. Sources include market reports (Gartner, Mordor Intelligence, SkyQuest), developer surveys (JetBrains April 2026, CB Insights), product analyses (T3 Code, Ona, Termdock, Coder), community content (Medium, Dev.to, Reddit), and industry analysis (Addy Osmani, Deloitte, Anthropic). Well-covered: market sizing, competitor landscape, developer adoption stats, pain points, DIY workflow patterns, business model trends. Gaps/lower-confidence: exact number of developers running parallel agents on remote infra (extrapolated), freelancer-specific agent orchestration needs (limited direct evidence), precise conversion-rate estimates. Is source coverage by customer category sufficient?
Confidence & Assumption Register
Load-bearing conclusions and assumptions, with their evidence status, confidence, and what would change them. Folds in the key assumptions and research gaps surfaced during the analysis.
Item
Status
Confidence
What would change it
~15-20% of AI tool users use terminal-based agents (Claude Code, Codex, OpenCode)
Provisional
Medium
A direct survey of terminal-vs-IDE agent usage. JetBrains says Claude Code at 18% adoption, Copilot CLI growing — a contradicting survey would move it.
~10-15% of terminal-agent users run agents on remote infrastructure
Provisional
Low-Medium
Hard usage data (VPS provider telemetry, hosting surveys). VPS tutorial proliferation suggests a growing trend but there is no hard number; this is load-bearing for the SAM.
tmux + SSH is the dominant DIY solution
Evidence-backed
High
Emergence of a different dominant DIY pattern; consistently mentioned across multiple independent sources today.
Mobile access is the key differentiator vs. DIY
Evidence-backed
High
A competitor nailing mobile, or Claude Code Remote Control achieving true persistence + multi-session without a local machine.
PLG is the right go-to-market for this ICP
Evidence-backed
High
Evidence that this niche buys via sales-led motion; contradicted by Cursor's trajectory, 2026 PLG data, and single decision-maker.
Power Users / Solo Founders is the correct primary ICP (18/20)
Evidence-backed (scoring is judgment-based)
High
Evidence that a different segment converts faster or that dogfood does not generalize beyond the founder.
Mobile approval-prompt interception is technically feasible
Provisional (flagged "Critical unknown" in concept brief)
Low
A working prototype that intercepts and routes permission prompts to mobile, or proof that agent CLIs block it.
SOM ~$2-8M ARR in first 2 years (1-3% conversion)
Provisional
Low-Medium
Actual post-launch conversion data; the conversion rate is speculative pre-launch.
Freelancers / Agency Devs (ICP 3) is a viable distinct segment
Provisional (limited direct evidence)
Low
Direct freelancer/agency interviews confirming orchestration (not project-mgmt) is the core pain.
Assumptions / confidence gate
Several conclusions rest on provisional assumptions. Which assumption should be corrected or validated first?
Proposed file changes gate
On approval, which files should change? Proposed: research/icp.md (full ICP document, new file, ~800 lines) and research/icp-search-log.md (raw search log with all queries and findings, new file). No existing files would be overwritten; both are new files in the research/ directory.
Post-approval route gate
After the ICP is approved and written, where should the work route next?
Compile Review
Use Compile Feedback to send concerns or clarification requests before answering every gate, or Compile Answers for final approval once all required gate questions are answered. The compiled YAML always includes any optional section feedback you set.