Fundraising Fox

zymtrace

New Castle, US · Founded 2024 · 11 employees on LinkedIn · 15 known investors

Zymtrace is a continuous, cluster-wide profiling platform that uses eBPF to correlate GPU and CPU workloads down to individual CUDA kernels, stall reasons, and lines of code, helping engineering teams find and fix why AI workloads run slowly. It also exposes profiling context to AI agents via MCP for automated optimization, targeting enterprises running GPU and AI accelerator infrastructure.

Also known as Zymtrace · Zystem

Founders & leadership

zymtrace was founded in 2024 by Israel Ogbole and Joel Höner.

IOIsrael Ogbole
Israel OgboleinFounder
JHJoel Höner
Joel Hönerin𝕏Founder

Investors · 15

Also in the syndicate · 9

Asaf EzraChristian BachChristopher FreglyIan LivingstoneReece ChowdhrySean HeelanThomas DullienThomas WolfVenture Guideslead

Company profile

researched Aug 2026

Zymtrace develops a self-hosted, cluster-wide continuous profiling and optimization platform for AI infrastructure. Using eBPF, its profiler attaches at the CPU level and follows execution down through runtime layers (CUDA, XLA, ROCm, OFI) to the accelerator and individual GPU instructions, building stack traces that span application code (Python, C++, JAX, PyTorch), native functions, CUDA kernels, the Linux kernel and GPU instructions. The platform correlates GPU traces with the exact CPU code paths that triggered them, exposing stall reasons, memory bottlenecks, scheduling inefficiencies and kernel-level hotspots without code changes, recompilation or restarts.

Beyond profiling, Zymtrace surfaces GPU hardware and topology health signals such as NVLink CRC/replay/recovery counts, ECC and XID errors, and non-affine NUMA placement, and turns findings into a ranked list of recommendations with suggested commands and estimated cost and CO2 impact. It also covers inference engines including vLLM, SGLang, llm-d, TensorRT-LLM and Dynamo across prefill and decode phases, as well as distributed training runs. A "Profile-Guided AI Optimization" capability exposes flamegraphs, top functions and GPU metrics as Model Context Protocol tools plus prepackaged agent skills, so coding agents can pull profiling context, diagnose bottlenecks, apply fixes and re-profile; the company states it is building toward a closed loop that detects a GPU bottleneck and opens a pull request with the fix.

Deployment is via Helm charts on Kubernetes (backend plus a profiler DaemonSet) or Docker Compose, with data stored in customer-controlled ClickHouse, PostgreSQL and S3/MinIO backends, and access through a UI, a REST API and MCP. The product is OpenTelemetry-compliant for resource attributes and metadata, and by default uses a custom wire protocol the company says is six times more compute-efficient than the OTel Profiles proto.

Founding story

Co-founders Israel Ogbole (CEO) and Joel Höner (CTO) were part of the team at Elastic that pioneered, open-sourced and donated the eBPF CPU continuous profiling agent to OpenTelemetry, technology now used in production by Cisco, Datadog, Grafana and IBM. They cite the July 2024 release of Meta's Llama 3.1 and the resulting enterprise interest in training, distilling and serving their own models as the trigger: GPUs were spreading beyond frontier labs while teams had no way to see why their workloads stalled. They left their jobs to start Zymtrace and apply the same low-level engineering approach to GPU-bound workloads.

Business model

Zymtrace sells software deployed into customer infrastructure on a self-hosted basis, with tiered plans: a free-forever Basic tier limited to CPU profiling on up to five concurrent machines, a Pro tier priced by machines and GPUs that adds continuous GPU profiling, MIG-aware GPU metrics, unlimited machines, profile-guided optimization, recommendations and alerts, air-gapped installation support and optional managed hosting, and a custom-priced Enterprise tier adding dedicated support, custom SLAs, capacity planning, fully managed deployment and a forward-deployed engineer. Licensed versions are activated with a license key; a free perpetual trial license is included.

Subscription licensing of the self-hosted platform, priced by number of machines and GPUs at the Pro tier and custom-quoted at the Enterprise tier, with professional services (capacity planning, air-gap installation support, training, consulting, forward-deployed engineering) offered to enterprise customers.

Traction

Public customer results include Anam, which reported 2.5x faster inference and 90% higher throughput on its Cara3 model, and Vanellus, whose team reported a 40x faster GPU CFD solver after removing GPU memory transfer bottlenecks identified with Zymtrace. Walmart engineering leadership publicly endorsed the technology and Zymtrace joined the Walmart Sparkcubate program. The company's GPU profiler became publicly available in May 2025, and it reports customers reducing inference latency, increasing throughput and avoiding overprovisioning; documentation claims throughput increases of up to 300% and up to 14% faster performance for unmodified FOSS workloads via profile-guided optimization.

Latest developments

On March 11, 2026 Zymtrace announced $12.2 million in total funding, including an $8.5 million seed round led by Venture Guides with 6 Degrees Capital and Concept Ventures joining and existing investors Mango Capital and Fly Ventures following on, alongside strategic angels including Thomas Wolf (Hugging Face co-founder), Christian Bach (Netlify founder), Christopher Fregly, Jessica (Bartos) Thomas of Notion Capital and Reece Chowdhry of Concept Ventures. Proceeds are earmarked for product development, expanded enterprise deployments and U.S. go-to-market growth, with the roadmap focused on fully autonomous, profile-guided optimization that detects a GPU bottleneck and opens a pull request with the fix. Recommendations and alerts are listed as a coming-soon capability, and support for AWS Neuron, AMD ROCm and TPUs is in progress, with Cerebras support in early access.

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

Market position

Zymtrace describes itself as an AI infrastructure optimization layer addressing GPU underutilization, citing that most GPU clusters run at 35-40% utilization and referencing a global GPU market projected to reach $326 billion by 2036. Its stated aim is to become an efficiency layer for enterprises running large-scale AI workloads, competing against fragmented existing profiling and utilization-monitoring tooling.

Zymtrace positions its combination of continuous, always-on operation and instruction-level depth as distinct from utilization dashboards such as DCGM, which report percentages but not causes, and from traditional profilers that impose production overhead or require instrumentation. Specific differentiators cited include correlating GPU execution with the exact CPU code paths, cluster-wide coverage across heterogeneous accelerators, self-hosted deployment so profiling data stays in customer-controlled databases queryable by SQL, no code changes or restarts, and MCP-based exposure of profiling context to coding agents. The founders were core contributors to the OpenTelemetry Profiles specification.

Technology

The platform is built on eBPF for low-overhead, zero-instrumentation whole-system profiling. It profiles compiled and interpreted languages (Python, Java and JVM languages, Go, Rust, C/C++, Node.js/V8, Ruby, .NET, PHP, Perl, Zig, Scala) and automatically symbolizes native and CUDA frames. GPU support covers NVIDIA CUDA 12.x and above, with AWS Neuron (Trainium/Inferentia), AMD ROCm/Instinct and Google Cloud TPU support in progress and Cerebras listed as coming soon; ML framework coverage includes PyTorch and JAX. Components include a profiler agent (deployed as a Kubernetes DaemonSet or as arm64 and x86/amd64 binaries) and backend services (gateway, ingest, symdb, identity, UI) backed by ClickHouse, PostgreSQL and MinIO/S3. Interfaces include a UI, a REST API with an interactive API Explorer, and an MCP server exposing flamegraphs, top functions and GPU metrics to AI agents.

Go-to-market

Zymtrace uses a product-led motion anchored on a free, self-guided trial installable in minutes via Helm or Docker Compose, supported by public documentation, community channels on Slack and Discord, and direct outreach for advanced trial licences and quotes. Founders position themselves as technical sellers rather than a traditional sales organization. The company publishes customer case studies and technical blog posts, participates in the Walmart Sparkcubate program, and following its 2026 funding said it would expand its U.S. go-to-market team and hire GTM roles in the US alongside engineering roles globally.

Enterprises and engineering teams operating GPU and AI accelerator fleets for training, fine-tuning and inference, including AI product companies and large organizations with Kubernetes, container, cloud and on-premises environments; referenced users include Walmart, real-time avatar inference company Anam, and CFD software developer Vanellus, with enterprise-scale deployments cited at workloads exceeding 500,000 cores.

Geography

The company operates as a fully distributed team and issued its funding press release from Wilmington, Delaware. Following the seed round it said it was expanding its U.S. go-to-market team and hiring GTM roles in the United States plus engineering and other roles globally. The product deploys in customer cloud, container, Kubernetes and on-premises environments.

History

Zymtrace raised an initially unannounced $3.7 million pre-seed round co-led by Fly Ventures and Mango Capital with Entropy Industrial Capital participating, plus angels Thomas Dullien, Sean Heelan, Ian Livingstone and Asaf Ezra. Its distributed GPU profiler became publicly available in May 2025. In November 2025 it published its Profile Guided AI Optimization work, and in February 2026 released a customer case study with Anam. On March 11, 2026 the company announced $12.2 million in total funding, including a newly closed $8.5 million seed round led by Venture Guides.

Risks & controversies

Support for non-NVIDIA accelerators (AWS Neuron, AMD ROCm, TPUs, Cerebras) is not yet generally available, and the recommendations and alerts capability is listed as coming soon, so parts of the advertised multi-silicon platform remain in development. Reported customer performance figures such as 2.5x faster inference, 90% higher throughput and a 40x faster solver are vendor-published testimonials, and some customers are described as unnameable for legal reasons.

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

Key figures

latest reported
Anam inference speed improvementMar 20262.5 x
Anam throughput increaseMar 202690%
Claimed throughput increase from targeted optimizationsJan 2026300%
HeadcountAug 202611
Named team members listed on about pageJan 202610 people
Profile-guided optimization speedup on unmodified softwareJan 202614%
Total funding raised to dateMar 2026$12.2M
Typical GPU cluster utilization cited by companyMar 202635-40%
Vanellus GPU CFD solver speedupJan 202640 x

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

Competitors · 5

by search overlap
NVIDIA14 shared keywordsNVIDIA designs GPUs, AI computing hardware, and software platforms for AI development, data centers, autonomous vehicles, and robotics, serving developers, researchers, and enterprises. Its offerings include AI models, power architecture for AI factories, and compute infrastructure used across industries such as manufacturing, healthcare, and automotive.
Datadog14 shared keywordsDatadog is a cloud-based monitoring and security platform that provides observability, analytics, and protection for infrastructure, applications, and data across enterprises. The platform serves development, security, and operations teams managing cloud-native and hybrid environments.
Intel,9 shared keywordsIntel designs and manufactures semiconductor processors for data center, consumer, and embedded applications, including Xeon server processors, Arc graphics processors, and mobile processors. The company serves enterprises, device manufacturers, and consumers globally.
Netdata9 shared keywordsNetdata builds monitoring and observability software designed to simplify operational visibility for engineers and system operators. The company develops tools that prioritize ease of use over complex data pipeline management.
Lambda Labs8 shared keywordsLambda provides cloud GPU infrastructure for AI training and inference, offering single-tenant clusters and instances built on NVIDIA GPUs such as GB300 NVL72, HGX B200, and H200. It serves AI labs and enterprises with managed superclusters, 1-Click Clusters, and on-demand instances featuring SOC 2 Type II compliance and hardware-level isolation.

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

Timeline · 5

launches, deals, and filings
Mar 2026
Zymtrace announces $12.2M in total funding including $8.5M seed led by Venture Guides

Zymtrace announced $12.2 million raised to date, including a newly closed $8.5 million seed round led by Venture Guides, with 6 Degrees Capital and Concept Ventures joining and existing pre-seed backers Mango Capital and Fly Ventures following on. Funds are directed at product development, enterprise deployments and U.S. go-to-market expansion.

$12.2M source ↗

Feb 2026
Anam customer case study published

Case study reporting Anam achieved 250% faster inference using Zymtrace continuous GPU profiling.

source ↗

Jan 2026
Zymtrace joins Walmart Sparkcubate program

Walmart Global Tech welcomed Zymtrace to the Sparkcubate program to help build an AI infrastructure observability layer.

source ↗

Nov 2025
Profile Guided AI Optimization released

Zymtrace published its Profile Guided AI Optimization capability, exposing profiling context to AI coding agents over MCP.

source ↗

May 2025
Zymtrace distributed GPU profiler made publicly available

Company blog post 'Unlocking Efficient AI: Zymtrace distributed GPU Profiler, now publicly available' by Israel Ogbole and Joel Höner.

source ↗

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

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 zymtrace do?
Zymtrace is an eBPF-based continuous profiling and optimization platform for GPU and CPU AI workloads.
Who founded zymtrace?
zymtrace was founded by Israel Ogbole, Joel Höner in 2024.
Who are zymtrace's investors?
zymtrace's investors include Fly Ventures, Mango Capital, Venture Guides Management, L.P., 6 Degrees Capital, Concept Ventures, Entropy Industrial Capital.
Where is zymtrace headquartered?
zymtrace is headquartered in New Castle, US.