Senior DevOps Engineer, AI Platform
$186k - $282kFloQast
Job Description
Job 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 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 supportTransform. 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.
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.
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.
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 daysDays 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 monthsThe 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.
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.
AI spend is attributed and bounded: per-business-unit attribution, a defensible unit-cost metric, and a delivered reduction on the AI line.
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.
Tenant isolation is enforced and evidenced on every AI path, and the AI stack clears its SOC 2 / ISO cycle with evidence ready.
The runtime patterns are documented and adopted rather than rebuilt, with no single point of knowledge.
About four hours of conversation after a 30-minute recruiter screen. We move fast between stages.
Recruiter screen (30 min). Scope, level, location, compensation.
Hiring manager (45 min). The AI infrastructure problem in your own words; what you've owned and what broke.
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.
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.
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.
$85 - $90 per hour
Immediate need for a talented Senior Platform Devops Engineer- Architecture . This is a 02+months contract to Hire opportunity with long-term potential... .... By applying to our jobs you agree to receive calls, AI-generated calls, text messages, or emails from Pyramid Consulting...SeniorContract workLocal areaImmediate start- ...core to how we work. The Role We're looking for a Senior Software Engineer to join our Platform team and build the foundational infrastructure that... ...email protected] . We may use artificial intelligence (AI) tools to support parts of the hiring process, such as...SeniorFull time
- ...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...SeniorFull time
- ...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...SeniorWork at officeLocal area
- ...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... .... Experience with Azure DevOps Pipelines, GitHub Actions, or...Senior
$139k - $257.55k
...’s enterprise learning and enablement platform , powering documentation, communities... ...only consumed by humans, but also by AI systems that power knowledge agents and... ...clients. We are looking for a Senior Software Engineer (P40) who will help design and build these...SeniorTemporary workLocal areaWorldwide- ...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
$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,...SeniorSummer holidayWork at officeFlexible hours$168k - $270.25k
...organization is seeking an experienced software engineering professional for the position of System... ...be an integral part of building data platforms and tools. You will support initiatives... ...and transformation tools used in AI&ML What we need to see: ~ Bachelor...Senior$229.9k - $262.4k
Senior Lead AI Engineer (Gen AI Platform Services, Agentic AI) 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...SeniorFull timePart timeLocal area$229.9k - $262.4k
...Senior 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...SeniorFull timePart timeLocal area$126k - $203.5k
...Collaboration, Execution, Integrity, and Inclusion. We weave AI into the fabric of everything we do and use it to... ...automation define the future of operations. As a Senior DevOps Engineer, you will design and operate the platforms that power our applications across GCP, AWS, and...SeniorFull timeWork at office- ...a world-leading technology company for AI and Bitcoin mining infrastructure.... ...seeking a highly skilled and motivated Cloud Senior DevOps Engineer to join our AI Cloud team. In this high... ...that our AI-powered products and platforms are delivered with speed, security, and...SeniorFull timeLocal area
$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...SeniorFull timeWork at officeVisa sponsorshipWork visa$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...SeniorFull timeWork at office- ...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...SeniorWork at officeRemote workFlexible hours
- ...Senior Cloud/DevOps Engineer Location: Sunnyvale, CA Experience: 10 Duration: 6 Months Please mention the current location, DL location,... ...Lemur, HAProxy, PostgreSQL, AWS Code Whisperer, Kube Cost AI, New Relic, Wiz, Python, Groovy Job Description: Design...Senior
$167.7k - $245.2k
...is expected to close on: 10/26/2026Meet the Team The AI Software & Platform team delivers AI products and platform for all Cisco... ...reliability and resilience of our AI platform. Partner with Engineering, Product, UX, DevOps, Documentation, and Customer Engineering while...SeniorFull timeTemporary workLocal areaFlexible hours$144k - $213k
...Description Job Description We are looking for a Senior Quality Engineer to join our Data Platform Quality Engineering team. In this role, you will drive... ...the role. About FloQast: FloQast is the leading AI-powered Accounting Transformation Platform, uniquely built...Senior$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...SeniorFull timeLocal areaImmediate startFlexible hours- 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...SeniorWork experience placementWork at officeVisa sponsorship
$190.9k - $334.1k
...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... ...their data. You would be a senior individual contributor on a small...SeniorPermanent employmentFull timeLive inWork at officeImmediate startRemote workFlexible hours$170k - $205k
...Senior Software Engineer The Crusoe Cloud Managed AI team seeks an ambitious and experienced Senior Software Engineer to join their team. You'll have a pivotal... ..., and other engineering teams to define the AI platform roadmap, influence the long-term vision and architectural...SeniorTemporary workWork at office- ...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...SeniorFull timeRemote work
$180k - $220k
...Security Force — autonomous machines, AI-driven software, and elite security professionals... ...About the Role We are looking for a Senior DevOps Engineer to own the build, deployment, and... ...CD pipelines for a production robotics platform spanning autonomy, security perception,...SeniorFull time$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...SeniorLocal area- ...Meet Our Engineers on the Vehicle OS Team! Vehicle OS is a flexible suite of products that... ...and update complete vehicle software and AI applications. Learn more about what the... ...Intuition. About the Role As an Android Platform Engineer on the Vehicle OS team, you will...SeniorFor contractorsFor subcontractorFlexible hours
- ...Capital One is seeking a Senior Distinguished Engineer to architect and scale a multi-tenant AI/ML platform. You will develop Ray and Spark-based compute engines, drive operational excellence, and lead a portfolio of advanced ML initiatives across the Capital One ecosystem...SeniorRemote job
- Senior Staff DevOps Engineer Pangyo, South Korea At Sonatus, we're driving the transformation to AI-enabled software-defined vehicles. Traditional automotive software methods can't... ...mobility. The Role Sonatus builds the software platform for AI-enabled, software-defined...SeniorWorldwideShift work
$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...SeniorFull timeLocal area
Do you want to receive more vacancies?
Subscribe and receive similar vacancies to Senior DevOps Engineer, AI Platform. Be the first to apply!
- devops engineer remote San Jose, CA
- devops engineer San Jose, CA
- big data devops engineer San Jose, CA
- devops aws developer (remote) San Jose, CA
- senior devops engineer remote San Jose, CA
- senior devops cloud engineer San Jose, CA
- senior devops engineer San Jose, CA
- devops engineer full time San Jose, CA
- data platform engineer San Jose, CA
- platform engineer San Jose, CA



