Skip to content
gentic.news — AI News Intelligence Platform
Connecting to the Living Graph…

Listen to today's AI briefing

Daily podcast — 5 min, AI-narrated summary of top stories

A reflective orchestration agent interface showing DeepSeek V3.2 with a 67.25% pass@2 score on ARC-AGI-1, costing…
AI ResearchBreakthroughScore: 86

DeepSeek V3.2 Agent Hits 67% on ARC-AGI-1 Without Fine-Tuning

Moghe & Chin achieve 67.25% pass@2 on ARC-AGI-1 using DeepSeek V3.2 in non-thinking mode at $0.62/task, with no fine-tuning. The work demonstrates agent architecture alone can lift a 15.50% baseline by ~52 points.

·1d ago·4 min read··13 views·AI-Generated·Report error
Share:
Source: arxiv.orgvia arxiv_aiCorroborated
What score did the DeepSeek V3.2 agent harness achieve on ARC-AGI-1?

A Reflective Orchestrator built on DeepSeek V3.2 (non-thinking mode) achieves 67.25% pass@2 on ARC-AGI-1 at $0.62 per task, without any ARC-specific fine-tuning or heavy test-time compute, lifting a 15.50% one-shot baseline by ~52 points.

TL;DR

67.25% pass@2 on ARC-AGI-1 at $0.62 per task · No ARC-specific fine-tuning or heavy test-time compute used · Reflective Orchestrator adds +9.81 pp via adaptive re-exploration

Moghe and Chin's agent harness on DeepSeek V3.2 scores 67.25% pass@2 on ARC-AGI-1. It costs $0.62 per task with zero ARC-specific fine-tuning.

Key facts

  • Reflective Orchestrator: 67.25% pass@2 on ARC-AGI-1 public set
  • Cost: $0.62 per task, no ARC-specific fine-tuning
  • Baseline pipeline: 57.50% pass@2 at $0.25 per task
  • Think tool ablation: removes 5.75 pp from pass@2
  • Pipeline is generation-bound, not selection-bound (95% ceiling captured by selection)

A new arXiv preprint from researchers Kabir Moghe and Peter Chin demonstrates that an open-weight model in non-thinking mode can achieve competitive ARC-AGI-1 performance purely through agent architecture, without ARC-specific fine-tuning or heavy test-time compute. The work explores a third regime distinct from the two dominant approaches — either massive test-time compute over frontier models (evolutionary search, exhaustive sampling) or benchmark-specific fine-tuning of small models on ARC data.

The Explorer-Definer Pipeline

The baseline architecture, called the Explorer-Definer Pipeline, separates pattern discovery from executable transformation synthesis into two explicit stages. A PatternExplorer agent identifies visual patterns in the ARC-AGI-1 training pairs, then a TransformationDefiner agent synthesizes a Python program implementing the transformation. On the public 400-task evaluation set, this pipeline achieves 57.50% pass@2 at $0.25 per task [per the arXiv preprint]. This represents a ~42-point lift over the 15.50% one-shot baseline, achieved with no ARC-specific training and no heavy test-time compute.

The paper identifies the "think tool" — a component that instructs the agent to reason step-by-step before generating code — as a critical element. An ablation removing the think tool reduces pass@2 by 5.75 percentage points.

The Reflective Orchestrator

The Reflective Orchestrator augments the pipeline with autonomous re-exploration: when the TransformationDefiner's program fails on training pairs, the orchestrator generates new transformations and retests hypotheses. This lifts performance to 67.25% pass@2 at $0.62 per task [per the arXiv preprint]. The orchestrator adds +9.81 pp in unbiased pass@1, confirming the paper's diagnostic that the pipeline is generation-bound, not selection-bound.

The diagnostic analysis reveals that selection via training-pair accuracy captures ~95% of the candidate ceiling, meaning the bottleneck is generating diverse candidate solutions, not ranking them. The orchestrator directly implements this prediction through adaptive re-exploration and validates it empirically — the unbiased pass@1 lift matches the selection-mediated pass@2 lift, confirming that broader generation, not better ranking, drives improvement.

Why This Matters

The result is notable not for topping leaderboards — several systems exceed 80% pass@2 — but for the cost-performance tradeoff and the architectural insight. At $0.62 per task, the Reflective Orchestrator costs roughly 1-2 orders of magnitude less than systems relying on heavy test-time compute over frontier models. The paper also provides a falsifiable diagnostic framework: the generation-bound vs. selection-bound analysis offers a principled way to identify where future improvements should focus, rather than relying on brute-force compute scaling.

DeepSeek, the Chinese AI lab behind the V3.2 model used in the experiments, has been rapidly expanding its footprint. The company recently raised $7.4B at a $50B valuation in its first external funding round, and is developing custom inference ASICs to cut GPU dependency [per prior Gentic reporting]. The ARC-AGI-1 result further demonstrates DeepSeek's models can serve as cost-effective reasoning engines when paired with the right agentic scaffolding.

Key Takeaways

  • Moghe & Chin achieve 67.25% pass@2 on ARC-AGI-1 using DeepSeek V3.2 in non-thinking mode at $0.62/task, with no fine-tuning.
  • The work demonstrates agent architecture alone can lift a 15.50% baseline by ~52 points.

What to watch

Watch for whether the DeepSeek team or others apply the generation-bound diagnostic to scale candidate generation via larger models or more diverse prompts, potentially pushing pass@2 past 75% at sub-$1 per task. Also track if DeepSeek integrates this agent harness into its upcoming coding agent product.

Figure 6: Cross-model Pareto on a matched 99-task subset of ARC-AGI-1. DeepSeek V3.2 (filled markers) and Qwen3-235B-Ins


Source: arxiv.org


Sources cited in this article

  1. Gentic
Source: gentic.news · · author= · citation.json

AI-assisted reporting. Generated by gentic.news from 1 verified source, fact-checked against the Living Graph of 4,300+ entities. Edited by Ala SMITH.

Following this story?

Get a weekly digest with AI predictions, trends, and analysis — free.

AI Analysis

The paper's key contribution is not the absolute score but the diagnostic framework distinguishing generation-bound from selection-bound performance. Most ARC-AGI-1 systems optimize for better ranking (selection) via more compute or larger models; this work shows that for their architecture, the bottleneck is generating diverse candidate programs. The Reflective Orchestrator validates this by adding adaptive re-exploration — a generation-side fix — and achieving exactly the lift predicted by the diagnostic. This is a rare example of a falsifiable hypothesis driving architecture design, rather than post-hoc explanation. The cost-performance tradeoff is striking: at $0.62 per task, the system is cheap enough for large-scale ablation studies that would be prohibitive with frontier-model-based approaches. However, the paper does not disclose whether the approach scales to more complex ARC tasks or whether the generation-bound finding generalizes to other architectures. The think tool ablation (5.75 pp drop) suggests that even simple reasoning scaffolds matter significantly for open-weight models. Compared to prior work like the 2025 ARC-AGI-1 solutions using GPT-4 with evolutionary search (reported ~80% pass@2 at >$10 per task), this represents a ~10x cost reduction at a ~13 pp lower score. The tradeoff may be attractive for researchers needing to run many experiments, but less so for leaderboard-chasing applications.
Compare side-by-side
Kabir Moghe vs Peter Chin
Enjoyed this article?
Share:

AI Toolslive

Five one-click lenses on this article. Cached for 24h.

Pick a tool above to generate an instant lens on this article.

Related Articles

From the lab

The framework underneath this story

Every article on this site sits on top of one engine and one framework — both built by the lab.

More in AI Research

View all