Martin de la Torre transformed a PhD in reinforcement learning into a $50M startup, three patents redefining real-time data processing, and an open-source framework now used by NASA and Google.
Martin de la Torre launched NeurAI in 2019 and scaled it to a $50 million valuation within three years, turning a line of research into a commercial juggernaut. His PhD in computer science from MIT, specializing in reinforcement learning, provided the foundation for OptiMind, a deep-learning system that cuts supply chain costs by 30% for clients like DHL and Walmart.
The rapid ascent reflects a pattern: de la Torre identifies bottlenecks—model size, latency, data privacy—and builds technology that removes them. His three patents, filed between 2020 and 2022, each target a specific barrier to deploying AI at scale.
De la Torre earned his PhD in 2018, publishing eight papers on multi-agent reinforcement learning. Instead of pursuing a tenure-track position, he co-founded NeurAI with two classmates. The company’s Series A in 2020, led by Sequoia and a16z, valued it at $50 million. OptiMind—the flagship product—optimizes inventory routing, demand forecasting, and warehouse robotics simultaneously, delivering a 30% average cost reduction. Early adopters reported a 94% improvement in on-time delivery rates.
“We didn’t build a better algorithm; we built a system that learns the client’s operational constraints and adapts overnight,” de la Torre said in a 2023 interview. “The hardest part is making AI invisible.”
The startup now services over 40 enterprises across logistics, manufacturing, and retail. Its edge-deployed models run on standard IoT gateways, requiring no cloud connection—a decision that stems directly from de la Torre’s first patent.
Patent #1, filed in 2020, describes Adaptive Neural Network Pruning. It compresses a deep network by 90% while maintaining accuracy above 97%, enabling inference on a $50 ARM chip. Patent #2—Streaming Tensor Compression—reduces the bandwidth needed for real-time sensor data by 85%, making latency-sensitive analytics feasible for autonomous vehicles and industrial robots. Patent #3, Federated Learning with Differential Privacy, allows models to train across distributed devices without exposing raw data, satisfying GDPR and HIPAA requirements.
These patents underpin NeurAI’s product suite. They also appear in de la Torre’s open-source work, where he has chosen to publish implementations alongside commercial versions. The approach mirrors how data and tech are transforming other industries—for example, NBA teams now use similar real-time analytics to adjust defensive formations mid-game.
In 2021, de la Torre released TorchLite, a lightweight alternative to PyTorch Lightning. Within six months, it accumulated over 10,000 GitHub stars. NASA adopted it for prototyping satellite imaging models; Google integrated it into internal tools for rapid experimentation. The framework’s modular design allows researchers to scale from a single GPU to a distributed cluster without changing code. TorchLite is now bundled with major cloud AI platforms.
De la Torre continues to maintain TorchLite himself, merging community contributions weekly. The project has spawned over 200 dependent repositories, including tools used in healthcare and autonomous driving.