Transformer Lab
3 known investors
Find your way into Transformer Lab
121 people in our graph share verified history with the Transformer Lab team — schools, employers, funds. One of them is your warm intro.
Transformer Lab develops tools that enable researchers to conduct machine learning and AI research more efficiently by transforming manual processes into parallel workflows. The company targets research teams and individual researchers globally who seek to accelerate scientific discovery.
Also known as Transformer Lab · transformerlab
Founders & leadership


Investors · 3
Also in the syndicate · 1
Company profile
researched Aug 2026Transformer Lab is a lab building tools intended to move research from a manual, sequential process to a parallelized one, starting with machine learning and AI. Its flagship product, Primus, is presented as an autonomous AI researcher: a user describes a question in a prompt, and the system scopes the question, reviews literature, designs and runs experiments on GPUs it provisions, evaluates results, iterates, and produces a written paper with methods, results, code and citations, alongside artifacts such as trained models and datasets and a record of how each was produced. Projects run in a live workspace where users can watch progress and leave notes that steer subsequent work; runs take hours or days, and Primus scopes experiments to a user-specified budget and states what a larger version would cost. The company says it ran Primus for 30 days, during which it produced more than 30 complete papers spanning LLMs, seismology, physics, crystallography and biology, and that findings Primus helped produce have been cited in published research from labs including DeepMind. Example use cases advertised include fine-tuning open models under hardware constraints, writing fused Triton kernels for MoE routing on H100s, extending an existing arXiv paper, porting models to MLX, and evaluating time-series foundation models on sensor data.
The company also maintains Transformer Lab, an open-source machine learning platform distributed under AGPL-3.0 (transformerlab-app on GitHub), described as an operating system or unified interface for AI research labs. It ships in two editions: an individual edition that runs locally on macOS (Apple Silicon), Linux (NVIDIA or AMD GPU) and Windows via WSL2 with no data leaving the machine, and a Teams edition for labs scaling across GPU clusters, which submits jobs to Slurm clusters or SkyPilot clouds (AWS, GCP, Azure) from one UI and adds centralized experiment tracking, a model registry, artifact management, one-click Jupyter/VSCode/SSH sessions on remote nodes, and auto-recovery from checkpoints and spot-instance preemption. Capabilities span downloading and running open foundation models (Llama 3, DeepSeek, Mistral, Qwen, Phi) across MLX, vLLM, Ollama and HuggingFace Transformers inference engines; format conversion between HuggingFace, GGUF and MLX; chat with multi-turn, batched querying and function calling; full fine-tuning, LoRA/QLoRA, RLHF methods (DPO, ORPO, SIMPO) and reward modeling with trainers for MLX, CUDA and ROCm; YAML-defined hyperparameter sweeps; diffusion and image generation (Stable Diffusion, Flux, ControlNets, IP-Adapters, LoRA adaptor training, WD14 auto-captioning); evaluation via LLM-as-a-judge, the EleutherAI LM Evaluation Harness (MMLU, HellaSwag, GSM8K) and automated red teaming for PII leakage, prompt injection and safety; text-to-speech generation and TTS fine-tuning (Kokoro, Bark); and extensibility through a Python plugin architecture, a Lab SDK for instrumenting existing training scripts, and a CLI.
The GitHub organization hosts 17 repositories, including the main application, an API server, a Python SDK, model/dataset/plugin galleries, examples, an inference repository, a guide to building machine learning research clusters, and per-paper reproducibility packages for experiments (for example a 30B MoE coding model quantized to 24 GB on Apple Silicon, and gravitational-wave detection work).
Founding story
Co-founders Ali Asaria and Tony Salomone, long-time colleagues who previously worked together at Asaria's companies Tulip and Well.ca, began Transformer Lab as a passion project roughly a year before its worldwide launch. They initially set out to do fundamental research, including building a transformer architecture from scratch to compete with large model developers, but repeatedly hit limitations in available tooling; as Asaria described it, they intended to build a research company and instead built the tools to build a research company. A software citation for the project lists Asaria and Salomone as authors with a year of 2023.
Business model
Transformer Lab distributes its research platform as open-source software under AGPL-3.0 in an individual edition that runs on a user's own hardware, and offers a Teams edition positioned as a control plane overlaying existing schedulers and cloud providers for research labs. Primus is delivered as a hosted service at primus.lab.cloud with access granted from a waitlist; the company invites organizations to contact it directly to bring Primus to their teams. Primus experiments run on hardware the service provisions, with users setting a budget for GPU spend.
Traction
The open-source application repository has approximately 5,180-5.2k stars, 547 forks and more than 11,450 commits, with 17 repositories in the GitHub organization. Press coverage at the time of the worldwide launch reported the platform was already in use by some North American research institutes providing feedback, and became broadly publicly available at launch. The company reports Primus produced more than 30 papers in a 30-day run and that resulting findings have been cited in published research from labs including DeepMind. Primus is live with staged onboarding from a waitlist.
Latest developments
Primus was announced as officially live, with users onboarded gradually from a waitlist because of limited GPU capacity, and organizations directed to contact the company for team deployments. Documentation for Primus is published at transformerlab.ai/docs and accounts are created at primus.lab.cloud. Around its worldwide platform launch, the company announced a pre-seed round with participation from Hawktail, Ripple Ventures and Garage Capital, with the amount undisclosed.
▸Full profile — market position, technology, go-to-market, geography, risks & controversies
Market position
The company frames the platform as replacing fragmented and outdated tooling in AI research with a single modern control plane, and describes an ambition to make the internally built, proprietary tooling of large labs available to any research team. Primus is described by the company as the first fully autonomous AI researcher available to everyone. The main open-source repository has roughly 5.2 thousand GitHub stars and 547 forks.
Positioning rests on breadth of a single unified interface across modalities (text, diffusion/image, audio) and lifecycle stages (training, fine-tuning, evaluation, red teaming, inference), portability from local machines to on-prem clusters and clouds using the same UI, local-only operation for privacy in the individual edition, an open-source AGPL-3.0 license, and an overlay design that augments rather than replaces existing schedulers. Primus differentiates by taking a one-sentence prompt through to a finished, reproducible paper with artifacts, including reporting negative results.
Technology
The platform unifies training, fine-tuning, inference, evaluation and generation workflows behind one interface, with hardware-specific trainers for Apple Silicon (MLX), NVIDIA (CUDA) and AMD (ROCm), and orchestration to Slurm and SkyPilot for AWS, GCP and Azure. The codebase is primarily Python with TypeScript/JavaScript components and an Electron desktop application, exposing an API server, a Python Lab SDK (pip install transformerlab, import lab) for automatic logging, progress and artifact tracking, a plugin system, and a CLI. Primus adds an autonomous agent loop over this stack: hypothesis generation, literature reading, code writing, experiment execution on provisioned GPUs, evaluation, iteration and paper writing, with reproducibility packages published for individual experiments.
Go-to-market
Distribution is led by open source: a freely installable platform (curl-based installer, local run on port 8338), public GitHub repositories, documentation, demos, and a Discord community, with a separately documented Teams install path for labs. Primus is rolled out through a public waitlist with gradual onboarding due to limited GPU capacity, and a direct enterprise contact route for organizations. The company also publishes research papers produced by Primus on its own research page as a demand-generation and credibility channel.
ML and AI researchers, from individual researchers and hobbyists on a single machine to research labs and enterprises operating GPU clusters; the company states research institutes in North America were already using the platform and providing feedback. Primus is positioned for users who are not necessarily ML engineers and who lack a prepared dataset or experiment design.
Geography
The team states the software is built in Canada; press coverage places the company in Toronto, Ontario, and describes investor participation from both Canada and the United States. The platform launched worldwide and is available broadly to the public, with cloud orchestration across AWS, GCP and Azure.
Risks & controversies
The founders declined to disclose the size of the pre-seed round, and no valuation or revenue figures are published. Primus availability is constrained by GPU capacity and gated by a waitlist, and heavier projects consume substantial GPU budget. The AGPL-3.0 license of the open-source platform may affect adoption by some commercial users.
Compiled by commissioned research from 8 cited public sources — announcements, filings, and press listed under research sources below.
Key figures
latest reportedCompany-reported or press-reported figures, each dated to when it was claimed — not independently audited.
Timeline · 3
launches, deals, and filingsTransformer Lab announced a pre-seed fundraising round with participation from Hawktail, Ripple Ventures and Garage Capital. Co-founder Ali Asaria declined to specify the amount raised, saying the funding was used to scale the platform and enable global deployment.
The company announced Primus, described as a fully autonomous AI researcher, is officially live, with users onboarded gradually from a waitlist due to limited GPU capacity and accounts created at primus.lab.cloud.
The Transformer Lab platform launched worldwide and became broadly available to the public, coinciding with the announcement of its pre-seed round. Prior to launch it was in use by some North American research institutes providing feedback.
Dated company events from announcements, filings, and press; legal rows summarize public dockets and regulator releases.
▸Research sources · 8
primary sources listed
- Transformer Labtransformerlab.ai · web
8 public sources were cited for this profile; the first-party ones are listed here.
Frequently asked questions
- What does Transformer Lab do?
- Transformer Lab builds AI research tooling, including Primus, an autonomous AI researcher, and an open-source ML research platform.
- Who founded Transformer Lab?
- Transformer Lab was founded by Tony Salomone, Ali Asaria.
- Who are Transformer Lab's investors?
- Transformer Lab's investors include HAWKTAIL, Mozilla Ventures.