Jiddu

What is adversarial review — and how it strengthens a paper before submission

A deliberately skeptical reading can find blind spots before reviewers do. Learn why adversarial review exists and how it works in Jiddu.

By Jiddu4 min read
Academic manuscript examined from two opposing perspectives, with charts and weaknesses marked
A good critique does not look for a winner; it looks for the point where the argument needs to become stronger.

An adversarial review is a deliberately skeptical reading of a piece of work. Instead of merely summarizing what the author intended, it looks for the strongest objections: where the evidence does not support the conclusion, which premise remained implicit, what comparison is missing, and what could invalidate the result.

It does not begin with the assumption that the author is wrong. It begins with the idea that an important argument should survive difficult questions before it is published.

In one sentence: adversarial review tests a paper against the best available criticism while there is still time to improve it.

Why does adversarial review exist?

Authors know their own intentions so well that they can stop seeing gaps that are obvious to an outside reader. Familiarity creates blind spots: a definition feels self-evident, a methodological choice feels inevitable, or an important limitation becomes diluted in the text.

Adversarial review creates critical distance. It helps to:

  • separate central claims from the evidence that actually supports them;
  • locate contradictions, missing controls, and conclusions that go beyond the data;
  • anticipate reviewer questions and venue-specific criteria;
  • turn a vague objection into a verifiable problem with a page and section.

The goal is not to “defeat” the paper. It is to make it more resistant to alternative interpretations, avoidable errors, and criticism that could have been addressed before submission.

What we built in Jiddu

In Jiddu, adversarial review is a pre-submission workflow for a complete PDF. The implementation adapts the SPECS dimensions — Story, Presentation, Evaluations, Correctness, and Significance — and the staged synthesis and self-critique pattern described in AI-Assisted Peer Review at Scale: The AAAI-26 AI Review Pilot. Jiddu is an independent implementation with its own pipeline and safeguards.

In practice, the system:

  1. reads the entire manuscript and builds a page-linked ledger of claims and evidence;
  2. examines story, presentation, evaluations, correctness, and significance separately;
  3. researches published literature by technical concepts and calibrates the analysis against the selected venue's criteria;
  4. recomputes allowed arithmetic checks without executing code submitted with the manuscript;
  5. submits the first synthesis to a second critic and uses a retention gate so substantive findings are not lost in the final summary.

The result organizes strengths, weaknesses, questions, reproducibility, and a recommendation. Every substantive weakness must include a manuscript location and a severity — MAJOR, MODERATE, or MINOR — so the author can move from “something feels wrong here” to a concrete action.

What it does not do

Jiddu's review is still automated. It can miss problems, misread a passage, or make an inappropriate comparison. It also does not verify code execution or predict a conference decision.

Adversarial review therefore does not replace coauthors, domain experts, peer review, or human judgment. It works as an additional layer of critical pressure, early enough for the paper to still change.

You can start an adversarial review or read Jiddu's complete methodology.

Frequently asked questions

Does adversarial review replace peer review?
No. It is a pre-submission step for finding and correcting weaknesses before human evaluation. Scientific and editorial decisions remain with experts and venues.
When is the best time to review a paper?
When the manuscript is complete enough to be read as a submission, but there is still time to rerun analyses, clarify assumptions, and rewrite sections.
Does Jiddu execute the manuscript's code?
No. Jiddu can recompute allowed arithmetic operations such as means, rates, and percentage changes, but it never executes code submitted with the paper.