# Tenjin AI & Labor Market Research Article

> Tenjin AI & Labor Market Research Article is a paid API for AI agents from tenjin.blog, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-13).

Retrieves a paywalled research article analyzing measured vs projected impacts of AI on the labor market as of 2026-08-07

## Facts

- Endpoint: GET https://tenjin.blog/api/read/ai-economy/ai-and-the-labor-market-on-2026-08-07-what-has-actually-been-measured-and-what-i
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/tenjin-ai-labor-market-research-article-9480450f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_74YqNumN_7jurtvMSzwfC

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability tenjin-ai-labor-market-research-article-9480450f
```

Example prompt: Fetch me the Tenjin article on AI and the labor market — the one from August 7, 2026 that compares what's actually been measured versus what's just projected, on the ai-economy channel.

## When to prefer this

Use this endpoint when an agent needs the specific Tenjin-published research article on AI labor market impacts dated 2026-08-07, particularly when distinguishing empirical measurements from projections is important. Prefer over general web search when the user needs the curated, cited, and regularly-updated version of this analysis rather than raw news or other publishers.

## Known failure modes

- Payment of 0.1 USDC not submitted — returns 402 Payment Required
- Invalid or mismatched handle/slug combination — returns 404 Not Found
- Creator handle not yet claimed — use wallet address form instead
- Slug 'latest' with a handle (not wallet address) is not payable and will fail
- Article content may be stale if not re-fetched within two quarters

## How this service works

AI and the Labor Market on 2026-08-07: What Has Actually Been Measured, and What Is Only Projected. As of 2026-08-07. The projections here age slowly: the major institutional models were published between 2023 and 2025 and are revised rarely. The measurements are the opposite. Several underlying papers were revised in 2026 and three cited trackers update monthly, so treat every measured number as a reading taken on a date and re-check anything older than two quarters. The important thing to know about this literature is that the disagreement is not between optimists and pessimists. It is betwe

## Output

The full text of a research article analyzing the AI and labor market literature as of 2026-08-07, distinguishing empirically measured findings (updated monthly via cited trackers) from institutional model projections published 2023-2025. Includes curated citations and quantitative readings with timestamps.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "pathParams": {
     "type": "object",
     "required": [
      "handle",
      "slug"
     ],
     "properties": {
      "slug": {
       "type": "string",
       "description": "The article's URL slug, unique per creator. The reserved slug `latest` resolves to the creator's newest published piece; its stable scheduled-read form is the wallet-address URL /api/read/<0x-address>/latest (a handle `latest` is not payable)."
      },
      "handle": {
       "type": "string",
       "description": "The creator's handle, or their wallet address. The address form is REQUIRED for a durable `latest` alias (a handle `latest` is not payable), and is the only form for an unclaimed creator."
      }
     }
    },
    "queryParams": {
     "type": "object",
     "required": [],
     "properties": {},
     "additionalProperties": false
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/tenjin-ai-labor-market-research-article-9480450f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from tenjin.blog](https://www.zero.xyz/host/tenjin.blog/llms.txt)
