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

Senior DevOps Engineer, AI Platform

$186k - $282k

FloQast

Why this role exists

FloQast's AI products have outgrown the infrastructure patterns the rest of the platform runs on. Transform, AI Matching, and AutoBuilder are customer-facing products carrying real accounting workloads, and they behave nothing like a CRUD service. They call foundation models in multiple regions, execute generated code in sandboxes, spend money per token rather than per request, and fail in ways a 500-rate dashboard never catches.

Today, DevOps engineers carry this work alongside the wider fleet. We are making it someone's whole job. You will embed with the Transform and Close AI pods and own the AI runtime the way our other embedded DevOps engineers own their business unit's platform.

This is a DevOps role with an AI infrastructure specialization, not a research or modeling role. You will not train models or tune prompts for accuracy. You will make the systems that serve them fast, observable, multi-region, cost-bounded, and auditable .
The products you'll support

Transform. FloQast's data transformation and analytics product: a monorepo of containerized services on AWS, including an agentic LLM thread runtime, a natural-language-to-SQL service, and queue-driven workflow workers. You'll own the foundation-model runtime across our US, EU, and AU regions, sandbox isolation for AI-executed code, autoscaling for the worker fleet, and cost attribution for model spend.

AI Matching. The automated reconciliation matching stack in our Close product line: LLM-backed match scoring, a matching copilot service family, and a regression harness that guards matching quality. You'll own throughput and unit economics at close-cycle peak, the sandbox for AI-generated code, and keeping the eval harness running in CI so a model or prompt change cannot ship blind.

AutoBuilder. The Transform capability that generates transformation workflows and scripts for users instead of making them hand-build each one. You'll own generation-queue health and backpressure, triage that distinguishes a model failure from an infrastructure failure, scale-to-demand behavior for spiky load, and the latency budget for a user waiting on a generated artifact.

What You'll Do:

AI runtime infrastructure. Own our AWS Bedrock and Bedrock AgentCore footprint across US, EU, and AU: model access, provisioned versus on-demand throughput, cross-region inference, quotas and throttles, and region-appropriate model availability. Data residency drives the multi-region design as much as latency does. Define the standard way product teams call a model, retry it, budget it, log it, and trace it, so they stop hand-rolling those primitives.

Sandboxed execution. Operate the execution environments for AI-generated code, with session lifecycle limits, network controls, and least-privilege IAM.

Infrastructure as code. Write and review Terraform across a multi-account, multi-region AWS estate. Every AI resource lands as code. Nothing is hand-made in a console.

Observability for AI workloads. Extend our Grafana platform with the signals AI systems need: token consumption, per-model and per-region latency distributions, throttle and retry rates, tool-call failure taxonomy, sandbox session outcomes, generation success rate, and end-to-end agent traces. Define SLOs against critical user journeys, because an AI SLO that only measures health measures nothing.

Cost engineering. Treat AI spend as a first-class cost line: model inference, serving capacity, sandbox compute, and the telemetry volume these systems generate. Tag everything so per-business-unit, and ideally per-tenant, attribution shows up in our FinOps tooling.

CI/CD and delivery. Build GitHub Actions pipelines for Node/TypeScript and Python services in NX monorepos. Make model and prompt changes releasable like code: versioned, gated on eval suites, feature-flagged, reversible. A prompt change that silently degrades matching accuracy should be caught by a pipeline, not by a customer.

Reliability and on-call. Join the DevOps on-call rotation, with runbooks you help write for AI-specific failure modes: region-wide model throttling, sandbox exhaustion, silent degradation without errors, poison messages in generation queues. Plan capacity against the accounting calendar; month-end close is the load test.

Security, compliance, and tenancy. Hold the AI stack to our SOC 2 and ISO 27001/42001 evidence bar: audit logging, encryption, least-privilege access, patching, and asset inventory, for model endpoints and sandboxes too. Enforce tenant isolation on every AI path, including prompts, retrieved context, generated code, and logs.

What You'll Bring:

  • 5+ years in DevOps, SRE, platform, or infrastructure engineering, including production systems you were on call for.
  • Deep, hands-on AWS: ECS/Fargate, Lambda, SQS, S3, IAM, VPC and networking, ALB/NLB.
  • Terraform at production scale: modules, state management, multi-region, multi-account.
  • CI/CD and container ownership: GitHub Actions preferred, Docker, image supply chain, scaling policies.
  • Production AI infrastructure: you have operated at least one LLM-backed or ML-serving workload in production and can speak concretely about tokens, latency, throttling, and cost. Managed foundation-model APIs (Bedrock, Vertex, Azure OpenAI, Anthropic), serving platforms (SageMaker, KServe, Ray Serve, vLLM, Triton, TrueFoundry), agent or tool-execution runtimes, and eval harnesses in CI all count.
  • Observability practice: Grafana, Prometheus, or OpenTelemetry, distributed tracing, and the judgment to define SLOs that measure user experience rather than server aliveness.
  • Working fluency in Python or TypeScript/Node.js, at the level of reading a service, debugging it, and sending a real PR, plus the ability to read the other.
Nice to have
  • Multi-region infrastructure under data-residency constraints (US/EU/AU). The product requires this; prior experience with it moves you to the front of the line.
  • AI-specific cost and performance work: token accounting, prompt caching, batching, model routing, right-sizing serving capacity.
  • Sandboxed execution of untrusted or generated code.
  • Terraform orchestration layers (Atmos or comparable) and monorepo build systems (NX, Turborepo, Bazel).
  • Progressive delivery with feature flags (Harness or similar).
  • FinOps tooling (CloudZero or similar) and per-tenant cost attribution.
  • Data infrastructure exposure: MongoDB, PostgreSQL, Snowflake, EMR/Spark.
  • Audit evidence you produced for SOC 2 / ISO 27001, or a cloud-cost reduction you delivered and can explain, including what you traded to get it.
  • Prior work in a regulated or audited SaaS domain: fintech, accounting, healthcare.
Not required
  • Model training, fine-tuning, or research publications.
  • An accounting background. We'll teach you the domain, and you'll need enough of it to know what "wrong" looks like.
  • A PhD or formal ML credential. Production judgment beats coursework here.

What to Expect:

The AI stack

Model serving: AWS Bedrock and Bedrock AgentCore across US, EU, and AU regions; TrueFoundry as the model-serving and deployment path

Sandboxed execution: AgentCore code-interpreter sessions with session lifecycle limits, network controls, and least-privilege IAM

AI observability: Grafana AI agent observability: token spend, per-model and per-region latency, throttle and retry rates, tool-call failures, and end-to-end agent traces, tied to journey-based SLOs

Delivery gates: model and prompt changes versioned, gated on eval and regression suites in CI (GitHub Actions), and rolled out or rolled back with Harness feature flags

Runs on: multi-region AWS (ECS Fargate and Lambda), defined entirely in Terraform
Your first 90 days

Days 1-30, map and instrument. Inventory the AI runtime across all three products: regions, model dependencies, IAM posture, IaC coverage, observability gaps. Establish an honest AI cost baseline attributed by business unit. Ship one visible observability win, such as a token-spend-and-throttle dashboard.

Days 31-60, close the highest-risk gap. Bring the multi-region model runtime fully under Terraform with no drift. Publish draft journey-based SLOs for the three products, with the pods bought in. Land one delivery-safety improvement: the matching eval suite running as a required CI gate.

Days 61-90, make it durable. Own the model-serving path end to end: production-ready, documented, and with no single point of knowledge. Write down the AI runtime patterns and runbooks so the next team extends them instead of rebuilding. Propose the next quarter of AI infrastructure work with the reliability or cost impact attached.
How we'll measure success at 12 months
  1. The multi-region AI runtime is production-grade: deployed and operated across US, EU, and AU, entirely in code, with no drift attributable to AI infrastructure.
  2. Journey-based SLOs are live for Transform, AI Matching, and AutoBuilder, with AI-specific signals (tokens, throttles, tool-call failures, generation success) on the dashboards leadership already reads weekly.
  3. AI spend is attributed and bounded: per-business-unit attribution, a defensible unit-cost metric, and a delivered reduction on the AI line.
  4. Model and prompt changes ship behind gates: eval suites run in CI, changes are flag-controlled and reversible, and silent accuracy regressions are caught before production.
  5. Tenant isolation is enforced and evidenced on every AI path, and the AI stack clears its SOC 2 / ISO cycle with evidence ready.
  6. The runtime patterns are documented and adopted rather than rebuilt, with no single point of knowledge.
Interview process

About four hours of conversation after a 30-minute recruiter screen. We move fast between stages.
  1. Recruiter screen (30 min). Scope, level, location, compensation.
  2. Hiring manager (45 min). The AI infrastructure problem in your own words; what you've owned and what broke.
  3. Technical deep dive (75 min). A production incident or migration you led, interrogated properly, then hands-on: read an unfamiliar Terraform module and service, diagnose a described failure, propose the change. Use your normal tooling, including AI assistants; we care about how you verify.
  4. AI infrastructure design (60 min). Design the serving, scaling, observability, and cost-control path for an LLM-backed feature under multi-region data-residency constraints. Whiteboard, no coding trivia.
  5. Team panel (60 min). An engineering lead from Transform or Close AI, a Security or Compliance partner, and a conversation against FloQast's engineering values: Real Artists Ship; Do What Makes the Beer Taste Better; Cross the Water Then Build a Bridge; Look Before You Lock.

The base pay range for this position is $186,000- $282,000. Compensation is not limited to base salary. FloQast values our Total Rewards, and offers a competitive and elaborate Benefits Package including, but not limited to, Medical, Dental, Vision, Family Forming benefits, Life & Disability Insurance, Unlimited Vacation, and participation in our Employee Stock Program. FloQast reserves the right to amend, change, alter, and revise pay ranges and benefits offerings at any time. All applicants acknowledge that by applying to this position you understand that this specific pay range is contingent upon meeting the qualifications and requirements of the role, and for the successful completion of the interview selection and process. It is at the Company's discretion to determine what pay is provided to a candidate within the range associated with the role.

#LI-MP1

We may use artificial intelligence (AI) tools to support parts of the hiring process, such as reviewing applications, analyzing resumes, or assessing responses and identifying potential inconsistencies or verification signals in application materials based on available information. These tools assist our recruitment team but do not replace human judgment. Final hiring decisions are ultimately made by humans. If you would like more information about how your data is processed, please contact us.
Vacancy posted 3 days ago
Similar jobs that could be interesting for youBased on the Senior DevOps Engineer, AI Platform in San Jose, CA vacancy
  •  ...leader, providing an innovative and AI-enabled product-concept-to-commercialization platform for retailers, brands and...  ...something exceptional.Position: Senior DevOps EngineerLocation: Campbell, CA...  ...OverviewWe are seeking a Senior DevOps Engineer to partner closely with... 
    Senior
    Full time
    Remote work

    Centric Software

    Campbell, CA
    1 day ago
  • $184k - $287.5k

    As a Senior DevOps Engineer, you will help lead the evolution of infrastructure operations within our...  ...build, automate, and operate scalable platforms that support networking software development...  ...and cooling.Proficiency in generative AI tools and skill in applying them... 
    Senior
    Full time
    Remote work

    Nvidia

    Santa Clara, CA
    3 days ago
  • $144k - $198k

     ...Vehicle" (Simulink models) and downstream platforms, including managing Interface Control...  ...you need:BS/Advanced Degree in Aerospace Engineering, Computer Science, Electrical/Computer Engineering...  ...understand and leverage modern LLMs and AI based coding tools.Experience with Linux... 
    Senior
    Local area

    Archer Aviation

    San Jose, CA
    3 days ago
  •  ...Kai is the AI company rebuilding cybersecurity for the machine...  ...bottlenecks. The Kai Agentic Platform replaces fragmented, human-...  ...leadership team: Our Heads of AI, Engineering, and Product bring extensive...  ...is seeking a highly skilled Senior DevOps Engineer to design, build,... 
    Senior

    Kai Cyber, Inc.

    San Jose, CA
    1 day ago
  • $184k - $287.5k

    We are seeking a Senior DevOps / Cloud Simulation Infrastructure Engineer to own the complete end-to-end cloud execution pipeline for SimReady assets! This role...  ...multi-GPU pipeline that supports structural validation, AI-driven runtime behavioral testing, and automated... 
    Senior
    Full time
    Local area

    Nvidia

    Santa Clara, CA
    1 day ago
  •  ...building the foundation for physical AI — a unified platform that combines high-quality robotic...  ...The Role We are looking for a Senior AI Engineer to design, build, and ship AI-powered...  ...service from code to production without a DevOps handoff AI & Agent Engineering... 
    Senior
    Full time

    Dexmate

    Santa Clara, CA
    more than 2 months ago
  • $110k - $160k

     ...seeking a highly motivated and innovative DevOps engineer to join our team. In this position, you...  ...lifecycle. Your expertise in cloud platforms, automation, and infrastructure management...  ...world. Through Monks.Flow, its flagship AI ecosystem for marketing orchestration, Monks... 
    Senior
    Work at office

    Monks Limited

    Cupertino, CA
    3 days ago
  • $155k - $165k

     ...earned - when they need it most. Our platform integrates with employers and...  ...everyday workers. We are seeking a Senior AWS DevOps & Cloud Security Engineer to own and drive the security, production...  ...job, you agree to receive calls, AI-generated calls, text messages, or... 
    Senior
    Work at office
    Local area

    Jobot

    Milpitas, CA
    2 days ago
  • $102.5k - $187.9k

     ...where we develop advanced technologies in AI, automation, and data analytics for the...  ...key responsibilities As a Kubernetes DevOps Engineer, you are responsible to design, deploy,...  ...containerized applications and orchestration platforms (Kubernetes) to ensure scalable, secure,... 
    Senior
    Summer holiday
    Work at office
    Flexible hours

    Ernst & Young

    San Jose, CA
    more than 2 months ago
  • $184k - $287.5k

     ...Today, we’re tapping into the unlimited potential of AI to define the next era of computing. An era in which our...  ...impact on the world.We are looking for an experienced Senior Software Engineer for the Embedded Platform team. This is an outstanding opportunity to accelerate... 
    Senior
    Full time

    Nvidia

    Santa Clara, CA
    2 days ago
  • $196k - $310.5k

    NVIDIA's Enterprise Security organization is looking for a Senior Cybersecurity Engineer - Identity Platform & Access Management to lead the development,...  ...identity framework that safeguards developers, services, and AI agents throughout NVIDIA's worldwide infrastructure... 
    Senior
    Full time
    Worldwide

    Nvidia

    Santa Clara, CA
    4 days ago
  • $152k - $241.5k

    NVIDIA's high-performance computing platforms are powering the AI revolution across many applications and industries. Within our software stack,...  ...see:Masters or PhD degree in Computer Science, Computer Engineering, or related field (or equivalent experience).3+ years of... 
    Senior
    Full time

    Nvidia

    Santa Clara, CA
    2 days ago
  • $224k - $356.5k

     ...tapping into the unlimited potential of AI to define the next era of computing. An era...  ...get the best experience. We own the platform — performance, CI/CD pipelines, validated...  ...MS, or PhD in Computer Science, Computer Engineering, Electrical Engineering, or equivalent experience... 
    Senior
    Full time
    Local area

    Nvidia

    Santa Clara, CA
    4 days ago
  • $152k - $241.5k

     ...possible with our coordinated access control platform. Our UAM platform is a cutting-edge "...  ...BS or MS in Computer Science, Electrical Engineering, Computer Engineering, or a related technical...  ...learning, computer vision, or applied AI.Display of experience on cloud services... 
    Senior
    Full time

    Nvidia

    Santa Clara, CA
    4 days ago
  • $224k - $356.5k

    The Autonomous Vehicles Platform team is looking for a Senior System Software Engineer. As part of our team, you will work on our Autonomous Driving Platform software...  ...cloud infrastructure.What you'll be doing:Drive AI-based automotive systems from design through production... 
    Senior
    Full time

    Nvidia

    Santa Clara, CA
    3 hours ago
  • $184k - $287.5k

     ...tapping into the unlimited potential of AI to define the next era of computing. An era...  ...on the world.As a Developer Technology Engineer, you will be at the forefront of innovation...  ...challenges on the NVIDIA RTX AI platform.Apply powerful profiling and debugging tools... 
    Senior
    Full time
    Local area

    Nvidia

    Santa Clara, CA
    4 days ago
  • $168k - $270.25k

    As a Senior Software Engineer on NVIDIA’s Global Network Visibility (GNV) team within NVIDIA's Global...  ...(GNI) organization, you will lead the platform that turns network topology, configuration...  ...accelerate incident triage, and bring AI, storage, backbone, and edge... 
    Senior
    Full time

    Nvidia

    Santa Clara, CA
    2 days ago
  • $174k - $252k

     ...development code. Review code developed by other engineers and provide feedback to ensure best...  ...compute, connectivity, mobile, and now, AI. Google's XR team is at the forefront of...  ..., and contextually aware experiences.The Platforms and Devices team encompasses Google's various... 
    Senior

    Google

    San Jose, CA
    3 hours ago
  • $184k - $287.5k

    Our Autonomous Vehicles Platform team is searching for engineers to develop and bring NVIDIA's automotive platform out to the world. You will participate...  ...26.This posting is for an existing vacancy. NVIDIA uses AI tools in its recruiting processes.NVIDIA is committed to... 
    Senior
    Full time

    Nvidia

    Santa Clara, CA
    2 days ago
  • $174.72k - $295.68k

     ...the forefront of innovation, integrating advanced AI and autonomous driving technologies into its...  ...learning, and smart connectivity.You will be a senior engineer on the team building our internal AI engineering platform — the systems, services, and automation that power... 
    Senior
    Full time

    XPENG Motors

    Santa Clara, CA
    2 days ago
  • DDN is seeking a Senior Software Engineering Manager to lead the engineering organization responsible for our KV Cache Platform—a distributed memory and storage platform that accelerates large...  ...latency distributed systems that power AI inference. You will define the... 
    Senior

    DataDirect Networks

    Santa Clara, CA
    3 days ago
  • $152k - $241.5k

     ...parallel computing. More recently, GPU deep learning ignited modern AI — the next era of computing — with the GPU acting as the brain...  ...company”.We are looking for an AI & Deep Learning Compiler Engineer. NVIDIA is hiring software engineers for its Deep Learning & AI... 
    Senior
    Full time
    Remote work

    Nvidia

    Santa Clara, CA
    4 days ago
  • $148k - $235.75k

     ...are now looking for a Technical Marketing Engineer (TME) for crafting compelling workflows...  ...customer enablement of workstation and local AI development products, work with key OEMs...  ...define demos of GPU enabled Enterprise Platforms and provide key technical collateral.What... 
    Senior
    Full time
    Local area

    Nvidia

    Santa Clara, CA
    2 days ago
  • $152k - $241.5k

    The Autonomous Vehicles Platform team is seeking a Senior System Software Engineer to help bring NVIDIA's autonomous vehicle platform to the market! This role involves...  ...to stand out from the crowd:Hands on with using AI tools.Experience with cloud services, Jenkins, and Docker... 
    Senior
    Full time

    Nvidia

    Santa Clara, CA
    4 days ago
  • $186k - $388k

     ...world watches TVRoku is the #1 TV streaming platform in the U.S., Canada, and Mexico, and we'...  ...memory), and collaborate across Product, Engineering, QA, and Ops to deliver resilient...  ...existing and new challengesLeverage agentic AI coding tools (Claude Code, Cursor, Copilot... 
    Senior
    Work at office
    Local area
    Remote work
    Monday to Thursday
    Flexible hours

    Roku

    San Jose, CA
    3 hours ago
  • $224k - $356.5k

    NVIDIA is searching for highly motivated, creative engineers to join the Platform Software team. You will work with a team of hardworking software engineers...  ...2026.This posting is for an existing vacancy. NVIDIA uses AI tools in its recruiting processes.NVIDIA is committed to... 
    Senior
    Full time

    Nvidia

    Santa Clara, CA
    2 days ago
  • $224k - $356.5k

     ...join our group of highly skilled and motivated engineers who bring GeForce NOW to life! As a member of the GeForce Now Platform Engineering team, you will help design,...  ...posting is for an existing vacancy. NVIDIA uses AI tools in its recruiting processes.NVIDIA is committed... 
    Senior
    Full time

    Nvidia

    Santa Clara, CA
    1 day ago
  • $184k - $287.5k

    The Autonomous Vehicles Platform team is looking for a hands-on Cybersecurity Software Engineer. As part of our team, you will work on our Autonomous Driving Platform software...  ...posting is for an existing vacancy. NVIDIA uses AI tools in its recruiting processes.NVIDIA is... 
    Senior
    Full time

    Nvidia

    Santa Clara, CA
    1 day ago
  • $137.8k - $234.3k

     ...of sales back into R&D. Our expert teams of physicists, engineers, data scientists and problem-solvers work together with...  ...improving KLA's Application Lifecycle Management (ALM), DevOps, and Enterprise AI platforms that enable engineering teams worldwide.Providing technical... 
    Senior
    Minimum wage
    Full time
    Worldwide
    Flexible hours

    KLA-Tencor

    Milpitas, CA
    2 days ago
  • $132.4k - $217.6k

     ...portfolio evolves toward SaaS-based delivery models, we are embedding AI-driven intelligence directly into our platforms to improve usability, automation, and scientific insight. This Senior Software Engineer role sits at the intersection of AI engineering, cloud-native... 
    Senior
    Full time
    Temporary work
    Internship
    Worldwide
    Flexible hours

    Bio-Techne

    San Jose, CA
    4 days ago

Do you want to receive more vacancies?

Subscribe and receive similar vacancies to Senior DevOps Engineer, AI Platform. Be the first to apply!