
Xiaodan Zhuang, who also goes by Dennis, is the co-founder and CEO of Greptime, a company building GreptimeDB, an open-source observability database written in Rust that unifies metrics, logs, and traces. Before starting Greptime in 2022, he spent roughly 18 years in software infrastructure, including leading the intelligent monitoring team at Ant Group where he built ultra-large-scale time-series platforms for AIOps, plus earlier stints at Taobao/Alibaba and LeanCloud. He is a long-time open-source contributor (GitHub handle killme2008) behind projects like Aviator and xmemcached, and a self-described car enthusiast who races on tracks.
Diode Computers is a New York-based startup building an AI-powered, code-first platform for designing and manufacturing custom printed circuit boards. Its open-source toolchain - a Rust-based PCB compiler that treats schematics as Python-readable code - lets AI agents and engineers generate, validate, and manufacture boards in days rather than months, with human-in-the-loop verification. Founded in 2024 and backed by a $11.4M Series A led by Andreessen Horowitz, Diode serves hardware teams in aerospace, robotics, and defense.
Davide Asnaghi is the co-founder and CEO of Diode Computers, a startup rebuilding how printed circuit boards are designed and manufactured. An Italian-born engineer trained at UC Berkeley, he spent years building hardware at Apple's Special Projects Group and medical-device companies before starting Diode to replace legacy EDA tools with open-source, AI-friendly software: a Python design language backed by a Rust compiler that turns requirements into manufacturable circuit boards in a fraction of the usual time. Diode raised an $11.4M Series A led by Andreessen Horowitz and partners with Anthropic to make Claude a more capable electrical engineer.
Materialize is a New York-based data infrastructure company that builds a streaming SQL database. It continuously ingests data from operational systems, incrementally maintains the results of complex SQL queries as always-fresh materialized views, and serves them with low latency. Built on the open-source Timely Dataflow and Differential Dataflow engines and written in Rust, Materialize looks and behaves like Postgres, letting engineers use standard SQL to power real-time analytics, automation, personalization, fraud detection, and - more recently - a live context layer for AI agents and applications.
InfluxData is the company behind InfluxDB, the open source time series database purpose-built for high-volume, timestamped data from sensors, applications, infrastructure, and IoT devices. Founded in 2012 and led by CEO Evan Kaplan and founder/CTO Paul Dix, InfluxData rebuilt its engine in Rust on the Apache Arrow, DataFusion, Flight, and Parquet stack for InfluxDB 3. The platform is used by more than 1,900 paying customers - including Tesla, IBM, Cisco, PayPal, and Nordstrom - to collect, store, and analyze real-time data at scale.
LiveKit is an open-source platform and global edge network for building real-time voice, video, and physical AI applications. Born as a WebRTC media server for livestreaming and conferencing, it has grown into the infrastructure layer that lets AI agents see, hear, and speak with sub-100ms latency. Its technology powers ChatGPT's Advanced Voice Mode and is used by developers at OpenAI, xAI, Salesforce, Tesla, and Spotify, collectively facilitating billions of real-time calls each year.
Greptime is an open-source database company building GreptimeDB, a unified observability database that stores metrics, logs, traces, and wide events in a single engine on object storage like Amazon S3. Written in Rust and built on Apache Arrow and DataFusion, it separates compute from storage to cut costs at scale and speaks both SQL and PromQL. Founded in 2022 by ex-Alibaba and Ant Group engineers, Greptime positions GreptimeDB as a drop-in replacement for the Prometheus, Loki, and Elasticsearch stack, serving customers across connected vehicles, IoT, and observability.
Oxide Computer Company builds the Oxide Cloud Computer, a rack-scale system that fuses purpose-built hardware with open-source software to give enterprises the elastic, API-driven experience of a public cloud inside their own data centers. Founded in 2019 by Joyent and Docker veterans, Oxide designs everything from the sheet metal, power distribution, and boot firmware up to the hypervisor and control plane, selling a single integrated rack rather than a pile of parts. It has raised over $577M, counts national labs and Fortune 1000 enterprises among customers, and is known for radical engineering transparency including a uniform company-wide salary.
Scanner is a San Francisco cybersecurity company that turns the log data companies already dump into Amazon S3 into a fast, searchable security data lake. Instead of paying traditional SIEM prices to keep only a few weeks of logs, security teams use Scanner to index petabytes of data directly in object storage, run continuous threat detections, and search years of history in seconds - now increasingly driven by AI agents. Founded by ex-Cisco and Dropbox engineers Cliff Crosland and Steven Wu, the company raised a $22M Series A led by Sequoia Capital in March 2026.
Orama is an open-source search company building an 'answer engine' for developers - a lightweight, high-performance stack that bundles full-text, vector, and hybrid search with automatic embedding generation and built-in LLMs. Started as the open-source project Lyra and incorporated as OramaSearch Inc. in 2023 by Issac Roth and Michele Riva, its core library ships in under 2KB and runs in the browser, on servers, or at the edge. Orama powers site search and AI answers for developer platforms including nodejs.org, tanstack.com, and solidjs.org, and its OramaCore runtime packages a search engine, vector database, and LLM interface into one deployable unit.
Shuttle is a Rust-native cloud platform that lets developers ship backends without writing infrastructure files. You annotate what you need in code - a database, secrets, a web server - and Shuttle provisions it and deploys to the cloud. Founded in 2019 and shaped by Y Combinator's Summer 2020 batch, the company is now repositioning as an 'AI platform engineer' that handles the deployment step where AI coding tools like Cursor, Copilot and Lovable leave off. It has drawn more than 20,000 developers and over 120,000 deployments, and raised a $6M seed round in October 2025.
Succinct is a San Francisco cryptography company building SP1, an open-source zero-knowledge virtual machine that lets developers prove the correct execution of any Rust program, and the Succinct Prover Network - a decentralized marketplace where independent provers compete to generate ZK proofs for rollups, bridges and onchain applications.
Nodar Daneliya is the co-founder and CEO of Shuttle, an open-source cloud platform that lets developers build and deploy backends without writing infrastructure files. A former quant trader and investment banker who taught himself the cloud, he traded London trading desks and Harvard finance classes for a Rust developer-tools company that more than 20,000 engineers now use across 120,000+ deployments. After raising a $6M seed round in October 2025, he is pointing Shuttle squarely at the messiest part of AI coding: what happens after the AI writes the code and someone still has to ship it.
Sammy Sidhu is the co-founder and CEO of Eventual, the company behind Daft, an open-source, Python-native data engine built to wrangle messy multimodal data like images, video, audio and LiDAR at petabyte scale. A UC Berkeley EECS grad with a background in high-performance computing and deep learning, he cut his teeth on Wall Street high-frequency trading and then on the perception stacks of self-driving cars at DeepScale (acquired by Tesla), Lyft Level 5 and Woven Planet (Toyota). After repeatedly watching brilliant engineers burn 80% of their time fighting data plumbing instead of building, he and Jay Chia turned that frustration into Eventual. Daft now processes petabytes daily at Amazon, CloudKitchens, Together AI and Essential AI, and the company has raised roughly $30M from investors including CRV, Felicis, Microsoft's M12 and Citi.
ParadeDB is an open-source PostgreSQL extension that brings Elasticsearch-quality full-text search and analytics directly into Postgres, removing the need to copy data into a separate search engine. Built in Rust on the Tantivy library, its pg_search extension delivers BM25-ranked search, faceting, and columnar analytics while preserving Postgres ACID guarantees and avoiding the brittle ETL pipelines that connect Postgres to Elasticsearch. Founded in 2023 by Philippe Noel and Ming Ying and backed by Y Combinator and Craft Ventures, ParadeDB raised a $12M Series A in 2025 and counts Alibaba, Modern Treasury, and Bilt Rewards among its users.
Spiral is a New York-based data infrastructure company building a database reimagined from the ground up for the AI era - what it calls the 'Third Age of Data,' when machines, not humans, are the primary consumers of data. Built on Vortex, an open-source columnar file format donated to the Linux Foundation, Spiral streams data directly from object storage into GPU memory, unifies governance across every data type from tiny embeddings to massive video, and aims to keep expensive GPUs saturated instead of idle. Founded by ex-Palantir and ex-Citadel engineers, it emerged from stealth in September 2025 with $22M in Seed and Series A funding led by General Catalyst and Amplify Partners.
Josh Lospinoso is the co-founder and former CEO of Shift5, an observability and cybersecurity company that protects the onboard operational technology of planes, trains, tanks, and ships. A West Point graduate, Rhodes Scholar, and Oxford-trained statistician, he spent more than a decade as an Army cyber officer building elite hacking tools for the NSA's Tailored Access Operations and the Cyber National Mission Force. Before Shift5 he co-founded RedOwl Analytics (acquired by Raytheon/Forcepoint in 2017). He wrote the C++ course that U.S. Cyber Command uses to train junior developers and turned it into the book C++ Crash Course. In January 2026 he moved from CEO to the board to focus on long-term vision while Shift5, having raised more than $180M, scaled past 130 employees.
LanceDB builds the data backbone for multimodal AI. Its open-source Lance columnar format and lakehouse let teams store, search, and train on text, images, video and embeddings in one system - replacing the brittle stack of Parquet files, vector stores and feature pipelines that AI teams usually stitch together. Used by Midjourney, Runway, Character.AI, WeRide and others, LanceDB raised a $30M Series A in 2025, bringing total funding to roughly $41M.

Will Manning is the co-founder and CEO of Spiral, a New York data company building infrastructure for the moment machines became the main consumers of data. He spent nearly a decade at Palantir co-creating and scaling Foundry, then set out to fix a bottleneck nobody else seemed bothered by: GPUs that can swallow terabits per second, fed through legacy file formats that make CPUs decompress everything first. His answer is Vortex, an open columnar format he donated to the Linux Foundation, and Spiral, the exabyte-scale system built on top of it. Spiral launched from stealth in September 2025 with $22M from Amplify Partners and General Catalyst.

Zach Lloyd is the founder and CEO of Warp, the Rust-based terminal that grew up into an agentic development environment. A former Google principal engineer who led the Docs and Sheets teams, he looked at the one tool every programmer touches and noticed it had barely changed in 40 years. Warp's answer: a command line that reads natural language, runs AI agents, and as of 2025 codes by prompt. The company has raised roughly $73-75M from Sequoia, GV, Dylan Field and Elad Gil, and went from its first $1M of ARR in 300-plus days to adding $1M every few days.
John Sundell is a Swift and Rust developer, writer and podcaster who runs Swift by Sundell, a weekly publication of articles, tips, podcasts and videos read in well over a hundred countries. A former lead iOS developer at Spotify, he went indie to build apps, games and a stack of widely used open-source developer tools - including the static site generator Publish, the type-safe HTML DSL Plot, the Markdown parser Ink and the syntax highlighter Splash. He is based in Gdansk, Poland.
Mozilla builds Firefox and a family of privacy-first internet products with a single, stubborn goal: keep the web open, private, and not owned by anyone. Spun out of Netscape in 1998 and run by a for-profit corporation wholly owned by the non-profit Mozilla Foundation, Mozilla competes with the largest companies on earth while answering to a mission instead of shareholders.

Reiner Pope is the co-founder and CEO of MatX, an AI chip startup based in Mountain View, California, designing purpose-built silicon for large language models. A former Google Senior Staff Software Engineer who led AI software development for Google's TPUs and served as Efficiency Lead for PaLM, Pope left Google one week before ChatGPT launched to build what he calls 'the best chips for LLMs that physics allows.' MatX has raised approximately $604M to date, including a $500M Series B led by Jane Street and Situational Awareness LP, and is building a hybrid SRAM-HBM chip architecture targeting the world's leading AI labs.

Ian Glow is the co-founder and CEO of Zeromatter, a Mountain View-based simulation platform that lets robotics, aerospace, and autonomy teams build, test, and train anything in virtual environments. He previously helped pioneer Tesla's Autopilot simulation infrastructure - working as Manager of Autopilot Simulation - before striking out to democratize simulation tooling for the broader industry. Zeromatter has raised $45M and assembled a 75+ person team of engineers from Tesla, Cruise, Nvidia, Google, Microsoft, Activision, and id Software.
Uma Roy is the co-founder and CEO of Succinct, the company building SP1 - the world's fastest open-source zero-knowledge virtual machine (zkVM). A former Google Brain AI researcher and MIT double major in mathematics and computer science, she pivoted from machine learning to cryptography to make zero-knowledge proofs accessible to every developer. Under her leadership, Succinct raised $55M led by Paradigm, launched a decentralized prover network, and positioned SP1 as critical infrastructure securing billions in TVL across major Layer 2 networks.

Markos Georghiades is an Engineering Partner at Andreessen Horowitz's crypto division (a16z crypto), where he focuses on cryptography and core development of Jolt - a16z's open-source zero-knowledge virtual machine (zkVM). An undergraduate studying Computer Science and Mathematics at the University of Waterloo, he has co-authored multiple research breakthroughs: helping Jolt achieve a 6x throughput speedup (over 1 million RISC-V cycles/sec), enabling true zero-knowledge proofs via the NovaBlindFold technique, and implementing 64-bit proving without performance slowdown. His GitHub bio - 'sumcheck is love sumcheck is life' - says everything you need to know about where his obsessions lie.
Declan Chidlow, known online as Vale, is a Perth-based front-end developer, writer, and photographer who champions the open web from the front of the front-end. Armed with HTML, CSS, and JavaScript, he builds accessible digital experiences and publishes technical articles across Smashing Magazine, CSS-Tricks, and Piccalilli — while also shipping quirky open-source tools like BritCSS (CSS for those who refuse to spell 'colour' without the u) and Adduce, a Rust-powered static site generator. When not coding or writing, he can be found on a unicycle.

Andy Grove is the original creator of Apache DataFusion and a PMC member of Apache Arrow and Apache DataFusion. With over 30 years of software engineering experience, he specializes in query engines and distributed systems, currently serving as Principal Distributed Database Engineer at Apple. He's the author of 'How Query Engines Work' and creator of sqlparser-rs, one of the leading open-source SQL parsers for Rust. His open-source contributions have shaped the modern data processing ecosystem, with DataFusion powering hundreds of data-centric applications worldwide.

Zelos Cloud is a San Francisco-based B2B data platform for mission-critical systems, founded in 2023 by three former Tesla and Neuralink engineers. The platform unifies data collection, remote command-and-control, real-time visualization, and automated testing for firmware and industrial systems - solving the tooling chaos that plagues teams building hardware that cannot afford to fail. Backed by Y Combinator (S23) and Human Capital, Zelos Cloud is building the operating layer that firmware and embedded systems engineers have always needed but never had.

Kent Beck is the creator of Extreme Programming (XP) and a pioneer of Test-Driven Development, pair programming, and the Agile Manifesto. A programmer with 52+ years of experience, he co-created JUnit with Erich Gamma, co-invented CRC cards and design patterns in software with Ward Cunningham, and spent seven years coaching at Facebook. Today he runs the 'Software Design: Tidy First?' Substack newsletter (123,500+ subscribers in 195 countries), hosts the Still Burning podcast, and explores augmented human-AI coding. In April 2026 he publicly announced a Parkinson's disease diagnosis, continuing his mission to help technologists feel safe in the world.