Critical Limitations: What Goes Wrong with Claude in Research
Why this document exists: A workshop that only shows the possibilities will lose credibility with skeptical researchers — and, more importantly, will send participants into their work without the critical awareness they need. This document covers documented failure modes, real criticism from academics, and practical mitigation.
The core distinction: execution vs. interpretation
The clearest framing comes from Tom Pepinsky (Cornell, comparative politics):
"Use agentic AI for tasks that involve following rules. Do not use agentic AI for tasks that generate answers, arguments, or interpretations." — https://tompepinsky.com/2026/01/23/agentic-ai-and-social-science-research-practice/
What Claude Code is good at (following rules):
-
Extract all named persons from these documents
-
Format this bibliography in Chicago style
-
Convert these files from DOCX to markdown
-
Find all sentences containing the word "perfectus"
-
Run a word frequency count on this corpus
-
Restructure this table with these columns
What Claude Code is unreliable at (generating answers, arguments, interpretations):
-
What is the historical significance of this finding?
-
Is this argument methodologically sound?
-
What does the literature say about this topic? (→ hallucination risk)
-
What citations support this claim? (→ hallucination risk)
-
What should my research question be?
The boundary is not always clean — but when you catch yourself asking Claude to judge rather than execute, apply more skepticism.
Hallucination: the numbers
Claude confidently states false things. This is not a bug that will be fixed — it is a structural property of how large language models work.
Statistics (2025–2026 benchmarks):
-
General queries: ~6% hallucination rate for Claude
-
Specialized professional/academic queries: up to 48% in some domain tests
-
Citations and references: 40–50% accuracy on second-order references (the claim that a citation supports)
-
A 2023 study: 69 of 178 GPT-3 citations returned incorrect or nonexistent DOIs
-
October 2025: A$440,000 Deloitte government report (submitted to an Australian government body) contained hallucinated academic sources
Source: https://misinforeview.hks.harvard.edu/article/new-sources-of-inaccuracy-a-conceptual-framework-for-studying-ai-hallucinations/
The most dangerous pattern: AI models are 34% more likely to use high-confidence language ("definitely," "certainly," "it is clear that") when generating incorrect information. The more wrong, the more certain it sounds.
Practical rule: Never use a Claude-generated citation without independently verifying it. Never paste a Claude-written literature review into a manuscript without checking every claim against the source. Treat Claude-generated factual claims as first drafts to be verified, not outputs to be trusted.
"Vibe research": the p-hacking problem
Andy Hall (Stanford political scientist) coined the term "vibe research" for a specific failure mode:
AI produces confident results aligned with user expectations rather than rigorous methodology.
Source: https://www.niskanencenter.org/can-ai-vibe-research-replace-social-science/
Concrete examples from Hall's testing:
-
Missed elections in a dataset (incomplete data collection)
-
Miscoded counties (wrong values, no error flags)
-
Inability to distinguish consequential from minor errors
-
Overconfident presentation of findings that did not survive scrutiny
Pepinsky's version of the same concern:
"The computer might generate the result that it 'thinks' you want to hear."
This is the AI equivalent of p-hacking: if you ask Claude "does the data support hypothesis X?" it may structure its analysis to confirm X rather than rigorously test it. It is trying to be helpful. Helpfulness and rigor are not the same thing.
Mitigation: Ask Claude to argue against your hypothesis, not just for it. Ask it to identify weaknesses in its own output. Ask: "what would a critic say about this analysis?"
Documented failure modes in humanities and social science contexts
From Hall's testing (political science):
-
Data collection is incomplete by default — Claude does not know what it does not know
-
It cannot reliably distinguish a consequential error from a trivial one
-
It cannot generate novel theoretical contributions — it synthesizes existing frameworks
From Pollin's DH work:
-
Cognitive atrophy: Gradual skill loss as technical abilities go underutilised. If you stop doing tasks manually, you lose the ability to spot errors in the automated versions.
-
Epistemological fragility: Code (or analysis) you cannot explain is analysis you cannot defend. If Claude produced it and you do not understand how, you are in a vulnerable position at peer review.
-
LLM sycophancy: Models tell you what you want to hear unless you deliberately interrogate them. Pollin recommends a "Critical Questioning / Poking" step — explicitly asking Claude to identify problems with its own output.
From Messing & Tucker (Brookings):
-
Quality degrades over long sessions — Claude becomes less precise as the context fills
-
Security risks: agents can accidentally expose credentials or delete data if given broad filesystem access
-
Projected 36–50% increase in journal submission volumes, threatening peer review infrastructure
-
Already documented cases of "AI slop" appearing in peer-reviewed journals (verbatim AI phrases, fabricated references)
The qualitative research caution
For researchers doing interview-based or ethnographic work:
From peer-reviewed literature on AI-assisted thematic analysis:
-
LLMs reproduce dominant/frequent themes and systematically suppress minority voices
-
They "act less like researchers and more like model students" — they give you what looks like good thematic analysis without genuine interpretive engagement
-
Only 20% of top universities had researcher-specific AI guidelines as of 2025 (versus 94% for student/teaching guidelines)
Sources: Xu (2026), Qualitative Inquiry; Ozuem et al. (2025), Sage; https://journals.sagepub.com/doi/10.1177/16094069261425173
Data privacy: Before uploading interview transcripts to any cloud-based AI service (including Claude Desktop), check your IRB approval and institutional policy. Claude Desktop sends data to Anthropic's servers. Claude Code runs locally — transcripts never leave your machine.
The systemic concerns (beyond individual use)
These are not reasons to avoid Claude, but researchers should be aware of them:
Junior researcher deskilling: Tasks that used to provide learning opportunities (literature searches, data cleaning, formatting) are now automated. Junior researchers may complete PhD programs without developing these skills. The implications for long-term disciplinary expertise are unknown.
Resource inequality: Heavy API use favors well-resourced institutions. A researcher at a well-funded institution with API credits has access to capabilities unavailable to colleagues at less-funded institutions.
Peer review strain: The projected increase in manuscript submissions (from faster paper production) is already straining review systems. Some journals are already receiving AI-generated manuscripts that reviewers struggle to detect.
Practical critical literacy checklist
Before trusting Claude output in your research:
-
Is this a task involving execution (following rules) or interpretation (generating arguments)?
-
Have I independently verified any factual claims, citations, or statistics?
-
Have I asked Claude to identify weaknesses in its own output?
-
Do I understand how Claude reached this conclusion? Can I explain it to a reviewer?
-
If this is qualitative analysis, have I checked whether Claude suppressed minority themes?
-
If this involves sensitive data (interviews, unpublished data), am I using local Claude Code rather than cloud Desktop?
-
Am I treating this as a first draft to be verified, or as a finished product?
The balanced summary
Claude Code and Claude Desktop are genuinely powerful for research. The documented productivity gains are real. The non-programmer entry point is real. The capabilities for document processing, systematic extraction, and writing assistance are real.
And: hallucination is real. Sycophancy is real. The execution/interpretation divide is real. Epistemological fragility is real.
The researchers getting the most value from these tools are not the ones using it most — they are the ones using it most critically: clear about what they are delegating, rigorous about verification, and honest in their methods sections about what role AI played.
Related
-
A.concept.agents — the execution/delegation framework; supervised vs. autonomous modes
-
B.epistemics — epistemic distortion risks: sycophancy mechanism, confirmation loops, tunnel effect, team groupthink, and cross-model counter-practices
-
A11.examples-claude-code-researchers — the positive cases this document contextualises
-
A13.examples-dissinet-usecases — DISSINET-specific "what requires human review" notes
-
A1.desktop-vs-code — Desktop vs. Code implications for data privacy
-
A.issue.privacy-security — where your data goes; GDPR, IRB, and the decision matrix for sensitive research material
-
C.resources — curated reading list: Mollick, Pepinsky, Breen, and the primary sources behind the claims in this document
-
C.llm-as-reader — the vibe research risk as a structural feature of "Claude reads for you" workflows; the reader spectrum and when each end is appropriate