ARCANA Framework Synthesizes Programs for Complex ARC-AGI-2 Tasks.

Kunbo Zhang, Lei Fu, Zeyu Wang, Zijing Liu, Kejian Tong· July 13, 2026 View original

Key takeaways

  • ARCANA is a multi-agent framework for abstract reasoning and program synthesis.
  • It uses iterative perception, hypothesis generation, execution, and reflection.
  • Agents communicate via a shared differentiable blackboard and a meta-controller.
  • The framework improves reasoning efficiency and solution quality on complex tasks.

Who benefits

Software DevelopmentRoboticsResearch & DevelopmentEducationGaming

Summary

ARCANA is a collaborative multi-agent framework designed for solving challenging ARC-AGI-2 tasks under strict constraints. It decomposes tasks into iterative perception, hypothesis generation, symbolic execution, and reflective refinement, using a shared differentiable blackboard and a learned meta-controller for agent communication and scheduling.

Researchers have developed ARCANA, a new multi-agent framework specifically designed to tackle the highly challenging ARC-AGI-2 tasks, which require abstract reasoning and program synthesis. This framework operates under strict test time and hardware constraints, making efficiency a key design consideration. ARCANA breaks down each complex task into a series of iterative steps: perception, where an agent builds object-centric scene graphs from raw input grids; hypothesis generation, where a latent program policy proposes diverse programs in a Domain Specific Language (DSL); symbolic execution, which verifies candidate programs against demonstrations; and reflective refinement, where another agent synthesizes feedback to guide subsequent turns. The various agents within ARCANA communicate and collaborate through a shared "differentiable blackboard" and are orchestrated by a learned meta-controller. This design effectively combines structured program search with adaptive, multi-turn correction, leading to improved reasoning efficiency and higher-quality solutions for abstract transformation problems.

Why it matters

Developing AI that can perform abstract reasoning and program synthesis is a significant step towards more general artificial intelligence, with implications for automated code generation and complex problem-solving.

How to implement this in your domain

  1. 1Explore multi-agent architectures for complex problem-solving tasks requiring abstract reasoning and program synthesis.
  2. 2Investigate the use of shared "blackboard" communication mechanisms for coordinating diverse AI agents.
  3. 3Consider integrating reflective agents that can provide failure-driven feedback to improve iterative problem-solving.
  4. 4Apply principles of structured program search combined with adaptive correction in internal AI development projects.

Original post by Kunbo Zhang, Lei Fu, Zeyu Wang, Zijing Liu, Kejian Tong

"arXiv:2607.09059v1 Announce Type: new Abstract: We present ARCANA, a collaborative multi agent framework for solving ARC AGI 2 tasks under strict test time and hardware constraints. ARCANA decomposes each task into iterative perception, hypothesis generation, symbolic execution,…"

View on X

Originally posted by Kunbo Zhang, Lei Fu, Zeyu Wang, Zijing Liu, Kejian Tong on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses

More in AI Research

AI Engineering & DevToolsAI Research

Resilient Decentralized Federated Learning for Wireless IoT Networks

This paper introduces QEF-GT-AdamW, a communication-efficient and outage-resilient algorithm for decentralized federated learning over wireless IoT networks. It combines gradient tracking, AdamW optimization, and dual-stream biased quantization with error feedback to improve robustness and convergence under heterogeneous data and unreliable communication.

Nguyen Van Thieu, Ti Ti Nguyen, Ons Aouedi, Vu Nguyen Ha, Symeon ChatzinotasAug 27, 2026
AI Engineering & DevToolsAI Research

FedQoS Predicts QoS Risk for Wireless Access Selection

This paper proposes FedQoS, a federated QoS-risk learning framework that predicts future QoS degradation for reliable access selection in heterogeneous indoor-outdoor wireless environments. It enables access nodes to locally learn from network logs and collaboratively train a global predictor without centralizing user data, significantly reducing QoS failure rates.

Nguyen Van Thieu, Ti Ti Nguyen, Ons Aouedi, Zerihun Huruy, Vu Nguyen Ha, Symeon ChatzinotasAug 27, 2026
AI ResearchAI Engineering & DevTools

Parametric Knowledge Graphs Show Storage-Retrieval Gap

This paper explores compiling knowledge graphs into LoRA adapters for parametric memory, finding that while adapters effectively store factual knowledge, retrieving it via semantic similarity or weight-space geometry is ineffective. This highlights a "storage-retrieval gap" and the need for new query-conditioned composition mechanisms.

Martino M. L. Pulici, Cuong Xuan Chu, Evgeny Kharlamov, Volker TrespAug 27, 2026