Fundraising Fox

LatchBio

Founded 2021 · 57 employees on LinkedIn · 6 known investors

Latch builds data infrastructure and software tools for biological computing, enabling researchers to program and automate biological discovery through high-throughput laboratory automation and machine learning.

Also known as Latch · Latch Bio

Founders & leadership

LatchBio was founded in 2021 by Alfredo Andere, Kyle Giffin, and Kenny Workman.

AA
Alfredo AndereCofounder30 Under 30 2023
KG
Kyle GiffinCofounder30 Under 30 2023
KWKenny Workman
Kenny WorkmaninCofounder30 Under 30 2023

Investors · 6

Also in the syndicate · 1

Coatuelead

Company profile

researched Aug 2026

LatchBio is a San Francisco-based company building data, compute and AI infrastructure for biotechnology R&D. Its original platform is a browser-based, no-code environment in which researchers can import files from existing data stacks and run bioinformatics pipelines and visualization tools — including RNA-seq analysis, CRISPResso2 and AlphaFold — without provisioning servers or writing code. The platform is organized around several components: Latch Data (storage in a private workspace backed by Amazon S3, with instrument and cloud-source connectors for Benchling, AWS, Dropbox, GCP and Azure, audit trails and fine-grained permissions), Latch Registry (a spreadsheet-like relational database that links samples, metadata and results, with a Python CRUD API), Latch Workflow Manager (workflow orchestration supporting Nextflow natively and a Python SDK that auto-generates user interfaces from typed function parameters), and Pods (hosted notebooks and dashboard apps such as RShiny, Dash and Streamlit, with access to configurable CPU, memory and GPU resources). The company states compliance with SOC-2 Type II and HIPAA frameworks.

More recently the company has repositioned around research and deployment of AI agents for biology. Under a research arm branded benchmarks.bio, it publishes open, reproducible benchmarks measuring how frontier AI agents perform on real-world biological data across spatial biology, single-cell, epigenomics, preclinical pharmacology and biosecurity; published or preprinted benchmarks include SpatialBench, SpatialBench-Long, scBench, scBench-Long, EpiBench, TxBench-PP, BioSecBench-Refusal and BioSecBench-Surveillance. Its deployment arm, agent.bio, is a public interactive sandbox where agents analyze user-supplied data in formats such as FastQ, CSV, Excel, H5AD and TIFF.

The agent products are packaged for two audiences: solution providers (kit, assay, instrument and service vendors), who can offer white-labeled analysis packages that customers redeem alongside a purchased kit, and biopharma or R&D teams seeking unified workflows, faster collaboration and traceability across the drug discovery process. The company says its tooling accelerates analysis for more than 40 kits, instruments or services and is aimed at bench scientists, bioinformaticians and computational biologists.

Founding story

The three co-founders — Alfredo Andere (CEO), Kenny Workman (CTO) and Kyle Giffin (COO) — met at UC Berkeley. Workman studied bioengineering and computer science while working as a machine learning and software engineer at Berkeley Lab, the Joint BioEnergy Institute, Asimov and Serotiny, where he was repeatedly unable to find off-the-shelf vendors to store files, analyze data or set up machine learning workflows. Giffin studied cognitive neuroscience and data science and worked as a data analyst in consumer products and investment banking, where data analysis was comparatively streamlined; Andere studied electrical engineering and computer science and interned at Facebook and Google, contrasting Google's advertising data pipelines with the infrastructure he saw at biotech companies. After roughly a year and a half working in the space and after helping about half a dozen biotech companies set up bioinformatics infrastructure, they concluded a generalizable platform was needed, conducted several hundred user interviews, and dropped out of Berkeley with one semester remaining to build the company.

Business model

LatchBio sells software to biotechnology and pharmaceutical organizations. Its platform is offered to companies on a paid basis while being free for academic users. Agent products are packaged two ways: a white-labeled analysis experience sold to kit, assay and service providers to accompany their products, and a data and compute agent sold to internal biopharma R&D teams. Sales are conducted through demo requests and direct calls with the research and engineering team.

Paid commercial contracts with biotech and pharma customers, with the platform free for academic researchers. The company expected roughly $1 million in ARR by the end of 2022.

Traction

By March 2023 the company reported over 30 paying customers running more than 10,000 workflows per month, including the Innovative Genomics Institute, bit.bio and Eligo Bioscience. It expected about $1 million in ARR by the end of 2022. Its agent sandbox is described as supporting more than 40 solution providers and more than 300 biopharmas and R&D labs worldwide, with analysis coverage for over 40 kits, instruments or services.

Latest developments

The company now presents itself as researching and deploying AI agents for biology through two programs: benchmarks.bio, publishing verifiable agent benchmarks across spatial, single-cell, epigenomics, preclinical pharmacology and biosecurity domains; and agent.bio, a public interactive agent sandbox. Its most recent listed preprint, BioSecBench-Surveillance, built in collaboration with Aclid, comprises 100 evaluations of whether AI agents can infer the correct analysis pipeline from raw sequencing data and sparse surveillance context across seven categories from taxonomic classification to genetic-engineering detection; across 3,962 gradable attempts from 16 model–harness pairs, the top configurations (Claude Opus 4.8 with Pi, and GPT-5.5 with Codex) scored about 50.2%.

Full profile — market position, technology, go-to-market, geography, history, risks & controversies

Market position

LatchBio positions itself as full-stack biocomputing infrastructure for organizations that would otherwise build bioinformatics pipelines, cloud infrastructure and data tracking in-house or depend on scarce computational biologists — the company cites roughly 20 biologists per computational biologist, producing analysis backlogs of weeks to months. Its stated opportunity is serving small and mid-size biotechs that cannot staff internal platform teams and eventually displacing in-house builds at larger companies. Logos displayed on its site include Illumina, Agilent, Takara, Amgen, GSK, Takeda, AstraZeneca, Chroma Medicine, Genesis Therapeutics, Arc Institute, AtlasXomics, Fluent BioSciences and seqWell.

Emphasis on no-code and low-code access for bench biologists, with automatically generated interfaces derived from workflow code so that computational biologists need not build UIs; unified storage, metadata registry, workflows and notebooks in one system rather than fragmented tools; customer data retained in a private cloud environment with SOC-2 Type II and HIPAA alignment; and, in its agent work, publicly published, deterministically graded and reproducible benchmarks on real-world biological datasets rather than self-reported performance claims.

Technology

A cloud platform combining serverless data infrastructure on Amazon S3, a metadata registry with a Python API, and a workflow orchestration layer. The Latch SDK is a Python SDK in which workflows are defined as typed Python functions; parameter types and metadata annotations auto-generate the web interface, and task decorators specify runtime resources ranging from 2 CPUs and 4 GB of memory up to 31 CPUs, 120 GB of memory and a GPU with 24 GB VRAM and 9,216 CUDA cores, with notebook environments offering up to 190 cores, 1 TB RAM and 8 GPUs. Nextflow workflows are supported natively, and subprocess execution allows scripts in other languages. NGS file types (FastQ, BAM, SAM, VCF, PDB) have built-in visualizations such as FastQC, IGV and a protein viewer. The newer agent stack runs frontier models (for example Claude Opus 4.8 and GPT-5.5 harnesses referenced in its benchmark work) against biological data files including FastQ, CSV, Excel, H5AD and TIFF, evaluated with deterministically graded, reproducible benchmarks.

Go-to-market

The company builds and publishes popular bioinformatics workflows itself to seed the platform, then works with computational biologists who add their own pipelines via the Latch SDK, creating no-code interfaces for bench scientists. It offers free academic access to drive community adoption, sells via demo requests and direct engagement with its research and engineering team, and distributes through solution providers who bundle white-labeled analysis with their kits. Open publication of agent benchmarks and a public interactive agent sandbox serve as additional top-of-funnel channels.

Biotech and pharmaceutical R&D organizations, including early-stage (Series A/B) therapeutics companies and larger biopharmas, academic and institutional research labs, and vendors of sequencing kits, assays, instruments and services who resell analysis to their own customers. End users include bench biologists, bioinformaticians and computational biologists.

Geography

Headquartered in San Francisco, California, with users and customers described as global; the agent sandbox is said to serve biopharmas and R&D labs worldwide.

History

LatchBio emerged from stealth in 2021 with a $5 million seed round led by Lux Capital, described by the CEO as oversubscribed. In June 2022 it announced a $28 million Series A co-led by Coatue and Lux Capital, with Hummingbird Ventures, Caffeinated Capital, Haystack and Fifty Years participating. By March 2023 the company reported more than 30 paying customers running over 10,000 workflows per month. The founders were named to the Forbes 30 Under 30 in Healthcare list. The company has since expanded from no-code bioinformatics into AI agents for biology, operating a benchmarks research program with papers dated 2025 and 2026 and a public agent sandbox.

Risks & controversies

The company has described a chicken-and-egg adoption dynamic — biologists will not use the platform without available workflows, and workflows do not appear without users — which it addressed by building initial workflows itself. Academic licensing arrangements were described as cumbersome, and academic users are served free of charge. Its own biosecurity benchmark results show leading AI agents solving only about half of tasks, indicating current limits on agent reliability for real-world biological analysis.

Compiled by commissioned research from 8 cited public sources — announcements, filings, and press listed under research sources below.

Key figures

latest reported
Biopharmas and R&D labs supported by agent sandboxJan 2026300 organizations
BioSecBench-Surveillance top agent scoreJan 202650.2%
Expected ARR by end of 2022Jun 2022$1M
Paying customersMar 202330 customers
Solution providers supported by agent sandboxJan 202640 organizations
Workflows run per monthMar 202310,000 workflows/month

Company-reported or press-reported figures, each dated to when it was claimed — not independently audited.

Founder mafia

3 people who came through LatchBio went on to found or lead other companies.

Competitors · 4

by search overlap

Companies competing with LatchBio for the same Google search keywords, organic and paid, via search-intersection analysis.

Timeline · 5

launches, deals, and filings
Jan 2026
BioSecBench-Surveillance released in collaboration with Aclid

A preprint benchmark of 100 evaluations testing whether AI agents can infer the correct analysis pipeline from raw sequencing data and sparse pathogen surveillance context, built in collaboration with Aclid. The best of 16 model-harness pairs scored about 50.2% across 3,962 gradable attempts.

source ↗

Jan 2025
SpatialBench benchmark for AI agents on spatial biology data published

The company published SpatialBench, a benchmark evaluating whether AI agents can analyze real-world spatial biology data, as part of its benchmarks.bio research program.

source ↗

Mar 2023
Founders named to Forbes 30 Under 30 in Healthcare

LatchBio's founders were included on the Forbes 30 Under 30 in Healthcare list.

source ↗

Jun 2022
LatchBio raises $28M Series A co-led by Coatue and Lux Capital

LatchBio announced a $28 million Series A co-led by Coatue and existing investor Lux Capital, with Hummingbird Ventures, Caffeinated Capital, Haystack and Fifty Years also participating, to expand its no-code data analysis platform for biologists.

$28M source ↗

Jan 2021
LatchBio emerges from stealth with $5M seed round led by Lux Capital

The company came out of stealth mode in 2021 with a $5 million seed funding round led by Lux Capital; the CEO later described the round as oversubscribed.

$5M source ↗

Dated company events from announcements, filings, and press; legal rows summarize public dockets and regulator releases.

In the news

Research sources · 8

primary sources listed

8 public sources were cited for this profile; the first-party ones are listed here.

Frequently asked questions

What does LatchBio do?
LatchBio builds cloud data infrastructure and AI agents that let biologists analyze large-scale -omics data without writing code.
Who founded LatchBio?
LatchBio was founded by Alfredo Andere, Kyle Giffin, Kenny Workman in 2021.
Who are LatchBio's investors?
LatchBio's investors include Coatue Management, Fifty Years, Hummingbird Ventures, Mantis Capital, Swift Ventures.