Kirk UAV Demo (Free)
kirk_demo_uavRuns a curated demonstration of Kirk on a UAV example. Zero arguments. Returns real Kirk output against the same sealed engine that customer callers hit. Free, rate-limited. First-time users: call this to see what Kirk does before signing up.
Purpose: Score n=30 jittered 50-element spectra per acoustic class (drone / bird / helicopter) through the sealed engine and surface per-class score-distribution statistics plus z-separations for the three class pairs. Demonstrates that the same sealed engine sha handles market microstructure and acoustic spectra with the same primitive.
Use when: You want to see Kirk's cross-domain generalization without needing your own audio dataset.
Do not use when: You have real feature vectors to score — use
kirk_infer_legacy directly (arg: list of 50 floats). This
tool's inputs are fixed synthetic spectra baked into the demo.
Capability class(es): Demonstrates domain-agnostic mathematical primitive — the same engine sha handles kirk_score_book (L2) and kirk_infer_legacy (arbitrary 50-vector).
Path fit: MCP demonstration surface only.
Cost: 0 IU. Rate-limited 3/hour per IP.
Returns:
Dict with per-class drone / bird / helicopter
blocks (each: mean, sd, n, kirk_version),
z_separation (dict of drone_vs_bird / drone_vs_helicopter
/ bird_vs_helicopter in pooled-sd units),
representative_scores (the three single-sample scores
from the canonical un-jittered spectra),
interpretation_hint, provenance, and
synthetic_spectral flag.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||