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

Staff Software Engineer - Agent Architecture

$225k - $285k

PayNearMe, Inc.

Staff Software Engineer - Agent Architecture Remote Company Description At PayNearMe, we’re on a mission to make paying and getting paid as simple as possible. We build innovative technology that transforms the way businesses and their customers experience payments. Our industry‑leading platform, PayXM™, is the first of its kind—designed to manage the entire payment experience from start to finish. Every click, swipe or tap is seamless, fast and secure, helping non‑commerce businesses boost customer satisfaction, accelerate payments, and reduce costs. Our single platform handles it all: cards, ACH, digital wallets such as PayPal, Venmo, Cash App Pay, Apple Pay and Google Pay, and even cash at more than 62,000 retail locations nationwide. Today, thousands of businesses across consumer lending, iGaming and online sports betting, property management, and tolling trust PayNearMe to deliver a payment experience that drives real results. We’re a team of 300+ employees across 41 states, headquartered in Silicon Valley with satellite offices in Dallas, TX and Holmdel, NJ. Responsibilities We build agentic AI products that our customers interact with across different modalities. These agents sit on top of the same money‑movement platform that handles real funds for businesses in regulated industries, so they have to be safe, compliant, and predictable in ways most consumer AI products are not. We’re looking for a Staff Engineer to own the architecture and implementation of these agents end‑to‑end. This is a builder role for someone who has shipped agents to production at scale, not just used them. You will define how we build agents at PayNearMe: the frameworks, the integration patterns with our existing systems, the guardrails around money and PII, and the testing/eval/observability loop that lets us improve agents safely over time. Our core platform stack is Ruby on Rails with MySQL (monolith) plus Go microservices on AWS/Kubernetes, with Datadog for observability. Our agents interact with consumers and business partners across a wide variety of use cases. What You’ll Do Own the architectural direction for agentic AI at PayNearMe in partnership with other engineering leaders. We are building an agent platform, not a single agent—our business customers have different rules, brand voices, allowed actions, knowledge bases, and compliance postures, and the architecture has to treat per‑tenant configuration, isolation, and evaluation as first‑class concerns. Produce and maintain architecture documentation (current state, target state, migration plan) and drive alignment across product, engineering, security, and compliance. Design, build, and ship production agents—including voice and chat agents for a wide range of payment‑related activities—that integrate cleanly with our Ruby on Rails / MySQL platform and partner services (ElevenLabs, Twilio, and others). Treat tool design as a first‑class discipline: tool schemas, descriptions, idempotency, side‑effect semantics, and error surfaces directly determine agent quality, and for money‑moving tools they determine whether we can stand behind every action the agent took. Make and defend the "what kind of intelligence goes where" decisions: when to lean on a partner's stack vs. orchestrate frontier LLMs directly, when RAG is the right answer vs. tool calls vs. fine‑tuning, when a small/fast/cheap model is sufficient vs. when a frontier model is warranted, and where classical ML or deterministic logic is a better fit than an LLM at all. Design the seams that let us swap providers, voice vendors, and models as the landscape shifts—without rewriting the agents that sit on top of them. Design and operate the agent lifecycle as a closed loop: testing, offline evals, online evals, observability, scoring, and a disciplined feedback path from what we observe in production back into the test suite and eval set. Own the rollout discipline for non‑deterministic systems: prompt and agent versioning, shadow mode, canary‑by‑tenant, gradual ramps, and rollback playbooks that account for the fact that the "bad version" may have already taken real payments. The system has to get measurably better over time, not just ship. Own the unit economics of agent interactions. Token budgets, prompt and semantic caching, model cascades (cheap model first, escalate on uncertainty), batch APIs, latency‑vs‑cost tradeoffs, and per‑tenant cost attribution should be instrumented and reasoned about explicitly—at scale, the gap between a well‑engineered conversation and a naive one is the business. Build the guardrails that make agents safe in a payments context: scope enforcement, refusal behaviors, deterministic handoffs for anything money‑changing, PCI‑compliant handling of card data, PII protection, and clear human‑in‑the‑loop or fallback paths when confidence is low. Own the identity and consent model for agent‑initiated actions—who the agent is acting as, when step‑up authentication is required before a consequential action, and how explicit consent is captured and stored in a form that holds up in a dispute or chargeback. Treat prompt injection and social‑engineering of the agent as real attack surfaces; stand up a red‑team practice that exercises them continuously, especially against money‑moving tools. Treat voice as its own modality, not a text agent with a microphone—design for latency budgets, barge‑in and turn‑taking, STT/TTS error modes, DTMF fallback, recording and consent, and the operational realities of telephony. Partner with Security, Compliance, and Legal to ensure agent behavior meets PCI‑DSS, state‑level payments regulations, and our customers' own compliance obligations. Make agent decisions reconstructable: for any consumer interaction we should be able to explain to a regulator, an auditor, or a disputing party exactly why the agent did what it did, on what information, and with what authorization. Raise the bar across the org for agent engineering: define shared patterns for prompts, tools, evals, telemetry, and incident response; serve as a reviewer and approver for architecture decision records (ADRs) and major designs in the agent domain. Teach the rest of engineering how to build, evaluate, and operate agents—most engineers on the team are picking this discipline up for the first time, and the team's velocity depends on how well that knowledge transfers. Partner with the Engineering Managers, Product, and other Staff peers to shape the roadmap—develop deep expertise in both the technical system and the business need (what our customers and their consumers actually want from an agent), and translate that into durable platform capabilities. 8+ years of software engineering experience, with Staff‑level scope (cross‑team influence, major initiatives, long‑term technical direction). Demonstrated experience shipping agentic AI systems to production—not prototypes, not internal copilots, but agents that real users have relied on. You should be able to talk concretely about what broke, what you changed, and how you knew it got better. Hands‑on experience with at least one modern agent framework (LangGraph, or comparable). You understand the tradeoffs between graph‑based orchestration, ReAct‑style loops, and more deterministic state machines, and you have opinions about when each is appropriate. Deep, lived experience with the full agent lifecycle: prompt and tool design, offline and online evaluation, scoring rubrics, observability and tracing, and the discipline of feeding production signals back into your eval set and test suite. Strong system design fundamentals: reliability, consistency, data modeling, and pragmatic API/service boundaries. You can integrate an agent into an existing transactional system without compromising the integrity of that system. Comfortable working in a Ruby on Rails / MySQL environment, or confident in your ability to ramp quickly. You don't need to be a Rails expert, but you need to be able to read the code, work with the team that owns it, and design integrations that fit how the platform actually behaves. Clear communication and strong judgment in high‑stakes, cross‑functional environments—especially in conversations with Security, Compliance, and Legal where the right answer is rarely the fastest one. Ability to move between high‑level architecture and hands‑on coding. This role builds. Preferred Qualifications Experience shipping voice agents specifically, and a working understanding of how voice differs from text/chat: latency, turn‑taking, STT/TTS failure modes, prosody, barge‑in, DTMF, telephony quirks, and recording/consent. Hands‑on experience building and shipping voice‑enabled applications — including conversational AI, TTS/STT pipelines, or telephony integrations — using any platform or stack (e.g., ElevenLabs, Twilio, Vonage, Deepgram, Vapi, LiveKit, or similar). Experience designing agents that combine multiple styles of intelligence—partner‑managed conversational stacks, frontier LLMs, smaller/faster models, RAG, classical ML, and deterministic logic—and choosing among them based on cost, latency, accuracy, and risk. Payments/fintech experience, or other regulated/high‑integrity domains (healthcare, lending, insurance). Direct experience with PCI‑DSS, TCPA, or similar regimes is a strong plus. Experience building and operating evaluation infrastructure—LLM‑as‑judge, rubric‑based scoring, regression suites, A/B and shadow testing for agents in production. Experience designing agent platforms with multi‑tenant configuration—per‑customer rules, knowledge, allowed actions, escalation paths, and isolation of evals and guardrails. Experience adversarially testing LLM‑based systems (prompt injection, jailbreaking, social‑engineering of tool‑using agents), particularly where the agent can take consequential actions. Experience optimizing the unit economics of LLM‑based products: caching strategies, model cascades, prompt compression, and per‑tenant cost attribution. Experience with observability for non‑deterministic systems: tracing across LLM calls and tool invocations, capturing the right signals for debugging and eval mining, and turning production traces into test cases. Experience integrating AI capabilities into a Ruby on Rails monolith, or evolving a monolith to support a new class of workload without destabilizing it. Annual Salary Range

$225,000 - $285,000 USD

Benefits Competitive salary and benefits with growth‑company options grant Fast‑paced and professional work culture Stock options with standard startup vesting - 1 year cliff; 4 years total
  • 50 monthly communication expense stipend to go towards your phone/internet bill
  • 250 stipend to enhance your WFH setup
Reimbursement for peripheral equipment: monitor (up to $400), keyboard and mouse (up to $200) Premium medical benefits including vision and dental (100% coverage for employees) Company‑sponsored life and disability insurance Paid parental bonding leave Paid sick leave, jury duty, bereavement 401k plan Flexible Time Off (our team members typically take off ~3-4 weeks per year) Equal Opportunity Employer PayNearMe is an equal opportunity employer. We are diligently and thoughtfully working towards cultivating a diverse workforce which in turn, enhances our products and services for the communities we serve. Applicants who represent all backgrounds are strongly encouraged to apply. #J-18808-Ljbffr PayNearMe, Inc.

Vacancy posted 4 days ago
Similar jobs that could be interesting for youBased on the Staff Software Engineer - Agent Architecture in New York, NY vacancy
  • $160k - $230k

     ...investors, we’re leveraging AI, graph-based architecture, and exceptional design to transform...  ...About the Role: We’re looking for a Staff Software Engineer who thrives at the intersection of AI...  ...vector databases, embeddings, or AI agent frameworks . Familiarity with prompt... 
    Suggested
    Work at office
    Local area

    Standard Template Labs

    New York, NY
    5 days ago
  • $231k - $340k

     ...today — and we’re just getting started. Role Overview As a Software Engineer, Agents, you'll build the systems that make our AI agents indispensable...  .... We are hiring for this role across Mid, Senior, and Staff levels. Proficiency in Python and experience working with LLM... 
    Suggested

    Harvey

    New York, NY
    5 days ago
  • The Hispanic Alliance for Career Enhancement in Georgia is seeking a passionate Software Engineer to drive enterprise architecture and technical strategy with a strong focus on microservices and AI. You will design and develop scalable architectures while leading integration... 
    Suggested

    Hispanic Alliance for Career Enhancement

    New York, NY
    2 days ago
  • CVS Health is seeking a skilled software engineer to lead technical strategy and architecture in a growing team. The role emphasizes developing scalable microservices and integrating innovative AI solutions. With a focus on cloud-native applications, candidates should have... 
    Suggested

    Stryker Corporation

    New York, NY
    5 days ago
  • $106.61k - $284.28k

    CVS Health is seeking a seasoned software engineer to lead technical strategy and enterprise architecture in New Jersey. The ideal candidate will have over 7 years of experience in the software development lifecycle, focusing on microservices and AI solutions. This role... 
    Suggested

    Hispanic Alliance for Career Enhancement

    New York, NY
    2 days ago
  • $300k - $430k

     ...Health, and Hunter Douglas to deploy AI agents that power personalized, deeply satisfying...  ...millions of interactions. About the Role As a Staff Software Engineer on the Agent Orchestration team, you will own the long term architecture of Decagon’s agent platform. You will... 
    Work at office

    Decagon

    New York, NY
    6 days ago
  • $190k - $270k

    Staff Software Engineer - Agent Quality P-1215 At Databricks, we are obsessed with enabling data teams to solve the world’s toughest problems, from security threat detection to cancer drug development. We do this by building and running the world’s best data and AI platform... 
    Local area

    Menlo Ventures

    New York, NY
    4 days ago
  • $165k - $312k

    A technology company in New York is seeking a Software Engineer to build indispensable systems for AI agents in legal services. This role requires 3+ years of software engineering experience, particularly with Python and LLM APIs. The ideal candidate will work closely... 

    Harvey

    New York, NY
    3 days ago
  • A fintech company is seeking a senior backend engineer to join its Settlement Team. The role involves designing and maintaining systems for high-throughput money movement and settlement, ensuring reliability and correctness. Candidates should have over 10 years of experience... 
    Flexible hours

    Limelight Health

    New York, NY
    4 days ago
  • KnowBe4, a leading cybersecurity firm located in Idaho, is seeking a Staff Software Engineer to join the KSAT Architecture Team. In this full-stack role, you will work with Ruby on Rails, modern frontend technologies like Vue.js, and complex AWS infrastructure to build... 

    Dormont Manufacturing Co

    New York, NY
    2 days ago
  • $190k - $270k

    Staff Software Engineer - AI Research Infrastructure P-1215 At the company, we are obsessed with...  ...enables companies to develop AI models and agents using their own data, with...  ...‑source LLMs to advanced multi‑agent architectures. It does so by producing novel science... 
    Local area

    United States Digital Space LLC

    New York, NY
    6 days ago
  • $190k - $270k

    Databricks is seeking a Staff Software Engineer - Agent Quality in New York to lead efforts in evaluating AI Agents. You will create infrastructure for benchmarking and quality measurement in a collaborative environment. Ideal candidates have 6+ years of experience and... 
    Local area

    Menlo Ventures

    New York, NY
    4 days ago
  •  ...action, and every action an agent takes is metered, budgeted,...  ...research, agent systems, platform engineering, and product innovation....  ...ecosystem. Shape the architecture, abstractions, and product experiences...  ...8+ years of professional software engineering experience, with... 

    Apply

    New York, NY
    4 days ago
  • Senior Staff Software Engineer (Backend/ Python) at Applied Systems Mid-Level, Senior-Level Posted: 1 week ago Regular Full-Time About the job...  ...with all members of our Engineering team to support cloud architecture and ensure the seamless operation of our cutting-edge web... 
    Full time
    Local area
    Remote work
    Worldwide
    Flexible hours

    Inclusively

    New York, NY
    4 days ago
  • OpenMined is seeking a Senior / Staff Software Engineer to lead the technical architecture for the Network Sourced AI squad. You will be responsible for shaping our products and mentoring the team to deliver high-quality software. With over 8 years of experience in building... 
    Remote job

    OpenMined

    New York, NY
    4 days ago
  • $188k - $275k

     ...became a publicly traded company (Nasdaq: CRWV) in March 2025. Learn more at [ ABOUT THE ROLE As a Staff Software Engineer within our Compute Architecture organization, you will help build the software systems that operate the backbone of our large-scale GPU data... 
    Permanent employment
    Full time
    Temporary work
    Casual work
    Work at office
    Flexible hours

    CoreWeave

    New York, NY
    4 days ago
  • Overview As part of your Staff Software Engineer - Data AI Agent role, you will focus on building and maintaining Data AI agent - a tool designed to...  ...strategy and execution. Develop the foundations of code architecture and quality. Mentor and coach engineers. Set and... 
    Temporary work

    Aledade

    New York, NY
    4 days ago
  • Foresight Data is searching for a Staff Software Engineer to be a key player in designing and developing systems focused on data architecture and portfolio reporting. The role involves building scalable backend services and integrating data from various sources. This position... 

    Foresight Data

    New York, NY
    4 days ago
  • $152k - $240k

    # Software Engineer, Forward Deployed Agent Builder#### New York, New York, United StatesSoftware Engineer, Forward Deployed Agent Builder**Engineering...  ..., and push for excellence at every level — from architecture to deployment. It’s an environment where engineering... 
    Work at office
    Remote work
    Work from home

    Brex Inc.

    New York, NY
    6 days ago
  • LTS is seeking a Lead Agent Engineer to join a senior engineering team focused on applying...  ...AI to legacy systems. You will own the architecture and drive innovation for agent workflows...  ...Science, extensive experience in software engineering, and proficiency in TypeScript... 
    Remote job

    LTS

    New York, NY
    4 days ago
  • $205k - $235k

    I did my part and supported the Regular Toilet is seeking an experienced software engineer based in New York. The ideal candidate should have 7 - 10+ years in software engineering, with experience in frameworks like Django and Rails, and extensive knowledge of SQL databases... 

    I did my part and supported the Regular Toilet

    New York, NY
    4 days ago
  • $185k - $200k

    Vestwell Inc is seeking an experienced Staff Software Engineer based in New York City or Austin to join our hybrid team. This role involves creating software for Product initiatives using Typescript and ensuring best coding practices. Candidates should have over 5 years... 

    Vestwell

    New York, NY
    4 days ago
  • $280k - $330k

    A leading AI infrastructure company is seeking a Staff Software Engineer to architect core systems that power their platform. This role involves leading development initiatives with significant product impact, requiring 7+ years of software engineering experience and strong... 

    Getconfido

    New York, NY
    5 days ago
  • United States Digital Space LLC in New York is looking for engineers to build innovative AI solutions that transform large data sets into...  ...role requires deep experience in AI systems, LLMs, and multi-agent frameworks. You'll help shape an elite team dedicated to pushing... 
    Flexible hours

    United States Digital Space LLC

    New York, NY
    5 days ago
  •  ...financial technology company in New York is looking for a Staff Software Engineer to serve as a technical leader within the engineering organization...  ...have a strong background in software development and architecture. Join a dynamic team that's rapidly growing. #J-18808-... 

    ARCH COMPANY

    New York, NY
    2 days ago
  • Encore Talent is seeking a Staff Software Engineer to shape technology strategy across software delivery teams. You will architect scalable...  ...engineering fundamentals. You will work closely with product, architecture, and engineering teams to deliver meaningful results. #J-... 

    Encore Talent

    Brooklyn, NY
    6 days ago
  • Handshake is hiring a Staff Software Engineer to lead the architecture of its Reinforcement Learning Environments (RLE) platform in San Francisco, CA. This role requires 8+ years of experience in distributed systems or ML platforms, along with strong technical leadership... 

    Handshake

    New York, NY
    4 days ago
  • An innovative AI technology company in the United States is seeking a Senior Software Engineer to develop and maintain scalable server architectures for AI Agent solutions. This role involves collaboration with cross-functional teams to enhance system reliability and performance... 
    Remote job

    Cresta

    New York, NY
    3 days ago
  • $92 - $100 per hour

    Apex Systems is looking for an Agent IAM Architect to define and drive enterprise identity strategies and architecture. The role requires 8+ years of experience in securing cloud platforms like AWS, Azure, or GCP, focusing on identity models and authorization patterns for... 
    Remote job
    Hourly pay
    Contract work

    Apex Systems

    New York, NY
    3 days ago
  •  ...Job Description Job Description Staff Software Engineer (Full Stack, Backend-Leaning) The Opportunity Our client is hiring a Staff...  ...shipping features—it's about building the foundation: architecture, patterns, reliability, and the team's approach to execution... 

    NxT Level

    New York, NY
    19 days ago

Do you want to receive more vacancies?

Subscribe and receive similar vacancies to Staff Software Engineer - Agent Architecture. Be the first to apply!