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

Technical Director, Large-Scale AI Model Inferencing

$219k - $351k

Samsung Semiconductor

Job Description

Job Description:\n\n Please Note:\n To provide the best candidate experience amidst our high application volumes, each candidate is limited to 10 applications across all open jobs within a 6-month period. \n Advancing the World's Technology Together\n Our technology solutions power the tools you use every day--including smartphones, electric vehicles, hyperscale data centers, IoT devices, and so much more. Here, you'll have an opportunity to be part of a global leader whose innovative designs are pushing the boundaries of what's possible and powering the future. \n We believe innovation and growth are driven by an inclusive culture and a diverse workforce. We're dedicated to empowering people to be their true selves. Together, we're building a better tomorrow for our employees, customers, partners, and communities.\n\n What You'll Do\nInference is becoming a memory-bandwidth business. As models scale past what any single GPU can hold — KV caches grow with context, MoE expert weights spill beyond HBM, and new architectures change the rules of what "model state" even means — the winners will be the companies that treat memory as the core product of AI inference, not an afterthought.\nWe are looking for a Hands-on Principal Engineer who combines deep, first-principles knowledge of AI model architectures (dense Transformers, Mixture-of-Experts, State Space Models, and hybrids) with production-scale inference expertise, to own the requirement for full-stack AI memory solutions at scale — spanning GPU HBM, host DRAM, CXL-attached memory pools, and NVMe/SSD tiers and Samsung Cognos, AI memory software that moves model state intelligently across them.\nThis person will be the technical authority who connects model behavior to memory-system design: someone who can explain why an MoE router's activation pattern dictates an LRU expert cache policy, why a Mamba state cache breaks the assumptions of PagedAttention, and why disaggregated prefill/decode changes the required memory bandwidth per token by an order of magnitude — and then build the products that exploit those facts.\nLevel: Principal Engineer Team: Memory Solutions Lab / Data Fabric SolutionsReports to: Chief Technologist, Memory Solutions Lab\nLocation: Daily onsite presence preferred at our San Jose office/headquarters in alignment with our Flexible Work policy; remote/hybrid option available. \nJob ID: 43027\nModel Architecture Expertise — The Foundation\n\n Serve as expert on how different model families consume and move memory, and translate that into memory-product requirements:\n \n Dense Transformers: MHA/MQA/GQA/MLA attention, KV-cache growth characteristics, long-context behaviors, attention sinks and prefix locality.\n Mixture-of-Experts: routed vs. shared experts, expert-parallel execution, routing skew and hot-expert locality, expert-weight offloading and cache-admission policies, per-token weight-read economics.\n State Space Models (Mamba/Mamba-2) and hybrid SSM-attention architectures: recurrent state vs. KV cache semantics, state size per sequence and per layer, cache-swapping behavior for context switching and batching, and what "cache-aware scheduling" means when the state is a fixed-size tensor instead of a token-indexed table.\n Emerging architectures: linear attention, sliding-window/hybrid layers, diffusion and multimodal transformers — and how each changes the memory hierarchy math.\n \n Model the memory footprint, bandwidth demand, and access patterns of frontier open-weight models (e.g., Llama/Qwen-class dense, DeepSeek/Kimi-class MoE, Jamba-class hybrids) and publish internal reference architectures for each.\n Track the model landscape as a roadmap input: anticipate what coming architectures (longer contexts, agentic multi-session reuse, reasoning-loop workloads, speculative decoding drafts) will demand from memory systems 12–24 months out.\n\nLarge-Scale Inference Expertise\n\n Own deep expertise in production inference stacks — SGLang (HiCache), vLLM (PagedAttention, LMCache integration), NVIDIA Dynamo, TensorRT-LLM, llama.cpp-class engines — including their memory-management internals, not just their flags.\n Drive inference performance engineering: continuous batching, chunked prefill, disaggregated prefill/decode, prefix and radix caching, speculative decoding, CUDA Graphs, and their interactions with memory tiering.\n Own the latency/throughput/cost envelope: TTFT and TBT/TPOT SLOs, tokens-per-second per dollar, GPU memory utilization as the binding constraint, and the tradeoff curves between cache hit rate, memory capacity, and bandwidth.\n Define benchmarking and characterization methodology: realistic agentic and long-context workloads (multi-turn reuse, session persistence, RAG prefixes), KV-cache reuse-rate measurement, and bandwidth-latency profiling across the full hierarchy (Nsight, PyTorch Profiler, vendor memory tools).\n\nFull-Stack AI Memory Solutions — The Core Mandate\n\n Define engineering requirements, with proof, for tiered memory systems for inference at fleet scale: HBM as L1, host DRAM (pinned, NUMA-aware pools) as L2, CXL-attached memory pools as an elastic tier, and NVMe/SSD as capacity tier — with the policies (admission, eviction, prefetch, placement) that make the hierarchy behave like one memory.\n Design expert-weight offloading solutions for MoE serving: host-resident expert pools, GPU-resident expert caches with bandwidth-adaptive fill/evict policies, and CPU/CXL-execution hybrid paths — informed by the routing statistics of real models.\n Translate model knowledge into product: write the requirements, reference architectures, and performance models that guide memory hardware and firmware roadmaps (HBM capacity/bandwidth, CXL device behavior, SSD QoS for cache tiers), and validate with end-to-end prototypes on real inference workloads.\n Develop and Deliver POCs: demos and published benchmarks showing inference TCO improvement from the memory stack — e.g., context capacity multiplied at constant GPU count, or cost-per-token reduced through cache-hit-rate gains — credible to both CTOs and PhD researchers.\n\nTechnical Leadership\n\n Set multi-year technical strategy for AI memory solutions; own build-vs-adopt-vs-contribute decisions across the open-source inference and caching ecosystem (vLLM, SGLang, LMCache, Cognos-style KV stores) and drive upstream contributions where strategic.\n Lead architecture reviews and deep-dive design sessions; write the documents that become the company's standard for how we talk about memory for AI.\n Represent the company with customers and partners at the deepest technical level: serve as the expert voice in CTO-to-CTO conversations, design wins, and standards discussions.\n Mentor senior engineers and grow a bench of architecture talent across the model-to-memory boundary.\n\n \nWhat You Bring\n\n BS in Computer/Electrical/Electronic Engineering or Computer Science, and 10+ years of relevant experience MS in Computer/Electrical/Electronic Engineering or Computer Science with 8 years of relevant experience preferred.\n 12+ years in systems engineering, with 4+ years hands-on in large-scale LLM inference or GPU systems performance — you have personally profiled, diagnosed, and fixed memory bottlenecks in production serving, not just read about them.\n First-principles understanding of transformer-class model internals: you can derive KV-cache size formulas from attention math, explain MQA/GQA/MLA tradeoffs, and reason about activation-memory peaks during prefill.\n Working expertise with MoE model behavior: routing, expert parallelism, load skew, and the weight-memory economics of serving models larger than GPU capacity.\n Direct experience with at least one major inference stack's memory-management internals (vLLM PagedAttention/block manager, SGLang HiCache/token pools, TensorRT-LLM KV manager, or llama.cpp compute buffers) — code-level, not configuration-level.\n Strong performance-engineering skills: bandwidth-bound vs. compute-bound analysis, NUMA and PCIe topology reasoning, RDMA basics, and fluency with GPU/CPU profilers.\n Track record of building systems software at the memory/storage/IO layer — caches, tiering, paging, or storage engines — with production deployments.\n Ability to write models and simulators, not just measure: analytical queueing, cache-hit-rate, and bandwidth models that predict system behavior before hardware exists.\n Excellent written and verbal communication, including executive-level technical narrative; comfort being the technical face of the company in front of customers.\n\nPreferred\n\n Experience with State Space Model or hybrid SSM-attention serving (Mamba-class state management, cache swapping for recurrent models) — rare and highly valued.\n Contributions to open-source inference/caching projects (vLLM, SGLang, LMCache, HiCache, Mooncake, KTransformers, llama.cpp).\n Experience with CXL memory pooling, CXL-attached tiering, or near-memory processing in real deployments or serious prototypes.\n Experience with SSD/NVMe as a KV or expert cache tier, including QoS engineering for inference-grade latency.\n Background in memory/storage product companies bringing hardware-software co-designed solutions to market.\n You're inclusive, adapting your style to the situation and diverse global norms of our people. \n An avid learner, you approach challenges with curiosity and resilience, seeking data to help build understanding. \n You're collaborative, building relationships, humbly offering support and openly welcoming approaches. \n Innovative and creative, you proactively explore new ideas and adapt quickly to change.\n\n#LI-SF1\n\n \n What We OfferThe pay range below is for all roles at this level across all US locations and functions. Pay within this range varies by work location and may also depend on job-related knowledge, skills, and experience. We also offer incentive opportunities that reward employees based on individual and company performance. \n This is in addition to our diverse package of benefits centered around the wellbeing of our employees and their loved ones. In addition to the usual Medical/Dental/Vision/401k, our inclusive rewards plan empowers our people to care for their whole selves. An investment in your future is an investment in ours.\n Give Back With a charitable giving match and frequent opportunities to get involved, we take an active role in supporting the community.Enjoy Time Away You'll start with 4+ weeks of paid time off a year, plus holidays and sick leave, to rest and recharge.Care for Family Whatever family means to you, we want to support you along the way—including a stipend for fertility care or adoption, medical travel support, and virtual vet care for your fur babies.Prioritize Emotional Wellness With on-demand apps and free confidential therapy sessions, you'll have support no matter where you are.Stay Fit Eating well and being active are important parts of a healthy life. Our onsite Café and gym, plus virtual classes, make it easier.Embrace Flexibility Benefits are best when you have the space to use them. That's why we facilitate a flexible environment so you can find the right balance for you.\n \n \n Base Pay Range\n \n \n $219,000—$351,000 USD\n \n\n Equal Opportunity Employment Policy \n Samsung Semiconductor takes pride in being an equal opportunity workplace dedicated to fostering an environment where all individuals feel valued and empowered to excel, regardless of race, religion, color, age, disability, sex, gender identity, sexual orientation, ancestry, genetic information, marital status, national origin, political affiliation, or veteran status.\n When selecting team members, we prioritize talent and qualities such as humility, kindness, and dedication. We extend comprehensive accommodations throughout our recruiting processes for candidates with disabilities, long-term conditions, neurodivergent individuals, or those requiring pregnancy-related support. All candidates scheduled for an interview will receive guidance on requesting accommodations.\n Our Commitment to Innovation and Fairness\n At Samsung Semiconductor, we use Artificial Intelligence (AI) tools in the recruitment process to enhance efficiency. However, AI is used as a support tool, not a final decision-maker. All hiring decisions are made by our human recruiting team and hiring managers to ensure every candidate is evaluated fairly and holistically.\n Recruiting Agency Policy\n We do not accept unsolicited resumes. Only authorized recruitment agencies that have a current and valid agreement with Samsung Semiconductor, Inc. are permitted to submit resumes for any job openings.\n Applicant AI Use Policy \n At Samsung Semiconductor, we support innovation and technology. However, to ensure a fair and authentic assessment, we ask that candidates rely on their own knowledge and skills throughout the process. AI tools may be used for basic preparation, grammar, and research, but should not be used to generate or assist with submitted content or live interview responses. If we determine that AI is being used outside these guidelines, we reserve the right to pause or end the interview, and your candidacy may be disqualified.\n Trade Secret Notice\n By submitting an application, you agree not to disclose to Samsung—or encourage Samsung to use—any confidential or proprietary information (including trade secrets) belonging to a current or former employer or other entity.\n \n Applicant Privacy Policy\n

Vacancy posted 18 days ago
Similar jobs that could be interesting for youBased on the Technical Director, Large-Scale AI Model Inferencing in San Jose, CA vacancy
  • $219k - $351k

     ...memory-bandwidth business. As models scale past what any single GPU can...  ...memory as the core product of AI inference , not an...  ...This person will be the technical authority who connects model...  ...systems 12–24 months out. Large-Scale Inference Expertise... 
    Suggested
    Full time
    Work at office
    Remote work
    Flexible hours

    Samsung Semiconductor

    San Jose, CA
    3 days ago
  •  ...computing experiences—from AI and data centers, to PCs...  ...a highly skilled Technical Program Manager (TPM) to lead Training at Scale Programs for AMD Instinct...  ...end-to-end execution of large-scale AI training initiatives...  ...technical depth in AI model training frameworks and... 
    Suggested

    AMD

    San Jose, CA
    3 days ago
  • $168k - $258.75k

     ...looking for a highly-motivated Technical Program Manager (TPM) to join...  ...the next generation of NVIDIA AI supercomputing systems. This TPM...  ...of the latest AI systems at scale, from datacenter design and requirements...  ...to build and deploy large scale GPU computing systems based... 
    Suggested
    Full time
    Remote work

    Nvidia

    Santa Clara, CA
    2 days ago
  • $300k - $333k

     ...tone, and behavior with the model specifications and taxonomy, scaling processes for consistent evaluations.Dive deep into technical details, including losses...  ...of experience leading large-scale complex programs, including...  ...for ambiguity inherent in AI research and operates at a... 
    Suggested

    Google

    Mountain View, CA
    9 hours ago
  • $215.2k - $245.6k

    AI Engineer 4 (Vision model (VLM) customization experience) At Capital One, we are...  ...engineers, research scientists, technical program managers, and...  ...foundation model training, large language model inference, agents...  ..., throughput — of large scale production AI systems.... 
    Suggested
    Full time
    Part time
    Local area

    Capital One

    San Jose, CA
    3 days ago
  • $150k

     ...About the Institute of Foundation Models: We are a dedicated research...  ...nurture the next generation of AI builders, and drive transformative...  ...that experimental work can scale reliably when needed. Key...  ...manage distributed systems for large-scale data processing (filtering... 
    Visa sponsorship

    Institute of Foundation Models

    Sunnyvale, CA
    3 days ago
  • $152k - $241.5k

    We are building a team of innovators to help partners develop and adopt the next generation of Physical AI, spanning data generation, large-scale multimodal model training, robotics simulation and deployment!We are looking for a hands-on Applied Engineer with deep expertise... 
    Full time

    Nvidia

    Santa Clara, CA
    11 hours ago
  • $174.72k - $295.68k

     ...company at the forefront of innovation, integrating advanced AI and autonomous driving technologies into its vehicles,...  ...Machine Learning Engineers with strong expertise in generative modeling and large-scale deep learning systems, along with solid software development... 
    Full time

    XPENG Motors

    Santa Clara, CA
    11 hours ago
  • $100k

     ...Principal Technical Program Manager Tenstorrent is leading the industry on cutting-edge AI technology, revolutionizing performance expectations...  ...innovations in software models, compilers, platforms,...  ...through production. Learn how large-scale, cross-functional... 

    Tenstorrent

    Santa Clara, CA
    2 days ago
  •  ...Systems builds the world's largest AI chip, 56 times larger than...  ...works with the leading model labs, global enterprises, and...  ...Cerebras, to deploy 750 megawatts of scale, transforming key workloads with...  ....You will define the technical vision, organizational strategy... 

    Cerebras Systems

    Sunnyvale, CA
    3 days ago
  • $174.72k - $295.68k

     ...forefront of innovation, integrating advanced AI and autonomous driving technologies into...  .../ Research Scientist to drive the modeling and algorithmic development of XPENG’s next...  ...infrastructure experts to design, train, and deploy large-scale multi-modal models that unify vision,... 
    Full time

    XPENG Motors

    Santa Clara, CA
    4 days ago
  • $141k - $221k

     ...directing design engineers and other technical engineers working on specific...  ...are responsible for managing large projects with complex scope,...  ...of accelerated compute and AI technologies . This understanding...  ...– from drawing board to full-scale production and after-market... 
    Temporary work
    Work at office
    Local area
    Remote work
    Relocation

    Celestica International LP

    San Jose, CA
    a month ago
  • $193.3k - $261.5k

     ...running a wide range of models and supporting novel...  ...of what's possible in AI acceleration.As part of...  ...in spaces that are very large, yet our teams remain small...  ...peak performance at scale for customers and developers...  ...decisions with your technical input. You will work in... 
    Work experience placement
    Internship
    Local area
    Flexible hours

    Amazon

    Cupertino, CA
    3 days ago
  • $224k - $356.5k

     ...who specializes in building cutting-edge infrastructure for large-scale foundation model training in the Generalist Embodied Agent Research (GEAR)...  ...multimodal foundation models, large-scale robot learning, embodied AI, and physics simulation. Our past projects includeEureka,... 
    Full time

    Nvidia

    Santa Clara, CA
    4 days ago
  • $178.8k - $238.7k

     ...what we do. As a Lead Technical Program Manager in San...  ...and execution across a large portfolio that covers multiple...  ...(SLAs, dedication model, dispute resolution)....  ...enable TPMs so practices scale with low overhead. Drive...  ...experience and may use AI tools for... 
    Contract work
    Immediate start
    Remote work
    Visa sponsorship

    eBay Inc.

    San Jose, CA
    4 days ago
  • $184k - $287.5k

     ...tapping into the unlimited potential of AI to define the next era of computing. An era...  ...opportunity to build a groundbreaking model customization and deployment lifecycle platform...  ...and CSPs to roll out NVIDIA NIMs on a large scale.Define and improve durable platform APIs,... 
    Full time

    Nvidia

    Santa Clara, CA
    11 hours ago
  • $199.5k - $285k

     ...the future of work is Human + AI and are building an AI-...  ...Role We are looking for a Director of Technical Program Management for Shared...  ...field, with leadership of large-scale initiatives Bachelor's...  ...about Zscaler's hybrid working model and benefits here. By... 
    Full time
    Work at office
    Local area

    Zscaler

    San Jose, CA
    3 days ago
  • $193.3k - $261.5k

     ...Trainium, Amazon's custom cloud-scale machine learning accelerators....  ...us to optimize the latest models to run really fast on the Trainium...  ...inference libraries* Drive technical excellence in performance optimization...  ...with Machine Learning and Large Language Model fundamentals,... 
    Internship
    Local area
    Flexible hours

    Amazon

    Cupertino, CA
    4 days ago
  • $184k - $287.5k

    NVIDIA is redefining what is possible with AI, and the Relational Foundation Model team is helping lead that transformation. We are building a unified...  ...learning lifecycle, from architecture exploration and large-scale training to post-training optimization and high-... 
    Full time

    Nvidia

    Santa Clara, CA
    11 hours ago
  • $184.1k - $322.2k

     ...work. Today, ServiceNow is the AI control tower for business...  ...ServiceNow is seeking a Director, Technical Accounting  to lead our Technical...  ...for process improvements to scale and optimize the technical accounting...  ...Experience with SAP or other large ERP systems is a plus  For... 
    Full time
    Work at office
    Immediate start
    Remote work
    Flexible hours

    ServiceNow

    Santa Clara, CA
    11 days ago
  • $100k

     ...the industry on cutting-edge AI technology, revolutionizing performance...  ...innovations in software models, compilers, platforms,...  ...We are seeking an experienced Technical Program Manager to lead cross...  ...through production. Learn how large-scale, cross-functional engineering... 
    Permanent employment

    Tenstorrent

    Santa Clara, CA
    1 day ago
  • $217k - $236k

     ...experiment plans, and deliverable model milestones.Partner with engineering...  ...in Computer Science, a related technical field or equivalent practical experience...  ...5 years leading cross-functional AI model programs, with expertise in large-scale distributed training pipelines and... 

    Google

    Mountain View, CA
    1 day ago
  • $140k - $250k

     ...in transformative technologies such as AI, 5G/6G, and Wi‑Fi 8. Our high‑performance...  ...requirements and bridge internal experts for technical deep-dives, development planning and...  ...or program management including large‑scale SOC platform activities. Fast learner with... 
    Temporary work

    MediaTek Research Lab Inc.

    San Jose, CA
    3 days ago
  • $125.58k - $212.52k

     ...Staff Technical Program Manager XPENG is a leading smart technology...  ..., integrating advanced AI and autonomous driving technologies...  ...programs that enable large-scale data collection, processing,...  ...delivery for autonomous-driving model development. You will work closely... 
    Full time

    XPENG

    Santa Clara, CA
    2 days ago
  • $221.2k - $387.1k

     ...Today, ServiceNow is the AI control tower for...  ...conceived, built, and scaled — and where the programs...  ...are seeking a Principal Technical Program Manager to join...  ...across workstreams and model the ways of working we...  ...coordinate and manage large, complex, cross-functional... 
    Work at office
    Immediate start
    Remote work
    Flexible hours

    ServiceNow

    Santa Clara, CA
    4 days ago
  • $220k - $240k

     ...Sr. Principal Technical Program Manager Saviynt's AI-powered identity platform manages and governs human and...  ...teams to plan, design, and deliver large-scale products and services with measurable...  ...objectives. Collaboration Model Design: Implement and refine cross-... 

    Saviynt

    Milpitas, CA
    4 days ago
  •  ...We believe the future of work is Human + AI and are building an AI-native enterprise...  .... Role We are looking for a Sr. Staff Technical Program Manager to join our team. This is...  ...and services initiatives, large-scale Data Center (DC) migrations, and building... 
    Full time
    Remote work
    3 days per week

    Zscaler

    San Jose, CA
    8 days ago
  •  ...resilience. Powered by the Illumio AI Security Graph, our breach...  ...highly available multi-cloud scaling and immersive data visualizations...  ...an experienced and highly technical Staff Technical Program Manager...  ...proven track record of leading large-scale technical programs from... 
    Immediate start

    Illumio

    San Jose, CA
    3 days ago
  • $208.3k - $281.8k

     ...new projects to bring Agentic AI to more developers worldwide....  ...As a Principal Product Manager Technical ES, you will be part of the larger...  ...fast moving environment in a large company to rapidly deliver...  ...~ Experience delivering large-scale SaaS, PaaS or LaaS products where... 
    Local area
    Worldwide
    Flexible hours

    Amazon

    Santa Clara, CA
    11 hours ago
  • $190k - $260k

     .... The company has developed an artificial intelligence (AI) powered technology stack purpose-built for commercial trucking...  ...at which we can train it. Every improvement to our models – from GigaFusionNet to large-scale world models – depends on infrastructure that turns... 
    Temporary work
    Work at office
    Visa sponsorship
    Flexible hours

    Kodiak

    Mountain View, CA
    20 days ago

Do you want to receive more vacancies?

Subscribe and receive similar vacancies to Technical Director, Large-Scale AI Model Inferencing. Be the first to apply!