— Hello, I'm

Arjun Bindu Jayachandran

Senior Software Engineer · Wells Fargo · Bengaluru

Building applied-AI systems and distributed backends for a fixed-income trading desk.

Top Achievers Award · Wells Fargo 2025 Published · Journal of Supercomputing 2023

About

I'm a Senior Software Engineer at Wells Fargo, working at the intersection of applied AI and high-throughput backend systems for fixed-income trading. My work spans learning-to-rank recommendations, LLM agent pipelines, and distributed PnL microservices built for replay-safe reruns and idempotent ingestion.

I joined Wells Fargo as an intern in 2021, came back full-time in 2022 right after graduating from NIT Calicut, and was promoted to Senior in 2026. Along the way I picked up the Top Achievers Award (roughly the top 1% of employees), a Top Innovator finish at Innovation Pitch Day (top 4 of 600+), and a paper in Springer's Journal of Supercomputing on metaheuristic feature selection.

Outside of work I'm building kharcha-ai — a multi-agent LangGraph + Gemma 4 spend-analysis system that runs entirely on a laptop — plus PyQt6 desktop AI, a focus-timer side project, local LLM experiments, and the occasional weekend hack. Scroll down for both work and personal builds.

Ask my portfolio

A miniature of the agent architecture I build at work: an orchestrator routes your question, a retriever pulls grounded context, and a validator checks the answer before it renders. Scripted demo — answers are precomputed, no live LLM, nothing leaves your browser.

answer · grounded in this page

Pick a question above and watch the pipeline run.

This mirrors how I ship LLM features in production — retrieval for grounding, a validator between the model and the user. Here it's fully scripted client-side; in the real systems, the model sits in the answer node.

Experience

  1. Jan 2026 – Present

    Senior Software Engineer

    Wells Fargo · Bengaluru

    • Building a machine-learning bond recommendation engine that surfaces the most relevant bonds for each institutional client from a daily sheet of 500–800 offerings. Own the learning-to-rank models (XGBoost), the feature pipeline, and an LLM assistant traders use to explore similar bonds and give feedback that improves future recommendations. Rankings are validated in offline backtesting on historical trades.
    • Led a performance investigation into slow PnL calculations, benchmarking each service route to isolate the bottleneck. Reworked request throttling and load distribution in the calculation path, cutting end-to-end p95 latency by 66%.
    • Shipped historical rerun support for the PnL service using async Camel routes over MongoDB and Kafka. Corrections to past positions recompute and persist under the correct historical date without republishing into the live trade stream.
    • Championed GitHub Copilot adoption across the line of business, presenting to 200+ engineers on practical usage and agentic development workflows.
  2. Jul 2022 – Dec 2025

    Software Engineer

    Wells Fargo · Bengaluru

    • Designed and prototyped a natural-language interface to MongoDB that turns plain questions into safe queries. Orchestrator and validator LLM agents (LangGraph, tool access via MCP) run retrieval-augmented generation over schema and user-context vector stores, behind guardrails that mask PII and block unsafe queries.
    • Rebuilt the real-time PnL read path on MongoDB, replacing view-based reads with aggregation pipelines and compound indexes. P95 read latency dropped from around 710ms to 230ms with no loss of accuracy.
    • Extended the Java Spring Boot PnL microservices to a new asset class: expected cash-flow models, EUR FX conversion, swap-position roll-ups, and risk-factor attribution. Released with production Kafka topics and regression sign-off.
    • Created a reusable activity-tracking layer adopted by two trading-desk teams across six service flows and eight repositories. It emits run status with correlation IDs, and its non-blocking design keeps monitoring off the critical path.
    • Converted a PnL backup service from per-record calls to batched writes, raising end-of-day throughput by roughly 90% and easing load on shared infrastructure.
    • Automated regression testing across 150+ financial scenarios with parallel execution and Splunk telemetry, reducing run time by 60%, and drove the migration of 10+ services onto OpenShift with rebuilt CI/CD pipelines.
    • Delivered an asset-backed-finance reporting feature end to end on an investment-banking platform: an ingestion engine for Excel deal and pricing sheets, plus the schema migrations and reference-data reconciliation behind it.
  3. May 2021 – Jul 2021

    Technology Intern

    Wells Fargo · Bengaluru

    • Prototyped a time-series forecasting engine for ATM cash-replenishment optimization, benchmarking SARIMA, LSTM, and Prophet across 111 ATMs with holiday and weather signals. Reached about 91% accuracy on weekly forecasts.

Selected work

Personal builds along the same lines as my Wells Fargo work — agentic LLM pipelines, retrieval, and applied ML — plus tooling I needed for myself. Plenty more side experiments on GitHub.

Open Source

VoiceToText-with-UI

An open-source PyQt6 AI dictation assistant. Real-time, on-device transcription via faster-whisper on NVIDIA GPUs. Hardware-level Bluetooth HFP toggling to prevent audio degradation, system-tray background execution, graceful VRAM cleanup, global hotkey, and clipboard auto-paste.

PyQt6faster-whisperCUDAWin32Whisper
View on GitHub →
Recent · Open Source

lockin · Focus Timer

A green-themed standalone Windows focus timer I built for my own interview prep. Wall-clock based (survives laptop sleep), Picture-in-Picture mini mode for always-on-top, procedurally-generated brown / pink / white / rain ambient noise via Web Audio, and File System Access API auto-export so every session streams to disk as jsonl for pandas analytics. SVG-rendered calendar heatmap, hour-of-day grid, and personal-bests dashboard. No build, no deps, ~1500 lines.

Vanilla JSWeb AudioDocument PiPFile System AccessSVGIndexedDB
GitHub →
Open Source

NL → SQL · local sqlcoder pipeline

A natural-language-to-SQL pipeline using a local Ollama sqlcoder model with a llama3 cleanup pass, MySQL execution, and a Streamlit UI. Lets non-engineers query a database in plain English with no data leaving the machine.

OllamasqlcoderLangChainStreamlitMySQL
GitHub →
Hackathon

GAIDP — Gen AI Data Profiler

Anomaly detection over Federal Reserve FR Y-14Q-style corporate-loan data using Isolation Forest on numerical fields and DBSCAN on categorical, with a token-budget-aware router that escalates flagged rows to an LLM for narrative explanation.

scikit-learntiktokenpandasJupyter
GitHub →
Led to Publication

Grey Wolf Optimizer · Feature Selection

Implementations of GWO and three variants — Binary GWO, Multi-Objective GWO, and Binary MOGWO — wrapping a Keras ANN evaluator to perform metaheuristic feature selection on UCI ML datasets. Precursor work for the SaBMOGWO-S paper above.

NumPyscikit-learnTensorFlowMetaheuristics
GitHub →
Plus more

See all on GitHub →

Older side experiments across blockchain, Linux kernel modules, Verilog FPGA, GANs, computer vision, and full-stack web — kept around as artifacts of past learning, separate from current focus.

github.com/Arjun-B-J →

Publications & Awards

Award

Top Achievers Award · Wells Fargo 2025

Wells Fargo's highest individual recognition, awarded to roughly the top 1% of employees.

Award

Top Innovator · Innovation Pitch Day 2024

Top 4 of 600+ firm-wide entries, for a natural-language database assistant.

Award

Manager Spotlight Awards · ×3

Awarded in three consecutive years for consistent ownership and delivery.

Skills

Primary

Daily, in production
Languages
PythonJavaSQL
Backend
Apache KafkaMongoDBRedisSpring BootApache CamelREST
AI / Agentic
LangGraphLangChainRAGMCPXGBoost · Learning-to-rankTool CallingOrchestrator + Validator
Infra & CI/CD
KubernetesDockerHelmOpenShiftGitHub ActionsJenkins
Observability
SplunkGrafanaPrometheusSonar

Working knowledge

Use regularly
ML / Retrieval
PyTorchFAISSscikit-learn
Security
PII MaskingTamper-Evident Audit

From side projects

Used in personal builds
Local AI / ML
faster-whisperOllamaGemma 4TensorFlow / Keras
Web / API
FastAPINext.js 15TypeScriptTailwindReportLab
UI
PyQt6StreamlitWeb AudioDocument PiP

Education

B.Tech in Computer Science and Engineering

National Institute of Technology Calicut · 2022

CGPA 8.55

Get in touch

Open to interesting conversations — collaboration, advising, or just trading notes on agentic systems and high-throughput backends.