Freddy
Song

Building what's next in AI and fullstack. I engineer high-performance systems that deliver, whether it's spinning up a RAG system to make search smarter or integrating an LLM to power a conversation. No fluff, just solid code and real results.

SCROLL
FEATURED WORK

What's UP

Showcasing 5 featured projects that demonstrate the intersection of fullstack development and AI/ML innovation.

PHiLIP - AI Image Generation Platform
Generative AI

PHiLIP - AI Image Generation Platform

A personalized AI image generation platform that allows users to create custom artwork with multiple style variations and high-quality upscaling capabilities using advanced diffusion models.

PyTorchStable DiffusionControlNetAMD ROCmPixArt
cafeXpress - Hybrid Recommendation Engine
Fullstack + AI/ML

cafeXpress - Hybrid Recommendation Engine

A smart cafe discovery platform that recommends coffee shops based on user preferences, location, and sentiment analysis of reviews using semantic search and geospatial filtering.

TypeScriptPostgreSQLPostGISRedisSemantic SearchEmbeddings
MafWays - Mathematical Symbol Recognition
Computer Vision + Deep Learning

MafWays - Mathematical Symbol Recognition

A computer vision application that recognizes and interprets handwritten mathematical symbols and equations using deep learning neural networks for educational and accessibility purposes.

CNNsTensorFlowKerasComputer VisionImage Recognition
Climate Changer - Data Visualization Platform
Data Science

Climate Changer - Data Visualization Platform

An interactive web platform that visualizes climate data trends and environmental changes through dynamic charts and graphs, helping users understand climate patterns over time.

RDockerKubernetesCI/CDggplot2Plotly
Showing 4 of 5 featured projects
ABOUT

Technical Skills Maxing

I'm a fullstack developer who's deep in the world of AI/ML. My focus is simple: build smart, production-ready applications where the tech feels intuitive and the experience is seamless.

From architecting RAG systems that process millions of records to deploying scalable microservices on Kubernetes, I bridge the gap between cutting-edge research and production reality.

DJ setup
CREATIVE OUTLET
AKA I Touch Grass

When I'm not building agentic systems or the next big B2B SaaS application you'll find me making new mixes at my workstation.

Python
JavaScript
TypeScript
Java
HTML/CSS
SQL
R
GraphQL
EXPERIENCE

Professional Journey

GenAI Research Assistant

FORTIS Lab at USC
Q3 2025 - Present

Designing and implementing a multimodal generative search optimization (GEO) attack pipeline that manipulates product rankings in LLM/VLM-driven recommendation systems through stealthy, ε-bounded perturbations of product images and text.

???
  • ???

Deep Learning Research Assistant

Air-Climate-Equity Lab at USC
Q2 2025 - Present

Developing machine learning models to predict air quality patterns and environmental conditions using deep learning techniques and geospatial data analysis.

PythonCNN-LSTMGeoPandasShapelyMLflowTensorBoard
  • Architected an end-to-end air quality prediction system combining CNN-LSTM deep learning with geospatial analysis, processing 8M+ records to achieve 98% predictive accuracy for PM2.5, NO2, and Ozone concentrations across CA.
  • Optimized model performance through advanced feature engineering, implementing time-aware data splits, percentile-based outlier handling, and domain-specific spatial features, resulting in 40% accuracy improvement.
  • Developed automated ML pipeline with comprehensive experiment tracking, integrating MLflow for model versioning, hyperparameter optimization, and artifact management, reducing model deployment time by 60%.
  • Engineered advanced geospatial visualization and analysis tools using GeoPandas and Shapely for high-resolution interpolated surface mapping with geographic boundary masking and spatial bias analysis.

Founder

switch.ai
Q2 2025 - Present

Building an AI-powered platform that provides intelligent search and retrieval capabilities for mechnical keyboard switches using advanced RAG architecture.

ReactTypeScriptLangChainPostgreSQLpgvectorJest
  • Engineered a high-performance RAG architecture that boosted search recall by 27% and cut Gemini LLM hallucinations by 31% by implementing a custom LangChain BaseRetriever that fuses pgvector (HNSW) with PostgreSQL FTS via Reciprocal Rank Fusion (RRF), a LongContextReorder agent to mitigate context loss, and a declarative LCEL graph for modular pipeline orchestration.
  • Reduced LLM iteration cycles by 50% by building a CI-integrated Jest/LangChain test harness that automates QA via synthetic query generation, LLM-as-judge grading, and streamlined A/B testing in LangSmith.
  • Secured the RAG platform by implementing OWASP-grade input validation, a multi-stage prompt injection defense (instruction filtering, output framing), and strict Content Security Policies to prevent XSS from rendered LLM outputs.

Lead Software Engineer

Marqui Labs
Q1 2025 - Present

Leading development of NASA Ames web platforms and creating AI-powered research tools to help scientists access and analyze internal publications and data.

ReactPythonRAGTransformersPostgreSQLDocker
  • Maintain and modernize NASA Ames public-facing web platforms, serving 30k+ monthly users, while ensuring compatibility with legacy backend systems and compliance with federal cybersecurity protocols.
  • Hardened web applications by integrating CSP hashing, sanitizing user inputs, and enforcing secure HTTPS configurations to mitigate XSS and injection vulnerabilities.
  • Authored the proposal and built a transformer-based RAG (vector-embedding + RAG) search engine that indexes 100k+ internal publications and delivers sub-second answers, dramatically improving data access for 500+ researchers.

Software Engineer

BLNK
Q2 2024 - Q3 2025

Developing intelligent search systems for e-commerce platforms and building scalable backend infrastructure to handle product data, payments, and shipping integrations.

PythonRAGPostgreSQLDrizzle ORMStripe APIShopify APIDocker
  • Built a multi-stage RAG search engine for 3k+ SKUs, reinforced with OWASP-grade validation and anomaly detection to block prompt-injection exploits.
  • Utilized Python scripts to automate and streamline the end-to-end data pipeline for refining over 100k lines of product taxonomy data imported from Shopify, ensuring high data integrity during migration.
  • Developed a scalable architecture by creating over 90+ modular CRUD and RESTful endpoints, utilizing Drizzle ORM for schema validation to ensure secure and efficient PostgreSQL interactions, optimized for high-throughput requests.
  • Led the integration of Stripe, Shopify, and Shippo through a secure CI/CD pipeline with Docker containerization, enabling seamless e-commerce workflows, high-volume transaction processing, and robust custom shipping solutions.

Lead Software Engineer

TablePal
Q3 2023 - Q4 2024

Leading a development team to build cloud-native applications using microservices architecture, focusing on scalable deployment and secure API development.

AWS EKSDockerKubernetesJestJWTReactNode.js
  • Architected and led a 6-person team in deploying a CI/CD pipeline on AWS EKS, orchestrating Docker-based microservices to automate application delivery and reduce task completion time by 30%.
  • Engineered a secure API layer by deploying multiple microservices to AWS EKS, routing traffic through an API Gateway that enforced JWT-based authentication and fine-grained Role-Based Access Control (RBAC).
  • Integrated Jest-based testing harness, increasing backend code coverage from 0% to 80%
  • Streamlined front end and back end integration by developing over 60 modular UI components that consumed these APIs.

Software Engineer Intern

Stealth Startup
Q2 2023 - Q3 2023

Building an intelligent chatbot application that provides contextual responses using AI and real-time streaming technology for enhanced user interactions.

Vue.jsNuxt.jsNode.jsSupabaseVector DatabaseSSE
  • Developed a full-stack AI chatbot, leveraging a Vue/Nuxt front end (SSR) and a Node.js backend with a Supabase vector database to provide context-aware responses, driving 30% increase in site traffic within 2 months.
  • Implemented a streaming UI using Server-Sent Events (SSE) to deliver AI responses token-by-token, cutting perceived response latency to under 500ms and significantly boosting user session duration.
GET IN TOUCH

Down To Build?

If you're looking to add some AI/ML intelligence to your project, let's connect. I'm always down to talk about building cool stuff.