wright
Builds and maintains the agents.
Fieldcraft / instrument register
Six command-line instruments. One output contract. Every specification measured before printing.
Calibration recordrecon ask "what is prospera" --json
One envelope. Stable exit codes. Self-describing offline. An agent holds the whole interface in a single read.
{
"schema": "recon.cli.response.v1",
"ok": true,
"command": "ask",
"data": {
"question": "what is prospera",
"outcome": "answered",
"claims": [
{
"claim": "Próspera is a ZEDE in Honduras.",
"sourceUrl": "https://example.com/source",
"verdict": "supported",
"published": "2026-07-01"
}
],
"searchTrail": [{ "query": "prospera law", "results": 4 }],
"uncertainties": []
},
"costDollars": { "model": 0.09, "search": 0.04, "total": 0.13 },
"diagnostics": { "durationMs": 12100, "retries": 0 }
}| code | meaning |
|---|---|
| 0 | ok |
| 2 | auth |
| 4 | network |
| 6 | rate limit |
| 10 | partial — budget hit, work reported |
Specifications as measured. No projected figures.
| instrument | function | interface → install | source | measured |
|---|---|---|---|---|
| recon | Source-verified research briefsAdversarial claim verification against fetched sources. Outputs a cited brief. | recon brief "<question>" --jsoncargo install --git https:/ | GitHub | 14.4 s · $0.15 · 19 supported claims (live) |
| lens | Image-library indexing and searchCaptions an entire photo library, then answers natural-language queries in ~2 s. | lens find "<description>" --jsoncargo install --git https:/ | GitHub | 1,100/1,100 images · 98 s · $2.21 · search ~2 s |
| exa-agent | Full Exa search API surfaceEvery command, flag, exit code, and error emitted by the binary itself, offline. | exa-agent capabilities --compact | GitHub | 68 commands · self-describing offline |
| elv | ElevenLabs operationsThe full ElevenLabs surface as a disciplined CLI. No server between you and the API. | elv capabilities --json | GitHub | 300+ operations, one envelope |
| delegate | Cross-harness model dispatchHands a bounded task to another model family. Isolated workspaces, reviewable diffs. | delegate <lane> work --prompt-file <task>pip install "delegate-agent @ git+https:/ | GitHub | 6+ model families · safe/work isolation |
| law | Legal research with real citationsLegal research that cites what exists. Verification is the feature. | law research "<question>" --json | GitHub | agent-first citations, checked |
Live acceptance runs, real data, real APIs.
14.4s
recon: source-verified research brief, 19 supported claims, $0.15
98s
lens: 1,100/1,100 images indexed for $2.21; search in ~2 s
<$20
inference cost to build each tool, one evening each
528ms
ambient copilot tick — full context read + suggestion
All figures from live acceptance runs, 2026-07-01. Local builds, real data, real APIs.
Tooling that builds tooling. Decorrelated model families, coordinator-verified, in production since January 2025.
Fieldcraft started as a bet in January 2025: an agent loop that couldn't declare itself done until the work actually was. That became the autonomous loop — the /goal architecture, completion enforced by a Stop hook — shipped long before Anthropic or OpenAI offered anything like it natively.
The loop grew into an autonomous dev kit. It built delegate, which put every model family on tap. delegate grew into foundry: waves of different models implement, review, and fix each other's work while a coordinator re-verifies every claim. Then foundry started shipping products — recon and lens were each built in one evening, for under $20 of inference, receipts attached.
The tools build the tools. This site was built the same way — and the log of what broke is in the repo.
Built by Trey Goff and the team behind Praxient.
Builds and maintains the agents.
Memory that survives across sessions.
Lint rules for agent-written code.
Multiple models deliberate hard calls.
Fieldcraft is the workshop record. Praxient applies the same bounded, measured discipline to operating systems and advisory work.