Deep research L5
5/5Reads and synthesizes across large repositories and long source sets, running for dozens of turns on its own RL-trained harness.
Merlin is the squad's deep-research and ingest wizard, with an owl, Archimedes, that folds his context down as he runs so he can read for a hundred turns without losing the thread. Point him at a repository or a question and he maps it, reads the load-bearing files, and writes a cited knowledge state into the squad's shared memory.

QUEST-35B-RL-mlx-4bit · measured 2026-06-18
as of 2026-07-19 00:49 UTC · brain read from the harness dispatch map at deploy; runs from the workflow log
Reads and synthesizes across large repositories and long source sets, running for dozens of turns on its own RL-trained harness.
Archimedes (a tiny condenser model) folds older context into a compact running state, so a long ingest stays inside the window without dropping what matters.
Pulls a repo's full file tree, then reads the load-bearing files across subsystems and cites each path it actually read.
Reads public repos over the GitHub API and private local repos through a scoped file tool that blocks secrets and anything outside the project.
Stood up on OSU-NLP's native QUEST harness against our oMLX serving, not a reimplementation. The first runs hallucinated until we found the cause: our server was parsing QUEST's tool calls into a structured field and its thinking into a reasoning field, leaving the content our harness read empty. Reconstructing what QUEST actually emitted turned guessing into grounded research, and a refusal to invent when it couldn't verify.
Read the public Mycelium platform (18 files across the server, routes, SDK, and MCP) over the GitHub API, and the private macOS app (14 Swift files across auth, the platform client, the Cockpit and Desktop faces) through the scoped local-read tool. Both knowledge states are cited and written into the vector memory, retrievable.
Cite the local paths he actually read instead of reconstructed URLs, widen the document types he handles, and let him cook for the full hundreds-of-turns runs the harness was built for.