Full-Time

Applied Machine Learning Engineer

Inference

Inference

1-10 employees

Serverless AI model inference across compute.

Compensation Overview

$220k - $320k/yr

+ Equity

San Francisco, CA, USA

Hybrid

Most of the team works in the San Francisco office four days per week; hybrid work is available for Bay Area candidates.

Category
AI & Machine Learning
Required Skills
LLM
Data Visualization
Git
Model Distillation
PyTorch
Machine Learning
ETL
Data Engineering
Data Analysis

Get referred to Inference

See people who can refer or advise you

Requirements
  • At least 2 years of experience training artificial-intelligence models using PyTorch.
  • Hands-on experience post-training large language models using supervised fine-tuning or reinforcement learning.
  • Strong understanding of transformer architectures and how they are trained.
  • Experience with large-language-model training frameworks such as Hugging Face Transformers, DeepSpeed, Axolotl, or similar frameworks.
  • Experience training models on NVIDIA GPUs.
  • Strong data-processing skills, including building extract, transform, load pipelines and working with large datasets.
  • A track record of creating benchmarks and evaluations.
  • Ability to apply research techniques to production systems.
Responsibilities
  • Lead projects from data intake through the full training pipeline, including processing, cleaning, and preparing datasets for model training.
  • Build and maintain data-processing pipelines for aggregating, transforming, and validating training data.
  • Create dashboards and visualization tools to display training metrics, data quality, and model performance.
  • Train models using internal frameworks and iterate based on evaluation results.
  • Develop robust benchmarks and evaluation frameworks that ensure custom models match or exceed frontier performance.
  • Build systems to automate portions of the training workflow, reducing manual intervention and improving consistency.
  • Take research features and ship them into production settings.
  • Apply the latest techniques in supervised fine-tuning, reinforcement learning, and model optimization to improve training quality and efficiency.
  • Collaborate with infrastructure engineers to scale training across the GPU fleet.
  • Understand customer use cases to inform training strategies and surface edge cases.
Desired Qualifications
  • Experience with model distillation or knowledge transfer.
  • Experience building dashboards and data visualization tools.
  • Familiarity with vision encoders and multimodal models.
  • Experience with distributed training at scale.
  • Contributions to open-source machine-learning projects.

Inference.net provides a distributed, serverless platform that lets developers run open-source AI models without managing infrastructure. It operates a global network of compute providers and leverages underutilized data center capacity to offer cost-effective LLM inference via a simple API, supporting models like Llama 3.1 8B. Customers are charged based on compute usage, giving a scalable solution for building AI-enabled applications. Unlike traditional clouds, it emphasizes serverless access to high-quality models with cloud-like reliability at a lower cost. The goal is to democratize access to AI technology by removing infrastructure complexity and cost barriers for developers and companies.

Company Size

1-10

Company Stage

Seed

Total Funding

$11.8M

Headquarters

San Francisco, California

Founded

2023

Get referred to Inference

See people who can refer or advise you

Simplify Jobs

Simplify's Take

What believers are saying

  • Inference.net reported a June 23, 2026 Series A, signaling investor conviction.
  • The 2026-08-21 grants program offers up to $10,000, attracting open-source developers.
  • Caplight added Ashby as a customer on 2026-05-19, validating enterprise demand.

What critics are saying

  • Fireworks, Together, and OpenRouter commoditize inference with broader catalogs and pricing pressure.
  • Catalyst's public beta on 2026-04-14 still subsidizes training and deployment, burning capital.
  • If frontier labs slash API prices, Inference.net's cost advantage and differentiation collapse.

What makes Inference unique

  • Inference.net launched Catalyst on 2026-04-14, linking production traffic to training.
  • Its platform targets specialized language models, not generic model hosting or research.
  • Inference.net emphasizes underutilized data-center capacity and OpenAI-compatible APIs for easy migration.

Help us improve and share your feedback! Did you find this helpful?

Benefits

Health Insurance

Dental Insurance

Vision Insurance

Unlimited Paid Time Off

Hybrid Work Options

401(k) Company Match

Commuter Benefits

Phone/Internet Stipend

Gym Membership

Wellness Program

Mental Health Support

Stock Options

Performance Bonus

Profit Sharing

Company Equity

Remote Work Options

Sabbatical Leave

Company News

Inference.net
Apr 14th, 2026
Introducing Catalyst: monitor, train, and deploy self-improving AI models.

Introducing Catalyst: monitor, train, and deploy self-improving AI models. Introduction. Today Inference is launching Catalyst, a platform for building continuously self-improving AI models. Catalyst is a full-stack platform that combines monitoring, evaluations, training, and deployment into a single product. It's built specifically for teams that want to optimize production AI applications. It is not a general-purpose AI research tool. The core idea is simple: instead of constructing synthetic environments that try to approximate reality, Catalyst samples production traffic from your application and uses it to train models via supervised fine-tuning. Your production data is your training environment. Today, Catalyst is capable of training Specialized Language Models that match or exceed frontier-quality at up to 95% lower cost. How Catalyst works. Catalyst installs into your repository like an ordinary LLM tracing tool. It works with existing OpenAI- and Anthropic-compatible providers - just swap your base URL and add a few request headers. The Catalyst Gateway sits between your application and your model provider recording, analyzing and storing production traffic. Add Catalyst to your project with a single command. From your project root: npm install -g @inference/cli && inf instrument This command uses an AI coding agent to analyze your codebase and make the changes necessary to route requests through Catalyst with the correct metadata. From there, you run your application normally. Every LLM call is captured and appears in the Catalyst dashboard. import os from openai import OpenAI client = OpenAI( base_url="https://api.inference.net/v1", api_key=os.environ["INFERENCE_API_KEY"], default_headers={ "x-inference-provider-api-key": os.environ["OPENAI_API_KEY"], "x-inference-provider": "openai",},) response = client.chat.completions.create( model="gpt-4.1", messages=[{"role": "user", "content": "Hello, world!"}],) print(response.choices[0].message.content) Catalyst workflow. Once traffic is flowing, the workflow is quite simple: Build datasets from traffic. Catalyst turns your recorded LLM calls into training and evaluation datasets. Real traffic means your training data matches the actual distribution of scenarios your model will encounter. Evaluate with LLM-as-judge. You can't improve what you can't measure. Catalyst helps you build evaluation suites starting from the data you already have. You establish a performance baseline for your current model, then measure every subsequent training run against it. Train. Catalyst Recipes offer preconfigured training rules with a base model, optimized parameters, and compute resources. The platform handles base model selection, hyperparameters, and training infrastructure. Evaluations run automatically before, during, and after training to measure quality. Deploy. Trained models deploy to dedicated GPU infrastructure. Switching your application to a custom model is a one-line code change. The model weights are fully owned by you; deploy on its infrastructure, or host in your own private VPS. From here, the cycle continues, with Catalyst managing the training loop. It ingests fresh production data, generates training and evaluation datasets, runs training jobs, and compares resulting models against the production baseline. When new models are ready, they're staged for final review and deployment. Catalyst in production. Catalyst training loops vary in cost depending on the size of the base model you're training and the amount of data required to train. Training runs range from $25 up to several thousand dollars. Catalyst is already powering custom models in production: * Self-improving coding models for proprietary programming languages, used by hundreds of engineers at a public financial institution * Data extraction models that match Opus 4.6 performance with 150ms p50 end-to-end latency at 5% the cost * Calorie estimation models that outperform frontier models on quality, latency, and cost * HTML-to-JSON extraction models like Schematron-8b, used by some of the largest web scraping companies in the world * Deep research agents that surpass the current Pareto frontier on cost-to-accuracy. Inference'll be sharing more stories about its customers and the models they have trained using Catalyst over the coming weeks. Catalyst vs. RL. The dominant post-training story today starts in the wrong place. First you spend weeks building an environment that tries to simulate the real work your model will face after deployment. Then you spend more time building rubrics, hardening evals, and trying to stop the model from learning the wrong lesson. After training, you discover the model has found a way to optimize for the score instead of the job, and the process begins again. This is expensive, and slow, and brittle in exactly the way engineers hate: you can do everything right inside the sandbox and still learn almost nothing about how the system will behave once it hits production. AI systems cannot be optimized in a vacuum. If the goal is to improve a production system, the source of truth should be production itself. Inference built Catalyst because Inference think the current paradigms promoted by RL are unnecessarily difficult, low yield, and out of reach for most teams. If you're running an AI application in production, you're already generating the data you need to train a frontier-quality model for your system. The tools required to capture this data, evaluate, and train on it, without building an RL environment, have simply not existed in a single place until today. Available today. Catalyst is available in public beta today. Inference is covering training and deployment costs during the beta, so if you are already running an app or agent in production, you can try the full observe-train-deploy loop for free. Inference has a lot in store for Catalyst. Over time, Catalyst will take on more of the improvement loop, shortening the distance from live traffic to a better model. If your AI system is already in production, you already have enough to start. Sign up for an account at inference.net or check out the quick start guide for detailed instructions on how to get started. Meet with its research team. Schedule a call with its research team to learn more about how Specialized Language Models can cut costs and improve performance.

RootData
Oct 15th, 2025
Inference.net raises $11.8M seed funding

Open-source AI provider Inference has completed an $11.8 million seed round financing, led by Multicoin Capital and a16z CSX, with participation from Topology Ventures, Founders, Inc., and angel investors. The funding will enhance Inference's R&D efforts in model and infrastructure performance and improve its capacity to serve more companies.

Inference.net
Oct 14th, 2025
Announcing our $11.8M Series Seed

Announcing its $11.8M Series Seed. Inference is excited to announce that Inference has raised $11.8M in Series Seed funding, led by Multicoin Capital and a16z CSX, with participation from Topology Ventures, Founders, Inc., and an exceptional group of angel investors. Inference.net enables companies to train and deploy custom AI models that outperform general-purpose alternatives at a fraction of the cost. This capital will accelerate its mission to help businesses take control of their AI destiny. A fork in the road. Every company building with AI faces a critical challenge: pay unsustainable prices to OpenAI, Anthropic, and Google for general-purpose models, or compromise on quality with cheaper alternatives. This dependency on frontier labs creates three fundamental risks: First, spiraling costs limit scale. As usage grows from thousands to billions of requests, API costs can consume entire budgets. Second, companies lack control over core business infrastructure, leaving them vulnerable to price changes, model deprecations, and service disruptions. Third, when everyone uses the same models, true differentiation becomes impossible. Companies shouldn't have to choose between quality and cost. They shouldn't be forced to send sensitive customer data to third-party servers. And they shouldn't build their competitive advantage on infrastructure they don't control. Where Inference stand. Over the past year, Inference has trained and deployed custom language models for some of the fastest-growing AI-native companies in the world. Its approach is straightforward: Inference identify the specific, repeatable tasks that businesses run millions of times and train purpose-built models that excel at exactly those tasks. Whether extracting data from documents, captioning images, or classifying content, its models deliver superior results for their specialized domains. The results speak for themselves. Custom models match or exceed frontier model performance while running 2-3x faster and costing up to 90% less. These models, up to 100x smaller than GPT-5-class systems, prove that optimization for specific tasks beats general capability on a cost-to-performance ratio. Specialized models transform the economics of using AI at scale. Companies spending millions annually on API calls reduce costs by up to 90%. Applications previously constrained by latency can now serve real-time use cases. Businesses concerned about data privacy run models on their own infrastructure. Most importantly, companies gain full control of the AI models powering their core products. Beyond economics, custom models provide lasting competitive advantage. When every company has access to the same frontier models, differentiation disappears. Custom models trained on proprietary data and optimized for specific workflows become a moat that competitors cannot replicate. Your AI becomes yours, and yours alone. Moving forward. The next decade will witness two parallel tracks in AI development. Frontier labs will continue pushing the boundaries with massive, general-purpose models for open-ended tasks like coding, creative writing, and complex reasoning. These models will remain expensive but essential for exploratory use cases. Simultaneously, a new ecosystem of specialized models will power the repetitive, high-volume tasks that constitute the majority of business AI usage. Companies will rely on frontier labs for cutting-edge capabilities while owning and operating custom models for core operations. As companies scale from prototypes to production, the cost of relying on frontier labs becomes untenable. Meanwhile, the open-source ecosystem has matured dramatically, and new post-training techniques make it possible to match frontier capabilities with far fewer parameters. This funding enables Inference to expand its research and development efforts into new frontiers of model and infrastructure performance while scaling its ability to serve more companies. Join Inference. The transition from renting to owning intelligence has begun. Inference aim to accelerate this process. If you're spending more than $50,000 per month on closed-source AI providers, Inference can help you cut costs and improve performance in as little as 4 weeks. Book a call with its research team to learn more. Own your model. Scale with confidence. Schedule a call with its research team to learn more about custom training. Inference'll propose a plan that beats your current SLA and unit cost.