AI tools for RWE

Tools that treat evidence work the way evidence work deserves: decisions documented, code auditable, and patient-level data nowhere near a language model. Statuses below are honest. If something says "in development," it is not vaporware; it is just unfinished.

RWE Coding Copilot

In development

A coding copilot that lives beside SAS, RStudio, and Python, not inside them. Give it your protocol, SAP, and codebook, and it does the thing most analysts skip under deadline pressure: it interviews you about every analytic decision the SAP leaves ambiguous before a single line of code exists.

1
Structured spec
Builds an analysis spec from your documents. You confirm it; the machine does not guess silently.
2
Decision interview
Date inclusivity, washout, censoring, grace periods: a fixed checklist of the decisions that quietly change results.
3
Annotated code
Copy-ready SAS, R, and Python where every decision-dependent line cites its decision id.
4
Audit guide
A timestamped Analytic Decision Guide from an append-only log. Your future QC reviewer says thanks.
rwe-copilot ingest my-study/ protocol.docx sap.docx codebook.xlsx
rwe-copilot confirm my-study/      # review spec.yaml first
rwe-copilot interview my-study/    # the part your SAP forgot
Bring your own key: works with any OpenAI-compatible endpoint (OpenRouter, a company gateway, local Ollama). Inputs are document text and codebook metadata only. The tool generates code; it never connects to data.

Structured Literature Reviewer

In design

Protocol-driven literature review with the boring parts done properly: explicit search strategy, screening criteria you set up front, extraction into evidence tables, and citations that are verified rather than hallucinated. The goal is a review you could hand to a methodologist without flinching.

The lab

Things being built and broken on personal time. They graduate to this page when they survive contact with real workloads; they disappear when they do not. Current resident: an experiment pipeline that drafts and red-teams study documents (protocols, SAPs, manuscripts) with a panel of adversarial reviewer personas. More TBD, and "TBD" is doing honest work in that sentence.