Sign up to access all features of our service.
  • Job search
  • Favorites
  • Create a CV
    New
  • Salaries
  • Subscriptions

Remote Research Staff, Voice AI Foundations

Full-time

Deepgram

Company Overview

Deepgram is the leading platform underpinning the emerging trillion-dollar Voice AI economy, providing real-time APIs for speech-to-text (STT), text-to-speech (TTS), and building production-grade voice agents at scale. More than 200,000 developers and 1,300+ organizations build voice offerings that are ‘Powered by Deepgram’, including Twilio, Cloudflare, Sierra, Decagon, Vapi, Daily, Cresta, Granola, and Jack in the Box. Deepgram’s voice-native foundation models are accessed through cloud APIs or as self-hosted and on-premises software, with unmatched accuracy, low latency, and cost efficiency. Backed by a recent Series C led by leading global investors and strategic partners, Deepgram has processed over 50,000 years of audio and transcribed more than 1 trillion words. There is no organization in the world that understands voice better than Deepgram.

Company Operating Rhythm

At Deepgram, we expect an AI-first mindset—AI use and comfort aren’t optional, they’re core to how we operate, innovate, and measure performance.

Every team member who works at Deepgram is expected to actively use and experiment with advanced AI tools, and even build your own into your everyday work. We measure how effectively AI is applied to deliver results, and consistent, creative use of the latest AI capabilities is key to success here. Candidates should be comfortable adopting new models and modes quickly, integrating AI into their workflows, and continuously pushing the boundaries of what these technologies can do.

Additionally, we move at the pace of AI. Change is rapid, and you can expect your day-to-day work to evolve just as quickly. This may not be the right role if you’re not excited to experiment, adapt, think on your feet, and learn constantly, or if you’re seeking something highly prescriptive with a traditional 9-to-5.

The Opportunity

Voice is the most natural modality for human interaction with machines. However, current sequence modeling paradigms based on jointly scaling model and data cannot deliver voice AI capable of universal human interaction. The challenges are rooted in fundamental data problems posed by audio: real-world audio data is scarce and enormously diverse, spanning a vast space of voices, speaking styles, and acoustic conditions. Even if billions of hours of audio were accessible, its inherent high dimensionality creates computational and storage costs that make training and deployment prohibitively expensive at world scale. We believe that entirely new paradigms for audio AI are needed to overcome these challenges and make voice interaction accessible to everyone.

The Role

As a Member of the Research Staff, you will pioneer the development of Latent Space Models (LSMs), a new approach that aims to solve the fundamental data, scale, and cost challenges associated with building robust, contextualized voice AI. Your research will focus on solving one or more of the following problems:

  • Build next-generation neural audio codecs that achieve extreme, low bit-rate compression and high fidelity reconstruction across a world-scale corpus of general audio.

  • Pioneer steerable generative models that can synthesize the full diversity of human speech from the codec latent representation, from casual conversation to highly emotional expression to complex multi-speaker scenarios with environmental noise and overlapping speech.

  • Develop embedding systems that cleanly factorize the codec latent space into interpretable dimensions of speaker, content, style, environment, and channel effects — enabling precise control over each aspect and the ability to massively amplify an existing seed dataset through “latent recombination”.

  • Leverage latent recombination to generate synthetic audio data at previously impossible scales, unlocking joint model and data scaling paradigms for audio. Endeavor to train multimodal speech-to-speech systems that can 1) understand any human irrespective of their demographics, state, or environment and 2) produce empathic, human-like responses that achieve conversational or task-oriented objectives.

  • Design model architectures, training schemes, and inference algorithms that are adapted for hardware at the bare metal enabling cost efficient training on billion-hour datasets and powering real-time inference for hundreds of millions of concurrent conversations.

The Challenge

We are seeking researchers who:

  • See “unsolved” problems as opportunities to pioneer entirely new approaches

  • Can identify the one critical experiment that will validate or kill an idea in days, not months

  • Have the vision to scale successful proofs-of-concept 100x

  • Are obsessed with using AI to automate and amplify your own impact

If you find yourself energized rather than daunted by these expectations—if you’re already thinking about five ideas to try while reading this—you might be the researcher we need. This role demands obsession with the problems, creativity in approach, and relentless drive toward elegant, scalable solutions. The technical challenges are immense, but the potential impact is transformative.

It’s Important to Us That You Have

  • Strong mathematical foundation in statistical learning theory, particularly in areas relevant to self-supervised and multimodal learning

  • Deep expertise in foundation model architectures, with an understanding of how to scale training across multiple modalities

  • Proven ability to bridge theory and practice—someone who can both derive novel mathematical formulations and implement them efficiently

  • Demonstrated ability to build data pipelines that can process and curate massive datasets while maintaining quality and diversity

  • Track record of designing controlled experiments that isolate the impact of architectural innovations and validate theoretical insights

  • Experience optimizing models for real-world deployment, including knowledge of hardware constraints and efficiency techniques

  • History of open-source contributions or research publications that have advanced the state of the art in speech/language AI

How We Generated This Job Description

This job description was generated in two parts. The “Opportunity”, “Role”, and “Challenge” sections were generated by a human using Claude-3.5-sonnet as a writing partner. The objective of these sections is to clearly state the problem that Deepgram is attempting to solve, how we intend to solve it, and some guidelines to help you decide if Deepgram is right for you. Therefore, it is important that this section was articulated by a human.

The “It’s Important to Us” section was automatically derived from a multi-stage LLM analysis (using o1) of key foundational deep learning papers related to our research goals. This work was completed as an experiment to test the hypothesis that traits of highly productive and impactful researchers are reflected directly in their work. The analysis focused on understanding how successful researchers approach problems, from mathematical foundations through to practical deployment. The problems Deepgram aims to solve are immensely difficult and span multiple disciplines and specialties. As such, we chose seminal papers that we believe reflect the pioneering work and exemplary human characteristics needed for success. The LLM analysis culminates in an “Ideal Researcher Profile”, which is reproduced below along with the list of foundational papers.

Ideal Researcher Profile

An ideal researcher, as evidenced by the recurring themes across these foundational papers, excels in five key areas: (1) Statistical & Mathematical Foundations, (2) Algorithmic Innovation & Implementation, (3) Data-Driven & Scalable Systems, (4) Hardware & Systems Understanding, and (5) Rigorous Experimental Design. Below is a synthesis of how each paper highlights these qualities, with references illustrating why they matter for building robust, impactful deep learning models.

1. Statistical & Mathematical Foundations

Mastery of Core Concepts

Many papers, like Scaling Laws for Neural Language Models and Neural Discrete Representation Learning (VQ-VAE), reflect the importance of power-law analyses, derivation of novel losses, or adaptation of fundamental equations (e.g., in VQ-VAE’s commitment loss or rectified flows in Scaling Rectified Flow Transformers). Such mathematical grounding clarifies why models converge or suffer collapse.

Combining Existing Theories in Novel Ways

Papers such as Moshi (combining text modeling, audio codecs, and hierarchical generative modeling) and Finite Scalar Quantization (FSQ’s adaptation of classic scalar quantization to replace vector-quantized representations) show how reusing but reimagining known techniques can yield breakthroughs. Many references (e.g., the structured state-space duality in Transformers are SSMs) underscore how unifying previously separate research lines can reveal powerful algorithmic or theoretical insights.

Logical Reasoning and Assumption Testing

Across all papers—particularly in the problem statements of Whisper or Rectified Flow Transformers—the authors present assumptions (e.g., “scaling data leads to zero-shot robustness” or “straight-line noise injection improves sample efficiency”) and systematically verify them with thorough empirical results. An ideal researcher similarly grounds new ideas in well-formed, testable hypotheses.


2. Algorithmic Innovation & Implementation

Creative Solutions to Known Bottlenecks

Each paper puts forth a unique algorithmic contribution—Rectified Flow Transformers redefines standard diffusion paths, FSQ proposes simpler scalar quantizations contrasted with VQ, phi-3 mini relies on curated data and blocksparse attention, and Mamba-2 merges SSM speed with attention concepts.

Turning Theory into Practice

Whether it’s the direct preference optimization (DPO) for alignment in phi-3 or the residual vector quantization in SoundStream, these works show that bridging design insights with implementable prototypes is essential.

Clear Impact Through Prototypes & Open-Source

Many references (Whisper, neural discrete representation learning, Mamba-2) highlight releasing code or pretrained models, enabling the broader community to replicate and build upon new methods. This premise of collaboration fosters faster progress.


3. Data-Driven & Scalable Systems

Emphasis on Large-Scale Data and Efficient Pipelines

Papers such as Robust Speech Recognition via Large-Scale Weak Supervision (Whisper) and BASE TTS demonstrate that collecting and processing hundreds of thousands of hours of real-world audio can unlock new capabilities in zero-shot or low-resource domains. Meanwhile, phi-3 Technical Report shows that filtering and curating data at scale (e.g., “data optimal regime”) can yield high performance even in smaller models.

Strategic Use of Data for Staged Training

A recurring strategy is to vary sources of data or the order of tasks. Whisper trains on multilingual tasks, BASE TTS uses subsets/stages for pretraining on speech tokens, and phi-3 deploys multiple training phases (web data, then synthetic data). This systematic approach to data underscores how an ideal researcher designs training curricula and data filtering protocols for maximum performance.


4. Hardware & Systems Understanding

Efficient Implementations at Scale

Many works illustrate how researchers tune architectures for modern accelerators: the In-Datacenter TPU paper exemplifies domain-specific hardware design for dense matrix multiplications, while phi-3 leverages blocksparse attention and custom Triton kernels to run advanced LLMs on resource-limited devices.

Real-Time & On-Device Constraints

SoundStream shows how to compress audio in real time on a smartphone CPU, demonstrating that knowledge of hardware constraints (latency, limited memory) drives design choices. Similarly, Moshi’s low-latency streaming TTS and phi-3-mini’s phone-based inference highlight that an ideal researcher must adapt algorithms to resource limits while maintaining robustness.

Architectural & Optimization Details

Papers like Mamba-2 in Transformers are SSMs and the In-Datacenter TPU work show how exploiting specialized matrix decomposition, custom memory hierarchies, or quantization approaches can lead to breakthroughs in speed or energy efficiency.

5. Rigorous Experimental Design

Controlled Comparisons & Ablations

Nearly all papers—Whisper, FSQ, Mamba-2, BASE TTS—use systematic ablations to isolate the impact of individual components (e.g., ablation on vector-quantization vs. scalar quantization in FSQ, or size of codebooks in VQ-VAEs). This approach reveals which design decisions truly matter.

Multifold Evaluation Metrics

From MUSHRA listening tests (SoundStream, BASE TTS) to FID in image synthesis (Scaling Rectified Flow Transformers, FSQ) to perplexity or zero-shot generalization in language (phi-3, Scaling Laws for Neural Language Models), the works demonstrate the value of comprehensive, carefully chosen metrics.

Stress Tests & Edge Cases

Whisper’s out-of-distribution speech benchmarks, SoundStream’s evaluation on speech + music, or Mamba-2’s performance on multi-query associative recall demonstrate the importance of specialized challenge sets. Researchers who craft or adopt rigorous benchmarks and “red-team” their models (as in phi-3 safety alignment) are better prepared to address real-world complexities.

Summary

Overall, an ideal researcher in deep learning consistently demonstrates:

  • A solid grounding in theoretical and statistical principles

  • A talent for proposing and validating new algorithmic solutions

  • The capacity to orchestrate data pipelines that scale and reflect real-world diversity

  • Awareness of hardware constraints and system-level trade-offs for efficiency

  • Thorough and transparent experimental practices

These qualities surface across research on speech (Whisper, BASE TTS), language modeling (Scaling Laws, phi-3), specialized hardware (TPU, Transformers are SSMs), and new representation methods (VQ-VAE, FSQ, SoundStream). By balancing these attributes—rigorous math, innovative algorithms, large-scale data engineering, hardware-savvy optimizations, and reproducible experimentation—researchers can produce impactful, trustworthy advancements in foundational deep learning.

Foundational Papers

This job description was generated through analysis of the following papers:

  • Robust Speech Recognition via Large-Scale Weak Supervision (arXiv:2212.04356)

  • Moshi: a speech-text foundation model for real-time dialogue (arXiv:2410.00037)

  • Scaling Rectified Flow Transformers for High-Resolution Image Synthesis (arXiv:2403.03206)

  • Scaling Laws for Neural Language Models (arXiv:2001.08361)

  • BASE TTS: Lessons from building a billion-parameter Text-to-Speech model on 100K hours of data (arXiv:2402.08093)

  • In-Datacenter Performance Analysis of a Tensor Processing Unit (arXiv:1704.04760)

  • Neural Discrete Representation Learning (arXiv:1711.00937)

  • SoundStream: An End-to-End Neural Audio Codec (arXiv:2107.03312)

  • Finite Scalar Quantization: VQ-VAE Made Simple (arXiv:2309.15505)

  • Phi-3 Technical Report: A Highly Capable Language Model Locally on Your Phone (arXiv:2404.14219)

  • Transformers are SSMs: Generalized Models and Efficient Algorithms Through Structured State Space Duality (arXiv:2405.21060)

Notice : We’re aware of individuals impersonating Deepgram recruiters. All legitimate Deepgram recruiting communication comes from an @ deepgram.com email address. If you’ve received a message claiming to be Deepgram, please forward it to View email address on us.fitly.work.

Jobicy JobID: 152219
Vacancy posted 4 days ago
Similar jobs that could be interesting for youBased on the Remote Research Staff, Voice AI Foundations in Remote vacancy
  • $250k - $300k

     ...The Opportunity We’re hiring an AI Engineer with strong voice AI experience to help design and build...  ...communication tools AI / LLM Foundations Hands-on experience with LLM APIs...  ...Salary: $250,000 to $300,000 ~ Fully remote ~ Medical, dental, and vision... 
    Remote work
    Foundation
    Full time

    Blooming Health

    Remote
    a month ago
  • $94.49k - $147.4k

     ...Facility (ALCF) is seeking a Staff Scientist in Post-...  ...Learning for AI for Science to help advance...  ...the next generation of foundation models and learning systems...  ...candidate will conduct research on methods that improve...  ...position qualifies as “Hybrid Remote Work - Mostly Onsite”:... 
    Remote work
    Foundation
    Full time
    For contractors

    Argonne National Laboratory

    Lemont, IL
    3 days ago
  • $170k - $220k

     ...Staff Data ScientistHQThe Predictive Index—the talent...  ...on this team. It's the foundation, and you'll be the...  ...the frontier, where the research agenda, the product roadmap...  ....Passion for using AI in every aspect of your...  ...Westwood, MA headquarters, Remote, or a mix of both!Just... 
    Remote work
    Foundation
    Immediate start
    Flexible hours

    The Predictive Index

    Westwood, MA
    1 day ago
  •  ...repetitive, rule-based tasks and leveraging AI to execute smart automations that save...  ...Networks is a plus. Telephony Systems: Foundational understanding of cloud-based telephony...  ...telephony installations and upgrades at remote locations. This role is ideal for a motivated... 
    Remote work
    Foundation
    Work experience placement
    Work at office

    Lennar

    Miami, FL
    2 days ago
  • $244.7k - $279.2k

     ...Staff AI Engineer (Remote Eligible) At Capital One, we are creating responsible and reliable AI systems...  .... Team Description: The Intelligent Foundations and Experiences (IFX) team is at the...  ...cross-functional team of engineers, research scientists, technical program managers... 
    Remote work
    Foundation
    Full time
    Part time
    Local area

    Capital One

    United States
    2 days ago
  • $123.8k - $185.7k

     ...and Analytics (CA) Title: Staff Data Scientist - 121790Onsite/Remote: Onsite PositionYour...  ...of scalable data science, AI, and machine learning solutions...  ...deliverables.- Strong foundation in statistics, experimental...  ..., R&D, innovation, or research-oriented environments.- Experience... 
    Remote work
    Foundation
    Flexible hours

    John Deere

    Austin, TX
    1 day ago
  •  ...Description We're hiring our first Staff Data Scientist,...  ...each other. ~Partner with AI/ML teams to design and evaluate...  ...applied statistics - frequentist foundations, Bayesian methods, power analysis...  ...HighLevel operates as a global, remote-first organization built for speed... 
    Remote work
    Foundation
    Full time
    Worldwide

    HighLevel

    Remote
    a month ago
  • $250k - $300k

     ...The Opportunity We’re hiring an AI Engineer with strong voice AI experience to help design and build...  ...communication tools AI / LLM Foundations Hands-on experience with LLM APIs...  ...Salary: $250,000 to $300,000 ~ Fully remote ~ Medical, dental, and vision... 
    Remote work
    Foundation
    Full time

    Blooming Health

    Remote
    29 days ago
  • $220k - $250k

     ...Description CharterUP is seeking a Staff Data Scientist to advance our...  ...science, ensuring a scalable foundation that supports long-term growth...  ..., paired with deep skills in AI/ML, LLMs, NLP, statistical...  ...Benefits ~Flexible Work Model: Remote-first company with select... 
    Remote work
    Foundation
    Full time
    Temporary work
    Work at office
    Immediate start
    Flexible hours

    CharterUP

    Remote
    a month ago
  •  ...Description We are seeking a Staff Data Scientist who is deeply curious...  ...at scale From that foundation, you’ll build the analytical models...  ...evaluation framework for AI and ML features ~Establish...  ...employee assistance program ~Remote work environment that fosters... 
    Remote work
    Foundation
    Full time
    Summer work

    HR Acuity

    Remote
    a month ago
  • $163k - $218k

     ...focuses on diverse areas including AI, privacy, security and more....  ...the non-profit 501(c) Mozilla Foundation. This means we aren’t beholden...  ...across Firefox. This Staff Data Scientist will own the analytical...  ...or purpose. Group: C #LI-REMOTE Req ID: R3103 Hiring... 
    Remote work
    Foundation
    Immediate start
    Home office

    Mozilla

    Canada
    26 days ago
  • $123.8k - $185.7k

     ...Analytics (CA) Title: Staff Data Scientist - 123814   Onsite/Remote: Remote Position...  ...science, machine learning, AI, and advanced analytics...  ...trong software engineering foundation, including version control...  ...patents, publications, research collaborations, or novel... 
    Remote work
    Foundation
    Work experience placement
    Flexible hours

    John Deere

    Iowa, Johnson County, IA
    3 days ago
  • $100k - $150k

     ...Moines, IA -- HYBRID weekly (NO REMOTE candidates)Salary: $100,000 -...  ...of expansion. With a strong foundation, proven market success, and ambitious...  ...engineers • Have a voice in architecture, design, and technical...  ..., observability, testing, and AI-assisted development • Ability... 
    Remote work
    Foundation
    Permanent employment
    Immediate start

    Robert Half

    Des Moines, IA
    1 day ago
  • $100k - $120k

     ...AI Automation LeadWe are building an AI-powered automation function...  ...the standards, and build the foundation that everything else will be...  ...with YAMLExperience building voice agents in platforms like Bland...  ...productsBased in Guadalajara with fully remote flexibility and... 
    Remote work
    Foundation

    Carestream Dental LLC

    North Bloomfield, OH
    1 day ago
  • $231.5k - $405.1k

     ...Today, ServiceNow is the AI control tower for...  ...the team  Our Core AI Research team develops novel methods...  ...About the role  As a Staff Research Scientist, you...  ...boundaries.  ~ Strong foundations in machine learning,...  ...Work personas (flexible, remote, or required in office)... 
    Remote work
    Foundation
    Full time
    Work at office
    Immediate start
    Flexible hours
    Shift work

    ServiceNow

    Santa Clara, CA
    3 days ago
  •  ...applications, processes, and AI into a single, governed platform...  ...Workato provides the trusted foundation for organizations to automate...  ...ranked us the #1 best company for remote workersResponsibilitiesWe are...  ...and share a strong clear voice that the community trusts.Collect... 
    Remote work
    Foundation
    Flexible hours

    Workato

    San Francisco, CA
    5 days ago
  • $188.2k - $230.6k

     ...product direction. You'll use AI tooling to move at a speed that...  ...for people with a strong foundation in their discipline who are curious...  ...product and technology voice with customers, strategic partners...  ...benefits here. This role is fully remote in the US (preferably East... 
    Remote work
    Foundation
    Work from home
    Shift work

    EV Energy

    United States
    4 days ago
  • $138.9k - $170.2k

     ...Europe. We are moving fast, we are AI-first, and we are looking for...  ...for people with a strong foundation in their discipline who are curious...  ...Act as a credible product voice in commercial conversations, pilot...  ...here. This role is fully remote in the US (preferably East... 
    Remote work
    Foundation
    Work from home
    Flexible hours

    EV Energy

    United States
    4 days ago
  • $178.4k - $294.4k

     ...Success requires both a robust foundation in infrastructure and storage,...  ...emerging technologies (e.g., AI/ML, Big Data, new stack). Active...  ..., competitive environment.#LI-REMOTE#LI-JL4Salary ranges are...  ...rightful place and where every voice matters. Where uniqueness isn’... 
    Remote work
    Foundation
    Flexible hours

    Pure Storage

    Seattle, WA
    1 day ago
  •  ...About Foundation Health Foundation Health is an AI operating system for pharmacy - built by a...  ...patient communication over voice and SMS and plugs directly...  ...You've operated at Staff+ level somewhere with a genuinely...  ...stuff We're remote-first across the US, though... 
    Remote work
    Foundation
    Live in
    Immediate start

    Foundation Health Global Inc

    United States
    4 days ago
  • $200k - $250k

     ...for many of the fastest-growing AI companies, including OpenAI,...  ...as a public-facing technical voice (talks, demos, community conversations...  ...roleStrong technical foundation and credibility with developers...  ...leave, paid-time off and fully remote working arrangements.401k matchingCompetitive... 
    Remote work
    Foundation
    Work at office
    Local area

    WorkOS

    San Francisco, CA
    5 days ago
  •  ...prone studio. We've got a solid foundation with big plans for the future...  ...environment where every voice matters. Here, you'll have the...  ...Supporting other departments such as AI or Tools ~Solving problems...  ...valued and empowered. ~Remote-friendly options: We offer flexibility... 
    Remote work
    Foundation
    Full time

    Bloober Team SA

    Remote
    a month ago
  •  ...issues, and build campaigns on a foundation of reliable measurement. We...  ...when needed – switching off AI/auto-optimize features to maintain...  ...campaigns that reflect brand voice, ICP specifics, and funnel...  ...Comfortable in a growth-oriented, remote environment with fast... 
    Remote work
    Foundation
    Full time
    Contract work

    Cloudinary

    Remote
    10 days ago
  •  ...AI-Powered Product Design RoleWe're at an inflection...  ...and the design foundation is still being laid. That...  ...track record of delivering remotely, we're open to a more...  .... You'll be the design voice on a small, fast-moving...  ...with qualityLead user research and translate insights... 
    Remote work
    Foundation
    Contract work
    Work at office
    Flexible hours

    RealNetworks

    Seattle, WA
    2 days ago
  •  ...Field Chief Technology Officer (Field CTO) Remote - Bengaluru, India MinIO is the data and memory foundation for enterprise AI. Built for the speed, scale, and economics...  ...Product Strategy Feedback Loop: Serve as the "voice of the customer" to MinIO's product and... 
    Remote work
    Foundation

    Minio, Inc.

    United States
    3 days ago
  •  ...work. Today, ServiceNow is the AI control tower for business...  ...business objectives. As the global voice for sales and GTM efforts, the...  ...will champion data as the foundation of agentic AI. Additionally, the...  ...trust. Work personas (flexible, remote, or required in office) are... 
    Remote work
    Foundation
    Work at office
    Immediate start
    Flexible hours

    ServiceNow

    Austin, TX
    1 day ago
  • $224k - $356.5k

    NVIDIA is looking for a Senior AI Security Researcher to help define how frontier AI systems, agentic...  ...automation.Strong cybersecurity foundation, including threat modeling, adversary...  ...SummaryLocation: US, NC, Durham; US, NC, Remote; US, TX, Remote; US, VA, Remote; US, WA... 
    Remote work
    Foundation
    Full time

    Nvidia

    Texas
    1 day ago
  •  ...an early-stage, cutting-edge AI startup in New York City to hire...  ...not apply if you are seeking remote or hybrid work.About the RoleOur...  ...shape the company’s technical foundation.The right candidate is...  ...and knowledge systemsIntegrate voice AI, speech-to-text, text-to-speech... 
    Remote work
    Foundation
    Work at office
    Local area
    Relocation

    Career Development Partners

    New York, NY
    3 days ago
  •  ...California Residents located at .Network and Voice Engineer Job Details:Snell & Wilmer L.L.P...  ...is ideal for an engineer with a strong foundation in either networking or voice...  ...creative problem-solving.This is a primarily remote role, with occasional onsite support and... 
    Remote work
    Foundation
    Full time
    Work at office

    Snell & Wilmer

    Las Vegas, NV
    3 days ago
  •  ...ObservabilitySecurity is at the foundation of OpenAI's mission to...  ...all products and research at OpenAI. Our Security...  ....This role is open to remote employees, or...  ...capabilities.OpenAI is an AI research and deployment...  ...different perspectives, voices, and experiences that form... 
    Remote work
    Foundation
    Relocation package

    OpenAI

    Seattle, WA
    4 days ago

Do you want to receive more vacancies?

Subscribe and receive similar vacancies to Remote Research Staff, Voice AI Foundations. Be the first to apply!