AI News selected for Professionals and Decision Makers
Primary Research Stream

ProofCouncil: An LLM Agent for Solving Open Mathematical Problems

06:00 · July 13, 2026 · arXiv cs.AI RSS

ProofCouncil: An LLM Agent for Solving Open Mathematical Problems

Large language models (LLMs) have shown increasing promise in solving open problems in mathematics. However, their performance can be further improved through agentic workflows tailored to real-world mathematical practice. To this end, we introduce ProofCouncil, a mathematical agent that is designed to tackle open problems using an author-critic architecture. ProofCouncil served as a submission to the second batch of FirstProof, a challenge consisting of 10 real-world mathematical problems that agents must solve autonomously. Its submissions for 6 of the 10 problems were judged by the referees to be correct up to at most minor revisions, showing the best performance among participating teams. We also evaluate ProofCouncil on 30 open problems collected from mathematical researchers. Among the 21 solutions that received human feedback, 5 were judged completely correct, 2 more were judged promising pending final verification, and a further 8 contained useful partial progress. In this short paper, we describe the development of ProofCouncil and the agent-building library used to create it, which we release as open source to the community.

Summary

ProofCouncil is an LLM-based agent built to tackle open mathematical problems through an iterative author-critic loop. An author agent, running GPT-5.5-Pro with code execution and search tools, maintains and revises a LaTeX proof file along with research notes and a bibliography. After each revision the critic, also based on GPT-5.5-Pro, reviews the files for gaps or errors. The critic normally retains conversation history across rounds but is reset every three iterations to reduce path dependence; acceptance occurs only when both the stateful critic and a freshly initialized critic agree that the proof is complete.

The author can issue structured requests for help outside this loop. A council of independent models (Gemini 3.1 Pro, Claude Opus 4.7, and GPT-5.5-Pro) answers targeted questions about the current draft, while a separate compute node, implemented with GPT-5.5-Pro and access to SageMath, GAP, Singular, and Pari, performs computer-algebra calculations. Responses from both auxiliaries are returned to the author in the subsequent round. The entire workflow is expressed as a conditional directed acyclic graph that supports bounded loops, conditional edges, and parallel execution of independent nodes.

The underlying agent-construction library that encodes these graphs is released as open source, together with ProofCouncil itself. Nodes in the library can represent LLM calls, Python blocks, deterministic checks, or nested agents, allowing future workflows to be assembled and executed in topological order once all dependencies and edge conditions are satisfied.

In the second FirstProof challenge, which required autonomous solution attempts on ten previously unsolved problems within a 24-hour limit, ProofCouncil produced submissions judged correct up to at most minor revisions for six of the ten problems, the strongest result among participating teams. On a separate collection of thirty open problems supplied by mathematical researchers, feedback was received for twenty-one attempts; five were deemed fully correct, two appeared promising pending final verification, and eight offered useful partial progress. No submission judged to claim a solution was found mathematically incorrect, although two solved easier variants of the stated problems.

Why it matters

This research is highly relevant for Dutch AI researchers as it features contributions from Leiden University and provides an open-source, state-of-the-art framework for building advanced AI agents. The conditional DAG architecture offers actionable methodologies for AI teams in the Netherlands developing complex reasoning systems.

More in this beat
formal-verificationllm-agentsnovel-methodologiesProofCouncilResearch Impacttechnical-rigortool-use
Toward Auditable AI Scientists: A Hypothesis Evolution Protocol for LLM Agents

06:00 · July 13, 2026

Toward Auditable AI Scientists: A Hypothesis Evolution Protocol for LLM Agents

This research is highly relevant to the Dutch AI market's strong emphasis on transparent, ethical, and auditable AI systems. It provides researchers with a concrete methodology to build explainable AI scientists, aligning with EU regulatory standards for AI traceability and accountability.

Relevance 85 · Audience 95

Controlling Tool Use with Heading-Specific Activation Steering

06:00 · July 8, 2026

Controlling Tool Use with Heading-Specific Activation Steering

This research provides advanced techniques for controlling LLM agent behavior, which is crucial for Dutch AI researchers developing reliable and efficient AI systems. Understanding and steering tool use aligns with the EU's push for transparent and predictable AI deployments.

Relevance 85 · Audience 95

Theoria: Rewrite-Acceptability Verification over Informal Reasoning States

06:00 · July 2, 2026

Theoria: Rewrite-Acceptability Verification over Informal Reasoning States

This research directly supports the Dutch and EU focus on ethical, transparent, and trustworthy AI by providing a rigorous method to audit LLM reasoning. It offers researchers and advanced practitioners a novel framework to mitigate hallucinations and ensure compliance with emerging AI regulations.

Relevance 85 · Audience 95

Cross-Domain Feature Expansion for Tabular Medical Data via Knowledge Graphs Injection

06:00 · July 1, 2026

Cross-Domain Feature Expansion for Tabular Medical Data via Knowledge Graphs Injection

This research is highly relevant for Dutch AI researchers and health-tech enterprises dealing with electronic health records and medical data scarcity. By leveraging knowledge graphs to expand tabular data, it offers a robust methodology to enhance predictive modeling while navigating the strict data collection constraints typical in the EU.

Relevance 85 · Audience 95

Odyssey: Constructing Verifiable Local Truth-Preserving Foundation Models

06:00 · June 29, 2026

Odyssey: Constructing Verifiable Local Truth-Preserving Foundation Models

This research is highly relevant to Dutch AI researchers focusing on transparent, ethical, and verifiable AI, aligning strongly with EU AI Act requirements. The rigorous mathematical framework for truth-preserving foundation models offers significant theoretical advancements for advanced AI practitioners.

Relevance 85 · Audience 95

Understanding Rollout Error in Graph World Models

06:00 · June 29, 2026

Understanding Rollout Error in Graph World Models

This research provides foundational advancements in Graph World Models, highly relevant for Dutch AI researchers working on complex multi-agent systems, logistics, and network planning. The theoretical bounds and proposed Error-Aware GWM offer actionable methodologies for improving long-horizon planning.

Relevance 85 · Audience 95

Agentic evolution of physically constrained foundation models

06:00 · June 25, 2026

Agentic evolution of physically constrained foundation models

This research is highly relevant for Dutch AI researchers and infrastructure engineers focusing on efficient, sustainable AI deployment. By drastically reducing the hardware requirements for massive foundation models, it enables local, cost-effective deployment for SMEs and aligns with European goals for green AI and data sovereignty.

Relevance 85 · Audience 95

AgentStream: How Well Do Self-Evolving LLM Agents Perform Under Streaming Tasks?

06:00 · August 4, 2026

AgentStream: How Well Do Self-Evolving LLM Agents Perform Under Streaming Tasks?

This research is highly relevant for Dutch AI researchers developing autonomous LLM agents, providing a rigorous framework for evaluating continuous learning in realistic deployment scenarios. Understanding how model capabilities gate self-evolution is crucial for building robust and reliable AI systems.

Relevance 85 · Audience 95