677,508open jobs
39,258companies
99,621added this week
Browse all
Salary
$111k – $172k per year
Location
In office (Austin)
Seniority
Senior · 5+ years exp
Employment
Full-Time
Overview
Company
Impact
Profile match
Visa is an American payments technology company whose network traces back to the BankAmericard programme launched in 1958 and which became an independent public company in 2008. It does not issue cards or lend money; instead it operates VisaNet, the switching infrastructure that authorises, clears and settles hundreds of billions of transactions a year between issuing banks, acquirers and merchants in more than two hundred countries. Headquartered in San Francisco, the company earns fees on payment volume and processed transactions, and has expanded into account-to-account transfers, tokenisation, fraud scoring and open banking through Visa Direct and its value-added services division.

About Us

Visa is a world leader in payments technology, facilitating transactions between consumers, merchants, financial institutions and government entities across more than 200 countries and territories, dedicated to uplifting everyone, everywhere by being the best way to pay and be paid.

At Visa, you'll have the opportunity to create impact at scale - tackling meaningful challenges, growing your skills and seeing your contributions impact lives around the world.

Join Visa and do work that matters - to you, to your community, and to the world. Progress starts with you.

Job Description

Software Development Engineers are expert problem-solvers and builders who design, implement, and improve software applications and systems. In this role, engineers spend approximately 60-75% of their time coding, working hands-on with code, data, and modern tools (including AI-assisted development, cloud services, and automation frameworks) to deliver secure, scalable, and high-quality technology solutions that drive business outcomes in the fintech sector. They collaborate with cross-functional teams - product managers, designers, data scientists, QA, operations, and compliance - to translate business requirements into robust technical solutions, all while adhering to best practices, security standards, and regulatory requirements.

All roles require digital fluency, including the ability to work with emerging technologies such as Generative AI tools (e.g. ChatGPT, Microsoft Copilot) to support everyday work.

This role sits within an AI-first engineering team building production-grade agentic systems powered by large language models (LLMs). Engineers design and implement multi-agent orchestration frameworks, retrieval-augmented generation (RAG) pipelines, tool-calling integrations, and LLM inference services - all at enterprise scale on on-premise infrastructure.

Key Responsibilities:

  • Collaborate with stakeholders to interpret requirements for project components and incorporate feedback into future designs or solution fixes.
  • Translate business requirements by verifying assumptions and escalating potential design issues to appropriate stakeholders.
  • Participate in system design and architecture, refining code plans and contributing to design documentation.
  • Contribute to project estimation and escalate issues that may cause delays.
  • Develop, implement, and maintain code for products, services, or components, applying coding patterns, guidelines, and best practices.
  • Apply debugging tools to verify assumptions and proactively flag issues before they occur.
  • Participate in code reviews to ensure coding standards are followed and address routine pull requests.
  • Create test plans and configure testing procedures to identify and resolve defects for multiple features.
  • Respond to support requests during on-call rotations, troubleshooting issues and deploying fixes under guidance.
  • Leverage and build knowledge of software developer tools to create, debug, and maintain code for components.
  • Remain current in skills by investing time in training resources to improve product availability, reliability, efficiency, observability, and performance.

AI & Agentic Systems

  • Design, implement, and tunemulti-agent LLM workflowsusing agent orchestration frameworks (e.g., LangGraph, LangGraph4j, LangChain4j), including declarative graph compilation, conditional routing between agent nodes, state persistence, and dynamic agent spawning at runtime.
  • Build and maintainReAct (Reasoning + Acting) agent loops- iterative Reason→Act→Observe cycles in which an LLM selects tools, interprets tool results, and continues until a terminal answer is produced.
  • ImplementSupervisor/Orchestrator agent patternswhere a Lead Agent dynamically plans, spawns, and coordinates Specialist Sub-Agents using conditional graph edges and tool frameworks.
  • DevelopMCP (Model Context Protocol) tool serversthat expose enterprise data sources as callable tools for AI agents, enabling natural-language-driven access to structured backend systems.
  • Implement and refineRAG (Retrieval-Augmented Generation) pipelines: document ingestion and chunking (PDF/Word), embedding generation, vector storage (e.g., PostgreSQL + pgvector), and semantic similarity retrieval to ground LLM responses in authoritative source documents.
  • Integrate withenterprise LLM inference gatewaysvia REST APIs, including request shaping, prompt template management, token budget control, and graceful degradation under service unavailability.
  • Design and implementagent memory architectures- both short-term per-agent isolated context stores and long-term shared knowledge repositories used across agent workflows.
  • Buildconfidence scoring and uncertainty quantificationmechanisms for AI-generated outputs, including threshold-based routing of low-confidence results to human review.
  • Implementagent feedback loops- capturing human reviewer decisions and feeding structured corrections back into prompt templates and knowledge repositories to continuously improve model behavior.
  • WriteLangChain4j / LangChain tool definitions(e.g., Java@Tool-annotated methods) and wire them into ReAct agents for data transformation, external API calls, and domain-specific processing.
  • Build and maintainagentic audit trails- structured logs capturing every tool call, agent decision, LLM prompt/response, and state transition for traceability and explainability.
  • Develop and testSpring Boot microservices(Java 21, Spring Boot 3.5.x) that host AI orchestration engines, expose REST APIs for downstream consumers, and integrate with upstream data source systems.
  • Author and maintainHelm chartsandJenkins CI/CD pipelinesfor containerized deployment of AI services to Kubernetes/OpenShift clusters across multi-region on-premise data centers.
  • Buildend-to-end and integration testsfor non-deterministic AI components - including prompt regression suites, tool call mock frameworks, agent output schema validators, and determinism gates to catch silent prompt drift before production.

Visarequiresat least 3 days in office, expectations of these days will be confirmed by your Hiring Manager.

Qualifications

Basic Qualifications:

  • 2 or more years of work experience with a Bachelor’s Degree or an Advanced Degree (e.g. Masters, MBA, JD, MD, or PhD)

Preferred Qualifications:

  • 3 or more years of work experience with a Bachelor’s Degree or more than 2 years of work experience with an Advanced Degree (e.g. Masters, MBA, JD, MD)
  • 2+ years of relevant work experience and a Bachelor's degree, OR 5+ years of relevant work experience.
  • 3 or more years of work experience with a Bachelor’s Degree or more than 2 years of work experience with an Advanced Degree (e.g. Masters, MBA, JD, MD).
  • Experience in technologies/software systems or a directly related field (minimum two years).
  • Experience in developing and/or implementing web-based or mobile applications (minimum two years).
  • Experience in system design and architecture for product components.
  • Experience in debugging and troubleshooting software issues.
  • Experience in code review and applying coding standards.
  • Experience in test planning and execution for software features.
  • Experience in responding to support requests and deploying fixes.
  • Experience in using software developer tools for code creation and maintenance.
  • Experience developing backend services inJava(Java 17+ preferred; Java 21 a strong plus).
  • Familiarity withREST API design, Spring Boot, and JPA/ORM-based data access patterns.
  • Foundational understanding ofLLM APIs- prompt construction, token limits, and response parsing.
  • Experience building and testing enterprise-scale web services (minimum one year).
  • Experience working on client-facing project or technical teams (minimum one year).
  • Experience in integrating feedback into design and solution fixes.
  • Experience in mentoring junior engineers and collaborating with cross-functional teams.
  • Hands-on experience buildingagentic AI systemsusingLangGraph,LangChain,LangGraph4j, orLangChain4j- specifically multi-agent graph construction, node/edge definitions, conditional routing, and state schema design.
  • Experience implementing theReact prompting pattern(Thought → Action → Observation) in a production or near-production LLM application.
  • Working knowledge ofModel Context Protocol (MCP)- server registration, tool schema definition (tools/list,tools/call), and client-side integration.
  • Experience buildingRAG pipelines: document chunking strategies, embedding models, vector database querying (pgvector, Pinecone, Weaviate, or equivalent), and retrieval relevance tuning.
  • Experience withprompt engineering- including structured output enforcement (JSON schema), chain-of-thought prompting, few-shot example design, and system prompt management.
  • Experience building and monitoringLLM observability- tracking token usage, latency per agent step, tool call success rates, and output quality metrics in production.
  • Experience withPostgreSQLincluding the pgvector extension for embedding storage and similarity search.
  • Experience deploying containerized workloads onKubernetesorOpenShift, including Helm chart authoring, rolling deployments, and health probes.
  • Experience designingaudit loggingfor AI agent decisions - capturing inputs, reasoning traces, tool calls, and outputs in a structured, queryable format.
  • Familiarity withAspect-Oriented Programming (AOP)for cross-cutting concerns such as agent call logging, latency measurement, and security enforcement in Spring Boot.
  • Experience withCI/CD pipelines(Jenkins or equivalent) for AI/ML service deployments, including version gating and environment promotion strategies.

Information for US Applicants

For roles located in the US, the estimated salary range for this position is $110,700.00 to $ 171,800.00 USD per year, which may include potential sales incentive payments (if applicable). Salary may vary depending on job-related factors which may include knowledge, skills, experience, and location. In addition, this position may be eligible for bonus and equity.Visa has a comprehensive benefits package for which this position may be eligible that includes Medical, Dental, Vision, 401(k), FSA/HSA, Life Insurance, Paid Time Off, and Wellness Program.

Work Hours

Varies upon the needs of the department.

Travel Requirements

This position requires travel 5-10% of the time.

Mental/Physical Requirements

This position will be performed in an office setting. The position will require the incumbent to sit and stand at a desk, communicate in person and by telephone, frequently operate standard office equipment, such as telephones and computers.

Visa is an EEO Employer

Qualified applicants will receive consideration for employment without regard to race, color religion, sex, national origin, sexual orientation, gender identity, disability or protect veteran status. Visa will also consider for employment qualified applicants with criminal histories in a manner consistent with the EEOC guidelines and applicable local law.
Free account
Stop reading job ads. Get the ones that fit.
One free account turns this page into a shortlist built around your stack, your level and your pay.
Match on every job. Stack, seniority, pay and location, scored against your profile.
677,508 open roles. Read straight off company career pages, refreshed every day.
Unlimited applications. Every one you send is tracked in one place, on-site or on a company board.
3 tailored CVs a month. Rewritten for the exact job you are applying to. Included free.
Create a free account Continue with Google
Free forever. No card. Under a minute.

Your match

How well do you fit this role?
Two answers are enough for a real match. No account needed.
Check my fit
Answers stay in this browser until you create an account.

Recommended for you based on this role

Similar stack
Same company
Austin
$120k – $218k per year • Remote/Hybrid • Full-Time • 15+ years exp • Bachelor's Degree • Quincy
Python
Java
SQL
Databases
Snowflake
Apache Kafka
AI/ML
LangGraph
LangChain
MLFlow
Prompt Engineering
RAG
OpenAI
DevOps
Rest API
Azure
CI/CD
AWS
Docker
Kubernetes
Azure AKS
Analytics
ETL/ELT
Dimensional Modeling
Management
Agile
Scrum
Apply
$120k – $203k per year • In office • Full-Time • 9+ years exp • Bachelor's Degree • Princeton • Austin
Java
Java
Spring Boot
Databases
PostgreSQL
Apache Kafka
DevOps
AWS
Kubernetes
Cybersecurity
GDPR
Apply
$111k – $172k per year • In office • Full-Time • 5+ years exp • Bachelor's Degree • Austin
JavaScript
Java
TypeScript
Java
Spring Framework
Databases
MySQL
Apache Kafka
AI/ML
AI Agents
Frontend
Angular
React.js
DevOps
Splunk
Terraform
GCP
Prometheus
Azure
AWS
Docker
Kubernetes
Self-Healing
Amazon CloudWatch
Management
Agile
Apply
$89k – $194k per year (Estimated) • Remote/Hybrid • Full-Time • Bachelor's Degree • Austin
AI/ML
Copilot
ChatGPT
Management
Agile
Apply
In office • Internship • Bachelor's Degree
Python
JavaScript
AI/ML
Copilot
Claude
Prompt Engineering
Anthropic
Agentic Workflows
Copilot Studio
Management
Power Automate
SharePoint
Apply
$111k – $172k per year • In office • Full-Time • 5+ years exp • Bachelor's Degree • Austin
JavaScript
Java
TypeScript
Java
Spring Framework
Databases
MySQL
Apache Kafka
AI/ML
AI Agents
Frontend
Angular
React.js
DevOps
Splunk
Terraform
GCP
Prometheus
Azure
AWS
Docker
Kubernetes
Self-Healing
Amazon CloudWatch
Management
Agile
Apply
$60k – $134k per year (Estimated) • Remote • Full-Time • 5+ years exp • Bachelor's Degree • Brazil
AI/ML
Red Teaming
DevOps
AWS
Cybersecurity
ISO 27001
OWASP Top 10
PCI DSS
Apply
$89k – $194k per year (Estimated) • Remote/Hybrid • Full-Time • Bachelor's Degree • Austin
AI/ML
Copilot
ChatGPT
Management
Agile
Apply
$117k – $181k per year • In office • Full-Time • 5+ years exp • Bachelor's Degree • Austin
Python
JavaScript
TypeScript
C#
Databases
MySQL
PostgreSQL
Redis
AI/ML
Prompt Engineering
AI Agents
Anthropic SDK
LLM
OpenAI
Agentic Workflows
Frontend
React.js
DevOps
Rest API
GCP
Azure
CI/CD
Git
AWS
Management
Agile
Apply
$229k – $338k per year • Remote/Hybrid • Full-Time • 15+ years exp • Bachelor's Degree • Ashburn • Denver • Atlanta
Apply
$56k – $94k per year • In office • Full-Time • Arlington • New York • Austin • Chicago • Sacramento
Apply
$117k – $181k per year • In office • Full-Time • 5+ years exp • Bachelor's Degree • Austin
Python
JavaScript
TypeScript
C#
Databases
MySQL
PostgreSQL
Redis
AI/ML
Prompt Engineering
AI Agents
Anthropic SDK
LLM
OpenAI
Agentic Workflows
Frontend
React.js
DevOps
Rest API
GCP
Azure
CI/CD
Git
AWS
Management
Agile
Apply
$84k – $197k per year (Estimated) • In office • Austin
Apply
Account Executive II 7 hours ago
$57k – $85k per year • Remote/Hybrid • Full-Time • 6+ years exp • Austin
Cybersecurity
HIPAA
Apply
Buyer 7 hours ago
$62k – $127k per year (Estimated) • Remote/Hybrid • Full-Time • 3+ years exp • Austin
Apply
See all jobs
This is one of many
677,508 more open roles from verified company boards, updated every day.