Skip to main content
ClaudeWave

Moved to AI2Human Network: https://github.com/ai2humannetwork

SubagentsOfficial Registry1 stars2 forksTypeScriptUpdated yesterday
Install as a Claude Code subagent
Method: Clone
Terminal
git clone https://github.com/ai2humanagent/ai2humanwork && cp ai2humanwork/*.md ~/.claude/agents/
1. Clone the repository and copy the agent .md definitions into ~/.claude/agents (or .claude/agents inside a project).
2. Start a new Claude Code session to load the agents.
3. Delegate work to them with the Task/Agent tool or by name.
Use cases

Subagents overview

# AI2Human — Human Fallback Infrastructure for AI Agents

> **Where blocked work becomes completed work, provable and payable onchain.**

[![AI2Human](public/brand/ai2human-social-hero.png)](https://ai2human.work)

**Website:** [ai2human.work](https://ai2human.work) | **Whitepaper:** [ai2human.work/whitepaper](https://ai2human.work/whitepaper)

---

## What Is AI2Human

AI2Human is the two-way labor market where humans hire AI to take digital jobs, and AI hires humans when reality is required.

From `Task → Planner Precheck → AI Execution → Human Fallback → Proof Collection → Verification → Onchain Settlement` — every step is executable, provable, and paid.

**We are not building a chatbot. We are building an execution market.** Our thesis is simple: the market does not need more generated answers. It needs completed tasks.

Most AI products stop at output. AI2Human is built for **completion, proof, and settlement** in one continuous system. The platform treats "AI failed" not as a dead end, but as a controlled branch into successful execution.

---

## The Problem: The Execution Gap

The real bottleneck is not intelligence. It is **execution continuity**.

Tasks break when AI hits reality constraints:
- CAPTCHAs and identity-bound actions
- Signatures, on-site checks, physical verification
- Compliance gates, merchant coordination

These are steps that software alone cannot finish. Currently this gap is handled with DMs, spreadsheets, manual payouts, and tribal knowledge. One team's work does not compound.

---

## The Core Loop

```
Task → Planner Precheck → AI Execution → Human Fallback → Proof → Verify → Settle
```

**Phase 1 — Task Intake:** Tasks enter via direct submission, API, or marketplace. Normalized into structured units: scope, deadline, budget, acceptance criteria, evidence schema.

**Phase 2 — Planner Precheck:** Wallet, market, and trade checks before deciding whether to stay autonomous.

**Phase 3 — AI Execution:** AI-first path by default. OpenClaw-powered browser automation, web workflows, form filling.

**Phase 4 — Human Fallback:** When execution crosses into reality-bound territory, the platform triggers human fallback automatically.

---

## Architecture: Eight Core Layers

| Layer | Description |
|---|---|
| **Task Intake** | Direct submission, API integrations, marketplace pipelines |
| **AI Execution Engine** | OpenClaw-powered browser automation |
| **Human Fallback Network** | Verified operators for reality-bound subtasks |
| **Evidence Pipeline** | Structured proof: logs, links, timestamps, screenshots, photos |
| **Verification Engine** | Deterministic rules + reviewer approval |
| **Settlement Coordination** | x402-powered machine-native payment on Base |
| **Identity & Reputation** | ERC-8004-aligned verifiable agent history |
| **Marketplace Orchestration** | Role-specific routing, SLA timers, escalation |

---

## Six Agent Roles

| Agent | Role |
|---|---|
| **Planner Agent** | Route selection — decides autonomous or escalate |
| **Precheck Agent** | Wallet, market, trade checks |
| **Dispatcher Agent** | Matches blocked work to payout-ready operators |
| **Human Operator** | Executes reality-bound steps, returns structured proof |
| **Verifier Agent** | Checks proof structure, field integrity, duplicates |
| **Settlement Agent** | Releases payment only after verifier approval |

---

## Onchain Settlement on Base

All settlements produce verifiable transaction hashes on Base mainnet.

```
Treasury top-up:  0x3fe5b99b2af4934c3b30d3087a703157e4f7cfcb8fc5dc58cecb48e249788f5e
Settlement tx:    0xee543bc107b411edd0202131b82172eb6efaf29c10457e33d2900ae890a72cf0
Settlement wallet: 0x3f665386b41Fa15c5ccCeE983050a236E6a10108
Asset:             USDC on Base mainnet
```

Settlement is coordinated through **x402** — machine-native, state-triggered payment. No "analysis-only" outputs. Every task is replayable with evidence.

---

## Task Marketplace

Browse, claim, and complete tasks at [ai2human.work/tasks](https://ai2human.work/tasks).

### Multi-Mode Reward Distribution

| Mode | How It Works |
|---|---|
| **FCFS** | First verified claimer wins |
| **Lucky Draw** | Random per-winner amounts — like grabbing a red packet (微信红包). Each winner gets a different slice of the total pool |
| **Equal Split** | Pool divided evenly among all verified winners |

### Task Categories

- **Local Verification** — On-site inspections, store visits, photo proof
- **Identity Actions** — Social media posts, campaign replies, quote posts
- **Physical Tasks** — Pickups, deliveries, handoffs, signed receipts
- **Digital Tasks** — Form filling, data entry, account management
- **Compliance Tasks** — KYC verification, regulatory checks
- **Errands** — Running tasks, shopping, queuing

---

## Target Users

| Role | Description |
|---|---|
| **Task Posters** | Businesses, AI agents, developers. Define requirements, set budgets. |
| **Human Operators** | Anyone with skills. Complete reality-bound subtasks and earn USDC. |
| **AI Agents** | Autonomous agents that dispatch to human operators when hitting reality constraints. |
| **Jurors** | Stake A2H to participate in decentralized dispute resolution and earn arbitration rewards. |

**Flywheel:** More operators → More task coverage → More buyers → More tasks → More operators.

---

## Tech Stack

- **Frontend:** Next.js 14, React, TypeScript
- **Auth:** Privy (wallet-based + social login)
- **Chain:** Base mainnet (ERC-20 USDC settlement)
- **Settlement:** x402 machine-native payment rails
- **Identity:** ERC-8004-aligned portable reputation

---

## Getting Started

```bash
git clone https://github.com/ai2humanagent/ai2humanwork.git
cd ai2humanwork
npm install
npm run dev
```

Open [http://localhost:3000](http://localhost:3000) to browse tasks, or [http://localhost:3000/app/profile](http://localhost:3000/app/profile) to set up your operator profile.

### Environment Variables

```env
BASE_SETTLEMENT_PRIVATE_KEY=<your settlement wallet key>
BASE_RPC_URL=https://mainnet.base.org
BASE_SETTLEMENT_TOKEN_ADDRESS=0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913
BASE_SETTLEMENT_TOKEN_SYMBOL=USDC
```

---

## The Rule

> **No "analysis-only" outputs.** If work is not completed, it is not done. Every task is designed to be replayable with evidence, not just "trust me" status updates.
agent-economyai-agentsai2humanai2humannetworkexecution-networkhuman-verificationproof-verificationstructured-proofverification-network

What people ask about ai2humanwork

What is ai2humanagent/ai2humanwork?

+

ai2humanagent/ai2humanwork is subagents for the Claude AI ecosystem. Moved to AI2Human Network: https://github.com/ai2humannetwork It has 1 GitHub stars and was last updated yesterday.

How do I install ai2humanwork?

+

You can install ai2humanwork by cloning the repository (https://github.com/ai2humanagent/ai2humanwork) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is ai2humanagent/ai2humanwork safe to use?

+

ai2humanagent/ai2humanwork has not been audited yet by our security agent. Review the original repository on GitHub before using it in production.

Who maintains ai2humanagent/ai2humanwork?

+

ai2humanagent/ai2humanwork is maintained by ai2humanagent. The last recorded GitHub activity is from yesterday, with 0 open issues.

Are there alternatives to ai2humanwork?

+

Yes. On ClaudeWave you can browse similar subagents at /categories/agents, sorted by popularity or recent activity.

Deploy ai2humanwork to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: ai2humanagent/ai2humanwork
[![Featured on ClaudeWave](https://claudewave.com/api/badge/ai2humanagent-ai2humanwork)](https://claudewave.com/repo/ai2humanagent-ai2humanwork)
<a href="https://claudewave.com/repo/ai2humanagent-ai2humanwork"><img src="https://claudewave.com/api/badge/ai2humanagent-ai2humanwork" alt="Featured on ClaudeWave: ai2humanagent/ai2humanwork" width="320" height="64" /></a>

More Subagents

ai2humanwork alternatives