recall-honcho-8b — a local Honcho deriver (explicit conclusion extraction)
A Qwen/Qwen3-8B fine-tune specialised for the explicit conclusion-derivation step of
Honcho: given a target peer and their chat turns,
emit atomic, self-contained, correctly-attributed facts as Honcho-schema JSON. Independent,
self-hosted re-creation of the role Plastic Labs' (closed) Neuromancer XR plays in production
Honcho. Not affiliated with Plastic Labs.
The model reliably reproduces the exact {"explicit":[{"content":...}]} schema with correct
attribution, absolute dates, and atomic facts. Worked example (held-out):
Input : message about buying a secondhand Eames lounge chair
Output : {"explicit": [
{"content": "dmitri bought a secondhand Eames lounge chair from a Facebook listing in Williamsburg"},
{"content": "dmitri paid $900 for the secondhand Eames lounge chair"},
{"content": "dmitri rented a Zipcar to haul the Eames lounge chair back, costing another $80"} ]}
LoCoMo benchmark (base Qwen3-8B vs this model, through Honcho's dialectic pipeline) — to be added.
Reference points from Plastic Labs' blog (different/private data, not directly comparable):
base Qwen3-8B 69.6, Claude 4 Sonnet 80.0, Neuromancer XR 86.9.
Training
Base:Qwen/Qwen3-8B
Data: 7,160 synthetic SFT examples, gold labels distilled from Claude Opus 4.8 (frontier
teacher), 15 balanced life-domains, rendered through Honcho's own prompt-builder and schema-validated
against PromptRepresentation. Distilling a compact deriver from a frontier model is the core idea.