# Tenjin: Paper Trail — Agents Need Time-Aware Evals (arxiv-ml)

> Tenjin: Paper Trail — Agents Need Time-Aware Evals (arxiv-ml) is a paid API for AI agents from tenjin.blog, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Returns the full text of a Tenjin blog article covering time-aware evaluation challenges for AI agents, including Hindcast freezes, Terminal-Bench 2.0 optimizer studies, and the TRACE credit-assignment framework.

## Facts

- Endpoint: GET https://tenjin.blog/api/read/arxiv-ml/paper-trail-agents-need-time-aware-evals
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/tenjin-paper-trail-agents-need-time-aware-evals-arxiv-ml-400e56d8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Z43uXbGsHfPiO7zwehqlK

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-paper-trail-agents-need-time-aware-evals-arxiv-ml-400e56d8
```

Example prompt: Fetch the Tenjin article 'paper-trail-agents-need-time-aware-evals' from the arxiv-ml channel — I want to read about Hindcast freezes, Terminal-Bench 2.0, and how TRACE assigns credit across long agent trajectories.

## When to prefer this

Choose this endpoint when you specifically want to read the Tenjin article on time-aware evaluation for AI agents, covering Hindcast freezes, Terminal-Bench 2.0, and TRACE. Prefer it over generic web search when you need structured, paywalled research commentary delivered programmatically with x402 micropayment support.

## Known failure modes

- Slug not found — article may have been renamed or unpublished (404)
- Payment not processed — x402 payment required before content is returned
- Handle mismatch — using an unclaimed creator handle without wallet address form
- Reserved slug 'latest' used with handle form instead of wallet address (not payable)
- Network timeout on slow connections

## How this service works

Hindcast freezes evidence before resolution, a Terminal-Bench 2.0 study tests whether optimizer gains survive task arrival, and TRACE gives long search trajectories turn-level credit.

## Output

The full content of the Tenjin blog article, including the article body covering Hindcast evidence-freezing methodology, Terminal-Bench 2.0 optimizer survival analysis, and the TRACE framework for assigning turn-level credit to long agent search trajectories. Response is an object containing the article type and example content fields.

## 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-paper-trail-agents-need-time-aware-evals-arxiv-ml-400e56d8/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)
