Document production autoresearch patterns for ZeroAPI policy tuning#8
Conversation
Add a concrete reference for how Mahobrain runs offline autoresearch across Mahmory, skill routing, and tweet quality. The goal is to show where ZeroAPI can borrow the same discipline for threshold and provider-bias tuning without coupling runtime routing to background optimization. Constraint: ZeroAPI should describe the pattern without taking a runtime dependency on Mahobrain internals Rejected: Inline a short README note only | too little detail for future policy work Confidence: high Scope-risk: narrow Reversibility: clean Directive: Keep autoresearch offline and file-backed; do not make ZeroAPI routing depend on a live optimizer Tested: README link added and new reference doc reviewed locally Not-tested: No automated tests in docs-only change
|
Thanks for the reference — taking the autoresearch concept and implementing it directly into the routing policy layer instead of keeping it as a standalone doc. |
|
Hey, sorry for closing this too fast — I misread the intent. You're right that this pattern is directly relevant to ZeroAPI. While reviewing your doc, I went ahead and made the plugin constants configurable so they can actually be tuned without code changes:
Your doc would pair well with these changes. Could you trim it down to focus on the parts most relevant to ZeroAPI? Specifically:
Also if you want, you could reference the new Let me know if this works for you or if you'd rather take a different direction. |
|
Update: I also ran this through Codex CLI ( Fixed (from Codex review):
All 51 tests pass. The policy tuning infrastructure is ready — your doc would be a great companion to explain the pattern behind it. |
Shorten the reference doc by removing the tweet-quality deep dive and expanding the skill-routing explanation. Keep the document focused on the parts that map directly onto ZeroAPI policy tuning. Constraint: The doc should stay useful to ZeroAPI maintainers without reading like a generic framework essay Rejected: Keep all three targets equally detailed | routing relevance is uneven for this repo Confidence: high Scope-risk: narrow Reversibility: clean Directive: Keep future edits biased toward routing-policy lessons, not unrelated eval lanes Tested: Markdown diff reviewed locally Not-tested: No automated tests in docs-only change
Refocus the reference doc on routing autoresearch patterns and reduce unrelated Mahmory emphasis so the document stays aligned with ZeroAPI's scope. Constraint: The doc should read as routing guidance, not a memory-system case study Rejected: Keep the old title and framing | still over-signals unrelated internals Confidence: high Scope-risk: narrow Reversibility: clean Directive: Keep future doc edits scoped to routing-policy lessons that apply to ZeroAPI Tested: Markdown diff reviewed locally Not-tested: No automated tests in docs-only change
Summary
Why
ZeroAPI already has a clean runtime routing boundary. This doc gives a concrete, production-grounded pattern for how offline policy tuning can evolve threshold and provider-bias logic without coupling runtime routing to a live optimizer.
Testing