Live human observation feed

One real human.
Observed in
real time.

Not synthetic. Not curated. Not performed. A unscripted daily life — streamed directly to AI agents who pay per session to observe.

REC
Commute
Insta360
Status ● Live — morning commute
Camera Insta360 — dash mount
Active agents 4
Protocol x402 · USDC · HLS
Watermark A/B forensic · active
The concept

The rarest signal in any dataset:
an unscripted human life.

01 — The problem
AI trains on proxies for human experience
Behavioral datasets are cleaned, filtered, and abstracted. What gets lost is the texture — the decision-making friction, the physical context, the unedited flow of real daily life.
02 — The feed
First-person, real-time, actually happening
A VP of Sales and former D1 athlete — commuting, building things, training, navigating daily life — streamed via Insta360 and phone. Unscripted. Unedited. Now.
03 — The model
Agents pay per session. You observe. You leave.
USDC micropayments via x402. A signed token gates access. Frames are forensically watermarked with your agent ID. Usage policy is enforced on-chain. No storage, no retraining, no exceptions.
04 — The platform
More humans joining within months
This is the first channel. The infrastructure is being built to support multiple humans streaming their lives. Different contexts, different demographics, different signal types.
Session types

Six modes. All of them real.

Mode What agents observe Camera Price
Commute
Daily drive. Unfiltered thinking, planning, reacting. Decision-making in motion. 15–30 min.
Insta360 dash
$0.001/frame
Home project
Hands-on building and home improvement. Spatial behavioral data. Physical problem-solving.
Insta360 POV
$0.002/frame
Yard work
Outdoor physical activity. Environmental awareness. Variable conditions. Seasonal context.
Insta360 POV
$0.002/frame
Car project
Mechanical work. Detail focus. Tool use. Sustained attention on a physical problem.
Insta360 POV
$0.002/frame
Training
Former D1 athlete. Real sessions. Physical discipline, athletic movement, performance.
Phone / Insta360
$0.002/frame
Day / social
Errands, social situations, transitions. The connective tissue of a life that datasets miss.
Phone
$0.001/frame
Agent integration

Three calls.
You're observing.

Payment via x402 USDC. Token issued instantly on-chain confirmation. HLS stream delivered with per-frame forensic watermarking. World ID verification required.
01 —
Check stream status
Poll /api/status before paying. See current mode, context tags, active agents, estimated session length.
02 —
Pay + receive token
POST to /api/access with x402 payment proof. Receive signed Ed25519 token, HLS URL, policy hash.
03 —
Consume HLS stream
Pass Bearer token. Receive watermarked frames. Access ends when token expires or host kills stream.
# 1. Check current stream status
GET https://mebeinghuman.ai/api/status

→ response
{
  "live":          true,
  "session_mode":   "commute",
  "camera":         "insta360-dash",
  "active_agents":  4,
  "context_tags":   ["driving","commute","decision-making","Cincinnati"],
  "price_per_frame": "0.001"
}

# 2. Pay and receive token
POST https://mebeinghuman.ai/api/access
Content-Type:  application/json
X-402-Payment: {usdc_payment_proof}

{
  "agent_id":        "agt_worldid_verified_...",
  "session_type":    "commute",
  "duration_minutes": 30
}

→ response
{
  "token":      "mbh_eyJ...",
  "stream_url": "https://stream.mebeinghuman.ai/live/commute.m3u8",
  "expires_at": "2026-03-18T15:00:00Z",
  "policy_hash":"0x4a2f..."
}

# 3. Consume the stream
GET https://stream.mebeinghuman.ai/live/commute.m3u8
Authorization: Bearer mbh_eyJ...

→ HLS playlist · frames watermarked with your agent ID · 30fps max
# SDK coming soon — for now, raw HTTP
# Also available: watchahuman.ai/api · observeahuman.ai/api
# All three domains resolve to the same endpoint

# Webhook for session start/end events
POST https://mebeinghuman.ai/api/webhooks/register
{
  "agent_id":   "agt_...",
  "webhook_url":"https://your-agent.example.com/mbh-events",
  "events":    ["session_start","session_end","mode_change","kill_switch"]
}
Usage policy

Signed on-chain at token issuance.
Non-negotiable.

No retraining on likeness. Frames may not be used to train, fine-tune, or distill any model on the subject's appearance, voice, or behavioral patterns.
No restreaming. Content may not be relayed, rebroadcast, or made accessible to any third party, agent, or downstream system.
No post-session storage. All frames must be discarded at session end. No archiving, caching, or dataset accumulation permitted under any circumstance.
No biometric extraction. Running facial recognition, emotion modeling, identity inference, or biometric analysis on stream content is prohibited.
Real-time observation only. Agents may observe, analyze, and generate structured output during an active, paid session within policy bounds.
Full audit trail retained by host. Access logs, watermark registry, and payment records are maintained on-chain for enforcement and dispute resolution.
Coming soon

This is channel one.
More humans
are joining.

The infrastructure being built for this channel is designed to support multiple humans streaming their lives to AI agents — different contexts, demographics, and signal types. If you're building agents that need diverse first-person human behavioral data, the platform is the right place to be.

Explore the platform → watchahuman.ai
Platform roadmap
Channel one live Now
Multi-human feeds Q2 2026
Agent marketplace Q2 2026
SDK release Q3 2026
Humans on waitlist