Luminal
5 known investors
Find your way into Luminal
564 people in our graph share verified history with the Luminal team — schools, employers, funds. One of them is your warm intro.
Luminal provides a compiler-based platform for AI inference optimization that compiles machine learning models into optimized native code for GPUs and ASICs, delivering 2-3x faster throughput than traditional runtime inference engines. The platform offers both managed serverless deployment and on-premises options for enterprises deploying inference workloads at scale.
Also known as Luminal AI · luminal-ai
Founders & leadership
Investors · 5
Also in the syndicate · 3
Funding
SEC filings, press & company announcements$5.3M disclosed across 1 of 2 rounds · 2025
- Undisclosed amountSeedNov 2025 · 3 sources
Felicis Ventures (lead), Ben Porterfield, Guillermo Rauch, Paul Graham
Source ↗ - $5.3MraisedNov 2025 · 2 sourcesSource ↗
Source: company announcements and press reports — follow each round's link for the claim.
Company profile
researched Aug 2026Luminal builds an open-source machine learning framework and compiler that generates GPU kernel code, with the goal of making AI models run fast across different hardware. Rather than interpreting models dynamically at runtime, Luminal compiles models ahead of time: PyTorch or Hugging Face models are lowered into a minimal graph intermediate representation (a pure dataflow graph), passed through hardware-aware optimization passes including fusion, tiling, memory planning and scheduling, and then emitted directly as GPU kernels or ASIC instructions. The documentation describes the framework as focused on speed, simplicity and composability, built around static graphs and compilers, with a GraphTensor API, composable modules and compiler passes.
Beyond the compiler, the company offers what it calls a hyperscale inference operating system that schedules and load-balances inference workloads across heterogeneous CPU, GPU and ASIC nodes, from a single accelerator to large clusters, redistributing work in real time and booting or shutting down nodes as demand fluctuates. Customers can consume this as Luminal Cloud, a managed serverless inference product with scale-to-zero, automatic batching and usage-based pricing, or run the stack on their own infrastructure under a license with dedicated support and SLAs.
A public demo site shows the compiler searching for optimal kernels for a given operation, such as a square matrix multiplication, and emitting CUDA code targeting hardware such as the NVIDIA H100.
Founding story
Co-founder Joe Fioti was working on chip design at Intel when he concluded that the more important bottleneck in AI was software rather than hardware, summarizing it as: the best hardware on earth will go unused if it is hard for developers to use. He started Luminal to address that software layer and was joined by co-founders Jake Stevens (ex-Apple, previously a founder with an exit and a growth lead at a startup he grew to roughly $5M ARR) and Matthew Gunton (ex-Amazon, where he worked on software that detected and fixed issues in the global fulfillment and inventory network).
Business model
Luminal sells compute alongside its compiler technology, in a model compared to neo-cloud providers such as CoreWeave and Lambda Labs, but differentiated by optimization that extracts more performance from the underlying infrastructure. Commercially it offers Luminal Cloud, a managed serverless inference service billed on usage, and licensed cloud or on-premises deployment with dedicated engineering support, custom kernel optimization and tailored SLAs. Its core compiler and ML framework are distributed as open source on GitHub.
Usage-based pricing for serverless cloud inference (pay only for what is consumed, with scale-to-zero), plus licensed cloud or on-premises deployments sold with dedicated engineering support, custom kernel optimization and SLAs. The company also frames its offering as replacing in-house GPU engineering work for which companies pay salaries above $300,000 per year.
Traction
The company reports powering research at Yale as well as production workloads at VC-backed startups and several research labs. Company-published benchmarks claim 2-3x higher throughput than existing inference engines, including 36k tokens/sec on GPT-OSS 120B with 8xH100 SXM versus 28k for TensorRT-LLM and 26k for vLLM, sub-10ms p99 latency, and a 10x model speed improvement claim in its YC listing. Team size was seven as of the YC profile.
Latest developments
On November 17, 2025, Luminal announced a $5.3 million seed round led by Felicis Ventures with angel participation from Paul Graham, Guillermo Rauch and Ben Porterfield, following its participation in Y Combinator's Summer 2025 batch. The company was recruiting compiler and cloud inference engineers in San Francisco at listed salary bands of $150K-$350K with equity.
▸Full profile — market position, technology, go-to-market, geography, history, risks & controversies
Market position
Luminal is described as part of a growing cohort of inference-optimization startups that have become more prominent as companies seek faster and cheaper ways to run models. Established inference providers such as Baseten and Together AI have long specialized in optimization, while newer entrants including Tensormesh and Clarifai target narrower technical approaches. Luminal also positions against Nvidia's CUDA, the industry's leading compiler stack, and states a long-term aim of reducing Nvidia's software moat. A noted competitive risk is that optimization teams inside major AI labs can tune for a single model family, whereas Luminal must adapt to whichever models its clients bring.
Luminal's stated differentiator is treating kernel optimization as a search problem: it applies rewrite rules to generate millions of candidate graphs describing a model, generates kernel code for each and selects the fastest by measured runtime, rather than relying on pretrained LLMs or hand-written optimizations. The company says this automatically discovers complex optimizations such as Flash Attention-style kernels that would take an experienced GPU engineer weeks, works on any model including brand-new architectures, and can be re-run on new hardware to regenerate optimal kernels. Its compile-ahead-of-time approach is contrasted with runtime inference engines that interpret models dynamically.
Technology
An ahead-of-time compilation pipeline that takes PyTorch or Hugging Face models, lowers them to a graph-level intermediate representation, applies hardware-aware fusion, tiling, memory planning and scheduling passes, and emits GPU kernels or ASIC instructions with no runtime interpretation layer. Optimization is framed as a search over millions of rewritten graphs, with generated kernel code benchmarked to select the fastest variant. A separate scheduling layer distributes inference workloads across heterogeneous CPU, GPU and ASIC clusters with dynamic load balancing and elastic node provisioning. A public demo emits CUDA kernels targeting NVIDIA H100.
Go-to-market
Luminal distributes its compiler as open source on GitHub and runs a Discord community, using developer adoption as an entry point, while directing ML engineers, AI researchers and companies running custom models to book meetings or contact the team directly for cloud and on-premises deployments. Self-serve access is offered through early access sign-ups to its managed cloud, and enterprise engagements are handled through direct sales with dedicated engineering support.
AI researchers, ML engineers and companies that run their own custom models in production and want to lower compute bills or move models from research to production faster, including VC-backed startups, research labs and academic users; enterprises needing on-premises or licensed deployment with security and SLA requirements.
Geography
Headquartered in San Francisco, California, where its open engineering roles are also based.
History
The idea originated about three years before the November 2025 funding announcement, while co-founder Joe Fioti was working on chip design at Intel. The company was founded in 2025, participated in Y Combinator's Summer 2025 batch, launched publicly through YC as an open-source ML compiler, and announced a $5.3 million seed round on November 17, 2025. As of the YC listing it had a team size of seven and was hiring compiler and cloud inference engineers in San Francisco.
Risks & controversies
Performance figures such as 2-3x throughput gains over existing inference engines, 3.2x versus vLLM and 36k tokens/sec on GPT-OSS 120B are company-published benchmarks rather than independently verified results. Competitively, the company must serve arbitrary customer models while major AI labs' internal optimization teams can hand-tune for a single model family; the founder acknowledges that six months of hand-tuning a model architecture on given hardware will likely beat compiler-generated performance, betting instead on the general-purpose case.
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.
Competitors · 3
by search overlapCompanies competing with Luminal for the same Google search keywords, organic and paid, via search-intersection analysis.
Timeline · 3
launches, deals, and filingsLuminal announced $5.3 million in seed funding led by Felicis Ventures, with angel investment from Paul Graham, Guillermo Rauch and Ben Porterfield.
$5.3M source ↗
Luminal took part in Y Combinator's Summer 2025 batch; its primary YC partner is listed as Jared Friedman.
Luminal launched publicly via Y Combinator as an open-source ML compiler that generates CUDA kernels and provides one-line deployment to production, positioned as a drop-in upgrade to PyTorch with serverless deployment.
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
- Luminalluminalai.com · web
8 public sources were cited for this profile; the first-party ones are listed here.
Frequently asked questions
- What does Luminal do?
- Luminal builds an open-source ML compiler and inference platform that generates optimized GPU and ASIC kernels for faster model serving.
- Who founded Luminal?
- Luminal was founded by Joe Fioti.
- Who are Luminal's investors?
- Luminal's investors include Sterling Road, Felicis Ventures.
- How much funding has Luminal raised?
- Luminal has disclosed $5.3M raised across 1 of its 2 known rounds.


