After this lesson you'll know
- How to use AI as a structured brainstorming partner for hypothesis generation
- Cross-domain analogy techniques that surface non-obvious hypotheses
- Evaluating and filtering AI-generated hypotheses for testability and novelty
- The boundary between AI-assisted ideation and genuine scientific contribution
The Ideation Bottleneck
From Ideation to Testable Hypothesis
01GenerateAI brainstorms candidates from cross-domain literature and analogies
→02FilterYou evaluate for testability, novelty, and grounding in evidence
→03RefineSharpen the best candidates into specific, falsifiable predictions
AI generates candidates for your scientific judgment, not conclusions.
Historical precedent: Cross-domain insight has driven major discoveries for centuries. Penicillin came from contamination. CRISPR came from studying bacterial immune systems. The double helix came from X-ray crystallography. AI accelerates this cross-pollination by making connections across domains that no single human could span.
Structured Hypothesis Brainstorming
Unstructured prompts ("give me research ideas") produce generic output. Structured prompts produce testable hypotheses. Here is a framework: ``` HYPOTHESIS GENERATION PROMPT: Context: - Field: {your_field} - Current knowledge: {brief summary of what is established} - Open question: {the specific gap you want to address} - Constraints: {equipment, budget, timeline, ethical limits} Generate 10 hypotheses that could explain or address the open question. For each hypothesis: 1. STATEMENT: One-sentence testable prediction 2. MECHANISM: Proposed causal mechanism 3. EVIDENCE: Existing evidence that supports or contradicts this 4. TEST: How would you test this? What experiment would confirm or refute it? 5. NOVELTY: How is this different from existing hypotheses in the literature? 6. RISK: What would make this hypothesis wrong? Prioritize hypotheses that are: - Testable with {constraints} - Non-obvious (not direct extensions of existing work) - Specific enough to be falsifiable ``` The key is specificity in your context. The more precisely you describe what is known, what is unknown, and what resources you have, the more targeted and useful the hypotheses will be.
Iteration pattern: Generate 10, evaluate each, then ask AI to generate 10 more that are "different in approach" from the first batch. This pushes the model beyond its most probable outputs into more creative territory. Three rounds of 10 typically surface 2-3 genuinely interesting hypotheses worth pursuing.
Cross-Domain Analogy
The most powerful hypothesis generation technique is cross-domain analogy: finding structurally similar problems in unrelated fields and importing their solutions. ``` CROSS-DOMAIN PROMPT: I study {phenomenon} in {your_field}. The key properties of this phenomenon are: - {property_1} - {property_2} - {property_3} What analogous phenomena exist in completely different fields (physics, biology, economics, computer science, ecology, sociology)? For each analogy: 1. What is the analogous phenomenon? 2. What has that field learned about it? 3. What solutions or explanations have they found? 4. How could those solutions translate to my domain? 5. What are the limits of this analogy -- where does it break down? ``` Example: A researcher studying information cascades in social media might find analogies in epidemiology (viral spread), ecology (invasive species propagation), physics (phase transitions), and economics (bank runs). Each analogy suggests different mechanisms and testing strategies that may not be obvious from within the communication studies literature alone.
Analogy quality check: The best analogies share structural similarity (same mathematical form, same causal dynamics) not just surface similarity (both involve "networks" or both are "complex"). Ask the AI to explain exactly where the structural mapping holds and where it breaks. Analogies that break in important ways are still useful -- they tell you what is unique about your phenomenon.
Evaluating AI-Generated Hypotheses
Not every AI-generated hypothesis deserves investigation. Apply these filters: **Filter 1: Testability.** Can you design a concrete experiment that would confirm or refute this hypothesis? If the answer requires technology that does not exist or data that cannot be collected, it is not currently testable. Set it aside for future consideration. **Filter 2: Novelty.** Search for the hypothesis in your literature database. Has it already been proposed and tested? If yes, what were the results? A hypothesis is only worth pursuing if it is either untested or tested with inconclusive results. **Filter 3: Mechanism.** Does the proposed mechanism make physical, biological, or logical sense? AI can propose plausible-sounding mechanisms that violate basic domain constraints. Your expertise is the filter here. **Filter 4: Feasibility.** Given your resources (lab equipment, compute budget, timeline, team size), can you actually test this hypothesis? Brilliance is irrelevant if the experiment costs $10M and you have $10K. ``` EVALUATION MATRIX: | Hypothesis | Testable? | Novel? | Mechanistic? | Feasible? | Score | |------------|-----------|--------|--------------|-----------|-------| | H1: ... | Yes | Yes | Plausible | Yes | 4/4 | | H2: ... | Yes | No | Strong | Yes | 3/4 | | H3: ... | Unclear | Yes | Weak | No | 1/4 | ``` Hypotheses scoring 3-4 go to experiment design (Lesson 5). Hypotheses scoring 1-2 get documented for future reference but are not pursued now.
The 3-hypothesis rule: Never pursue a single hypothesis in isolation. Develop 2-3 competing hypotheses and design experiments that can distinguish between them. This prevents confirmation bias and produces stronger papers because your discussion section can address alternatives.
The Contribution Boundary
Where is the line between "AI helped me think" and "AI did my thinking"? This is important for intellectual honesty and for your career. AI-assisted hypothesis generation is scientifically legitimate when: - You provided the domain context, constraints, and evaluation criteria - You evaluated, filtered, and selected the hypotheses using your expertise - You designed the experiments to test them - You interpreted the results - You disclosed the AI's role in your methods section AI-assisted hypothesis generation is problematic when: - You accepted hypotheses without evaluation or domain expertise - You cannot explain why a hypothesis is plausible in your own words - You treated the AI's output as evidence rather than as a suggestion The test is simple: if a colleague asked "why do you think this hypothesis is worth testing?" could you defend it without mentioning AI? If yes, the contribution is yours. The AI was a brainstorming tool. If no, you need to go deeper before pursuing it.Quiz
1What makes cross-domain analogy the most powerful hypothesis generation technique?
2What is the '3-hypothesis rule' and why does it matter?
Vocabulary
What is the researcher's role vs. AI's role in hypothesis generation?
AI generates candidate hypotheses by surfacing cross-domain connections and patterns. The researcher evaluates, filters, and selects using domain expertise. The scientific contribution is the evaluation and experimental design, not the generation.
What are the four filters for evaluating AI-generated hypotheses?
1) Testability: can you design a concrete experiment? 2) Novelty: has it been proposed/tested before? 3) Mechanism: does the causal logic make domain-level sense? 4) Feasibility: can you test it with your resources?
How do you get better hypotheses from AI?
Use structured prompts with specific context (field, known facts, open questions, constraints). Iterate: generate 10, evaluate, then ask for 10 more that differ in approach. Three rounds typically surface 2-3 genuinely interesting candidates.
What makes a cross-domain analogy high quality?
Structural similarity (same mathematical form, same causal dynamics), not just surface similarity (both involve 'networks'). Good analogies include where the mapping breaks down -- that reveals what is unique about your phenomenon.
How do you determine if AI-assisted ideation is a legitimate scientific contribution?
The test: if a colleague asks 'why is this hypothesis worth testing?' can you defend it without mentioning AI? If yes, the contribution is yours. You must provide context, evaluate with expertise, design experiments, and interpret results.