Nishanthi Yuvaraj: Building the Customer Contact Channels Behind PayPal, and Taking Them Agentic
A customer opens a chat window, types half a sentence describing a problem, and by the time they finish typing, the issue is already resolved. They never see the millions of streaming events, the machine learning models scoring intent in real time, or the governance rules quietly making sure the system doesn't overstep. That invisible layer, the one that decides whether a request becomes a two-second resolution or a ticket sitting in a queue, is where Nishanthi Yuvaraj has spent her career.
Yuvaraj is currently a Senior Software Engineer at PayPal, where she has worked for more than a decade, starting as an intern in 2013. Her career has centered on the customer servicing domain: building and scaling the contact channels PayPal's customers use to reach support, including call, email, live chat, bot-driven, and asynchronous messaging, along with the omnichannel systems that recognize a customer's intent no matter which channel they use. She has a long-standing reputation for innovation, from multiple internal hackathon wins that made it into production to three granted U.S. patents, with two additional co-invented applications pending, covering proactive error resolution and machine-learning-driven data-sharing platforms. She is also the author of a dozen peer-reviewed papers on data governance, AI-driven customer experience, and agentic systems. As AI has evolved, she has focused on bringing agentic and generative AI into that same domain, working toward customer service that resolves issues proactively rather than waiting to be asked. In 2026, she delivered a keynote address at the Kalinga Conference on Communication & Computing (KalingaConf) and received the International Universal Innovator Leadership Award in London. She holds a master's degree in Management Information Systems from the University of South Florida.
In the following Q&A, Yuvaraj reflects on how she helped build PayPal's customer contact channels from the ground up, why she started publishing her engineering work, and where she believes agentic AI is taking customer service next.
You started at PayPal as an intern in 2013 and have spent your whole career in customer servicing. How has that domain changed since then?
It has changed completely, though it happened gradually enough that I didn't notice until I looked back. When I started, customer service meant one channel at a time: a call, then a chat window bolted on later, mostly disconnected from each other. My first real project wasn't even at PayPal; while finishing my master's at USF, where I also worked as a teaching assistant, I built an expense-management application for the Florida Department of Transportation.
Over the years at PayPal I ended up building or contributing to nearly every contact channel a customer might use: call support, secure asynchronous messaging, live chat, bot-driven support through IBM Watson and Google Dialogflow, and eventually the omnichannel layer that recognizes a customer's intent no matter which of those channels they walk into. I've always had an eye for the innovation angle of that problem, not just the maintenance side of it, which is probably why I kept ending up winning internal hackathons, usually going after customer issues with a high contact reason, to bring down resolution time and contact rate, and filing patents along the way. Now, with agentic AI, I'm trying to take the same idea further still: toward channels that notice the problem before the customer opens any door at all.
At a high level, what do the platforms you've worked on (Message Hub, Proactive Nudge Hub, the Customer Journey platform) actually do?
Message Hub is the system of record for a customer's conversations: every email, secure message, and chat, for more than 230 million customers. Nudge Hub is different: it uses real-time event streaming to decide when we should proactively reach out to a customer, before they even have to ask for help. Together with the Customer Journey platform, they're what let PayPal treat a customer's history as one continuous conversation instead of a series of disconnected ones.
The hard part across all of them was doing this at a scale where downtime or a lost conversation simply isn't an option. I've contributed core features and technical work across each: migrations, event processing, and the logic that ties a customer's history together across channels. The Message Hub redesign alone meaningfully increased our abatement rate for a customer base larger than most countries, and most of those customers never noticed the switch underneath them.
You're a named inventor on three granted U.S. patents, with two more applications pending. At a high level, what problems do they solve?
The first is about proactive error resolution: instead of making a customer figure out that something went wrong and hunt down the right support channel, the system recognizes the failure and routes them to help automatically, before they have to ask. The other two granted patents, part of the same family, are about making shared transaction data genuinely useful: when a customer shares details of a purchase, machine learning decides which resulting offers are actually worth surfacing to other customers, rather than just broadcasting discounts to everyone.
I have two more applications pending right now, both co-invented with colleagues: one on NFT lifecycle management, and one on a multimodal agentic resolution framework, which is much closer to where my research is headed today.
How far back does the research instinct go: before PayPal, even before Cognizant?
All the way to undergrad, honestly. I did my bachelor's in Computer Science and Engineering at College of Engineering Guindy, Anna University, one of India's oldest and most respected engineering institutions, and I was the kind of student who'd spend hours in the library well past what any assignment required, just following whatever technical question I was curious about that week.
My capstone project was an e-learning platform for visually impaired students. It forced me to think hard about accessibility, designing for people whose experience of a system is completely different from the 'default' user's, and that lesson has stuck with me in every customer-facing system I've built since. The people who most need a system to work well are often exactly the people the initial design didn't account for.
Before PayPal, you worked at Cognizant on the 'Indianized' version of PayPal.com and something called 'PayPal Parivar.' What was that?
That was actually my first real exposure to product innovation, before I ever thought of myself as an inventor. At Cognizant, I worked on adapting PayPal.com for the Indian market: fixing defects and building features suited to how Indian consumers were actually using the product. Out of that work came 'PayPal Parivar' ('parivar' means family), a family-based payment concept I put together through one of PayPal's internal Mad Labs experimentation programs, built around how families in India often manage money jointly rather than individually. It contributed to product differentiation and engagement for that market.
It taught me something I still rely on: the best ideas usually come from paying close attention to how people actually behave, not from starting with the technology and looking for a use case afterward. That instinct is what eventually led to the patents and the research.
Long before the patents, you built an automated end-to-end testing framework that cut PayPal's regression cycle from five days to two. What does infrastructure work like that have to do with the innovation you're known for now?
People sometimes assume innovation only looks like a new feature or a patent, but a lot of what actually unlocks innovation is unglamorous infrastructure work. Early at PayPal, I built an automated end-to-end testing framework for our messaging platform that cut our regression cycle from five days down to two. Nobody was going to write a research paper about a test framework, but it changed how fast the team could ship safely, and that's what gave us the room to try more ambitious ideas afterward.
That's a pattern for me generally: I've always tried to be well-versed across languages, frameworks, and platforms rather than boxed into one layer of the stack, because the interesting problems in customer experience engineering usually sit at the seams between technologies, not inside any single one of them.
You've published around a dozen peer-reviewed papers in the last couple of years, on subjects ranging from data governance to agentic AI. What made you start writing?
I kept running into the same gap: I was solving problems inside PayPal that I never saw written about anywhere, especially the connective tissue between data governance and AI-driven customer experience. Everyone talks about the model. Almost no one talks about what it takes to get enterprise data clean, classified, and trustworthy enough for a model to touch it safely.
So I started writing about that: telemetry and customer health signals, automated classification of sensitive information, preparing enterprise data for LLM-assisted issue analysis. It's been a natural progression from governed data pipelines toward generative and agentic systems, and writing it down forced me to be precise about assumptions I'd otherwise have just carried around in my head.
That's a lot of research to produce on top of a full-time senior engineering role. How do you actually make time for it?
Honestly, unevenly: there isn't a clean formula. Some of it happens on weekends, and some of it happens because I'm already thinking through a problem for work and realize I should write it down properly instead of solving it once and moving on. Most of my papers started as something I was already doing at my day job (a governance framework, a data classification approach, an agentic architecture) that I then had to go back and generalize, defend with evidence, and put through real peer review.
The discipline part is less about finding extra hours and more about not letting an idea evaporate. If I notice I've solved a problem in a genuinely reusable way, I try to capture it that same week, even as rough notes, because six months later I won't remember the reasoning clearly enough to write it up properly. It's slower than doing the engineering work alone, but it's also how I've ended up with a body of research instead of just a series of systems nobody outside PayPal ever hears about.
Your most recent work focuses on agentic AI for what you call 'zero-touch' customer experience. Where do you think that's heading, especially at a regulated company like PayPal?
Toward systems that resolve issues and heal themselves without a human in the loop for every step, but that can prove, after the fact, exactly why they made every decision. That tension is the whole problem. In recent published work, I measured a governance-constrained autonomous service system that meaningfully improved operational efficiency, cut down on escalations, and lifted customer satisfaction, all while reducing compliance violations rather than trading them off for speed. That last part matters most in a regulated environment: you don't get to pick speed over accountability.
That's the direction I want to keep pushing: autonomy with an audit trail. A system that notices a customer is about to hit the same failure three other customers hit an hour ago, and resolves it for all of them before anyone opens a ticket, while still being able to explain itself to a compliance reviewer. Very few people are building agentic systems inside environments where a regulator, not just a user, has to be satisfied with the answer: that combination is where I think the next real advances in this field are going to come from, and it's the problem I want my name attached to.
What did your KalingaConf keynote actually cover?
It walked through a piece of my published research on self-healing customer experience systems, including work presented at IEEE conference venues. The core argument is that customer experience has become a distributed, always-on system, but most support models still assume a human has to notice a problem, report it, and route it. Failures now happen at machine speed; support still responds at human speed: that mismatch is the problem the paper addresses.
The framework I proposed fuses autonomous AI agents, predictive analytics, event-driven orchestration, and reinforcement learning into a closed loop: detect a problem before the customer does, diagnose the root cause, decide on the safest effective action, remediate it automatically, and learn from the outcome: escalating to a human only when the fix is high-risk or the system isn't confident. In the evaluation against traditional rule-based support, that closed-loop approach improved customer satisfaction, operational resilience, and workflow completion, and reduced mean time to recovery. The point I emphasized most for the room was that explainable, governed autonomy isn't a nice-to-have bolted on afterward: it has to be designed in from day one for any of this to be trustworthy enough to actually deploy at enterprise scale.
In 2026 you also received the International Universal Innovator Leadership Award. What did that recognition mean to you?
It landed differently than the patents or the internal PayPal metrics, because it wasn't judged on a single product number: that award evaluates innovation and originality, impact and contribution, scalability, leadership and collaboration, inclusion, and ethics and responsible innovation, taken together. What it recognized wasn't my day job specifically; it was the body of peer-reviewed research I've published independently on governance-first and agentic AI systems, and the keynote that grew out of it.
That distinction matters to me. My patents belong to PayPal, and I'm proud of them, but the research and the speaking are the parts of my work I've built on my own initiative, on top of a full-time engineering role, because I think the field needs more of that public, connective thinking.
Systems don't fail on a convenient schedule. What's your philosophy when something breaks in production, including the 2 a.m. calls?
Fix first, understand second, blame never. In the moment, the only question that matters is how to get the system back to a known-good state as fast and as safely as possible, not who wrote the code that broke, and not even fully why it broke yet. That comes later, in the postmortem, where the goal is a timeline and a set of concrete follow-ups, not a verdict on a person.
I think a lot of engineers, especially earlier in their careers, are afraid of being the one holding the pager when something breaks. I'd flip that: being trusted with the pager is a sign people believe you'll stay calm and methodical under pressure. Some of the most useful things I've built, including patents, came directly out of asking, after an incident, how we make sure a human doesn't have to catch the same problem next time. The 2 a.m. calls are unpleasant in the moment, but they're also where you learn the most about how your system actually behaves under real conditions, as opposed to how you assumed it would.
You've spent your career in backend and distributed-systems engineering, a field where women are still rare, especially in the deeper infrastructure roles. How has that shaped your approach to leadership?
Backend and distributed-systems work is often invisible by design: nobody notices a Kafka pipeline that never drops an event. What people do notice, over time, is who's reliable when it actually counts: the incident calls, the tight deadlines, the disciplined execution described a moment ago. That reliability is what actually earns you the harder architectural work and the leadership opportunities. Nobody hands you the postmortem or the migration plan because of who you are; they hand it to you because you've already proven you can be trusted with it.
That's also how I think about mentorship, both inside PayPal and outside it. I try to give the women I work with real ownership of hard technical problems early, not just support roles, because that discipline and reliability is exactly what builds the confidence, and the track record, that leadership eventually follows. I spend time mentoring students getting into technology for the same reason: the earlier you get real ownership of something hard, the faster you build the confidence to keep going. I want them to earn it the same way I did, through the work itself.
What advice would you give an engineer early in their career who wants to build the kind of systems you've built?
Stay hungry, stay foolish. I know it's a well-worn line, but I mean it literally. Stay hungry enough to keep learning the parts of the stack that aren't glamorous, like data governance, and stay foolish enough to publish your work before you feel like enough of an expert to write it down. I didn't feel ready when I wrote my first paper either.
And build things end to end if you can. I've been an intern, an engineer deep in test automation and reliability, a platform architect, and now a researcher, and each of those seats taught me something the others couldn't. The moment you stop being curious about the layer just below or just above the one you're comfortable in is the moment you stop growing.
.png)