Skip to content
View AllanSevilla05's full-sized avatar

Highlights

  • Pro

Block or report AllanSevilla05

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
AllanSevilla05/README.md

Allan Sevilla

BSA/AML Analyst & AI Automation Developer @ Santander Private Banking  ·  Miami, FL
BS Computer Science, FIU (Cum Laude)  ·  Building at the intersection of applied AI and financial-crime compliance

 

About Me

I'm a Computer Science graduate from FIU (Honors College, Cum Laude) working as a BSA/AML Analyst and the sole automation developer for the Transaction Monitoring Unit at Santander Private Banking, where I build LLM-driven investigation and alert-triage pipelines for financial crime detection.

My work spans agentic AI pipelines, federated learning for fraud detection, deep learning classifiers, automated ML workflows, and OS-level concurrency in C. I enjoy building things that require both rigorous engineering fundamentals and cutting-edge AI — from Banker's Algorithm implementations to multi-agent, graph-based retrieval and investigation systems.


Tech Stack

Languages   Python · C · SQL · VBA · Bash · JavaScript · HTML/CSS

ML / AI   LangGraph · LangChain · Anthropic API · Pydantic v2 · TensorFlow · PyTorch · scikit-learn · OpenAI Gym · RAGAS · Ollama

Databases & Infra   Neo4j · ChromaDB · PostgreSQL · Redis · Docker · AWS Lambda · Streamlit · FastAPI

Tools & Environment   Linux · Neovim · Hyprland · Git · Google Colab · uv


Featured Projects

Agentic AML Investigation Copilot  ·  Python LangGraph Neo4j

Agentic alert-triage system combining deterministic risk-tiering logic with LLM-generated case narratives (LangGraph, Pydantic v2, FastAPI, Neo4j, Anthropic API), validated against synthetic data with planted AML typologies like structuring and funnel accounts.

LifeSync  ·  JavaScript Python CSS

Full-stack AI-powered task management app with voice input. Built with a React frontend, FastAPI backend, PostgreSQL database, and local LLM integration via Ollama (Llama3). Users speak tasks naturally — the AI parses and structures them automatically.

End-to-end automated ML workflow with auto task detection (regression vs. classification), data auditing, robust preprocessing, outlier handling, feature selection, a multi-model zoo with hyperparameter tuning, and optional ensemble blending — all through a single configurable class.

FinScope AI  ·  Python

Multi-agent financial analysis system built around a LangGraph-style architecture with composable agents, graphs, prompts, and services for graph-driven AI reasoning over financial data.

Undergraduate research project (ARCH Honors Program) on Bitcoin fraud detection using multi-party vertical federated learning with PU learning. Achieved 0.974 ROC AUC, matching a centralized oracle baseline while preserving institutional data privacy.

Personal portfolio — allansevilla05.github.io


Open Source

  • SantanderAI/gen-fraud-graph — Authored and merged a StructuringGenerator class implementing BSA structuring typologies into a bank-maintained synthetic fraud-graph generator (PR #17), with full test coverage and GPG-signed commits.

Professional & Academic Focus

  • Financial Crime & Compliance Automation — LLM-based alert triage, case narrative generation, and transaction monitoring workflows in production
  • Artificial Intelligence — reinforcement learning (TD Learning, Q-Learning, SARSA), custom OpenAI Gym environments
  • Deep Learning — CNNs with TensorFlow, image classification for waste sorting
  • Operating Systems — concurrency, resource management, Banker's Algorithm in C, priority scheduling
  • Research — federated learning, graph-based RAG systems (LangGraph + Neo4j + ChromaDB)

Always open to interesting problems. Reach out on LinkedIn.

Popular repositories Loading

  1. Lifesync Lifesync Public

    JavaScript

  2. finscope_ai finscope_ai Public

    Python

  3. automlpipeline automlpipeline Public

    Python

  4. AllanSevilla05.github.io AllanSevilla05.github.io Public

    HTML

  5. btc_identify btc_identify Public

    btc research

    Python 1

  6. GraphRAG GraphRAG Public

    Python