[ the set ]

A cabinet
of instruments.

Hover a name. Open page for the Svelte component. The plate is the specimen.

[ WHAT THE RESEARCH COST ]
AgentTokensTool callsTime
Inks and paper115,20712016m
Overprint and drift135,21816416m
Naming the patterns186,71611218m
Total437,141396~50m
graphs · GraphTable Open page
import { GraphTable } from 'markgraphy';

<GraphTable
  title="WHAT THE RESEARCH COST"
  headers={['Agent', 'Tokens', 'Tool calls', 'Time']}
  align={['left', 'right', 'right', 'right']}
  rows={[
    ['Inks and paper', '115,207', '120', '16m'],
    ['Overprint and drift', '135,218', '164', '16m'],
    ['Naming the patterns', '186,716', '112', '18m']
  ]}
  footer={['Total', '437,141', '396', '~50m']}
/>