1

Internship Rlhf Jobs in California (NOW HIRING)

Senior Inference Engineer, AGI

Sunnyvale, CA · On-site

$122K - $168K/yr

... RL/RLHF/RLAIF) • Ensure train/serve consistency - that the inference path used in RL and ... of non-internship professional software development experience - 5+ years of programming with at ...

The internship will focus on building intelligent agents, generating high-quality trajectories ... Familiarity with training or adapting LLMs using SFT, RL, DPO/RLHF methods, or trajectory data.

Showing results 21-31

Internship Rlhf information

What is an internship RLHF?

Internship RLHF positions refer to internships focused on Reinforcement Learning from Human Feedback (RLHF), a cutting-edge area in artificial intelligence research. Interns in RLHF roles typically work on projects that involve training AI models to align with human preferences using feedback data, often in natural language processing or robotics. These internships are usually offered by tech companies or research labs and provide hands-on experience in machine learning, data analysis, and experimental design. RLHF interns often collaborate with experienced researchers and engineers to advance AI systems' safety, reliability, and alignment with human values.

What types of projects and tasks can I expect to work on during an RLHF internship?

As an RLHF (Reinforcement Learning from Human Feedback) intern, you can expect to engage in a variety of projects that combine machine learning, data annotation, and model evaluation. Typical tasks include curating and labeling datasets, training and fine-tuning machine learning models using human feedback, and conducting experiments to evaluate model performance. You may also collaborate closely with engineers and researchers, participate in team meetings, and contribute to documentation or research publications. This hands-on experience will help you develop both technical and collaborative skills essential for a career in AI research.

What are the key skills and qualifications needed to thrive as an RLHF intern, and why are they important?

To thrive as an RLHF Intern, you need a solid background in machine learning, statistics, and programming (especially Python), usually supported by ongoing or completed studies in computer science or a related field. Experience with deep learning frameworks (such as TensorFlow or PyTorch), version control systems (like Git), and familiarity with reinforcement learning libraries are typically required. Strong problem-solving abilities, curiosity, and effective teamwork and communication skills help interns contribute meaningfully and learn quickly. These skills and qualities are crucial for successfully developing, evaluating, and improving RLHF models in a collaborative research environment.

What is the difference between Internship Rlhf vs Research Assistant?

AspectInternship RlhfResearch Assistant
Required CredentialsTypically enrolled students or recent graduatesUsually requires a relevant degree or ongoing education in the field
Work EnvironmentInternship programs, often in academic or research institutionsResearch labs, universities, or research-focused organizations
Employer & Industry UsageUsed by educational institutions and research organizations for trainingCommon in academia, government, and private research sectors
Search & Comparison IntentPeople comparing internship opportunities or entry-level research rolesIndividuals seeking research support or entry-level research positions

Internship Rlhf and Research Assistant roles both involve research activities, but internships are typically short-term training positions for students or recent graduates, while research assistants are more formal, often requiring relevant education and supporting ongoing research projects. Understanding these differences helps candidates choose the right opportunity based on their experience and career goals.

What are the most commonly searched types of Rlhf jobs in California?

The most popular types of Rlhf jobs in California are:

What job categories do people searching Internship Rlhf jobs in California look for?

The top searched job categories for Internship Rlhf jobs in California are:

What cities in California are hiring for Internship Rlhf jobs?

Cities in California with the most Internship Rlhf job openings:

Senior Inference Engineer, AGI

Amazon

Sunnyvale, CA • On-site

$122K - $168K/yr

Full-time

Medical, Dental, Vision, Life, Retirement, PTO

Posted 5 days ago


Amazon rating

7.4

Company rating: 7.4 out of 10

Based on 7,107 frontline employees who took The Breakroom Quiz

6th of 39 rated national retailers


Job description

We are looking for a Senior Inference Engineer to own inference for real-time multimodal
conversational AI. This is a full-stack inference role: you will work across the entire path a model
takes from research to production - shaping model architecture so it is servable, building the
real-time runtime that serves it within hard latency budgets, and building the offline systems
that train and reinforce it.
You will operate at the boundary of Science and Inference, taking frontier-scale speech and
audio models and making them run within real-time latency budgets on production hardware.
You will co-design architectures with scientists to make them inference-friendly from inception,
own the low-latency streaming serving path, and build the training and reinforcement-learning
infrastructure that closes the loop. You will have the compute, data, and runway to solve
problems that few teams in the world are positioned to tackle.
As a Senior Engineer, you will own a significant area of the inference stack end to end, drive its
technical execution, contribute to the team's roadmap, and work closely with scientists and
hardware partners to ensure our models run fast enough to feel human in real time - and at a
cost that makes them viable at scale. You may go deep in one of the areas below while
contributing across the others.
Key job responsibilities
Model Architecture & Inference Co-Design
• Partner with research scientists to make model architectures servable from inception -
surfacing the latency, memory, and cost implications of architecture choices before they are
locked in
• Implement and optimize the inference path for large-scale multimodal models - attention
and KV-cache mechanisms, multimodal/autoregressive decoding, and the compute
primitives on the critical path
Apply efficiency techniques across the stack - quantization (per-tensor/per-channel/per-
group, INT8/FP8/BF16), speculative decoding, operator fusion, and paged KV-cache - and
quantify their quality/latency trade-offs
• Develop and tune high-performance kernels for critical operations where off-the-shelf
implementations leave performance on the table, integrating them into production serving
with minimal overhead
• Profile end-to-end performance with tools such as Nsight Compute/Systems and roofline
analysis to identify and eliminate bottlenecks in large-scale inference workloads
Real-Time & Interactive Runtime
• Own the real-time serving path for streaming multimodal conversational AI, meeting sub-
second, streaming latency budgets under concurrent session load
• Build and tune continuous batching, scheduling, and preemption to balance throughput
against per-request latency SLAs for interactive workloads
• Customize production serving frameworks (e.g., vLLM, PyTorch) for real-time streaming
generative models that fall outside standard LLM serving patterns - sustained low-latency
output under concurrent session load
• Implement multi-GPU inference (tensor parallelism, collective communication) for latency-
critical paths, and drive cost toward parity with existing production baselines
• Establish latency, throughput, and cost benchmarking, and publish the operational metrics
that gate deployment
Offline Systems: Training, RL & Evaluation Infrastructure
• Build and scale the offline inference systems behind post-training - high-throughput rollout
generation and reward-model serving for reinforcement learning (RL/RLHF/RLAIF)
• Ensure train/serve consistency - that the inference path used in RL and evaluation
faithfully matches production online behavior (e.g., parity across sampling and logit
processing)
• Work with the evaluation team to enable offline inference that captures the quality
dimensions unique to real-time conversation - latency sensitivity, audio quality, and
interaction naturalness
BASIC QUALIFICATIONS
- 5+ years of non-internship professional software development experience
- 5+ years of programming with at least one software programming language experience
- 4+ years of leading design or architecture (design patterns, reliability and scaling) of new and existing systems experience
- Bachelor's degree in computer science or equivalent
- Experience as a mentor, tech lead or leading an engineering team
- 2+ years of hands-on experience optimizing inference for neural models - not just using inference frameworks, but profiling and improving them
- Strong understanding of deep learning architectures (transformers, attention mechanisms, autoregressive decoding) and their application to speech/audio or other multimodal domains
- Production track record delivering latency-constrained, real-time inference systems under concurrent load
- Experience with GPU performance optimization - memory hierarchy, occupancy, KV-cache management, and the accelerator programming model
- Demonstrated ownership of a technical area - driving execution for a workstream and collaborating effectively across scientists and engineers
PREFERRED QUALIFICATIONS
- Experience with production LLM/multimodal serving internals (e.g., vLLM, TensorRT-LLM): scheduler, batching, block manager, sampler customization
- Hands-on experience building real-time or streaming AI systems - speech, audio, or video - with hard latency budgets
- Experience authoring custom GPU kernels (CUTLASS, Triton, raw CUDA/PTX), fused attention (FlashAttention-style), or quantized GEMM
- Familiarity with model-compression and efficiency techniques - quantization, pruning, distillation, speculative decoding, long-context optimization
- Experience building offline inference or rollout/reward-serving infrastructure for reinforcement learning or large-scale evaluation
- Experience with distributed training and post-training pipelines (SFT through RL) - parallelism strategies, training stability, and multi-accelerator communication (NCCL, NVLink)
- Familiarity with multiple hardware backends (NVIDIA GPU, AWS Neuron/Trainium, edge accelerators) and how architecture choices affect inference latency, memory, and cost
- Background in speech-to-speech or audio generative models (codec models, autoregressive audio generation), speech recognition, or speech synthesis
- Experience shipping research to production at scale - models serving real users, not just benchmark results
- Contributions to open-source inference/kernel projects (vLLM, CUTLASS, FlashAttention, TensorRT-LLM, Triton, or similar)
Amazon is an equal opportunity employer and does not discriminate on the basis of protected veteran status, disability, or other legally protected status.
Los Angeles County applicants: Job duties for this position include: work safely and cooperatively with other employees, supervisors, and staff; adhere to standards of excellence despite stressful conditions; communicate effectively and respectfully with employees, supervisors, and staff to ensure exceptional customer service; and follow all federal, state, and local laws and Company policies. Criminal history may have a direct, adverse, and negative relationship with some of the material job duties of this position. These include the duties and responsibilities listed above, as well as the abilities to adhere to company policies, exercise sound judgment, effectively manage stress and work safely and respectfully with others, exhibit trustworthiness and professionalism, and safeguard business operations and the Company's reputation. Pursuant to the Los Angeles County Fair Chance Ordinance, we will consider for employment qualified applicants with arrest and conviction records.
Our inclusive culture empowers Amazonians to deliver the best results for our customers. If you have a disability and need a workplace accommodation or adjustment during the application and hiring process, including support for the interview or onboarding process, please visit https://amazon.jobs/content/en/how-we-hire/accommodations for more information. If the country/region you're applying in isn't listed, please contact your Recruiting Partner.
The base salary range for this position is listed below. Your Amazon package will include sign-on payments and restricted stock units (RSUs). Final compensation will be determined based on factors including experience, qualifications, and location. Amazon also offers comprehensive benefits including health insurance (medical, dental, vision, prescription, Basic Life & AD&D insurance and option for Supplemental life plans, EAP, Mental Health Support, Medical Advice Line, Flexible Spending Accounts, Adoption and Surrogacy Reimbursement coverage), 401(k) matching, paid time off, and parental leave. Learn more about our benefits at https://amazon.jobs/en/benefits.
USA, CA, Sunnyvale - 193,300.00 - 261,500.00 USD annually
USA, MA, Boston - 168,100.00 - 227,400.00 USD annually
USA, WA, Seattle - 168,100.00 - 227,400.00 USD annually

What Amazon employees say

Pay

Benefits

Hours and flexibility

Workplace

Get the full story on Breakroom


Amazon logo

About Amazon

Sourced by ZipRecruiter

Amazon.com, Inc., commonly known as Amazon, is an American multinational technology company. It was founded by Jeff Bezos in 1994 and initially started as an online marketplace for books. Since then, Amazon has expanded its operations and become one of the largest e-commerce companies in the world. Amazon's primary business is its online retail platform, where customers can purchase a vast array of products, including electronics, clothing, books, home goods, and much more. The company offers a convenient and user-friendly shopping experience, with features such as fast shipping, customer reviews, and personalized recommendations. In addition to its e-commerce platform, Amazon has diversified its business into various other areas. One of its notable ventures is Amazon Web Services (AWS), a comprehensive cloud computing platform that provides services such as storage, compute power, and database management to individuals and businesses. AWS has become a leader in the cloud computing industry, powering many websites and applications worldwide. Amazon has also developed its own consumer electronics, including the popular Amazon Kindle e-reader, Fire tablets, Fire TV streaming devices, and the Alexa-powered Echo smart speakers. The Alexa voice assistant, integrated into these devices, allows users to interact with their devices using voice commands, perform tasks, and access information. Furthermore, Amazon has expanded into media and entertainment. It operates Prime Video, a streaming service that offers a wide range of movies, TV shows, and original content. Amazon Music provides a platform for streaming and purchasing digital music, while Audible offers audiobooks and other audio content. The company's commitment to customer satisfaction and convenience is demonstrated by its membership program, Amazon Prime. Prime members receive various benefits, including free two-day shipping, access to streaming services, exclusive deals, and more.

Industry

It services, book publishers, retail, real estate, computer and electronic product manufacturing and software development

Company size

10,000+ Employees

Headquarters location

Seattle, WA, US