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. 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

#J-18808-Ljbffr
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
  •  ...Senior DevOps EngineerCentric Software® is a global leader, providing an innovative and AI-enabled product-concept-to-commercialization platform for retailers, brands and manufacturers of all sizes. We...  ...are seeking a Senior DevOps Engineer to partner closely with development... 
    Senior

    Centric Software

    Campbell, CA
    2 days 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
    1 day 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
    3 days ago
  • $144k - $198k

     ...Senior DevOps EngineerSan Jose, California, United StatesArcher is an...  ...Simulink models) and downstream platforms, including managing...  ...Advanced Degree in Aerospace Engineering, Computer Science, Electrical...  ...and leverage modern LLMs and AI based coding tools.Experience... 
    Senior
    Local area

    Archer

    San Jose, CA
    4 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
    2 days ago
  • $183.6k - $297k

     ...Integrity, and Inclusion. We weave AI into the fabric of everything...  ...a world-leading cybersecurity platform that provides comprehensive...  ...the data pipeline, analytics engine, and user interface. We are a...  ...world. Job Summary As a Senior Principal Backend Engineer in... 
    Senior
    Full time
    Work at office

    Palo Alto Networks, Inc.

    Santa Clara, CA
    4 days ago
  • $110k - $145k

     ...Senior Software Engineer – AI PlatformWe are looking for a talented and experienced Deep Learning Engineer specializing in Large Language Models...  ...training techniques and experience with cloud computing platforms (e.g., AWS, Azure, Google Cloud)Excellent problem-solving... 
    Senior
    For subcontractor
    Local area

    A10 Networks

    San Jose, CA
    1 day ago
  •  ...Mirantis is the Kubernetes-native AI infrastructure company, enabling organizations...  ...orchestration, Mirantis empowers platform engineering teams to deliver composable, production...  ...We are looking for a skilled Kubernetes DevOps Engineer to drive end-to-end custom integration... 
    Senior

    Mirantis

    San Jose, CA
    9 days ago
  • $286.2k - $326.7k

     ...Senior Director, AI Engineering -Agentic AI PlatformAt Capital One, we are creating responsible and reliable AI systems, changing banking for good...  ...deliver value to millions of customers. Our AI models and platforms empower teams across Capital One to enhance their... 
    Senior
    Full time
    Part time
    Remote work

    Capital One

    San Jose, CA
    3 days ago
  •  ...Integrity, and Inclusion. We weave AI into the fabric of everything...  ...a world‑class Principal Engineer (Sr Manager‑equivalent) to lead...  ...our Cloud Infrastructure and Platform Engineering (CIPE) organization...  ...augmented cloud platforms, mentoring senior engineers and infusing... 
    Senior
    Full time
    Work at office
    3 days per week

    Jobleads-US

    Santa Clara, CA
    6 days ago
  • $229.9k - $262.4k

    Senior Lead AI Engineer (GenAI Platform Services) Overview At Capital One, we are creating responsible and reliable AI systems, changing banking for good. For years, Capital One has been an industry leader in using machine learning to create real-time, personalized customer... 
    Senior
    Full time
    Part time
    Local area

    Capital One Financial Corp

    San Jose, CA
    3 days ago
  •  ...Who we are Moveworks:  the Agentic AI Assistant platform that empowers the entire workforce.  Our platform enables employees to converse...  ...ServiceNow’s leading workflow automation with Moveworks’ Reasoning Engine and natural language capabilities, we deliver the AI... 
    Senior
    Full time
    Work at office
    Remote work
    Flexible hours

    ServiceNow

    Santa Clara, CA
    17 days ago
  •  ...At Rhoda AI, we’re building the next generation of generalist...  ...cluster, and create essential devops infrastructure to support our...  ...~5+ years in DevOps / SRE / platform / infra, with ownership of production...  ...Strong knowledge of software engineering best practices and design... 
    Senior

    Rhoda AI

    Mountain View, CA
    18 hours ago
  • $201.3k - $352.3k

     ...It all started when engineer Fred Luddy wrote code that automated...  ...work. Today, ServiceNow is the AI control tower for business reinvention. Our ServiceNow AI platform brings together any AI, any data...  ...for CSM Front Office. As a Senior Manager in platform persistence... 
    Senior
    Full time
    Work at office
    Immediate start
    Remote work
    Flexible hours

    ServiceNow

    Santa Clara, CA
    19 days ago
  • Senior/Staff Embedded Software Engineer, Robotics Platform Milpitas, CA Why RoboForce RoboForce is an AI robotics company developing Physical AI-powered Robo-Labor for dull, dirty, and dangerous work. The company’s robots are engineered for demanding industrial environments... 
    Senior
    Work experience placement
    Work at office
    Visa sponsorship

    RoboForce

    Milpitas, CA
    5 days ago
  • $145k - $182k

     ...cloud costs. The Harness Software Delivery Platform includes modules for CI, CD, Cloud Cost...  ...Management, Security Testing Orchestration, Chaos Engineering, Software Engineering Insights and...  ...GCP - Stackdriver, GCS, Cloud composer, AI Platform About you ~4 - 6 years... 
    Senior
    Full time
    Local area
    Immediate start
    Flexible hours

    Harness

    Mountain View, CA
    1 day ago
  •  ...Senior DevOps EngineerAdobe's mission is to change the world through digital...  .... Search and Discovery platform enables users to simplify and...  ...powers Machine Learning and AI across Adobe cloud Product lines...  ...venture, we seek a Senior DevOps Engineer to build, redesign, and... 
    Senior

    Adobe

    San Jose, CA
    18 hours ago
  • $182k - $260k

     ...jobfuBrowse jobs Zscaler Principal DevOps Engineer San Jose, California, USA USD 182,000–260,000 Skills DevOpsZero...  ...more than 160 data centers globally, the Zscaler Zero Trust Exchange platform combined with advanced AI combats billions of #J-18808-Ljbffr

    Jobfu

    San Jose, CA
    1 day ago
  • $170k - $277k

     ...Execution, Integrity, and Inclusion. We weave AI into the fabric of everything we do and...  ...We are looking for a visionary Senior Principal Engineer/Architect to serve as the technical authority for our global SRE and Platform Engineering initiatives across the US and... 
    Senior
    Full time
    Work at office
    Visa sponsorship
    Work visa
    Flexible hours

    Palo Alto Networks, Inc.

    Santa Clara, CA
    4 days ago
  • $153k - $204k

     ...Senior Software Engineer - API Platform & Client ToolingLivingston, NJ / New York, NY / Sunnyvale, CA / Bellevue, WA CoreWeave is The Essential Cloud for AI™. Built for pioneers by pioneers, CoreWeave delivers a platform of technology, tools, and teams that enables innovators... 
    Senior
    Permanent employment
    Full time
    Contract work
    Casual work
    Work at office

    CoreWeave

    Sunnyvale, CA
    4 days ago
  •  ...leading vertical technology platform serving some of the largest and...  ...speed, powered by AI and automation. Bestow isn...  .... ABOUT THE TEAM The engineering team is responsible for all technology...  ...) WHAT YOU'LL DO As a Senior Platform Engineer, you’ll own... 
    Senior
    Work at office
    Remote work
    Work from home
    Flexible hours

    GrabJobs

    San Jose, CA
    2 days ago
  •  ...Senior Software EngineerAt Commure, we're building the AI Operating System for healthcare, the foundation that defines...  ...documented, and financed. Our platform spans the full care journey: Ambient...  ...libraries that enable every engineering team to build secure software by... 
    Senior
    Work at office
    Local area
    Immediate start

    Commure

    Mountain View, CA
    4 days ago
  • $110k - $270k

     ...product excellence and customer success. In the role of Senior Software Engineer, Data Platform at Opendata, you'll spearhead the development of...  ...scalable APIs for platforms Hands-on experience using DevOps tools and CI/CD Experience with Redshift, EMR, EKS or equivalent... 
    Senior
    Work at office
    Local area
    Remote work
    Work from home
    Flexible hours

    GrabJobs

    Santa Clara, CA
    5 days ago
  •  ...Job Title 12+ years in platform engineering, SRE, or DevOps. Experience with HPC clusters (Slurm, PBS, Grid Engine). Cloud infrastructure expertise (GCP/AWS preferred). Proficiency with Terraform, Ansible, Prometheus, Grafana, ELK. Strong Linux administration... 
    Senior

    Saxon Global

    Mountain View, CA
    3 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
    8 days ago
  • $146.7k

     ...We are seeking a Principal DevOps Engineer who combines deep technical expertise with broad system...  ...media systems to web, team chat and AI to uncover architectural or operational...  ...set out to build the best collaboration platform for the enterprise, and today help people... 
    Casual work
    Work at office
    Remote work
    Worldwide

    Socket.dev

    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
    7 days ago
  •  ...Overview Senior Data Platform Engineer - Direct-Hire/FTE - Remote (US) This is a hands-on Senior Data Platform Engineer role that will require...  ...to INSPYR Solutions’ Privacy Policy and INSPYR Solutions’ AI and Automated Employment Decision Tool Policy: By submitting... 
    Senior
    Full time
    Work experience placement
    Local area
    Remote work
    Flexible hours

    INSPYR Solutions

    San Jose, CA
    1 day ago
  • $229.9k - $262.4k

     ...Sr. Lead AI Engineer (Gen AI Platform Services) Overview At Capital One, we are creating responsible and reliable AI systems, changing banking for good. For years, Capital One has been an industry leader in using machine learning to create real‑time, personalized... 
    Senior
    Local area

    Capital One National Association

    San Jose, CA
    19 hours ago
  • $153.2k - $234.1k

     ...stack through intelligent automation, AI-enabled engineering workflows, and data-driven validation....  ...Release Engineers, Systems Engineers, DevOps, QA, and AI/ML teams to design and implement...  ..., GitHub, dashboards, observability platforms, and cloud services into unified... 
    Senior
    Full time
    Local area
    Work from home
    Flexible hours

    General Motors

    Sunnyvale, CA
    5 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!