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
  • $176k - $276k

     ...dedicated to a computing model passionate about visual and AI computing. For twenty years, NVIDIA has led the way in...  ...exciting time to join us!NVIDIA invites applications for a Senior DevOps Platform Engineer skilled in Platform and Release Engineering to join the Metropolis... 
    Senior
    Full time

    Nvidia

    Santa Clara, CA
    3 days ago
  • $186k - $282k

     ...Description Why this role exists FloQast's AI products have outgrown the infrastructure patterns the rest of the platform runs on. Transform, AI Matching, and...  ...00-rate dashboard never catches. Today, DevOps engineers carry this work alongside the wider fleet.... 
    Senior

    FloQast

    San Jose, CA
    4 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
  •  ...The Role We are looking for a Senior AI Engineer to design, build, and ship AI-powered software...  ...service from code to production without a DevOps handoff AI & Agent Engineering...  ...streams Experience designing multi-tenant platforms or internal developer platforms (SDKs,... 
    Senior
    Full time

    Dexmate

    Santa Clara, CA
    14 hours ago
  • $147k - $237.5k

     ...Execution, Integrity, and Inclusion. We weave AI into the fabric of everything we do and...  .... Job Summary The Prisma Browser Platform plays a critical role in today’s...  ...security in the modern workplace. As a DevOps Engineer within the Prisma Browser Group you... 
    Suggested
    Full time
    Work experience placement
    Work at office
    Remote work

    Jobleads-US

    Santa Clara, CA
    14 hours 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
    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
  • $184k - $287.5k

    NVIDIA is looking for Senior Software Engineer to join the Cumulus Linux team! We present you with an...  ...defined to meet the exploding growth in AI and high-performance computing. You'll...  ...for defining and implementing core platform services, as well as Reliability, Availability... 
    Senior
    Full time
    Work at office

    Nvidia

    Santa Clara, CA
    5 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

     ...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
  • $200k - $322k

     ...into the unlimited potential of AI to define the next era of...  ...technical, creative, and hands-on Senior full-stack developer to build the next generation AI platforms and products that improve business...  ...and productivity. This engineer is expected to be familiar with... 
    Senior
    Full time
    Immediate start

    Nvidia

    Santa Clara, CA
    4 days ago
  • $174k - $253k

     ...accessible technologies.Google's software engineers develop the next-generation technologies...  ...continue to push technology forward.The Platforms and Devices team encompasses Google's various...  ...services that combine the best of Google AI, software, and hardware. Teams across... 
    Senior

    Google

    San Jose, CA
    2 days 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
  • $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
  • $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
  • $152k - $241.5k

    The Autonomous Vehicles Platform team is seeking a Senior System Software Engineer to help bring NVIDIA's autonomous vehicle platform to new markets! This role involves...  ..., and application layers.Build and evolve agentic AI tools and frameworks to accelerate bring-up, improve... 
    Senior
    Full time

    Nvidia

    Santa Clara, CA
    4 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
    4 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
  • $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
    14 hours ago
  • $300k - $425k

     ...watches TVRoku is the #1 TV streaming platform in the U.S., Canada, and Mexico, and we...  ...is why we’re actively looking for a Senior Software Engineer, Content Platform who can drive further...  ...benefits, and paid time off.How will I use AI at Roku?At Roku, we don’t just use AI,... 
    Senior
    Work at office
    Local area
    Remote work
    Monday to Thursday
    Flexible hours

    Roku

    San Jose, CA
    1 day ago
  •  ...Superintelligence Cloud, is a leader in AI cloud infrastructure serving tens of...  ....About the RoleLambda’s Core Cloud Platform powers compute provisioning and infrastructure...  ...data centers. We are looking for a Senior Site Reliability Engineer to improve the reliability,... 
    Senior
    Work at office
    Local area
    Work from home
    Flexible hours

    Lambda Labs

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

    The Autonomous Vehicles Platform team is looking for a hands-on System 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
    3 days ago
  • $170k - $277k

     ..., Integrity, and Inclusion. We weave AI into the fabric of everything we do and...  .... Job Summary We are seeking a Senior Principal Software Engineer who is first and foremost a software...  ...for building innovative tools, platforms, and infrastructure that enable engineering... 
    Senior
    Full time
    Work at office
    Visa sponsorship
    Work visa

    Palo Alto Networks, Inc.

    Santa Clara, CA
    1 day 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
  • $184k - $287.5k

     ...deep learning ignited modern AI—the next era of computing—with...  ...applications and shared AI platforms that operate across desktop,...  ...environments. These systems power engineering productivity, intelligent...  ...across NVIDIA. We are seeking a Senior Staff Software Engineer to... 
    Senior
    Full time

    Nvidia

    Santa Clara, CA
    6 days ago
  • $184k - $287.5k

    We are looking for a Senior Software Engineer to become part of our storage management plane team. The management plane is a web-based application...  ...computing. More recently, GPU deep learning ignited modern AI — the next era of computing — with the GPU acting as the brain... 
    Senior
    Full time

    Nvidia

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

     ...Today, we're tapping into the unlimited potential of AI to define the next era of computing. An era in which...  ...lasting impact on the world.The Autonomous Vehicles Platform Team is looking for Senior Software Engineers and Architects to develop and bring NVIDIA's automotive... 
    Senior
    Full time

    Nvidia

    Santa Clara, CA
    2 days ago
  • $272k - $431.25k

    NVIDIA’s accelerated computing platform relies on continuous performance excellence at every...  ...Performance Analysis Manager to lead an engineering team responsible for supervising and optimizing...  ..., you will promote automation with AI tools such as Claude and Codex.What you'll... 
    Senior
    Full time
    Shift work

    Nvidia

    Santa Clara, 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!