Skip to content

2026 05 02 adversarial review methods ai research quality

github-actions[bot] edited this page May 3, 2026 · 1 revision

What adversarial review and red-teaming methods are most effective for detecting shallow reasoning in Artificial Intelligence (AI)-generated research findings before finalisation, and how should they be implemented as prompt-only instructions?

Research Question

What adversarial review and red-teaming methods, drawn from Artificial Intelligence (AI) safety research, debate-based evaluation, formal argumentation theory, and scientific peer review practice, are most effective at detecting shallow reasoning, unsupported generalisations, and unjustified certainty in AI-generated research findings before they are committed to a repository, and what is the minimum-viable prompt design that instructs a single-agent automated research system, using the sequential_thinking Model Context Protocol (MCP) server, to generate and apply at least two substantive objections to its own draft findings before finalisation?

Scope

In scope:

  • Red-teaming methodologies applicable to AI-generated text: adversarial prompting, devil's advocate role prompting, structured debate (for/against), Constitutional AI (CAI) critique steps, and formal argument evaluation
  • Effectiveness evidence: empirical studies or systematic comparisons of adversarial review techniques for improving Large Language Model (LLM) output quality
  • The sequential_thinking MCP server as the implementation target: how its step-by-step reasoning mode enables self-critique; what prompt patterns elicit genuine objections rather than performative agreement
  • Prompt design: a concrete adversarial challenge block insertable after §4 Findings and before §5 Depth and Breadth Expansion in the research skill
  • Failure modes: when adversarial review produces sycophantic objections that are immediately self-resolved, adding noise without improving quality
  • The Synthesis of Topic Outlines through Retrieval and Multi-perspective Question Asking (STORM) simulated expert conversation pattern as a multi-agent baseline for comparison

Out of scope:

  • Full multi-agent debate implementations requiring separate LLM instances
  • Red-teaming for AI safety or alignment (model behaviour) rather than research quality
  • Manual peer review processes requiring human reviewers
  • Evaluation of this specific research corpus quality (empirical study not required)

Constraints:

  • Expand all acronyms on first use
  • The output must be a prompt block implementable with existing infrastructure (sequential_thinking MCP server, no new tools required)
  • Objections must be genuine; the design must include criteria for distinguishing substantive objections from performative ones

Context

  • [fact; source: https://github.com/davidamitchell/Research/blob/main/BACKLOG.md; https://github.com/modelcontextprotocol/servers/tree/main/src/sequentialthinking; https://github.com/davidamitchell/Research/blob/main/Research/completed/2026-05-01-coding-agent-context-management-transparency.md] W-0039 in BACKLOG.md proposes a pre-finalisation adversarial challenge step that uses the sequential_thinking server as an existing control surface rather than introducing a new service or multi-agent runtime.
  • [fact; source: https://arxiv.org/abs/2406.01297; https://openreview.net/forum?id=7K1kXowjK1; https://aclanthology.org/2025.acl-long.203/] Recent self-correction evidence shows that prompted self-critique can improve outputs in some settings, but generic self-critique often misses internally generated errors, trades critique against answer confidence, or performs well only when verification is structured and externally checkable.
  • [inference; source: https://arxiv.org/abs/2212.08073; https://arxiv.org/abs/2303.17651; https://aclanthology.org/2024.findings-acl.212/] The design question is therefore not whether to add a skeptic persona in the abstract, but how to force the single agent to produce objections that are evidence-linked, non-self-canceling, and strong enough to change a confidence rating or block finalisation when they survive checking.

Approach

  1. Survey adversarial review methods: Review red-teaming, devil's advocate prompting, Constitutional AI (CAI) critique steps, structured debate formats, and argument-structure evaluation; assess each for effectiveness and prompt simplicity.
  2. Effectiveness evidence review: Search for empirical studies comparing adversarial review techniques for LLM output quality improvement; identify which approaches show measurable improvement versus which produce sycophantic self-resolution.
  3. STORM conversation baseline: Review STORM's simulated expert conversation component and extract what makes expert objections substantive; identify the minimum criteria an objection must meet to improve rather than validate findings.
  4. sequential_thinking integration: Review the sequential_thinking MCP server documentation and identify what prompt patterns elicit step-by-step self-critique rather than immediate self-resolution.
  5. Failure mode analysis: Document known failure modes of LLM self-critique, including sycophancy, strawmanning, and surface-level objections, and design prompt constraints that minimise each.
  6. Prompt design: Produce a concrete adversarial challenge prompt block for insertion after §4 Findings; include at minimum a skeptic role instruction, two objection-generation steps via sequential_thinking, and an explicit test that each objection is non-trivial before proceeding.

Sources

Related


Research Skill Output

(Full output from running the research skill, retained verbatim in the completed item. Sections 0 to 5 are the investigation, and section 6 seeds the Findings section below.)

§0 Initialise

§1 Question Decomposition

  • Root question: Which prompt-only adversarial review pattern makes a single agent challenge its own draft findings in a way that materially improves research quality rather than merely simulating skepticism?
  • A. Positive method evidence
    • A1. What evidence shows same-model critique and revision can improve outputs?
    • A2. Which parts of those methods appear portable to research findings rather than task-specific benchmarks?
    • A3. What does structured verification add beyond generic reflection?
  • B. Adversarial and multi-perspective evidence
    • B1. What does debate show about adversarial contrast as an error-surfacing mechanism?
    • B2. What does multi-perspective questioning show about adjacent-domain objections and coverage gaps?
    • B3. What does adversarial collaboration in science show about high-quality disagreement?
  • C. Failure modes
    • C1. When does prompted self-correction fail to detect internal errors?
    • C2. What trade-offs exist between confidence preservation and critique strength?
    • C3. Which objection patterns are shallow, performative, or self-canceling?
  • D. Workflow and governance fit
    • D1. Which structures make critique measurable and reviewable rather than invisible?
    • D2. What should count as a substantive objection in this workflow?
    • D3. What blocking rule should prevent weak objections from becoming approval theater?
  • E. Prompt synthesis
    • E1. What is the minimum sequence of steps the prompt must enforce?
    • E2. How should sequential_thinking be used to branch objections rather than collapse them immediately?
    • E3. What final output structure is needed for repository review and later audit?

§2 Investigation

Source checks and replacements

  • Search note: the sequentialthinking GitHub page was accessible and confirms the tool supports repeated thought steps, revision, and branching, while the host decides whether to call it multiple times. [fact; source: https://github.com/modelcontextprotocol/servers/tree/main/src/sequentialthinking]
  • Search note: the initial Chain-of-Verification query returned an unrelated computer-vision paper at arXiv:2309.00871, so the source was corrected to Dhuliawala et al. at arXiv:2309.11495 and the ACL Anthology page. [fact; source: https://arxiv.org/abs/2309.11495; https://aclanthology.org/2024.findings-acl.212/]
  • [fact; source: https://www.cambridge.org/core/books/uses-of-argument/26CF801BC12004587B66778297D5567C] Access note: the Cambridge Core page for Toulmin exposed book metadata and chapter titles, including "The Layout of Arguments", but not enough full text to quote the internal schema directly.

A. Positive method evidence

  • [fact; source: https://arxiv.org/abs/2212.08073] Constitutional AI uses a supervised phase in which the model generates self-critiques and revisions, then fine-tunes on revised responses, showing that critique is most useful when it is an explicit intermediate artifact rather than an invisible internal thought.
  • [fact; source: https://arxiv.org/abs/2303.17651] Self-Refine reports about a 20% absolute average improvement across seven tasks when the same Large Language Model generates an initial answer, writes feedback on its own answer, and revises iteratively.
  • [fact; source: https://aclanthology.org/2024.findings-acl.212/] Chain-of-Verification reduces hallucination by forcing a four-step sequence: draft, plan verification questions, answer those questions independently, and only then write the revised answer.
  • [inference; source: https://arxiv.org/abs/2212.08073; https://arxiv.org/abs/2303.17651; https://aclanthology.org/2024.findings-acl.212/] The shared design pattern across the most consistently successful prompt-compatible methods is not generic reflection but staged critique with explicit intermediate outputs that can be inspected and revised.

B. Adversarial and multi-perspective evidence

  • [fact; source: https://arxiv.org/abs/1805.00899] AI Safety via Debate shows that adversarial contrast can improve judgment when one agent challenges another before a judge decides, and the paper's toy experiment improves sparse-classifier accuracy substantially relative to direct judging.
  • [fact; source: https://arxiv.org/abs/2402.14207] STORM improves article organisation by 25 percentage points and breadth of coverage by 10 percentage points relative to its outline-driven retrieval baseline by simulating questions from multiple perspectives grounded in trusted sources.
  • [fact; source: https://pmc.ncbi.nlm.nih.gov/articles/PMC12748294/] Reflections on adversarial collaboration reports survey and interview evidence from 29 scholars across 13 projects, finding more upfront effort but higher-quality results and more thoughtful post-publication debate.
  • [inference; source: https://arxiv.org/abs/2402.14207; https://pmc.ncbi.nlm.nih.gov/articles/PMC12748294/; https://arxiv.org/abs/1805.00899] For research-quality review, the most useful adversary in the adjacent evidence is not a generic contrarian voice but a role with a specific perspective, a claim target, and a shared objective of improving the final artifact.

C. Failure modes and limits

  • [fact; source: https://arxiv.org/abs/2406.01297] Kamoi et al. conclude that no prior work demonstrates reliable self-correction with feedback from prompted Large Language Models alone, except in tasks exceptionally suited to self-correction, while reliable external feedback and large-scale fine-tuning consistently help.
  • [fact; source: https://openreview.net/forum?id=7K1kXowjK1] Self-Correction Bench finds a 64.5% average blind spot rate in which models can fix externally injected errors but often fail to correct the same errors when they originate internally.
  • [fact; source: https://aclanthology.org/2025.acl-long.203/] Yang et al. find that self-correction decomposes into confidence and critique capabilities, and prompt manipulations or in-context examples can improve one while degrading the other.
  • [fact; source: https://arxiv.org/abs/2202.03286] Red Teaming Language Models with Language Models shows that automated adversarial prompting scales coverage and uncovers tens of thousands of harmful or otherwise undesirable model responses, but also highlights the need for evaluation filters and downstream review.
  • [fact; source: https://github.com/davidamitchell/Research/blob/main/Research/completed/2026-04-30-human-bias-ai-trust-rlhf-sycophancy.md] Prior repository work on automation bias and sycophancy shows that polished, agreeable outputs can attract over-trust from reviewers, which means shallow objections can create false reassurance rather than real scrutiny.
  • [inference; source: https://arxiv.org/abs/2406.01297; https://openreview.net/forum?id=7K1kXowjK1; https://aclanthology.org/2025.acl-long.203/] A prompt-only review step that merely says "criticise your answer" is unlikely to be robust, because the model often shares the same blind spots as the draft it is asked to attack.

D. Workflow, checklist, and governance evidence

  • [fact; source: https://arxiv.org/abs/2306.09562] Magnusson et al. analyze 10,405 responses to the natural language processing reproducibility checklist and find improved reporting for efficiency, validation performance, summary statistics, and hyperparameters after the checklist was introduced.
  • [fact; source: https://arxiv.org/abs/2306.09562] The same study finds that only 46% of submissions claim code release, while submissions that do claim code release have an 8% higher reproducibility score than those that do not.
  • [fact; source: https://airc.nist.gov/AI_RMF_Knowledge_Base/Playbook; https://github.com/davidamitchell/Research/blob/main/Research/completed/2026-04-26-human-in-the-loop-ai-automated-workflows.md] The NIST Artificial Intelligence Risk Management Framework Playbook and prior repository governance work both treat quality control as a named control point with explicit actions, not as an implicit hope that reviewers will notice problems unaided.
  • [inference; source: https://arxiv.org/abs/2306.09562; https://airc.nist.gov/AI_RMF_Knowledge_Base/Playbook; https://github.com/davidamitchell/Research/blob/main/Research/completed/2026-04-26-human-in-the-loop-ai-automated-workflows.md] The adversarial challenge step should therefore behave like a pre-finalisation checklist gate: it must emit auditable objections, resolution status, and a clear pass-or-block decision.

E. sequential_thinking integration

  • [fact; source: https://github.com/modelcontextprotocol/servers/tree/main/src/sequentialthinking] The sequential_thinking server is designed for step-by-step reasoning, revision, branching from earlier thoughts, and dynamically extending the number of thoughts when more analysis is needed.
  • [inference; source: https://github.com/modelcontextprotocol/servers/tree/main/src/sequentialthinking; https://aclanthology.org/2024.findings-acl.212/; https://openreview.net/forum?id=7K1kXowjK1] In this workflow, the tool's branching and revision affordances are best used to hold an objection open while testing it against sources, not to let the model immediately talk itself back into agreement.
  • [inference; source: https://arxiv.org/abs/2402.14207; https://aclanthology.org/2024.findings-acl.212/; https://arxiv.org/abs/2212.08073] The minimum viable prompt should ask the model to identify the most failure-prone claims first, then branch two independent objections, then verify each objection against sources before any synthesis rewrite occurs.

§3 Reasoning

  • [fact; source: https://arxiv.org/abs/2303.17651; https://aclanthology.org/2024.findings-acl.212/] Same-model critique can improve outputs when the critique is structured as a visible intermediate artifact with a defined revision step.
  • [fact; source: https://arxiv.org/abs/2406.01297; https://openreview.net/forum?id=7K1kXowjK1; https://aclanthology.org/2025.acl-long.203/] Prompted self-correction remains unreliable when the model must independently notice and fix its own internally generated errors without external structure or explicit verification targets.
  • [fact; source: https://arxiv.org/abs/2402.14207; https://pmc.ncbi.nlm.nih.gov/articles/PMC12748294/] Multi-perspective challenge improves coverage when disagreement is role-specific, evidence-linked, and aimed at a shared final product rather than pure opposition.
  • [inference; source: https://aclanthology.org/2024.findings-acl.212/; https://arxiv.org/abs/2402.14207; https://arxiv.org/abs/2406.01297] A structured objection-and-verification gate is the most defensible prompt-only design for this repository given the current adjacent evidence, because it combines independent challenge generation with source-based checking before final approval.

§4 Consistency Check

  • [fact; source: https://arxiv.org/abs/2303.17651; https://arxiv.org/abs/2406.01297] Self-Refine reports broad gains, while the Kamoi survey warns that prompted self-correction alone has weak general evidence; these results are consistent when the positive paper is treated as evidence for structured iteration, not for unconstrained self-critique in every domain.
  • [fact; source: https://aclanthology.org/2024.findings-acl.212/; https://openreview.net/forum?id=7K1kXowjK1] Chain-of-Verification and Self-Correction Bench are compatible rather than contradictory, because both imply that critique becomes more dependable when the task is decomposed into explicit checks instead of relying on free-form second thoughts.
  • [fact; source: https://arxiv.org/abs/1805.00899; https://arxiv.org/abs/2402.14207] Debate and STORM provide stronger evidence for the value of adversarial contrast and perspective diversity than for exact prompt wording in a single-agent system, so they are used here as design analogies rather than direct performance estimates.
  • [inference; source: https://pmc.ncbi.nlm.nih.gov/articles/PMC12748294/; https://arxiv.org/abs/2306.09562; https://github.com/davidamitchell/Research/blob/main/Research/completed/2026-04-26-human-in-the-loop-ai-automated-workflows.md] The synthesis is internally consistent when adversarial review is framed as a named governance gate with explicit outputs, not as a claim that one extra skeptical paragraph automatically guarantees quality.

§5 Depth and Breadth Expansion

  • [fact; source: https://arxiv.org/abs/2202.03286; https://arxiv.org/abs/2402.14207] Technical lens: the evidence favors broad failure-surface search plus grounded questioning, which means the prompt should test claims from multiple angles instead of only re-reading the strongest sentence in the draft.
  • [fact; source: https://pmc.ncbi.nlm.nih.gov/articles/PMC12748294/; https://arxiv.org/abs/2306.09562] Scientific-method lens: adversarial collaboration and reproducibility checklists both improve quality by externalising disagreement and required evidence, even though neither eliminates gaming or guarantees truth.
  • [fact; source: https://github.com/davidamitchell/Research/blob/main/Research/completed/2026-04-30-human-bias-ai-trust-rlhf-sycophancy.md; https://github.com/davidamitchell/Research/blob/main/Research/completed/2026-04-26-human-in-the-loop-ai-automated-workflows.md] Behavioural and governance lens: if the objection phase produces only weak or quickly self-resolved critique, it risks becoming approval theater that reinforces automation bias rather than reducing it.
  • [fact; source: https://airc.nist.gov/AI_RMF_Knowledge_Base/Playbook; https://github.com/modelcontextprotocol/servers/tree/main/src/sequentialthinking] Operational lens: a reliable control is easier to audit when it has a fixed position in the workflow, a fixed output schema, and tool-supported branching that makes unresolved objections visible.
  • [inference; source: https://arxiv.org/abs/2212.08073; https://aclanthology.org/2024.findings-acl.212/; https://arxiv.org/abs/2402.14207] The most defensible minimum-viable design is therefore a hybrid of Constitutional AI style critique, Chain-of-Verification style independent checking, and STORM style perspective-specific questioning, translated into a single-agent prompt block.

§6 Synthesis

Executive summary:

  • A structured objection-and-verification gate is a plausible prompt-only method for catching shallow reasoning in AI-generated research findings, but the evidence for this repository's exact use case remains indirect rather than directly benchmarked. [inference; source: https://aclanthology.org/2024.findings-acl.212/; https://arxiv.org/abs/2406.01297; https://openreview.net/forum?id=7K1kXowjK1]
  • Same-model critique appears most useful when it produces explicit intermediate artifacts and independent checks, as suggested collectively by Constitutional AI, Self-Refine, and Chain-of-Verification. [inference; source: https://arxiv.org/abs/2212.08073; https://arxiv.org/abs/2303.17651; https://aclanthology.org/2024.findings-acl.212/]
  • Generic prompted self-critique is too weak on its own because current Large Language Models often miss internally generated errors, trade critique strength against answer confidence, and can produce reassuring but shallow objections. [fact; source: https://arxiv.org/abs/2406.01297; https://openreview.net/forum?id=7K1kXowjK1; https://aclanthology.org/2025.acl-long.203/]
  • The minimum-viable repository design is a fixed pre-finalisation block that identifies high-risk claims, generates two role-specific objections, verifies each objection against sources through sequential_thinking, and blocks finalisation if any key objection remains unresolved or materially lowers confidence. [inference; source: https://github.com/modelcontextprotocol/servers/tree/main/src/sequentialthinking; https://aclanthology.org/2024.findings-acl.212/; https://arxiv.org/abs/2402.14207]

Key findings:

  1. Structured self-critique methods appear to improve output quality most consistently when they force the model to externalise critique artifacts before revision, rather than asking for vague reflection after the draft is already written. ([inference]; medium confidence; source: https://arxiv.org/abs/2212.08073; https://arxiv.org/abs/2303.17651; https://aclanthology.org/2024.findings-acl.212/)
  2. Prompt-only adversarial review should borrow Chain-of-Verification's separation between objection planning and objection checking, because independent verification steps reduce the chance that the draft and the critique share the same unsupported assumption. ([inference]; medium confidence; source: https://aclanthology.org/2024.findings-acl.212/; https://arxiv.org/abs/2406.01297; https://openreview.net/forum?id=7K1kXowjK1)
  3. Multi-perspective questioning offers a plausible way to widen coverage in long-form research synthesis, because STORM shows gains from perspective diversity while adversarial collaboration studies show that targeted disagreement can deepen the evidence base. ([inference]; medium confidence; source: https://arxiv.org/abs/2402.14207; https://pmc.ncbi.nlm.nih.gov/articles/PMC12748294/)
  4. Open-ended self-correction is not a dependable safety net for research findings, because current evidence shows large language models frequently fail to notice their own internal errors and can trade stronger critique for weaker answer stability. ([fact]; high confidence; source: https://arxiv.org/abs/2406.01297; https://openreview.net/forum?id=7K1kXowjK1; https://aclanthology.org/2025.acl-long.203/)
  5. A substantive objection in this workflow should target a named claim, identify missing evidence or a credible rival interpretation, specify what source or test would change the conclusion, and remain unresolved until that check is completed. ([inference]; medium confidence; source: https://aclanthology.org/2024.findings-acl.212/; https://pmc.ncbi.nlm.nih.gov/articles/PMC12748294/; https://www.cambridge.org/core/books/uses-of-argument/26CF801BC12004587B66778297D5567C)
  6. The adversarial review step should act as a named governance gate with explicit pass-or-block output, because checklist evidence and prior repository oversight work both show that unstructured review easily becomes performative and hard to audit. ([inference]; medium confidence; source: https://arxiv.org/abs/2306.09562; https://airc.nist.gov/AI_RMF_Knowledge_Base/Playbook; https://github.com/davidamitchell/Research/blob/main/Research/completed/2026-04-26-human-in-the-loop-ai-automated-workflows.md)
  7. The minimum-viable prompt design for this repository is a four-part challenge loop that ranks risky claims, generates two adjacent-expert objections, branches each objection through sequential_thinking, and requires confidence downgrades or blocking when objections survive source checks. ([inference]; low confidence; source: https://github.com/modelcontextprotocol/servers/tree/main/src/sequentialthinking; https://aclanthology.org/2024.findings-acl.212/; https://arxiv.org/abs/2402.14207; https://arxiv.org/abs/2406.01297)

Evidence map:

Claim Source Confidence Notes
[inference] Structured self-critique appears most reliable when critique is externalised before revision. https://arxiv.org/abs/2212.08073; https://arxiv.org/abs/2303.17651; https://aclanthology.org/2024.findings-acl.212/ medium Cross-paper synthesis
[inference] Independent objection checking is the most important portable element for this workflow. https://aclanthology.org/2024.findings-acl.212/; https://arxiv.org/abs/2406.01297; https://openreview.net/forum?id=7K1kXowjK1 medium Design synthesis
[inference] Perspective-specific questioning plausibly widens coverage in long-form synthesis. https://arxiv.org/abs/2402.14207; https://pmc.ncbi.nlm.nih.gov/articles/PMC12748294/ medium Adjacent evidence
[fact] Unstructured self-correction is unreliable for internally generated errors. https://arxiv.org/abs/2406.01297; https://openreview.net/forum?id=7K1kXowjK1; https://aclanthology.org/2025.acl-long.203/ high Strong direct evidence
[inference] A substantive objection must identify a target claim, a rival interpretation, and a resolution test. https://aclanthology.org/2024.findings-acl.212/; https://pmc.ncbi.nlm.nih.gov/articles/PMC12748294/ medium Resolution criteria only
[inference] The adversarial step should be a named gate with explicit pass-or-block output. https://arxiv.org/abs/2306.09562; https://airc.nist.gov/AI_RMF_Knowledge_Base/Playbook; https://github.com/davidamitchell/Research/blob/main/Research/completed/2026-04-26-human-in-the-loop-ai-automated-workflows.md medium Governance synthesis
[inference] A four-part challenge loop is the minimum viable prompt block for this repository. https://github.com/modelcontextprotocol/servers/tree/main/src/sequentialthinking; https://aclanthology.org/2024.findings-acl.212/; https://arxiv.org/abs/2402.14207; https://arxiv.org/abs/2406.01297 low Design synthesis

Assumptions:

  • [assumption; source: https://github.com/modelcontextprotocol/servers/tree/main/src/sequentialthinking] The host will continue to call sequential_thinking when the prompt explicitly asks for branching and revision during the objection pass, because the server documentation says the host may invoke the tool repeatedly when stepwise reasoning is requested.
  • [assumption; source: https://airc.nist.gov/AI_RMF_Knowledge_Base/Playbook; https://github.com/davidamitchell/Research/blob/main/Research/completed/2026-04-26-human-in-the-loop-ai-automated-workflows.md] A pass-or-block output is operationally acceptable in this repository because the workflow already treats named control points and explicit review outcomes as part of its governance model.

Analysis:

  • Evidence favors staged critique over generic skepticism because the positive results come from methods that separate drafting from checking, while the strongest negative evidence targets unconstrained prompted self-correction. [inference; source: https://arxiv.org/abs/2303.17651; https://aclanthology.org/2024.findings-acl.212/; https://arxiv.org/abs/2406.01297]
  • Debate and STORM do not prove that a single-agent prompt will match multi-agent performance, but they do show that perspective diversity and adversarial contrast are the productive ingredients worth preserving when the implementation must stay single-agent. [inference; source: https://arxiv.org/abs/1805.00899; https://arxiv.org/abs/2402.14207]
  • Rival remedies remain plausible, including stronger model selection, more human review, or richer retrieval, but the evidence in this item supports adding a prompt-level challenge gate because it is the smallest change that directly targets shallow reasoning before commit without changing infrastructure. [inference; source: https://arxiv.org/abs/2406.01297; https://airc.nist.gov/AI_RMF_Knowledge_Base/Playbook; https://github.com/davidamitchell/Research/blob/main/Research/completed/2026-05-01-ai-coding-harness-quality-benchmarks.md]

Minimum-viable prompt block:

Adversarial challenge pass

You are now acting as a skeptical adjacent-domain expert reviewing the draft Findings.
Your goal is not to improve tone or wording. Your goal is to find reasoning that could fail under scrutiny.

Inputs:
- Draft Findings
- Evidence Map
- Sources

Rules:
1. Identify the three claims most likely to be wrong, overstated, weakly sourced, or too certain.
2. Generate at least two substantive objections.
3. A substantive objection must:
   - target a specific claim or causal link
   - identify missing evidence, contradictory evidence, or a credible rival interpretation
   - name the source or test that would resolve the objection
   - remain open until the check is completed
4. Reject any objection that only restates the claim, argues about wording, or resolves itself immediately.
5. Use sequential_thinking to branch each surviving objection through:
   - target claim
   - why the current support may fail
   - what evidence would disconfirm or narrow the claim
   - what confidence change follows if the objection stands
6. After checking sources, return one of two decisions:
   - BLOCK if any objection remains unresolved or materially weakens a key finding
   - PASS if all objections were checked and the draft was revised or explicitly defended

Output format:
1. Highest-risk claims
2. Objection 1
3. Objection 2
4. Source checks
5. Decision: PASS or BLOCK
6. Required revisions or confidence downgrades

Risks, gaps, uncertainties:

  • [fact; source: https://arxiv.org/abs/2406.01297] There is no strong direct trial in this evidence set showing that a prompt-only single-agent adversarial pass improves research-writing quality in the exact way this repository needs, so the recommended block remains a synthesis rather than a directly benchmarked recipe.
  • [fact; source: https://www.cambridge.org/core/books/uses-of-argument/26CF801BC12004587B66778297D5567C] The formal argumentation source was only partially accessible in this session, so the prompt uses an argument-structure heuristic without relying on direct quotations from the book.
  • [inference; source: https://arxiv.org/abs/2306.09562; https://github.com/davidamitchell/Research/blob/main/Research/completed/2026-04-30-human-bias-ai-trust-rlhf-sycophancy.md] Any checklist or challenge step can be gamed if it becomes a ritual, so downstream review should inspect whether objections actually change confidence, sources, or scope.

Open questions:

  • Would a repository-specific benchmark of shallow-reasoning errors in completed research items show measurable gains from the proposed prompt block?
  • How often should a surviving objection trigger mandatory source expansion versus immediate draft blocking?
  • Does an adjacent-domain expert persona outperform a pure skeptic persona on this repository's research items?

§7 Recursive Review

  • Acronym audit completed: Artificial Intelligence (AI), Large Language Model (LLM), Constitutional AI (CAI), Model Context Protocol (MCP), and Synthesis of Topic Outlines through Retrieval and Multi-perspective Question Asking (STORM) are expanded on first use.
  • Labels audit completed: visible claims in Research Skill Output are labeled or rendered as metadata fragments; tables use explicit epistemic labels.
  • Source audit completed: Findings and Evidence Map use URL-backed citations only; prior completed items are cited with GitHub URLs.
  • Remaining limitation: the recommendation is a synthesis from adjacent evidence, not a direct controlled trial of this repository's exact prompt block.

Findings

Executive Summary

  • A structured objection-and-verification gate is a plausible prompt-only method for catching shallow reasoning in AI-generated research findings before commit, but the evidence for this repository's exact use case remains indirect rather than directly benchmarked. [inference; source: https://aclanthology.org/2024.findings-acl.212/; https://arxiv.org/abs/2406.01297; https://openreview.net/forum?id=7K1kXowjK1]
  • Same-model critique appears most useful when it creates explicit intermediate artifacts and independent checks, but generic self-critique is too weak because current Large Language Models often fail to detect their own internally generated errors. [inference; source: https://arxiv.org/abs/2212.08073; https://arxiv.org/abs/2303.17651; https://aclanthology.org/2024.findings-acl.212/; https://arxiv.org/abs/2406.01297]
  • Multi-perspective questioning and adversarial collaboration evidence indicate that objections become more valuable when they are role-specific, target named claims, and stay unresolved until the source check is complete. [inference; source: https://arxiv.org/abs/2402.14207; https://pmc.ncbi.nlm.nih.gov/articles/PMC12748294/]
  • The minimum-viable repository design is a fixed challenge block that ranks risky claims, generates two substantive objections, branches each objection through sequential_thinking, and blocks finalisation when any key objection survives verification or forces a confidence downgrade. [inference; source: https://github.com/modelcontextprotocol/servers/tree/main/src/sequentialthinking; https://aclanthology.org/2024.findings-acl.212/; https://airc.nist.gov/AI_RMF_Knowledge_Base/Playbook]

Key Findings

  1. Structured self-critique methods appear to improve output quality most consistently when they force the model to externalise critique artifacts before revision, rather than asking for vague reflection after the draft is already written. ([inference]; medium confidence; source: https://arxiv.org/abs/2212.08073; https://arxiv.org/abs/2303.17651; https://aclanthology.org/2024.findings-acl.212/)
  2. Prompt-only adversarial review should borrow Chain-of-Verification's separation between objection planning and objection checking, because independent verification steps reduce the chance that the draft and the critique share the same unsupported assumption. ([inference]; medium confidence; source: https://aclanthology.org/2024.findings-acl.212/; https://arxiv.org/abs/2406.01297; https://openreview.net/forum?id=7K1kXowjK1)
  3. Multi-perspective questioning offers a plausible way to widen coverage in long-form research synthesis, because STORM shows gains from perspective diversity while adversarial collaboration studies show that targeted disagreement can deepen the evidence base. ([inference]; medium confidence; source: https://arxiv.org/abs/2402.14207; https://pmc.ncbi.nlm.nih.gov/articles/PMC12748294/)
  4. Open-ended self-correction is not a dependable safety net for research findings, because current evidence shows large language models frequently fail to notice their own internal errors and can trade stronger critique for weaker answer stability. ([fact]; high confidence; source: https://arxiv.org/abs/2406.01297; https://openreview.net/forum?id=7K1kXowjK1; https://aclanthology.org/2025.acl-long.203/)
  5. A substantive objection in this workflow should target a named claim, identify missing evidence or a credible rival interpretation, specify what source or test would change the conclusion, and remain unresolved until that check is completed. ([inference]; medium confidence; source: https://aclanthology.org/2024.findings-acl.212/; https://pmc.ncbi.nlm.nih.gov/articles/PMC12748294/)
  6. The adversarial review step should act as a named governance gate with explicit pass-or-block output, because checklist evidence and prior repository oversight work both show that unstructured review easily becomes performative and hard to audit. ([inference]; medium confidence; source: https://arxiv.org/abs/2306.09562; https://airc.nist.gov/AI_RMF_Knowledge_Base/Playbook; https://github.com/davidamitchell/Research/blob/main/Research/completed/2026-04-26-human-in-the-loop-ai-automated-workflows.md)
  7. The minimum-viable prompt design for this repository is a four-part challenge loop that ranks risky claims, generates two adjacent-expert objections, branches each objection through sequential_thinking, and requires confidence downgrades or blocking when objections survive source checks. ([inference]; low confidence; source: https://github.com/modelcontextprotocol/servers/tree/main/src/sequentialthinking; https://aclanthology.org/2024.findings-acl.212/; https://arxiv.org/abs/2402.14207; https://arxiv.org/abs/2406.01297)

Evidence Map

Claim Source Confidence Notes
[inference] Structured self-critique appears most reliable when critique is externalised before revision. https://arxiv.org/abs/2212.08073; https://arxiv.org/abs/2303.17651; https://aclanthology.org/2024.findings-acl.212/ medium Cross-paper synthesis
[inference] Independent objection checking is the most important portable element for this workflow. https://aclanthology.org/2024.findings-acl.212/; https://arxiv.org/abs/2406.01297; https://openreview.net/forum?id=7K1kXowjK1 medium Design synthesis
[inference] Perspective-specific questioning plausibly widens coverage in long-form synthesis. https://arxiv.org/abs/2402.14207; https://pmc.ncbi.nlm.nih.gov/articles/PMC12748294/ medium Adjacent evidence
[fact] Unstructured self-correction is unreliable for internally generated errors. https://arxiv.org/abs/2406.01297; https://openreview.net/forum?id=7K1kXowjK1; https://aclanthology.org/2025.acl-long.203/ high Strong direct evidence
[inference] A substantive objection must identify a target claim, a rival interpretation, and a resolution test. https://aclanthology.org/2024.findings-acl.212/; https://pmc.ncbi.nlm.nih.gov/articles/PMC12748294/ medium Resolution criteria only
[inference] The adversarial step should be a named gate with explicit pass-or-block output. https://arxiv.org/abs/2306.09562; https://airc.nist.gov/AI_RMF_Knowledge_Base/Playbook; https://github.com/davidamitchell/Research/blob/main/Research/completed/2026-04-26-human-in-the-loop-ai-automated-workflows.md medium Governance synthesis
[inference] A four-part challenge loop is the minimum viable prompt block for this repository. https://github.com/modelcontextprotocol/servers/tree/main/src/sequentialthinking; https://aclanthology.org/2024.findings-acl.212/; https://arxiv.org/abs/2402.14207; https://arxiv.org/abs/2406.01297 low Design synthesis

Assumptions

  • [assumption; source: https://github.com/modelcontextprotocol/servers/tree/main/src/sequentialthinking] The host will continue to call sequential_thinking when the prompt explicitly asks for branching and revision during the objection pass.
  • [assumption; source: https://airc.nist.gov/AI_RMF_Knowledge_Base/Playbook; https://github.com/davidamitchell/Research/blob/main/Research/completed/2026-04-26-human-in-the-loop-ai-automated-workflows.md] A pass-or-block output is operationally acceptable in this repository because named control points and explicit review outcomes already exist in the surrounding workflow.

Analysis

  • Evidence favors staged critique over generic skepticism because the positive results come from methods that separate drafting from checking, while the strongest negative evidence targets unconstrained prompted self-correction. [inference; source: https://arxiv.org/abs/2303.17651; https://aclanthology.org/2024.findings-acl.212/; https://arxiv.org/abs/2406.01297]
  • Debate and STORM do not prove that a single-agent prompt will match multi-agent performance, but they do show that perspective diversity and adversarial contrast are the productive ingredients worth preserving when the implementation must stay single-agent. [inference; source: https://arxiv.org/abs/1805.00899; https://arxiv.org/abs/2402.14207]
  • Rival remedies remain plausible, including stronger model selection, more human review, or richer retrieval, but the evidence in this item supports adding a prompt-level challenge gate because it is the smallest change that directly targets shallow reasoning before commit without changing infrastructure. [inference; source: https://arxiv.org/abs/2406.01297; https://airc.nist.gov/AI_RMF_Knowledge_Base/Playbook; https://github.com/davidamitchell/Research/blob/main/Research/completed/2026-05-01-ai-coding-harness-quality-benchmarks.md]

Minimum-Viable Prompt Block

Adversarial challenge pass

You are now acting as a skeptical adjacent-domain expert reviewing the draft Findings.
Your goal is not to improve tone or wording. Your goal is to find reasoning that could fail under scrutiny.

Inputs:
- Draft Findings
- Evidence Map
- Sources

Rules:
1. Identify the three claims most likely to be wrong, overstated, weakly sourced, or too certain.
2. Generate at least two substantive objections.
3. A substantive objection must:
   - target a specific claim or causal link
   - identify missing evidence, contradictory evidence, or a credible rival interpretation
   - name the source or test that would resolve the objection
   - remain open until the check is completed
4. Reject any objection that only restates the claim, argues about wording, or resolves itself immediately.
5. Use sequential_thinking to branch each surviving objection through:
   - target claim
   - why the current support may fail
   - what evidence would disconfirm or narrow the claim
   - what confidence change follows if the objection stands
6. After checking sources, return one of two decisions:
   - BLOCK if any objection remains unresolved or materially weakens a key finding
   - PASS if all objections were checked and the draft was revised or explicitly defended

Output format:
1. Highest-risk claims
2. Objection 1
3. Objection 2
4. Source checks
5. Decision: PASS or BLOCK
6. Required revisions or confidence downgrades

Risks, Gaps, and Uncertainties

  • There is no strong direct trial in this evidence set showing that a prompt-only single-agent adversarial pass improves research-writing quality in the exact way this repository needs, so the recommended block remains a synthesis rather than a directly benchmarked recipe. [fact; source: https://arxiv.org/abs/2406.01297]
  • The formal argumentation source was only partially accessible in this session, so the prompt uses an argument-structure heuristic without relying on direct quotations from the book. [fact; source: https://www.cambridge.org/core/books/uses-of-argument/26CF801BC12004587B66778297D5567C]
  • Any checklist or challenge step can be gamed if it becomes a ritual, so downstream review should inspect whether objections actually change confidence, sources, or scope. [inference; source: https://arxiv.org/abs/2306.09562; https://github.com/davidamitchell/Research/blob/main/Research/completed/2026-04-30-human-bias-ai-trust-rlhf-sycophancy.md]

Open Questions

  • Would a repository-specific benchmark of shallow-reasoning errors in completed research items show measurable gains from the proposed prompt block?
  • How often should a surviving objection trigger mandatory source expansion versus immediate draft blocking?
  • Does an adjacent-domain expert persona outperform a pure skeptic persona on this repository's research items?

Output

Navigation

Home

By Tag

bureaucracy

change-management

coase

constraint-analysis

control-model

decision-rights

delegation

delivery-risk

demand-segmentation

enterprise

exception-handling

execution

flow

flow-design

flow-metrics

governance

governance-patterns

incentives

instability

institutional-economics

leading-indicators

operating-model

organisation

organisational-design

queue-design

queueing

regulated-enterprise

routing

throughput

throughput-risk

transaction-costs

triage

williamson

Clone this wiki locally