
VEOX builds engineered intelligence systems that search for algorithms rather than execute ones written by humans. Its first product, jAIn, searches model structures and returns deployable code and weights the customer owns. The company publishes its methodology and results protocol publicly, including failed runs, to substantiate its claims.
Funding
Funding not disclosed
Founders
Product
Problem
Traditional machine learning tools require humans to specify model architectures, hyperparameters, and feature engineering steps, limiting discovery to structures someone already thought of. This approach misses novel compositions that could perform better on both accuracy and serving cost, and it often produces models that are expensive to run in production.
Solution
VEOX builds engineered intelligence systems that search a space of model structures rather than fitting members of a named family. Its synthesis engine, RecurEvolv, jointly searches preprocessing, model family, hyperparameters, ensembling, pruning, and distillation as one integrated process. The first product, jAIn, scores every candidate on both held-out accuracy and inference cost, ensuring lean models that are practical to serve. What comes back is plain code and weights the customer owns and can deploy anywhere, along with a full log of what was tried and rejected. The company publishes its methodology and results protocol in advance, including failed runs, to maintain transparency.
Target Audience
Primary customers are data science and machine learning teams at enterprises that need to push beyond conventional model performance and want full ownership of their deployed models.
Features
- Searches model structures rather than tuning parameters of known models, enabling discovery of novel architectures
- Jointly optimizes preprocessing, model family, hyperparameters, ensembling, pruning, and distillation in one search
- Scores candidates on both held-out accuracy and serving cost, favoring lean models over complex ones
- Returns deployable code and weights the customer owns, not an API endpoint
- Publishes full run logs including rejected candidates for auditability
- Includes a documented protocol for measuring results before results exist