← back
x.comtobi lutkeSun, May 17, 2026, 7:22 PM PDTscore 17.4

Local Qwen 26B with GPT advisor loop shows promising autoresearch results

Original: I’ve had very good results running autoresearch with local qwen 3.6 26b model as long as I had a simple vibed pi “advisor” extension that allowed it to periodically ask GPT 5.5 for ideas. I think this

89335RT33reply
https://x.com/tobi/status/2056198717225464307

Deep summary

Tobi Lütke (Shopify CEO) reports a working agentic research setup where a locally-run Qwen3 26B model serves as the primary autonomous research agent, periodically deferring to GPT-4.5 (referred to as "GPT 5.5," likely meaning GPT-4.5 or a near-future frontier model) for high-level ideation. The architectural insight is that a capable but smaller local model can handle the bulk of iterative, cost-sensitive agentic work — tool calls, scratchpad reasoning, document synthesis — while a much larger frontier model is invoked sparingly as a strategic advisor. This hybrid routing pattern matters technically because it directly attacks the cost/quality tradeoff in long-horizon agentic pipelines: dense frontier inference at every step is prohibitively expensive, but pure local inference loses strategic coherence on hard problems.

The setup described is a "vibed" (rapidly prototyped) plugin layer — an "advisor extension" — that intercepts the local agent's execution loop and fires periodic calls to the frontier model for idea injection or course correction. This is conceptually adjacent to speculative decoding or mixture-of-agents work, but at a coarser orchestration level: rather than token-level draft/verify, it operates at the task/subtask level. Qwen3-30B-A3B (the 26B dense or MoE variant in the Qwen3 family with ~26B active parameters) is well-suited to this role given its strong instruction following and multilingual reasoning at a size that runs comfortably on prosumer hardware. The frontier model is queried not for execution but for meta-level suggestions — effectively acting as a sparse oracle.

No quantitative benchmarks are provided. The claim is qualitative: "very good results" on autonomous research tasks. The value proposition is implicitly about cost and latency: the expensive frontier model is used only for periodic idea injection rather than every inference step, dramatically reducing per-task API cost while preserving strategic quality that a 26B model would otherwise miss on open-ended research trajectories.

Several caveats are worth noting. "GPT 5.5" is not an OpenAI product name as of the time of writing; Lütke likely means GPT-4.5 or is using informal shorthand for a near-frontier model. The approach is anecdotal and task-unspecified — "autoresearch" could mean literature review, code research, or general web-grounded synthesis, each with very different quality bars. The optimal calling frequency for the advisor is unspecified and presumably hand-tuned. More rigorously, this pattern resembles the LLM-as-judge or LLM-as-planner literature and the "mixture of agents" (MoA) paradigm from TogetherAI, but without the formal routing or voting mechanisms those systems use. Whether periodic oracle injection generalizes across task types, or whether the gains are specific to Lütke's workload, remains an open question.

Local Qwen 26B with GPT advisor loop shows promising autoresearch results · AI News Radar for SWE