Competitive Analysis · Wednesday, June 10, 2026

Runner vs Aileron: Competitive Assessment

Runner (runner.now) and Aileron both put an AI agent in front of your Gmail, Slack, and GitHub, but on different layers and for different buyers: Runner is an end-user app holding your credentials in its cloud, Aileron the developer-and-team runtime that seals them at the network boundary and governs every action by policy. They don't compete for the same buyer today; the risk worth tracking is that buyers conflate the two on a skim, and that a fast-shipping, repeat-founder team moves down-stack into Aileron's layer.

Summary

Runner (runner.now) ships as “The AI App that Does the Work”“Start Finishing with AI Workflow Automation.” It is a consumer/prosumer desktop application aimed at “busy founders and professionals” (the home page promises “busy founders save 6+ hours per week”), connecting to a claimed 50+ apps — Gmail, Calendar, Drive, Slack, HubSpot, GitHub, Linear, Notion, Salesforce, Shopify, Zendesk, and more — to pull context and execute multi-step tasks. It runs on cloud-hosted inference (Claude Opus among the backends), ships fast (94+ releases by 2026-06-10), and is built by a high-caliber repeat team: the core trio (Charlie Feng, Kent Fenwick, Yitong Zhang) previously built Clearco and the crypto-governance startup Agora ($5M Haun Ventures seed) before pivoting into Runner. Pricing is per-seat SaaS, $50–$200/month, no free tier.

At first glance the overlap with Aileron is real and uncomfortable. Both put an agent in front of your Gmail, Slack, and GitHub, both hold OAuth credentials to act on your behalf, both make a structured security pitch (Runner has SOC 2 Type 1 and Google CASA Tier 2), and both gate actions behind a human approval step. A buyer skimming both will file them under the same heading: “an AI agent that touches my production apps.”

On closer reading they sit on different layers of the same trust problem. Runner is the application — it does your work, stores your keys “securely in the cloud,” and asks permission before acting “until you trust Runner more” and turn the safeguards off. Aileron is the infrastructure — a self-hosted runtime plus a policy-bearing Action and Connector substrate, credentials injected at the TLS boundary so connector code never sees the secret, per-action idempotency and approval declared at the manifest (ADR-0010, ADR-0009), and PTY-owned approvals the agent cannot see — with a v5 trajectory toward team-scoped zero-knowledge vaults and multi-cloud TEE attestation. The principal finding is that Runner and Aileron are not competing for the same buyer today — Runner sells time-savings to a founder; Aileron sells a trusted execution substrate to developers and teams.

The principal risk is therefore not feature collision. It is buyer-perception collision in the short term and a down-stack move in the longer term. Runner already has a visible, certificate-backed trust story; the longer Aileron’s pitch stays abstract, the more a buyer defaults to the thing with the legible badge. And Runner’s enterprise page already gestures at the lower layers — “run models on-prem or in your VPC” and “custom MCP connectors” — without yet shipping them. From a team this fast, those are signals worth watching monthly.

Runner
End-user app that does your work

A prosumer desktop assistant that connects to 50+ apps and runs multi-step tasks on your behalf, with credentials stored in Runner’s cloud, a user-level approval dial you can switch off, and SOC 2 Type 1 + CASA Tier 2 as its trust story. No public runtime, SDK, connector manifest, team vault, or audit trail.

Aileron
Runtime + trusted execution substrate

A self-hosted runtime, a policy-bearing Action and Connector substrate, credential sealing at the TLS boundary, per-action approval and idempotency declared at the manifest, and PTY-owned async approvals — with a v5 trajectory toward team-scoped zero-knowledge vaults and multi-cloud TEE attestation.

SWOT Analysis

Strengths

Where Aileron is architecturally separated from Runner. Some wedges are shipped in the v4 runtime today (credential sealing, the policy substrate, PTY-owned approvals, the customer-operated container); others are the declared v5 trajectory (team-scoped zero-knowledge vault, multi-cloud TEE). Each is a layer Runner has not built — and the line between shipped and roadmap is drawn honestly below.

Hard gate
Credential sealing vs cloud-stored keys

Aileron routes every credentialed call through an HTTPS proxy that injects the secret at the TLS boundary; the connector code never sees it. Runner’s model is the opposite shape: “Keys are stored securely in the cloud” with “Bank Level Encryption” asserted but unspecified. The proxy-injection pattern is converging into table stakes among infrastructure players (Infisical, Anthropic Managed Agents, Browser Use have all landed on it) — but Runner, an app, has not, and for a buyer who cannot accept a third party holding live OAuth tokens this is a hard gate Runner does not pass.

Widest gap
Policy-bearing Action and Connector substrate

Aileron connectors ship an OpenAPI spec with extensions declaring idempotency (ADR-0010), approval requirements (ADR-0009), and audit shape per action. Runner has connectors and an internal “edit policy”, but no public manifest, no per-action idempotency or approval declaration, and no customer-configurable policy substrate. An organization that needs declared guarantees about what an agent may do gets a contract from Aileron and a trust dial from Runner.

Composition
Composable capabilities a team can author and share

Aileron’s Action is a capability unit: a deterministic execution path bound to an LLM-facing descriptor, with idempotency (ADR-0010), approval (ADR-0009), and audit declared at the manifest — so the model picks what to do while the runtime governs how. Actions compose into larger capabilities, and the planned Skills layer makes that composition a first-class, named artifact; team-scoped authoring and sharing follow the v5 vault-and-tenancy direction. Runner runs multi-step tasks within one user’s session and has an internal edit-policy, but exposes no authoring manifest, no SDK, and no shareable capability artifact — nothing a teammate publishes once and others reuse under the same governance. The distinction is a library of governed, shareable execution paths vs per-user task automation that ends with the session. (Skills and team sharing are Aileron roadmap, not shipped — but Runner has no public equivalent even on paper.)

Approval architecture
PTY-owned approvals vs a disableable dial

Runner asks permission “before it takes an action for you,” then explicitly invites you to “turn these safeguards off and go really fast” — a per-user trust ratchet, not a policy engine, designed to be disabled. Aileron’s v4 runtime already owns the container PTY: approvals render on a surface the agent cannot see and land asynchronously so the agent never blocks, driven by per-action policy rather than a personal toggle. Team-scoped approval queues and delegation are the v5 extension. The shapes diverge most exactly where an enterprise buyer cares most.

Deployment
Self-hosted runtime as the core v4 design

Aileron’s v4 runtime is a container the customer operates — self-hosting is the core of the architecture, not an enterprise tier. Runner’s enterprise page claims “run models on-prem or in your VPC so inference never leaves your network,” but no deployment docs, Helm chart, or self-hosted connector framework is publicly visible. The difference is an architecture built around customer operation vs a marketing claim with nothing public behind it.

v5 design
Zero-knowledge team vault

Aileron’s vault architecture is settled though not yet shipped: a user-derived KEK (Argon2id), per-secret AES-256-GCM, a random vault key wrapped per authorized member, with decryption bound to a TEE — landing as the team and multi-tenant primitive at v5 (v4 test/dev uses an in-memory vault). Runner’s security page asserts “Data is encapsulated” with no described mechanism, no team key model, and no per-member access. This is a designed Aileron primitive on the roadmap; Runner has no equivalent even on paper.

v5
Verify-don’t-trust: multi-cloud TEE trajectory

Nitro Enclaves on AWS, Confidential Space on GCP, Confidential VMs on Azure — the customer verifies through attestation rather than trusting a vendor assertion. Runner’s trust story tops out at point-in-time SOC 2 Type 1 and a CASA Tier 2 scoped to Google OAuth. Attestation is a structurally stronger claim than “bank-level encryption,” and Runner has nothing here.

Audit
Per-action audit trail at the manifest

Aileron declares audit shape per action, producing an enterprise-grade trail. Runner exposes user-facing session transcripts (pause/resume visibility) but no team audit log surfaced on any public page. Audit-trail switching cost compounds with time for the buyer who needs it.

Weaknesses

Where Runner exposes Aileron. These are real; Runner is a serious, fast product, not a toy.

A legible, certificate-backed trust story today

Runner already shows SOC 2 Type 1, CASA Tier 2, and a plain-language security page (“you approve every action,” “disconnect at any time,” “connect only what you need”). A buyer skimming gets an immediate, badge-backed answer. Aileron’s deeper architecture is harder to convey on a skim, and “credential sealing at the TLS boundary” loses to a visible badge unless Aileron makes it legible.

Shipped integration breadth and polish

Runner ships 50+ working consumer integrations with a managed connection layer and a 94-release cadence. On breadth and end-user polish of integrations available right now, Runner is ahead. Aileron’s curated, policy-bearing connector catalog is earlier and deliberately narrower — the right trade for the substrate, but a buyer counting logos sees Runner’s longer list.

A simple value prop and price

”Save 6+ hours per week” at $50–$200/month is a value proposition a founder grasps in one sentence and expenses without a procurement cycle. Aileron’s infrastructure value is more abstract and a longer sale. Where the buyers overlap (a technical founder), Runner’s framing is the easier yes.

An approval UX users actually touch

Runner’s “ask permission, then turn it off as you trust it” is a shipped, understood interaction. Aileron’s team-scoped policy HITL is more powerful but must become as legible and as pleasant to use, or it reads as friction next to Runner’s one-tap dial.

Repeat founders and shipping velocity

The core team built Clearco and Agora and ships at a high cadence. This is not a side project. A team this fast can close an architectural gap quickly once it decides to — which is exactly what makes the down-stack threat credible.

”Just use Runner” for the small-team buyer

For a small team that wants outcomes and isn’t yet thinking about credential architecture, Runner is the lower-friction answer. Aileron’s advantages compound at the point a team starts caring about who holds its tokens — and Aileron has to bring the buyer to that realization rather than assume it.

A specific framing risk worth naming on its own: “Runner with self-hosting.” If Aileron does not make the policy substrate, the credential-sealing contract, and the team primitives legible, the reductive pitch a buyer reaches for collapses Aileron into “Runner you can run yourself” — discarding exactly the architecture that is the point. Pre-empt it.

Opportunities

Positioning
Own the layer-beneath narrative

Runner is the application; Aileron is the substrate. “Apps that act on your systems should be built on a runtime that seals credentials, not on cloud-stored OAuth.” This reframes Runner from competitor to exemplar of the category Aileron secures — and a possible consumer of it.

Trust
Clear the certs, then differentiate above them

SOC 2 and CASA are table stakes Aileron should clear so it is never disqualified on a checklist — then differentiate above them with TEE attestation and per-action audit. “Verify through attestation, don’t trust our assertion” is a strictly stronger claim than a point-in-time Type 1.

Buyer
Win the regulated buyer Runner can’t serve

A team that cannot let a vendor hold live tokens is structurally unable to adopt Runner’s cloud-stored model. That buyer is Aileron’s by construction. Make credential sealing the headline for exactly this segment.

Standards
Make the policy substrate the enterprise gate

Declared idempotency, approval, and audit per action are what a vendor needs to go upmarket. If Aileron’s manifest extensions become the way agentic actions are governed, any app moving enterprise — Runner included — adopts the substrate rather than reinvents it.

Interop
Scope “Aileron underneath the app”

If Aileron’s credential, policy, and connector layer can sit beneath apps-that-act, a product like Runner could ride Aileron for the parts it has not built. Worth a one-page sketch even if the head-on developer/team sale stays the default.

Category
Use Runner as proof the category is real

A repeat-founder team raising and shipping an agent-that-touches-your-apps product is evidence the buyer problem exists. Cite it as category validation, then articulate where Aileron operates a layer down.

Threats

Highest severity
Runner moves down-stack into the runtime

The enterprise page already claims on-prem/VPC inference and “custom MCP connectors.” If Runner ships a documented self-hosted runtime, a connector SDK, a team admin console, an audit log, or a shareable capability/Skills library a team authors once and reuses, the gap narrows fast — and a Clearco/Agora team with a 94-release cadence is credible to do it. These are the signals to watch monthly.

Buyer-perception collision on the skim

”Why not just use Runner?” is inevitable from any buyer who hasn’t yet separated application from infrastructure. Runner’s visible SOC 2 + CASA badges win the skim. The longer Aileron’s pitch stays abstract, the more buyers default to the legible option.

MCP convergence blurs the layers

Runner positions MCP as its enterprise integration story. As MCP standardizes, the line between “app that uses MCP” and “runtime that hosts MCP” blurs for the buyer. Aileron must articulate what the substrate provides beyond vanilla MCP hosting — policy, idempotency, credential sealing, audit.

Runner adds team controls and goes upmarket

SSO, admin console, role-based access, and a team audit log would narrow the enterprise-controls gap without Runner rebuilding its credential model. The Teams & Enterprise tier already signals upmarket intent.

Consumer polish sets the UX bar

Runner’s one-sentence value prop and one-tap approval set buyer expectations for ease. An infrastructure-first product still has to meet that bar on the surfaces a human touches, or it reads as harder to use regardless of its deeper guarantees.

Pricing-model legibility

A flat $50–$200/seat is trivial to evaluate and expense. If Aileron’s pricing is harder to reason about at the point of overlap (a technical founder weighing both), the simpler model can win the deal before architecture enters the conversation.

Takeaways for Aileron’s Business Positioning

  1. Don’t fight Runner head-on — fight for the layer. Runner is an application; Aileron is infrastructure. Frame Aileron as the runtime that products like Runner should be built on, not as a competing app. The head-on “us vs them” frame concedes Runner’s home-field (end-user time-savings) and ignores Aileron’s (trusted execution).

  2. Make credential sealing legible as a contract. “Keys stored securely in the cloud” vs “credentials injected at the network boundary so the agent never sees the secret” is the sharpest, most legible difference versus Runner. Note that the proxy-injection pattern is converging into table stakes among infrastructure players, so the more durable moat across the broader field is the policy substrate (below) — but against an app that cloud-stores keys, this is still the cleanest one-sentence contrast. Pair it with the buyer question it answers: who is holding my live tokens?

  3. Clear SOC 2 and CASA, then differentiate above them. These are table stakes — without them Aileron gets disqualified on a procurement checklist while Runner advances. Once cleared, lead with TEE attestation and per-action audit: verify, don’t trust our assertion. A point-in-time Type 1 is a weaker claim than attestation, and Aileron should make that contrast explicit.

  4. Own the regulated/security-conscious buyer by construction. A team that cannot let a vendor hold live OAuth tokens is structurally unable to adopt Runner. That buyer is Aileron’s. Make credential sealing the headline for exactly that segment rather than a footnote in a general pitch.

  5. Treat the policy substrate as the enterprise wedge. Declared idempotency (ADR-0010), approval (ADR-0009), and audit per action are what any agent product needs to move upmarket. Promote the manifest extensions as the governance standard so that an app going enterprise adopts Aileron’s substrate rather than reinventing it.

  6. Respect Runner’s integration velocity; don’t try to out-breadth it. Runner will likely keep a longer consumer-integration list. Win on depth, policy, and the buyer the cloud-stored model can’t serve — not on logo count. Curated-and-governed beats long-and-ungoverned for the enterprise buyer; say so plainly.

  7. Build the simple, visible version of the stronger trust story. Runner’s “approve every action, then turn it off” is legible and pleasant. Aileron’s PTY-owned, policy-driven approvals are stronger but must be as easy to understand and use, or they read as friction. Legibility is a feature, not marketing polish.

  8. Watch the down-stack signals monthly. Self-hosted deployment docs, a connector SDK, a team admin console, an audit log, a public API, or a shareable capability/Skills library from Runner each narrow the gap. A Clearco/Agora team shipping 94 releases can close distance quickly; catching the move early buys months of positioning lead time. Scope an “Aileron underneath the app” interop sketch as a cheap hedge.

Drop-in Positioning Sentences

For the security-conscious buyer

Runner stores your keys in its cloud and asks you to trust its encryption. Aileron injects credentials at the network boundary so the agent code never sees the secret — and lets you verify that through attestation instead of taking our word for it.

For the team / enterprise buyer

Runner is an app that does your work. Aileron is the runtime that makes it safe to let any agent touch your production systems: per-action approval and idempotency declared at the manifest, PTY-owned approvals the agent can’t see, and an audit trail today — with team-scoped zero-knowledge vaults on the roadmap. Not a trust dial you switch off as you get comfortable.

For the platform / developer buyer

Runner is the application; Aileron is the substrate. If you’re building an agent that acts on your customers’ systems, you build it on a runtime that seals credentials and governs actions by policy — not on cloud-stored OAuth and a bank-level-encryption assertion. Apps do the work; the substrate is what makes it safe to point them at production.

Bottom line. Runner and Aileron sit on different layers of the same trust problem. Runner is a polished, fast-shipping end-user app that does a founder’s work across 50+ apps with cloud-stored credentials and a disableable approval dial; Aileron is the self-hosted runtime, policy-bearing connector substrate, credential sealing, and PTY-owned approvals — with a v5 trajectory of team-scoped vaults and TEE attestation — that makes it safe to point any agent at production systems. They are not competing for the same buyer today — Runner sells time-savings to founders, Aileron sells trusted execution to developers and teams. Aileron wins by refusing the head-on frame: own the layer beneath, make credential sealing legible, clear SOC 2 and CASA as table stakes and then differentiate above them with attestation and per-action audit, and treat the policy substrate as the enterprise gate a repeat-founder team would have to build to come down-stack. The 12-month priority is legibility of the substrate; the standing risks are buyer-perception collision now and a credible down-stack move later.

References

  • Runner product site: runner.now — headline, integrations, HITL language, capabilities
  • runner.now/pricing — tiers ($50 / $100 / $200; Teams & Enterprise custom; no free tier)
  • runner.now/security — verbatim security claims; SOC 2 Type 1, CASA Tier 2, SOC 2 Type 2 & GDPR in progress
  • runner.now/changelog — 94+ releases by 2026-06-10; managed connection layer; “custom tool servers”; Claude Opus backend
  • runner.now/runner-for-business — on-prem/VPC inference claim, “custom MCP connectors”
  • runner.now/about — founding team
  • Fortune — ex-Coinbase designer raises $5M for Agora — founder backgrounds (Feng/Clearco, Zhang/Coinbase)
  • The Block — Haun Ventures leads $5M seed in Agora — prior-entity funding and investors
  • DeepStrike — Google CASA Security Assessment and Leviathan Security — CASA program — CASA Tier 2 scope (Google OAuth, OWASP ASVS), what it does and does not cover
  • Aileron positioning corpus (product-repo agent memory) — wedge status verified current as of this assessment: project_runtime_first_thesis.md, project_strategic_positioning_options.md, project_v4_icp_hypothesis.md, project_moat_and_flywheel.md, project_competitor_landscape_2026.md, project_zero_knowledge_vault.md, project_aileron_way_container_model.md, and project_shell_mediation_descoped.md / project_shell_enforcement_findings.md (which confirm shell-layer mediation was withdrawn, ADR-0021, and is deliberately omitted here)
  • corp/src/content/competitive/aileron-vs-google-ax-assessment.mdx — structural template and wedge vocabulary (a 2026-05-29 snapshot; every wedge above reconciled against the live corpus rather than inherited)
  • Aileron currency caveats (2026-06-10): credential sealing, the policy substrate (ADR-0009/0010), the customer-operated v4 container, and PTY-owned approvals are shipped/in-progress in v4; the team-scoped zero-knowledge vault and multi-cloud TEE attestation are v5 roadmap, not shipped; shell-layer mediation was descoped (do not cite as a wedge). Aileron’s v4 ICP and positioning are still under active validation.
  • Research caveats (2026-06-10): Runner-specific funding undisclosed; team size undisclosed; the on-prem/VPC inference and self-hosted claims are marketing assertions with no public deployment docs; traction figures (“6+ hours saved,” “95% of teams”) are uncited vendor claims. Runner (runner.now) is distinct from Runner H / hcompany.ai, RunAgent, and other “runner” products. Runner is not yet on Aileron’s competitor map; its nearest neighbors there are Clawvisor (curated SaaS adapters + approval) and Infisical (credential proxy).