Hiring in Machine Learning

Astera Labs

Astera Labs is actively hiring across machine learning and AI. These roles are sourced live from public job boards.

Open ML Roles
2
Top Comp
$140k – $165k
Focus
LLMs

In their ML stack

Technologies and specializations most frequently mentioned across Astera Labs's current machine-learning postings.

bolt LLMsbolt PyTorchbolt Deep Learningbolt MLOpsbolt Python
payments
$140k – $165k
Top advertised compensation
inference_engine.py
import torch
from transformers import AutoModel

# load a production checkpoint
model = AutoModel.from_pretrained("torch-talent/base")
model = model.to("cuda").half()

# low-latency inference
output = model.generate("Scale intelligence...")