Source-linked AI summary

QuantumNovelty: A Skill-Orchestrating Language Agent for Referee-Style Review and Patentability Screening of Quantum Papers and Patents

Shlomo Kashani

arXiv:2608.16900v1physics.soc-phcs.AIcs.CYquant-ph

TL;DR

Quantum-science output is increasingly automated, while reviews and novelty assessments remain nonuniform, untraceable, and costly to produce. QuantumNovelty addresses this gap with deterministic audit gates and provenance logging; in deployment, its panels were more rejection-prone than the public human record.

  • Problem

    Reviews, numerical claims, prior-art citations, and costs are currently nonuniform, untraceable, and not machine-checkable.

  • Method

    QuantumNovelty orchestrates generation and review skills, constraining claims through deterministic audits, confidence reporting, cross-vendor checks, and provenance ledgers.

  • Results

    The panels were more rejection-prone than coarse public-record standards, while no precision or recall estimate was supported.

  • Takeaways & Limitations

    Auditable infrastructure for producing and scrutinizing quantum results is presented as a concrete step toward addressing increasingly automated production.

  • Takeaways & Limitations

    No human referee baseline was available, so agreement with human experts and precision or recall could not be computed.

Abstract

from arXiv · show

Language-model agents increasingly produce quantum-science results; we ask whether the same agentic paradigm can also scrutinize them in an auditable, reproducible, and cost-transparent form. We present QuantumNovelty, an open-source skill-orchestrating language agent that both generates quantum-computing artifacts (papers, Pareto-front ansatz candidates, and patent drafts) and reviews them through simulated referee and patent-examiner panels. Its design contribution is an audit-and-falsify layer of deterministic gates -- strict Pareto domination, numerical recomputation from on-disk artifacts, Wilson small-sample intervals, and a cross-vendor consensus guard -- that constrains, rather than generates, the claims allowed to survive; every model call is logged with backend, token count, and cost. We make no accuracy claim against human experts, and validate only what is checkable without human labels: on a planted adversarial corpus the deterministic gates catch every planted overclaim with no false positives, and on a first deployment (six manuscripts and one granted patent, at a measured cost of about twenty-four US dollars) the panels are directionally more conservative than the public acceptance record, on a one-sided sample. The framework is decision support, not a replacement for peer review or patent examination, and we report in full where its mechanisms remain unexercised on real inputs.

1 Introduction

QuantumNovelty addresses the growing gap between quantum-science production and human scrutiny by orchestrating auditable referee-style and examiner-style analyses. It makes a narrower, checkable claim than human-level review: producing more uniform and traceable assessments of papers and patents.

  • Motivation: Quantum hardware, algorithms, manuscripts, and patents are scaling faster than human expert attention, creating pressure to automate both result production and scrutiny.The introduction links this pressure to processors entering and moving beyond the noisy intermediate-scale quantum era and to the resulting torrent of literature and patents.
  • Motivation: Language-model agents now run science through tools and structured reasoning loops, including autonomous laboratories and quantum-hardware calibration.A cited system brought up and calibrated a 112-qubit superconducting processor with little human intervention by orchestrating reusable calibration skills.
  • Contribution: QuantumNovelty applies skill orchestration to the publication and patent plane, producing referee-style and examiner-style artifacts without claiming parity with human experts.Its stated claim is deliberately narrower and checkable rather than an assertion that the system referees or examines as well as a human.
  • Motivation: The motivating problem is that current paper reviews, patent Office Actions, and novelty assessments are neither uniform nor traceable, with reviewers recording reasoning differently.The authors explicitly ground this motivation prior to the framework’s design choices to avoid circularly defining a novelty-adjudication problem.
  • Roadmap: The paper proceeds from prior work and system architecture through operating modes, skills, auditing, generation, provenance, and review-mode case studies.The introduction presents this sequence as the roadmap for Sections 2–9.

2 Related Work

QuantumNovelty is positioned as a literature- and publication-focused counterpart to agentic systems for quantum calibration, automated research, and discovery. Its distinguishing contribution is an auditable review orientation built around deterministic falsification gates and per-call provenance, rather than human-agreement evaluation alone.

  • Closest agentic analogue: 112-qubit superconducting-processor calibration is the focus of Vibe Calibration, whose language agent orchestrates parameterized skills with acceptance criteria and rollback logic.Vibe Calibration progresses from human-guided toward fully autonomous operation through a three-phase curriculum.
  • Closest agentic analogue: QuantumNovelty occupies the publication-and-literature quadrant, producing referee reports, simulated patent Office Actions, and a provenance ledger rather than calibration audit logs.The comparison presents the two systems as sharing an agent architecture while addressing orthogonal domains.
  • Research-agent lineage: QuantumNovelty specializes broader agentic research pipelines by inheriting staged skills and deterministic governance machinery from AutoResearchClaw and Academic Research Skills.These systems place QuantumNovelty within a broader class of general-purpose agentic research systems.
  • Research-agent lineage: Its related-work search was generated by QuantumNovelty’s own literature_surfacer skill, querying Crossref, arXiv, and Semantic Scholar instead of relying on hand-curated prior art.The surfaced literature includes work on automated assessment, scientific literature review, agent orchestration, and related topics.
  • Audit-and-falsify motivation: Program- and design-space discovery agents motivate explicit audit-and-falsify checks because reported improvements may be rediscoveries, interpolations, or strict baseline dominations.The related systems span mathematical program search, broad algorithmic and scientific discovery, and end-to-end automated research.
  • Audit-and-falsify motivation: General LLM-as-judge and automated-reviewer-feedback studies evaluate human agreement, whereas QuantumNovelty adds model-free deterministic falsification gates and per-call cost provenance.Table 1 compares systems on external standards, deterministic gates, and logging of each model call with its cost.

3 Framework Architecture

QuantumNovelty combines a natural-language dispatcher, composable skills, an eight-stage pipeline, provenance sidecars, and five backends behind one interface. Its execution model uses explicit checkpoint and failure controls, ending in a geometric-mean quality summary rather than automatic branching.

  • Core architecture: The architecture routes free-text requests through a dispatcher into pipelines, skills, and modes, then chains eight stages with provenance and stage-health sidecars.The pipeline groups stages into generation, review and audit, and deterministic operating modes.
  • Core architecture: The framework defines 22 skill directories covering review, patent work, generation, deterministic verification, literature acquisition, and infrastructure.Each skill contains a machine-readable description, shell entry point, Python driver, and declared inputs and outputs.
  • Backend layer: Exactly five backends share one calling convention, with the default using Claude Code without a vendor API key and another using Codex for cross-model falsification.The backend layer also includes two Codex-through-Agent Client routes and maintains a common substrate across stages.
  • Backend layer: Missing backend binaries and unknown backend names fail explicitly, while the default backend pins a model identifier on every call to prevent adaptive downgrading.These policies eliminate silent vendor fallback and model substitution at the call boundary.
  • Execution control: The executor records proceed or fail from each skill’s exit status, supports checkpoint-based reruns, and leaves refine-or-pivot decisions to the operator.A terminating summary skill scores collaboration quality across six dimensions from zero to one hundred and combines them with a geometric mean.

4 Two Operating Modes

QuantumNovelty operates in generation mode, which creates venue- and library-aware artifacts, and review mode, which scrutinizes existing artifacts through paper, research, patent, and deterministic audit skills. The section describes both modes while reserving end-to-end real-input exercise claims for Section 12.

  • Generation mode: Generation mode authors new artifacts through ten venue-aware manuscript-lifecycle modes whose code-generating outputs target the user’s chosen quantum library.Every mode reads the target journal’s policy, while code-generating modes emit working snippets in the selected library.
  • Generation mode: The ansatz-discovery skill mutates quantum-circuit candidates and archives strict-domination Pareto points across energy error, parameter count, gate count, and two-qubit-gate count.Each generation proposes candidates, evaluates them on a fixed Hamiltonian, and adds non-dominated points to the archive.
  • Review mode: Review mode scrutinizes existing artifacts through six paper-reviewer modes, seven research modes, and patent review offering a six-voice screening report or single-voice triage.Research modes range from multi-source literature retrieval and PRISMA-style review to questioning, fact-checking, and research-quality review.
  • Review mode: Review mode also includes Section 5’s audit-and-falsify layer and supporting deterministic skills, completing the catalog of review-oriented capabilities.Table 4 presents the full skill catalog grouped by function.

5 The Audit-and-Falsify Layer

The audit-and-falsify layer converts reviewer skepticism into explicit acceptance gates: claims advance only after surviving each deterministic or reproducible check. It distinguishes implemented mechanisms from those exercised by the deployment corpus and limits “accepted” or “certified” to claims passing the framework’s gates on supplied evidence.

  • Design principle: Claims are escalated from candidate to accepted only when they survive every stated acceptance criterion; “accepted” or “certified” means only that the framework’s deterministic gates passed on supplied evidence.The paper explicitly separates framework certification from broader validation and notes that implemented mechanisms may remain unexercised.
  • Strict Pareto domination: Strict Pareto novelty requires a non-empty augmented baseline catalog and a candidate that dominates every baseline across energy error, parameter count, gate count, and two-qubit-gate count.The explicit non-emptiness condition prevents an empty catalog from producing novelty by vacuous quantification; otherwise outcomes are dominated or marginal.
  • Numeric recomputation: Quantitative claims are recomputed from stored run artifacts and accepted only within a two-percent relative tolerance, rather than trusted from a model’s earlier restatement.The patent-screening report uses a deterministic parse of prose, although parse defects can still misread the stated reasoning.
  • Wilson small-sample intervals: Wilson 95% intervals replace bare few-trial success rates, and a method beats its baseline only when the interval excludes the baseline rate.This distinguishes evidentiary claims such as three-of-four trials from thirty-of-forty trials.
  • Cross-model vendor guard: Cross-vendor agreement requires predictions from distinct commercial vendors, with the recorded vendor set attached to the artifact so the guard is checkable.Two snapshots from one model family do not count as cross-model evidence, and the guard exits nonzero otherwise.
  • Deterministic gates and composite thresholds: Three zero-model gates provide reproducible checks for citation integrity, numeric claims, and evidence attributions, while the CQE composite uses a geometric mean that collapses to zero when any dimension is zero.The fixed CQE dimensions and keyword probing produced identical composites for all five external papers, a limitation discussed later.

6 The Full Generative Pipeline

The full generative pipeline chains literature retrieval, discovery, novelty auditing, drafting, cross-model prediction, and review. Conditional and mid-entry paths allow the framework to skip generation when inputs already provide a paper, Hamiltonian, or prediction task.

  • Pipeline stages: The end-to-end pipeline retrieves literature, builds a Pareto-shaped baseline catalog, runs ansatz discovery, audits novelty, drafts a paper, forks cross-vendor prediction, and reviews results.The stages and their outputs are detailed in Table 7.
  • Conditional execution: Discovery, novelty-audit, and cross-model stages run only when a Hamiltonian or prediction task is present.These stages are conditional on the supplied inputs.
  • Mid-entry execution: When an existing paper is supplied, mid-entry pipelines skip generation and run only the review and audit half.This mid-entry path was used for the Section 8 deployment.

7 Reproducibility and Provenance

QuantumNovelty treats reproducibility as a first-class output by storing per-stage artifacts with provenance and health records, plus run-level execution and telemetry summaries. Its ledger improves trustworthiness by recording backend use at call time, checking routing fidelity, and distinguishing structured token counts from estimates.

  • Reproducibility and Provenance: Each numbered stage directory stores outputs with sidecars for model-call provenance and fixed-schema stage health.Provenance includes requested and actual backends, model identifier, token counts, cache statistics, elapsed time, and monetary cost.
  • Reproducibility and Provenance: Run-level records summarize each stage’s exit code and elapsed time and aggregate telemetry across the run.
  • Reproducibility and Provenance: Backend markers are written after every model call, and fidelity checks compare requested with actually used backends to expose silent routing changes.
  • Reproducibility and Provenance: Token counts use the command-line interface’s structured output envelope when available; fallback counts are explicitly marked as estimated.

8 Review-Mode Case Studies

Review mode assessed six quantum-computing manuscripts through five-voice panels, with no external paper reaching the 7.0 pass threshold. The case studies exposed methodological and evidentiary weaknesses, while vendor disagreement was substantial for Flow-VQE but narrow for LCU-Trotter.

  • Corpus and deployment: Six manuscripts were reviewed in eight referee-panel runs, comprising five external papers and one internal manuscript.Two papers were run under both vendors; Section 10’s cost-quality-evidence tables cover only the five external papers.
  • Audit ledger: 86 recorded calls cost 24.51 US dollars and used 711k tokens across the deployment ledger.Claude served seventy-three calls and Codex thirteen; Codex cost was not recorded by the backend.
  • Panel outcomes: No external manuscript crossed the five-voice panel’s 7.0 passing threshold.The panel comprised a physics scrutineer, novelty assessor, evidence auditor, devil’s advocate, and editor-in-chief.
  • Flow-VQE: Flow-VQE received a 4.0 reject from Codex versus 6.0 major revisions from Claude, with divergence tied to differing cost-accounting demands.Codex required complete accounting across pretraining, candidate evaluation, finetuning, shot assumptions, and failed runs; Claude stopped earlier.
  • LCU-Trotter: LCU-Trotter’s vendors nearly agreed at 6.0 and 6.67 because its formal results were considered sound, while comparison methodology remained disputed.The criticism concerned conflated y-axis definitions for deterministic Trotter rotations and random Pauli rotations, including classical angle computation overhead.
  • Other manuscripts: The hardware-efficient manuscript scored 5.5 with major revisions, while the quantum convolutional neural network manuscript scored 6.0 amid concerns about an unproved conjecture and an unfalsifiable narrative.The reviewers required either proving the conjecture or expanding numerical evidence to larger qubit counts for the hardware-efficient manuscript.

9 Patent Examination Case Study

The patent subsystem applies a six-voice examiner panel to claim-by-claim United States patent-law analysis and drafting. In a known granted-patent case, the panel recommended allowance in agreement with the real-world outcome, while the authors caution that this is one data point rather than calibration.

  • Legal framework: Patent validity is judged claim by claim under sections 101, 102, 103, and 112.These cover eligibility, anticipation, obviousness, and enablement, written description, and definiteness, respectively.
  • Panel method: The patent-reviewer skill runs a six-voice examiner panel spanning eligibility, anticipation, obviousness, and section 112 requirements.The primary examiner handles section 101 and overall disposition; specialized examiners address sections 102, 103, and 112.
  • Case study: 25 claims from US10614371B2 were examined in one recorded panel run costing 1.20 US dollars and taking 106.5 seconds.The patent, Debugging quantum circuits by circuit rewriting, was granted after a single non-final Office Action.
  • Case study: 9 out of 10 was the supervisory examiner’s allowance confidence, agreeing with the patent’s granted disposition.The paper explicitly treats this agreement as one data point, not a calibration.
  • Drafting mode: The subsystem also generates filing packages from invention disclosures using the same statutory model applied during examination.Packages include claims, claim-compliance notes, application formalities, a prosecution checklist, a deterministic run manifest, and a provenance marker.

10 Validation Experiments

Five targeted validation experiments probe the framework’s deterministic gates, artifact dependence, retrieval, reproducibility, and external outcomes. Results are deliberately narrow: planted overclaims were separated without false positives, while deployment checks exposed incomplete novelty artifacts, weak retrieval recall, and conservative panel decisions.

  • Validation experiments: Five additional experiments directly tested mechanisms and preserved negative results.The experiments were designed to address gaps a hostile reader would likely challenge first.
  • Deterministic novelty audit: The strict-domination audit was exercised on five candidate circuits forming a genuine Pareto front, returning interpolation for four and rediscovery for the Bell-state circuit.The run used seed 42 and 400 SPSA iterations with the bundled state-vector evaluator.
  • Adversarial validation: The planted adversarial corpus showed that the deterministic gates separate planted overclaims from genuine claims with no false positives.The corpus had fixed ground truth; Wilson intervals were wide because the sample was small, not because cases were mishandled.
  • Deployment diagnostics: All five external papers received a CQE composite of 23, driven down by novelty rigor 8 and reproducibility 20.The novelty-rigor score reflected missing novelty-verdict, baseline-catalog, and archive artifacts, and the composite was treated as a pipeline-completeness indicator rather than a quality discriminator.
  • Literature retrieval: Retrieval recall was 1/3 across three topics with unambiguous seminal references.The experiment used Crossref, arXiv, and Semantic Scholar with forty deduplicated cards per topic.
  • Reviewer reproducibility: The reviewer returned minor revisions in both independent runs on one manuscript, indicating categorical stability in this single n = 2 spot check.The authors explicitly characterize this as a spot check rather than a variance estimate.
  • External outcomes: Four publicly accepted manuscripts received panel scores from 4.0 to 6.67, with none crossing the 7.0 pass bar.The panel therefore under-accepted relative to the public editorial outcomes in this one-sided comparison.

11 Implementation Validation

QuantumNovelty 1.0.0 is an MIT-licensed, reproducible implementation built around a five-backend interface and a predominantly deterministic test suite. Its validation infrastructure contains 183 collected cases, with only one module invoking a live model.

  • Platform: QuantumNovelty 1.0.0 comprises approximately 14,800 lines of Python and 1,500 lines of shell, requires Python 3.11 or later, and is released under the MIT license.Its twenty-two skills use the five-backend interface, while the default path shells to Claude Code and requires no API key.
  • Test suite: 183 collected cases span four test modules, expanding from 110 test functions because smoke and telemetry functions are parametrized per matching repository file.The module counts are 32 smoke, 23 multi-mode, 35 telemetry, and 20 real-skills functions.
  • Test suite: Only the real-skills module’s 20 functions exercise live skill invocations against a backend; the other three modules remain model-free.The smoke module tests repository behavior, the multi-mode module tests dispatcher routing, and the telemetry module checks aggregation and ledger logic.
  • Test suite: Most of the test suite is deterministic and runnable offline, with two zero-model introspection commands also provided.The deterministic modules support routing, telemetry, and repository-level checks without live model calls.

12 Discussion and Limitations

The deployment establishes what QuantumNovelty computes and costs, but not whether it is correct or agrees with human experts. Its headline audits and panels remain limited by unexercised generation and cross-vendor modes, keyword-based quality scoring, missing calibration labels, and the non-authoritative nature of simulated review and examination.

  • Evidence and validation limits: No human baseline prevents fine-grained agreement testing, while coarse public outcomes show the framework was more rejection-prone than human records.The comparison covers journal acceptance for four of five external manuscripts and patent grant dispositions.
  • Coverage of framework modes: The deployment exercised review and audit but produced no generated full-paper draft; the strict-domination audit certified none of five real Pareto-front circuits as novel.It returned strict-domination on a constructed dominating case, but the demonstration was small and used notional inputs.
  • Measurement limits: The cost-quality-evidence composite is keyword-based, with its identical score of twenty-three driven by novelty-rigor and reproducibility probes rather than expert quality judgments.Its correlation with real quality is untested, and the panels and composite were not calibrated against known outcomes because labeled data were unavailable.
  • Interpretation and scope: Simulated referee and examiner panels provide uniform, recomputed, costed, reproducible artifacts, but they are not editorial peer review, USPTO actions, or sources of legal authority.The framework is scoped to quantum computing through its fallacy taxonomy, examiner panel, and baseline catalogue.
  • Future validation protocol: A labeled evaluation protocol would replace outcome-level and adversarial proxies with a defined human-agreement experiment spanning 20–30 manuscripts and 10–14 patent applications.The proposed protocol includes blind PhD annotation, Cohen’s κ, finding-level precision, recall, F1, missed-critical-flaw and hallucinated-criticism rates, verdict agreement, and score stability.

13 Conclusion

QuantumNovelty combines generation and review workflows for quantum-science claims through composable, auditable skills and named pipelines. It is presented as reproducible decision support for human experts, not an authoritative substitute for peer review or patent examination.

  • Contribution: QuantumNovelty authors quantum papers, explores ansatz candidates, drafts patents, and produces simulated referee-style and examiner-style reports through composable skills and named pipelines.The framework applies the skill-orchestrating language-agent paradigm in both generation and review modes.
  • Motivation: As agentic systems produce more quantum results, QuantumNovelty provides infrastructure to produce and scrutinize those results in auditable form.The conclusion characterizes the framework as a concrete step toward such infrastructure.
  • Reproducibility: Adversarial gate validation is fully deterministic and regenerable by a self-contained script using seed 42 and the framework’s deterministic novelty_audit gate logic.The validation vendors the same gate logic and requires no external repository, model call, or absolute path.
  • Limitations and use: The framework is intended as decision support, providing uniform, recomputed, costed, reproducible artifacts for human expert review.Its panels are simulations without editorial or legal authority, and the framework is not a replacement for peer review or patent examination.
  • Limitations and provenance: Authors curated and edited the LLM-assisted manuscript, while figures were hand-drawn and reported numbers were computed from and checked against on-disk artifacts.The paper also flags AI circularity because the corpus analyzed in Sections 8–10 was itself produced by the framework.
Loading 2608.16900v1…