01 - The Resume

Maximillian Fong

AI Native Developer

I build agentic AI systems that ship. I've taken enterprise bots from prompt to production at Botpress and built RAG pipelines over half a million support tickets at Retail Realm.

Experience

Growth AI Engineer (Intern)

09.2025 - 12.2025

Botpress

  • Architected an autonomous bot-building agent that generated 6-figure revenue growth by automating user onboarding and accelerating time-to-value for Enterprise customers.
  • Developed an LLM-powered orchestration layer that increased Day-1 user retention by allowing users to autonomously generate, test, and deploy production bots via natural language.
  • Engineered open-source integrations for SharePoint and MailerLite, achieving production-grade stability and high-reliability data ingestion for enterprise-scale unstructured data.
  • Led a strategic pilot program for Team Plan customers, translating direct feedback into core features that ensured 100% compliance with corporate accuracy standards prior to full automation.

AI Software Engineer (Intern)

05.2025 - 08.2025

Retail Realm

  • Developed an agentic chatbot utilizing the ReAct (Reasoning and Acting) framework, enabling the system to autonomously retrieve, reason, and respond to queries with reduced average support response times.
  • Deployed a production RAG system using Azure Databricks and PySpark to process 550,000+ historical support tickets, significantly reducing manual review time through automated semantic search.
  • Optimized inference performance by benchmarking and self-hosting open-source LLMs via vLLM on private virtual machines, resulting in reduced latency and API costs compared to third-party providers.
  • Implemented an automated ETL pipeline for historical ticket data, utilizing NLP techniques to improve the precision of contextual answer extraction from high-noise system logs.
Education

McGill University

2022 - 2026

BSc Honors Computer Science / Minor Statistics

Selected Coursework

Natural Language ProcessingArtificial IntelligenceMachine LearningReinforcement LearningTime Series AnalysisSoftware DesignApplied RegressionDatabasesData Structures and Algorithms
Skills

AI & Agentic Systems

ReAct FrameworkLangGraphLangChainMulti-Agent OrchestrationRAGReinforcement Learning (DQN/Rainbow)Human-in-the-loop (HITL) feedback

Data & Infrastructure

PySparkAzure DatabricksVector Databases (ChromaDB)vLLMSQLGitETL Pipeline Design

Machine Learning Ops

PyTorchHuggingFaceModel BenchmarkingPrompt OptimizationContext Engineering

Programming

PythonTypeScriptNodeJSJavaScriptReactJS
Featured Projects

Modular Study of DQN Enhancements in Practice

Deep Q Learning Model

Reimplemented Rainbow DQN from scratch, integrating six core enhancements (Double Q-Learning, PER, Dueling/ Noisy Nets, n-step, C51) to achieve 153.9 average test reward on Seaquest. Executed ablation studies on Noisy Networks and Prioritized Experience Replay (PER), identifying the critical components required for stable reinforcement learning in sparse-reward environments.

PytorchNumpyGymnasium

Turing Poker Bot

Poker Agent

Developed a real-time decision engine using expectation calculations and opponent modeling, resulting in cash prizes in two competitive rounds of high-stakes play. Integrated a moving average RL concept to adapt strategies based on evolving opponent behaviors, maintaining positive expected value (EV) in dynamic environments.

Python

Digit Recognition with Convolutional Neural Network (CNN)

Python, Numpy, Pytorch, Pandas

Achieved 86%+ accuracy in recognizing handwritten digits Implemented techniques like batch normalization, data augmentation, and stochastic gradient descent to improve model performance and reduce overfitting