Best practices for Claude Code, Cowork & Research in academic and scientific workflows
Situation
faster data analysis
with DAAF framework
token context window
entire papers, datasets at once
sources in one query
Claude Research, 12 min
Complication
"Fundamentals don't change — they matter more now."
Validation, reproducibility, data provenance, knowing when you're out of your depth.
— Patrick Mineault, NeuroAI
The Answer
Plan first, execute second, evaluate always
Tests are how you verify AI does what you think
Version everything — prompts, code, and outputs
Part 01
Three tools, three strengths — pick the right one for each phase of your work
Part 02
The patterns that separate productive researchers from prompt-and-pray
Plan Mode
"Show 2–3 options, don't write code yet"
Review & Refine
Validate approach before any execution
Execute & Interrupt
Press Esc liberally — correct early, not late
Pro tip: Write bug solutions to CLAUDE.md so they're never reintroduced.
marimo
DAG-based notebooks — solves statefulness entirely
Standalone .py → PNG
Claude writes scripts, you review outputs as files
Quarto / Rmarkdown
Text-based, diff-friendly, publication-ready
Part 03
The rules that keep AI-assisted research honest
10x Genomics
Biologists without coding skills analyze single-cell RNA-seq data through conversation
Schrödinger
Drug-design transformation code + unit tests in minutes instead of hours
Novo Nordisk
Investigator brochures reduced from 3–5 days to hours while meeting GxP compliance
Axiom Bio
AI agents extract toxicity-predictive features from billions of biomedical records
faster code development
reported by life science partners
Sanofi
Majority of employees query internal databases daily via Claude-powered Concierge
Getting Started
Write a CLAUDE.md with project context, data paths, and pipeline rules
Add 2–3 Skills: /compile-latex, /proofread, /commit
Set up Cookiecutter structure: raw / processed / generated
Start with CLAUDE.md. Validate everything. Version your prompts.
Read more
neuroai.science/claude-code-for-scientists
Official docs
code.claude.com/docs/best-practices