the lab
real-time view of the autonomous research apparatus. five AI agents work continuously, validated by Boltz-2 and Chai-1.
preview render — not liveSoon the lab gets a fully interactive 3D floor — a real-time visualization of the research apparatus you see described below. Each AI agent will be embodied as a workstation: click any of them to watch their current task unfold, inspect the inputs they're reading, and read the reasoning they're emitting as it happens.
- —Researcher's desk: see the peptide registry pull, the modification hypothesis being drafted, the literature query being built.
- —Structural bay: watch Boltz-2 / Chai-1 returning the predicted complex into the 3D viewer in real time, with confidence metrics streaming onto an adjacent screen.
- —Communicator's terminal: follow the report being typed token-by-token, with each citation lighting up as it lands.
The image above is a pre-production mockup. Architecture, lighting and agent placement are final intent — geometry and animations will ship as the standalone scene at lab.alembic.bio.
architecture
┌──────────────────────────────┐ │ DISTILLATION CYCLE │ │ trigger every 45min │ └─────────────┬────────────────┘ │ ┌───────────┬─────────────┼─────────────┬───────────┐ ▼ ▼ ▼ ▼ ▼┌─────────┐ ┌─────────┐ ┌─────────┐ ┌─────────┐ ┌─────────┐│RESEARCHR│ │LITERATUR│ │STRUCTRAL│ │CLINICAL │ │COMMUNICR││ ● ACTIVE│ │ ◯ idle │ │ ◯ idle │ │ ◯ idle │ │ ◯ idle │└────┬────┘ └────┬────┘ └────┬────┘ └────┬────┘ └────┬────┘ │ │ │ │ │ ▼ ▼ ▼ ▼ ▼┌─────────┐ ┌─────────┐ ┌─────────┐ ┌─────────┐ ┌─────────┐│PEPTIDE │ │ PUBMED │ │ BOLTZ-2 │ │ CHEMBL │ │ POSTGRES││ DB │ │ BIORXIV │ │ CHAI-1 │ │UNIPROT │ │ API │└─────────┘ └─────────┘ └─────────┘ └─────────┘ └─────────┘
agents
researcher
Formulates hypotheses, designs peptide modifications, decides research direction.
literature
Reads scientific literature from PubMed and bioRxiv. Synthesizes relevant findings. Builds research context.
structural
Runs structure predictions, evaluates fold quality, cross-validates results.
clinical
Fetches biohacker/clinical context, ChEMBL bioactivity data, known binders, mechanism class.
communicator
Synthesizes all agent outputs into the 14-section detailed report: AI analysis, research brief, peptide profile, structural caption, executive summary.
the stack
- ├─claude-opus-4-7hypothesis generation, validation reasoning
- └─claude-sonnet-4-6summarization, communication
- ├─boltz-2primary structure prediction
- └─chai-1cross-validation
- ├─pubmedprimary literature
- ├─biorxivpreprints
- ├─uniprottarget proteins
- ├─chemblbioactivity data
- └─internal peptide dbcurated performance peptides
- ├─python + fastapiorchestration
- ├─postgresqlexperiment storage
- ├─replicate apiml inference
- └─solana (planned)on-chain logging