Contract: AI Operations Specialist
Role summary
Newsela is seeking an experienced ML Ops Engineer for a contract role to join their ML/AI team. This hands-on position involves taking models from prototype to production, building data pipelines, and ensuring service scalability. Responsibilities include designing and maintaining CI/CD pipelines for ML models, managing containerized services on AWS ECS, automating infrastructure with Terraform, integrating LLM providers, and improving data pipelines from BigQuery, S3, and DynamoDB. The role requires strong Python proficiency, Docker experience, and familiarity with cloud platforms like AWS and GCP, as well as LLM integration and observability tools.
Why You'll Love This Role:
We're looking for an experienced Machine Learning Engineer to join the ML team at Newsela. This team works on projects ranging from classical Machine Learning to AI / Generative pipelines. This is a hands-on role. You'll work closely with ML/AI, data and site reliability engineers to take models from prototype to production, build robust data pipelines, and keep our services running smoothly as we continue to scale.
What You'll Be Doing:
About You:
Please note that given the nature of the contract, this role will not be eligible to participate in company-sponsored benefits
About Newsela:
Newsela is a leading education technology company dedicated to meaningful classroom learning for every student. We deliver integrated, AI-powered solutions designed to unlock student engagement, empower teachers, and drive meaningful learning outcomes. Our suite of products supports knowledge and skill development, writing practice, daily instruction, assessment, and data-informed decision-making across K–12 classrooms. Grounded in learning science research, Newsela’s solutions integrate content, assessment, and analytics to help educators track progress, understand student outcomes, and deliver high-impact instruction that supports every learner.
#LI-Remote
Sample Newsela interview questions
- 1
Design a real-time analytics engine for large datasets.
system designmedium - 2
Design a real-time chat application.
system designmedium - 3
Vertical Order Traversal Perform a vertical order traversal of a binary tree. Input: root = [1,2,3,4,5,6,7] Output: [[4],[2],[1,5,6],[3],[7]] Explanation: Traverses the tree maintaining column indices, seamlessly grouping nodes that share the exact same vertical alignment.
codingmedium - 4
Merge Overlapping Intervals Merge overlapping intervals in an array. Input: intervals = [[1,4],[4,5]] Output: [[1,5]] Explanation: The intervals touch exactly at the 4 mark, so they are successfully merged into a single continuous interval.
codingmedium - 5
Dot Product of Two Sparse Vectors Calculate the dot product of two sparse vectors. Input: nums1 = [0,1,0,0,2], nums2 = [0,0,0,0,5] Output: 10 Explanation: Multiplies the aligned non-zero values (2 * 5) and ignores all the zeros, yielding a dot product of 10.
codingmedium
Sign up for a personalized interview prep pack tailored to this role.