{"schemaVersion":"jobsearcher.job.v1","id":"7054a9d92d520523b32774ef","url":"https://jobsearcher.com/jobs/7054a9d92d520523b32774ef","canonicalUrl":"https://jobsearcher.com/jobs/7054a9d92d520523b32774ef","title":"Software Development Engineer (Machine Learning)","description":"FortiAIGate is Fortinet's AI security and governance gateway. It sits inline between enterprise users, AI agents, and LLM providers, inspecting prompts and responses in real time to detect prompt injection, jailbreaks, sensitive data exposure, and policy violations — under a strict latency budget.\n\nWe are hiring a Machine Learning Engineer to own the detection models behind that product: training, evaluation, optimization, and the serving stack that runs them in production.\n\nResponsibilities\n\nBuild and train guardrail models. Develop classifiers that detect prompt injection, jailbreak attempts, unsafe content, and sensitive data exposure across prompts, responses, and tool-call payloads — dataset construction through to release.\nDesign and tune the tiered detection cascade. Balance a low-cost first-stage screen against a higher-fidelity semantic stage, tuning thresholds to hit accuracy targets inside a fixed per-request latency budget.\nWork across encoder and decoder model families. Fine-tune encoder-based classifiers and token-level taggers for detection and extraction; adapt small decoder models for semantic judgment. Use distillation to move capability into models small enough to deploy.\nOptimize and serve models inline. Quantize, distill, and compile models (ONNX Runtime, TensorRT, INT8/FP8) for GPU appliances. Deploy and tune them on Triton Inference Server and vLLM — batching, concurrent model execution, KV-cache and memory configuration, multi-stage pipelines — and profile out the bottlenecks.\nHarden models against evasion. Threat research on obfuscation and encoding bypass, dilution attacks, indirect injection, and multi-turn attacks visible only across conversational context. Turn each new bypass into training data and a regression test.\nOwn evaluation and governance detectors. Build benchmark and suites measuring detection rate at production-realistic false positive rates; monitor deployed models for drift. Maintain detection models for personal and regulated data and for natural-language policy, including multilingual coverage.\n\nRequired Qualifications\n\nStrong Python and production PyTorch experience; comfort with Go/Rust/C/C++ for performance-critical paths is valuable.\nDemonstrated experience training, fine-tuning, and evaluating transformer models — encoder classifiers, decoder language models, or both — with Hugging Face Transformers or equivalent.\nProduction experience with a modern inference serving system (Triton, vLLM, TensorRT-LLM, TGI), including the batching and memory tuning real throughput requires.\nPractical model optimization: quantization, distillation, pruning, or graph compilation, with a record of holding accuracy while cutting latency or memory.\nSound evaluation instincts — able to design test sets that reflect deployment reality and reason about precision/recall where false positives block legitimate user traffic.\nWorking knowledge of tokenization, text normalization, and Unicode handling, and how these become an attack surface in a security product.\nFamiliarity with containerized deployment (Docker, Kubernetes) and standard MLOps practice: experiment tracking, model versioning, reproducible training pipelines.\nAbility to deliver on schedule in an Agile environment and communicate effectively across technical and non-technical teams.\n\nPreferred Qualifications\n\nModeling experience in a security or abuse-detection domain, where adversaries adapt to your defenses.\nFamiliarity with the LLM threat landscape — prompt injection, indirect injection, exfiltration through model output — and with the OWASP Top 10 for LLM Applications.\nGradient-boosted tree models (LightGBM, XGBoost) and hybrid classical/neural architectures.\nNER, PII detection, or data classification models, particularly multilingual.\nCUDA familiarity, GPU profiling, or deploying models under fixed hardware and memory constraints.\nSynthetic data generation, active learning, or human-in-the-loop labeling where labeled data is scarce.\nPublications, open-source work, or CTF/red-team experience in adversarial ML or LLM security.\n\nMust be authorized to work in the U.S. without sponsorship.\n\nThe US base salary range for this full-time position is $150,000-$183,000. Fortinet offers employees a variety of benefits, including medical, dental, vision, life and disability insurance, 401(k), 11 paid holidays, vacation time, and sick time, as well as a comprehensive leave program.\n\nWage ranges are based on various factors, including the labour market, job type, and job level. Exact salary offers will be determined by factors such as the candidate's subject knowledge, skill level, qualifications, experience, and geographic location.\n\nAll roles are eligible to participate in the Fortinet equity program. Bonus eligibility is reviewed at the time of hire and annually at the Company’s discretion.\n\nWhy Join Us:\n\nWe encourage candidates from all backgrounds and identities to apply. We offer a supportive work environment and a competitive Total Rewards package to support you with your overall health and financial well-being.\n\nEmbark on a challenging, enjoyable, and rewarding career journey with Fortinet. Join us in bringing solutions that make a meaningful and lasting impact to our 890,000+ customers around the globe.","company":"Fortinet","rawCompany":"fortinet","city":"Sunnyvale","state":"CA","isRemote":false,"isActive":true,"createdAt":"2026-09-17T08:18:50.681Z","occupations":[{"code":"15-1252.00","title":"Software Developers","slug":"software-developers"},{"code":"15-1299.08","title":"Computer Systems Engineers/Architects","slug":"computer-systems-engineers-architects"},{"code":"15-1299.05","title":"Information Security Engineers","slug":"information-security-engineers"}],"industries":[{"code":"541512","title":"Computer Systems Design Services","slug":"computer-systems-design-services"},{"code":"541511","title":"Custom Computer Programming Services","slug":"custom-computer-programming-services"},{"code":"513210","title":"Software Publishers","slug":"software-publishers"}],"jobPosting":{"@context":"https://schema.org","@type":"JobPosting","title":"Software Development Engineer (Machine Learning)","description":"FortiAIGate is Fortinet's AI security and governance gateway. It sits inline between enterprise users, AI agents, and LLM providers, inspecting prompts and responses in real time to detect prompt injection, jailbreaks, sensitive data exposure, and policy violations — under a strict latency budget.\n\nWe are hiring a Machine Learning Engineer to own the detection models behind that product: training, evaluation, optimization, and the serving stack that runs them in production.\n\nResponsibilities\n\nBuild and train guardrail models. Develop classifiers that detect prompt injection, jailbreak attempts, unsafe content, and sensitive data exposure across prompts, responses, and tool-call payloads — dataset construction through to release.\nDesign and tune the tiered detection cascade. Balance a low-cost first-stage screen against a higher-fidelity semantic stage, tuning thresholds to hit accuracy targets inside a fixed per-request latency budget.\nWork across encoder and decoder model families. Fine-tune encoder-based classifiers and token-level taggers for detection and extraction; adapt small decoder models for semantic judgment. Use distillation to move capability into models small enough to deploy.\nOptimize and serve models inline. Quantize, distill, and compile models (ONNX Runtime, TensorRT, INT8/FP8) for GPU appliances. Deploy and tune them on Triton Inference Server and vLLM — batching, concurrent model execution, KV-cache and memory configuration, multi-stage pipelines — and profile out the bottlenecks.\nHarden models against evasion. Threat research on obfuscation and encoding bypass, dilution attacks, indirect injection, and multi-turn attacks visible only across conversational context. Turn each new bypass into training data and a regression test.\nOwn evaluation and governance detectors. Build benchmark and suites measuring detection rate at production-realistic false positive rates; monitor deployed models for drift. Maintain detection models for personal and regulated data and for natural-language policy, including multilingual coverage.\n\nRequired Qualifications\n\nStrong Python and production PyTorch experience; comfort with Go/Rust/C/C++ for performance-critical paths is valuable.\nDemonstrated experience training, fine-tuning, and evaluating transformer models — encoder classifiers, decoder language models, or both — with Hugging Face Transformers or equivalent.\nProduction experience with a modern inference serving system (Triton, vLLM, TensorRT-LLM, TGI), including the batching and memory tuning real throughput requires.\nPractical model optimization: quantization, distillation, pruning, or graph compilation, with a record of holding accuracy while cutting latency or memory.\nSound evaluation instincts — able to design test sets that reflect deployment reality and reason about precision/recall where false positives block legitimate user traffic.\nWorking knowledge of tokenization, text normalization, and Unicode handling, and how these become an attack surface in a security product.\nFamiliarity with containerized deployment (Docker, Kubernetes) and standard MLOps practice: experiment tracking, model versioning, reproducible training pipelines.\nAbility to deliver on schedule in an Agile environment and communicate effectively across technical and non-technical teams.\n\nPreferred Qualifications\n\nModeling experience in a security or abuse-detection domain, where adversaries adapt to your defenses.\nFamiliarity with the LLM threat landscape — prompt injection, indirect injection, exfiltration through model output — and with the OWASP Top 10 for LLM Applications.\nGradient-boosted tree models (LightGBM, XGBoost) and hybrid classical/neural architectures.\nNER, PII detection, or data classification models, particularly multilingual.\nCUDA familiarity, GPU profiling, or deploying models under fixed hardware and memory constraints.\nSynthetic data generation, active learning, or human-in-the-loop labeling where labeled data is scarce.\nPublications, open-source work, or CTF/red-team experience in adversarial ML or LLM security.\n\nMust be authorized to work in the U.S. without sponsorship.\n\nThe US base salary range for this full-time position is $150,000-$183,000. Fortinet offers employees a variety of benefits, including medical, dental, vision, life and disability insurance, 401(k), 11 paid holidays, vacation time, and sick time, as well as a comprehensive leave program.\n\nWage ranges are based on various factors, including the labour market, job type, and job level. Exact salary offers will be determined by factors such as the candidate's subject knowledge, skill level, qualifications, experience, and geographic location.\n\nAll roles are eligible to participate in the Fortinet equity program. Bonus eligibility is reviewed at the time of hire and annually at the Company’s discretion.\n\nWhy Join Us:\n\nWe encourage candidates from all backgrounds and identities to apply. We offer a supportive work environment and a competitive Total Rewards package to support you with your overall health and financial well-being.\n\nEmbark on a challenging, enjoyable, and rewarding career journey with Fortinet. Join us in bringing solutions that make a meaningful and lasting impact to our 890,000+ customers around the globe.","datePosted":"2026-09-17T08:18:50.681Z","dateModified":"2026-09-17T08:18:50.681Z","hiringOrganization":{"@type":"Organization","name":"Fortinet","sameAs":"https://jobsearcher.com"},"jobLocation":{"@type":"Place","address":{"@type":"PostalAddress","addressLocality":"Sunnyvale","addressRegion":"CA","addressCountry":"US"}},"identifier":{"@type":"PropertyValue","name":"JobSearcher","value":"7054a9d92d520523b32774ef"},"url":"https://jobsearcher.com/jobs/7054a9d92d520523b32774ef"}}