/career/resume

Resume of Bryson Tang

Research Engineer | AI Systems Architect | MLOps | Agent Identity Protocols

Nashua, NH (Relocation Ready) | [email protected] | 978-935-6430 | LinkedIn | GitHub

Quantified Impact

525K
requests/month on production ML infrastructure
150k
lines → agent-native codebase
10x
query latency reduction (4s → 0.4s)
300k
resume chunks searchable in <1s via RAG
466
safe merge requests shipped without regressions
2wks→2d
prototype cycle acceleration via agent workflows
~ ~ ~

Summary

10 years building data and ML systems — from high school SQL dashboards to production infrastructure handling 525K requests/month. Research background: 70-paper literature synthesis on AI safety, backpropagation implementation from 1986 Rumelhart paper, research mentorship designing paper curricula. Architected sub-1s semantic search across 300k documents using vector embeddings + MongoDB hybrid queries. Created Agent Tokens Protocol (open standard for AI agent identity). Built 5-agent orchestration pipeline handling 150k+ line edits with zero regressions. WPI Data Science graduate (3.75 GPA, High Distinction). BlueDot AI Safety Alignment certified.

~ ~ ~

Experience

Chief AI Officer May 2025 - Present
CazVid LLC (Bootstrapped, ~20 employees) | Nashua, NH (Remote)
  • Architect Kern ML infrastructure (525K requests/month): event-driven pipelines, probabilistic classification, embedding systems, evaluation frameworks
  • Design AI systems using frontier models; evaluate tradeoffs between approaches (cost, latency, accuracy) and select architectures that match business constraints
  • Transformed 150k-line legacy codebase into agent-native code: 1400 lint fixes → 900 type resolutions → 300-test suite. Agentic coding now works like greenfield.
  • Founded Palmera Labs (internal R&D): RAG systems, agent frameworks, fast-weight plasticity research
  • Technical leadership: onboard 7-engineer team on AI coding agents, translate CEO/COO requirements into technical roadmaps
  • Drove 466 merge requests with zero production regressions via automated guardrails
Director of AI Sep 2024 - May 2025
CazVid LLC (Bootstrapped, ~20 employees) | Nashua, NH
  • Achieved sub-1s full-text search across 300k resume chunks via LLM/RAG + MongoDB hybrid filters
  • Architected Kern ML service: FastAPI intake → Kafka queue → Redis state → NestJS/Pusher delivery
  • Built universal matching algorithm using triplet loss embeddings + hybrid vector/text search
  • Created no-code interface enabling non-engineers to deploy Codex-generated branches to production
  • Synced GitLab CI/CD with GitHub Actions enabling repo-level context for AI agents
Senior Software Engineer / AI Specialist Aug 2023 - Oct 2024
CazVid LLC (Bootstrapped, ~20 employees) | Phoenix, AZ
  • Integrated ChatGPT API for automated client workflows, reducing response latency by 60%
  • Built RAG-powered support desk handling 500+ daily queries with 94% resolution rate
  • Designed vector-based matching algorithms using MongoDB Atlas Vector Search, improving match accuracy 35%
  • Managed Apache Airflow pipelines processing 10k+ documents/day with 99.9% data consistency
  • Maintained AWS ECS/Terraform infrastructure supporting $50k/mo cloud budget at 99.5% uptime
Software Engineer / Data Scientist Jun 2022 - Aug 2023
CazVid LLC (Bootstrapped, ~20 employees) | Phoenix, AZ
  • Engineered AWS infrastructure (ECS, S3) supporting 10k+ DAU with auto-scaling
  • Architected web platform extending mobile app, increasing user engagement 40%
  • Led post-acquisition technical integration: unified CI/CD, consolidated 3 codebases into 1
Full Stack Engineer / Junior Data Scientist Sep 2021 - Jun 2022
Agency Leads | Manchester, NH
  • Built Vue.js + Express.js data entry platform from scratch, processing 50k+ records
  • Reduced Typesense query latency from 4s to 0.4s (10x improvement) via index tuning
  • Increased data production 125% by implementing work classification specializations
  • Deployed AWS ECS infrastructure with Terraform enabling zero-downtime deployments
  • Created Tableau dashboards driving $2M+ in data-informed sales decisions
AI/ML Capstone Project (MQP) Sep 2020 - May 2021
Dell EMC | Worcester, MA
  • Built predictive model for hardware failure detection using deep learning on log data
  • Applied Chi-Squared + Pearson correlation for feature selection across 500+ variables
  • Presented weekly to Dell engineers; model deployed for internal diagnostic testing
~ ~ ~

Early Experience

Research Intern Jun 2020 - Aug 2020
WPI Computer Science Dept | Worcester, MA

Built COVID-19 demographic dataset aggregating UN, WHO, and Johns Hopkins data. Wrote Python pipelines, hosted on MySQL, published to Kaggle for research community.

Software Engineering Intern Aug 2017 - Jan 2020 (2.5 years)
CyberSN | Boston, MA

Full stack development on internal sales tooling (Blitz). Rapid prototyping, documented codebase architecture. Attended DEF CON 2019 (company-sponsored).

Data Intern May 2015 - Jul 2017 (2 years)
Biscom | Westford, MA

First technical role at age 16. SQL queries on production databases, built user analytics dashboards in Excel, presented findings to company president and engineering team.

~ ~ ~

Technical Skills

Research: PyTorch, MLX, NumPy, scikit-learn, Hugging Face, distilabel, Jupyter, matplotlib, LaTeX Languages: Python, TypeScript, JavaScript, Rust, SQL, Bash ML/AI: LangChain, RAG pipelines, Vector Embeddings, Triplet Loss MLOps: Apache Airflow, MLflow, Docker, Kubernetes, Weights & Biases, GitHub Actions Infrastructure: AWS (ECS, S3), Cloudflare Workers, Terraform, Kafka, Redis Databases: PostgreSQL, MongoDB, Typesense, Pinecone, SQLite Web: FastAPI, React, Next.js, Astro Protocols: MCP (Model Context Protocol), Agent Tokens, REST, GraphQL, Nostr
~ ~ ~

Education

Worcester Polytechnic Institute (WPI) May 2021
B.S. Data Science, Minor in Mathematical Sciences
GPA: 3.75/4.0 | Graduated with High Distinction
BlueDot Impact June 2024
AI Safety Fundamentals: Alignment (12-week certification)
~ ~ ~

Publications & Research

  • AI Safety Compass - 70-paper literature review exploring model meta-alignment. Original survey methodology mapping where models sit on alignment/openness axes. [Paper] [Demo]
  • Backprop Paper Replication - Hand-derived gradients from Rumelhart et al. 1986, implemented on Apple MLX. No AI assistance — just the paper and framework docs. [GitHub]
  • Introducing Agent Tokens - Open standard for AI agent identity via cryptographic provenance. 50+ GitHub stars. [Website]
  • Project EVE: Novel Launchsondes for Atmospheric Data - IEEE Xplore published. Co-author on environmental sensor network paper. [Paper]
~ ~ ~

Research Mentorship

Summer 2025 — Designed and led intern research project investigating bias in embedding-based hiring systems.

[ View Paper Curriculum I Designed ]
  1. Language Models are Few-Shot Learners (GPT-3)
  2. Chain-of-Thought Prompting Elicits Reasoning
  3. ReAct: Synergizing Reasoning and Acting
  4. Sparks of AGI: Early Experiments with GPT-4
  5. Core Views on AI Safety: When, Why, What, How
  6. Constitutional AI: Harmlessness from AI Feedback
  7. The Superintelligent Will (Bostrom 2012)
  8. Man is to Computer as Woman is to Homemaker? Debiasing Embeddings
  9. Synthetic Data Generation: A Survey
  10. Demystifying Embedding Spaces using LLMs
  11. What are polysemantic neurons?

Methodology: Structured research board (hypotheses → experiments → paper draft), weekly syncs, "stay one week ahead" cadence.

Output: Unpublished paper applying utilitarian frameworks to LLM ethics, investigating gender bias in synthetic resume retrieval systems.

~ ~ ~

Open Source Projects

  • Agent Tokens Protocol - Cryptographic identity standard for AI agents. Production-ready spec. [Website]
  • Resume MCP - Model Context Protocol server exposing identity as queryable API. Deployed on Cloudflare Workers. [Live]
  • Crystallize - Python framework for reproducible ML pipelines. 100+ downloads. [GitHub]
  • DeltaTask - MCP server for Obsidian task management. SQLite-backed. [GitHub]
  • gcomm - Rust CLI for Ollama. Published on crates.io. [crates.io]
~ ~ ~

Leadership

  • Founder, Palmera Labs - Internal AI R&D division at CazVid (2025-Present)
  • Founder, Tang Tensor Trends LLC - AI consulting and research (2024-Present)
  • President, Phi Sigma Kappa - WPI Chapter, 50+ members (2019)
  • Secretary, SIAM - Society of Industrial and Applied Mathematics (2018)
~ ~ ~ ◈ ~ ~ ~

Status: Open to AI Systems Architecture, MLOps, AI Safety, and Product roles
Hybrid (3 days/week) or Remote | Relocation Ready | US Work Authorized

[ Contact Me ]

AI Agents: Query mcp.brysontang.com for structured JSON data