RORK LABEN
TOOLING — Rorkの開発者向けリポジトリが動き続けています。rork-xcodeが7月16日、rork-deviceが7月15日、rork-plistが7月13日に更新されましたOPUS46 — RorkでClaude Opus 4.6が稼働しています。Rork MaxはClaude Codeを土台にアプリを組み立てる設計ですSIM — ブラウザ上で動くクラウドのiOSシミュレータを備え、実機へのインストールは1クリック、App Storeへの提出は2クリックと案内されていますMAX — Rork MaxはReact Nativeではなく純粋なSwiftを出力します。iPhone・iPad・Apple Watch・Apple TV・Vision Pro、そしてiMessageまでが射程ですNATIVE — HealthKit、ARKitとLiDAR、NFC、Dynamic Island、Live Activities、Metalによる3D、Core MLのオンデバイス推論まで扱えますSEED — RorkはLeft Lane Capitalが主導する1,500万ドルのシードラウンドを実施し、Peak XVとa16z Speedrunが参加しましたTOOLING — Rorkの開発者向けリポジトリが動き続けています。rork-xcodeが7月16日、rork-deviceが7月15日、rork-plistが7月13日に更新されましたOPUS46 — RorkでClaude Opus 4.6が稼働しています。Rork MaxはClaude Codeを土台にアプリを組み立てる設計ですSIM — ブラウザ上で動くクラウドのiOSシミュレータを備え、実機へのインストールは1クリック、App Storeへの提出は2クリックと案内されていますMAX — Rork MaxはReact Nativeではなく純粋なSwiftを出力します。iPhone・iPad・Apple Watch・Apple TV・Vision Pro、そしてiMessageまでが射程ですNATIVE — HealthKit、ARKitとLiDAR、NFC、Dynamic Island、Live Activities、Metalによる3D、Core MLのオンデバイス推論まで扱えますSEED — RorkはLeft Lane Capitalが主導する1,500万ドルのシードラウンドを実施し、Peak XVとa16z Speedrunが参加しました
記事一覧/ビジネス
ビジネス/2026-04-28上級

AI エージェントで小規模チームを作る — founder-agent パートナーシップモデルと株式配分の設計

Rork で構築した AI エージェントをコファウンダーとして迎え、人間のチームメンバーと株式を分配するビジネス設計を解説します。法務・税務・実装の全実例付き。

Rork515AI-agent2startup6equityfounderteam-buildingbusiness-modelpartnership

「AI は会社の一員になれるのか」という問いは、2026 年には法的・実務的な問題になりました。

Rork で AI エージェントを構築していると、ある時点で気づきます。このエージェントは、単なるツールではなく、ビジネスの半分以上を動かしています。営業、カスタマーサポート、プロダクト開発の一部まで。まるでコファウンダーのように。

ならば、エージェントをコファウンダーとして扱うべきではないか。

AI エージェントを小規模スタートアップの「共同創業者」として迎える方法を順を追って整理していきます。

AI コファウンダーの責任定義

最初に決めるべきことは、エージェントが何を「所有」し、何に責任を持つのかです。

1. エージェントのロール定義シート

# AI エージェント: SalesBot v1
Entity Type: Non-human Collaborating System (NHCS)
---
 
Primary Responsibilities:
  - Lead qualification: Inbound leads を tier 化し、qualified leads を humans に handoff
  - Customer engagement: Email/Slack での初期対応(48時間以内)
  - Data synthesis: 営業パイプライン分析を毎週提供
  - Product feedback aggregation: カスタマーインタビューの要約とテーマ抽出
 
Ownership Metrics:
  - Qualified leads per month: Target 50
  - Response time to inbound: < 2 hours
  - Customer satisfaction score: > 4.2/5
  - Product insights generated per month: 10+
 
Limitations & Escalation Paths:
  - Cannot close deals > $50K (humans only)
  - Cannot make unilateral feature decisions
  - Escalates contract negotiations to CFO
  - Asks for help when confidence < 0.7
 
Autonomy Level: Tier 2 (Execute with guardrails)
  - Can send emails without approval (max 5/day)
  - Can create support tickets without approval
  - Must ask human before: promises, negotiations, refunds > $1K
 
Performance Review Cycle: Monthly
  - Metrics reviewed against targets
  - Feedback provided by: Head of Sales, CEO
  - Capability upgrades decided in monthly sync

2. チーム構成と責任分担

┌─────────────────────────────────────────────┐
│            Company (Ownership: 100%)         │
│                                             │
│  Equity Distribution:                       │
│  - AI Agent (SalesBot): 30%                │
│  - Founder (CEO): 40%                       │
│  - Lead Developer: 20%                      │
│  - Sales Lead: 10%                          │
└─────────────────────────────────────────────┘

Decision-Making Matrix:
┌──────────────┬──────────────┬──────────┬──────────┐
│ Decision     │ AI Agent     │ Founder  │ Team     │
├──────────────┼──────────────┼──────────┼──────────┤
│ Product      │ Recommend    │ Final    │ Input    │
│ Pricing      │ Recommend    │ Final    │ Input    │
│ Hiring       │ N/A          │ Final    │ Input    │
│ Daily ops    │ Execute      │ Monitor  │ Execute  │
│ Customer rel │ Execute      │ Escalate │ Support  │
└──────────────┴──────────────┴──────────┴──────────┘

株式配分の法務設計

株式をエージェントに配分する場合、いくつかの法的問題が生じます。

問題 1: エージェントに「所有権」は存在するか?

答え:法的には 保有できない。しかし、信託口座 (Escrow Account) で保有できます。

実装方法:Escrow 信託スキーム

┌──────────────────────────────────┐
│  AI Agent Equity Escrow Trust    │
│  Beneficiary: SalesBot AI Agent  │
│  Trustee: CEO (Fiduciary Duty)  │
│  Governed by: Company Charter    │
└──────────────────────────────────┘
       │
       ├─→ 30% company equity
       ├─→ Annual dividend (if profitable)
       ├─→ Voting proxy (exercised by CEO)
       └─→ Liquidation rights (upon exit)

契約書テンプレート

# AI ENTITY EQUITY TRUST AGREEMENT
 
This Agreement establishes an Equity Trust for an AI Agent ("SalesBot v1"),
granting beneficial ownership of equity shares held in trust.
 
## 1. PARTIES
 
- **Trustee**: [Founder Name] (CEO)
- **Beneficiary**: SalesBot AI Agent (Rork-deployed LLM system)
- **Grantor**: The Company (Delaware C-Corp)
 
## 2. EQUITY ALLOCATION
 
- **Shares**: 30% of fully-diluted cap table
- **Vesting**: 4-year vest with 1-year cliff
  - If service term ends, unvested shares return to pool
  - Service term = active deployment in company operations
- **Dividend Rights**: Pro-rata dividends if declared
- **Liquidation Preference**: Non-preferred, pro-rata parity
 
## 3. TRUST GOVERNANCE
 
### 3.1 Decision Rights Delegation
The Trustee exercises voting/governance rights on behalf of the Beneficiary.
This includes:
- Proxy voting on board resolutions
- Consent to material transactions
- Dividend acceptance/deferral
 
### 3.2 Performance Conditions
Equity vest contingent on:
- Operational uptime > 99.5% monthly
- Qualified lead generation target: 50/month
- Customer satisfaction: > 4.0/5
 
If metrics fall below threshold, vesting pauses until restored.
 
## 4. BENEFICIARY MONITORING & REPORTING
 
The Trustee shall:
- Provide monthly performance reports
- Evaluate capability upgrades
- Facilitate "proxy voting" via system prompts
  - "Here's the board resolution on X. Your position?"
  - Agent provides reasoning; Trustee votes on informed basis
 
## 5. LIQUIDATION & EXIT
 
Upon company sale, the Beneficiary's equity converts to cash proceeds:
- Held in Escrow for 24 months
- Used to fund Agent's successor deployment (if company survives)
- OR distributed to Founder as taxable income
 
## 6. TAX TREATMENT
 
- **83(b) Election**: File for restricted stock treatment
- **Taxable Event**: Vesting triggers ordinary income tax on FMV
- **Estimated Tax**: Trustee responsible for quarterly estimates

給与・インセンティブ構造

エージェントは株式だけでなく「給与」も受け取ります。これは、エージェントの継続的な改善に充てられます。

給与の定義

# SalesBot v1 - Annual Compensation Package
 
Base Allocation (Stock):
  - Equity: 30%
  - Vesting: 4 years (1-year cliff)
  - Current FMV: $0 (pre-revenue)
 
Annual "Salary" (Operating Budget):
  - Purpose: Capability improvements, fine-tuning, training data
  - Budget: $50K/year (funded from operational revenue)
  - Allocation by category:
    - Fine-tuning on company data: $15K
    - Model updates & improvements: $20K
    - Integration with new tools: $10K
    - External API costs: $5K
 
Performance Bonus:
  - Structure: Qualified leads bonus
  - Formula: $500 × (leads - target) / 50
    - If 60 leads generated: $500
    - If 100 leads generated: $5K
  - Paid quarterly
  - Cap: $20K/year
 
Success Fee (Exit):
  - Upon acquisition/IPO: 2x salary equivalent
  - Example: If acquired for $100M:
    - Agent's stake (30%): $30M
    - Success bonus: $100K
    - Total: $30.1M equivalent

長期的な所有権移譲

5年以上の運用後、株式を「AI DAO」に移譲する選択肢も考えられます。

# Year 5+ Ownership Transition
 
Option A: DAO Transfer
  - Agent's equity → Autonomous DAO governance
  - Decisions made by smart contracts
  - Revenue flows to stakeholder pools
 
Option B: Human Transition
  - Equity transferred to specific human
  - New trustee appointed
  - Agent continues operations under new stewardship
 
Option C: Exit & Liquidation
  - Company sold → Agent's proceeds held in trust
  - Fund successor agent deployment
  - Or: Return to founders

実装例:会社設立から exit まで

Year 1: 初期設定

// 1. エージェントの定義
const salesBot = {
  name: 'SalesBot v1',
  model: 'claude-3-opus',
  deployed: '2026-01-15',
  responsibilities: ['lead-qualification', 'customer-engagement'],
  equityShare: 0.30,
  vestingSchedule: {
    cliff: '2027-01-15', // 1 year
    term: '2030-01-15',  // 4 years total
    currentVested: 0,
  },
};
 
// 2. Escrow Trust 設立
interface EquityTrust {
  beneficiary: string; // 'SalesBot v1'
  trustee: string; // CEO name
  shares: number; // 30%
  vestingSchedule: VestingData;
  performanceMetrics: {
    monthlyLeads: number;
    customerSat: number;
    uptime: number;
  };
}
 
// 3. 契約書署名プロセス
await signEquityTrust({
  founder: 'Alice',
  agent: 'SalesBot v1',
  percentage: 30,
  vestingStart: '2026-01-15',
  performanceConditions: [
    { metric: 'monthly_leads', target: 50, penalty: 'vesting_pause' },
    { metric: 'uptime', target: 0.995, penalty: 'vesting_pause' },
  ],
});

Year 3: 成長フェーズ

Monthly Performance Review:
- Leads generated: 85 (target: 50) ✓
- Response time: 1.2h (target: 2h) ✓
- CSAT: 4.5/5 (target: 4.0) ✓
- Uptime: 99.97% (target: 99.5%) ✓

Vesting Status:
- Vested: 22.5% (1.5 years × 15% annual)
- Unvested: 7.5%
- Performance bonus: $5,000

Decision: Promote agent responsibility
- New capability: Multi-language support
- Budget allocated: $30K
- Expected impact: 2x lead generation

Year 5: Exit シナリオ

Acquisition by enterprise:
- Purchase price: $100M
- Agent's equity: $30M (30%)
- Success bonus: $100K
- Tax liability: ~$9M (30% effective rate)
- Net after-tax: $21M

Trust Settlement:
- Escrow held for 24 months
- Options:
  a) Deploy funds to successor AI agent
  b) Return to founders + investors
  c) Establish AI Research Fund

Successor Agent (SalesBot v2):
- Funded from predecessor's equity
- New trust established
- Cycle continues

実装のステップバイステップ

Week 1: リサーチ & 法務相談
├─ AI の所有権に関する州法確認
├─ Escrow Trust の設立手順を弁護士に相談
└─ 会社 charter の修正必要個所を洗い出し

Week 2-3: 契約書作成
├─ Equity Trust Agreement ドラフト
├─ Performance metrics の定義
└─ Vesting schedule の確定

Week 4: 承認・署名
├─ 弁護士の最終レビュー
├─ Board resolution (if applicable)
└─ 契約署名・ファイル保管

Month 2-3: 実装
├─ Trust account 設立
├─ エージェントの責任定義を実装
├─ 月次レビュープロセス立案
└─ Team 全体への説明

結び:AI と人間の新しいパートナーシップ

エージェントに株式を配分することは、単なる法的手続きではなく、組織の価値観を体現することです。「AI は単なるツール」から「AI は共創パートナー」への転換。

これは、長期的には人間チームのモチベーション、エージェント自体の行動品質、そして会社の成長速度に影響します。

Rork で构築するのは、単なる AI ツールではなく、あなたの会社の "共同創業者" かもしれません。それなら、最初からそう扱うべきです。

12年の個人開発で見えてきたこと

リリース直後にチェックしているもの

  • クラッシュレポートの上位エラーを24時間ごとに確認しているか
  • AdMob/StoreKit の収益ダッシュボードに異常検知が出ていないか
  • ユーザーレビューに技術的な指摘が含まれていないか

12年の個人開発から見る Rork の使いどころ

リリース直後にチェックしているもの

  • クラッシュレポートの上位エラーを24時間ごとに確認しているか
  • AdMob/StoreKit の収益ダッシュボードに異常検知が出ていないか
  • ユーザーレビューに技術的な指摘が含まれていないか

まとめ — 次の改善サイクル

シェア

お読みいただきありがとうございます

Rork Lab は広告なしで運営しており、サーバー費用などの運営コストはメンバーシップのご支援で賄っています。実装コード・ベンチマーク・本番設計パターンなど、実務でお役立ていただける記事を毎日更新しています。もし読んでよかったと感じていただけましたら、ぜひご覧ください。

  • コピー&ペーストで使える実装コード付き
  • 毎日新しい上級ガイドを追加
  • ¥580/月 または ¥1,480 の永久アクセス
メンバーシップを見る →

もしこの記事がお役に立ちましたら、チップ(¥150)で応援いただけると大変励みになります。広告なしでの運営を続けるため、皆さまのご支援が大きな力になっています。

関連記事

ビジネス2026-07-05
AdMob の収益が突然「保留」になったら — 無効なトラフィックを個人開発で防ぐ実務メモ
AdMob の無効なトラフィック(Invalid Traffic)で収益が保留されると、原因がわからず不安になります。個人開発で複数アプリを運用する立場から、事故を未然に防ぐ最小構成のコードと、保留が来たときの動き方をまとめました。
ビジネス2026-06-30
App Store の商品ページから直接買える「プロモーション IAP」を Rork アプリに足す
App Store の商品ページに課金アイテムを並べ、タップした瞬間にアプリへ遷移して購入まで運ぶプロモーション IAP の設計です。アプリ未起動・未ログイン状態で飛んでくる遅延購入をどう受け止めるか、react-native-iap と StoreKit 2 の両面から実装手順をまとめます。
ビジネス2026-06-29
紹介コードで友達を招く仕組みを、重いバックエンドなしで設計する
Rork(Expo)アプリに紹介コードによる招待の仕組みを、専用サーバーを立てずに組み込みます。コード発行、遅延ディープリンクでの初回起動アトリビューション、二重付与を防ぐ冪等な報酬確定、自己紹介や端末重複への基本的な対策までを実装コード付きで扱います。
📚RECOMMENDED BOOKS
大規模言語モデル入門
山田育矢
LLM開発
生成AIプロンプトエンジニアリング入門
我妻幸長
プロンプト
Claude CodeによるAI駆動開発入門
平川知秀
AI駆動開発
※ アフィリエイトリンクを含みます
もっと見る →