AI Research Methods and Scientific Practice
Literature Review and Hypothesis Development · 15 min
A research hypothesis in AI is a specific, testable claim about how a system will behave — not a general hope that 'AI will get better.' One of the field's founding documents illustrates the difference. The 1956 Dartmouth workshop proposal, written by John McCarthy, Marvin Minsky, Nathaniel Rochester, and Claude Shannon, is remembered as the document that named the field, but it is also a template for how to write a research hypothesis: it laid out a specific, if audacious, conjecture — that every aspect of learning or any other feature of intelligence can in principle be so precisely described that a machine can be made to simulate it — and proposed a concrete, time-bounded study to make progress on that conjecture. Notice what the proposal does not do: it does not simply assert that intelligent machines are coming. It commits to a claim specific enough that particular lines of work — game playing, language use, abstraction, self-improvement — could count as evidence for or against it. Modern AI research proposals are held to the same standard in miniature: a hypothesis worth testing must specify, in advance, what result would count as support and what result would count against it.
Before that hypothesis can be tested, a researcher has to establish that it is actually new — or, if not new, that it addresses a genuine gap or contradiction in what is already known. This is the job of the literature review: a systematic survey of prior work that situates a proposed study relative to existing findings, so that effort is not spent re-discovering a known result or re-running an already-settled comparison. In AI, the great majority of vetted, peer-reviewed findings appear in a small set of venues — conferences such as NeurIPS, ICML, and ICLR, and journals such as JAIR — whose review processes are the field's main quality filter before a claim is treated as established. A careful literature review does more than list prior papers; it identifies which claims were rigorously supported (large-scale experiments, released code, statistically significant results) versus which were preliminary or contested, because a new hypothesis that only conflicts with an unreplicated preliminary claim is making a much weaker contribution than one that overturns a well-established, frequently reproduced result. Skipping this step is how research groups waste months rediscovering effects that were already known, or quietly reproduce a mistake the original literature had already corrected.
Experimentation, Reproducibility, and Scientific Communication · 15 min
Once a hypothesis is formulated and situated in the literature, it has to be tested through experiments designed so the result actually bears on the hypothesis — and reported so another team can check the work. The NeurIPS conference's paper checklist, one of the most widely used reproducibility instruments in AI research, makes the required standard explicit. It asks authors to confirm that the claims made in a paper's abstract and introduction accurately reflect what the experiments actually show, rather than overstating generality beyond what was tested. It requires statistical rigor: reporting error bars, confidence intervals, or significance tests, with a clear statement of how they were computed, rather than a single number presented as if it were noise-free. It requires full experimental detail — data splits, hyperparameters, and how those hyperparameters were selected — because a result that depended on an unreported, hand-tuned setting is not really the same result someone else can obtain. And it requires disclosure of compute resources (hardware type, memory, and runtime), since an unreported compute budget can make a comparison between two methods misleading if one was given far more tuning time than the other. Crucially, the checklist's philosophy is that transparency matters more than perfection: honestly answering 'no' with a justification is treated as acceptable, while an unsupported 'yes' is not.
Reproducibility itself is not one property but several, and the ACM's Artifact Review and Badging policy — used across many computing conferences to formally evaluate reproducibility — distinguishes them precisely, following the International Vocabulary of Metrology. Repeatability means the original team can reliably repeat their own measurement using the same procedure and equipment. Reproducibility means a different, independent team can obtain the same result using the original team's own artifacts (their exact code and data) — a weaker form of external check, since it still relies on the original implementation. Replicability means a different independent team obtains the same result using their own, independently developed artifacts, tackling the same problem from scratch — a stronger form of confirmation, because it rules out the possibility that a subtle bug in one specific codebase produced an illusory effect. ACM's badging scheme rewards each stage separately: an 'Artifacts Available' badge for sharing code and data in an archival repository, an 'Artifacts Evaluated' badge (Functional or the more thorough Reusable level) for an independent audit of that material, and a 'Results Reproduced' or 'Results Replicated' badge for an independent team actually re-obtaining the claimed result. Scientific communication in AI is judged, increasingly, by how many of these stages a claim has actually passed.
The AI Research Cycle
AI research runs as a cycle: literature review shapes a hypothesis, the hypothesis is tested and reproduced, and the result is communicated back into the literature.
- A hypothesis is only useful if you can say in advance what result would count against it — a vague hope is not a testable claim.
- Reproducibility comes in degrees: repeatability, reproducibility (with the original code), and replicability (from scratch) are progressively stronger forms of confirmation.
- Honest disclosure that a check was not done is treated as more scientifically valuable than an unsupported claim that everything was verified.
Recall Practice
Glossary
- Hypothesis
- A specific, testable claim about how a system will behave, precise enough that a particular experimental result would count as support or refutation.
- Literature review
- A systematic survey of prior published work used to situate a new study relative to existing findings before testing a hypothesis.
- Reproducibility
- The property that an independent team can obtain the same result using the original team's own code and data.
- Replicability
- The property that an independent team can obtain the same result using their own, independently developed implementation of the same idea.
- Repeatability
- The property that the original team can reliably repeat their own measurement using the same procedure and equipment.
- Artifact badge
- A formal ACM designation (e.g., Artifacts Available, Artifacts Evaluated, Results Reproduced) certifying a specific, limited claim about a paper's reproducibility.
Audit a Mock Abstract Against a Reproducibility Checklist
This is a virtual, desk-based exercise using only supplied text — no real paper submission or software execution occurs. You are given a short, fictional but representative paper abstract and methods paragraph, plus a condensed five-item checklist modeled on the NeurIPS paper checklist (claims match results, error bars reported, hyperparameters disclosed, compute resources disclosed, data/code availability stated). Read the supplied text and mark each checklist item as satisfied, unclear, or missing, citing the specific sentence that justifies each judgment.
Ready to test yourself?
5 questions on this module.