Bryson Tang

AI Systems Architect & Research Engineer

Founder, Syntropy Systems · Nashua, NH · Open to AI Systems Architecture, MLOps, AI Safety, and Product roles

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.

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

Selected Work

AI Safety Compass

Research paper exploring a gap: do models actually believe what their creators say about safety? I call this "meta-alignment"—not whether models do safe things, but whether they've internalized their lab's safety philosophy. Surveyed 10 frontier models with 40 questions derived from 70+ papers. Interactive tool included.

Research · AI Safety · Meta-Alignment PaperLive Demo

crystallize

A framework that makes data science experiments reproducible. Jupyter notebooks hide state—you can't tell what order cells ran or what values held. Crystallize treats each experiment as an immutable record with automatic statistical checks. Long-term goal: infrastructure that lets AI agents run their own experiments.

Research Tooling · Reproducibility · Experimental Rigor Docs

agent-tokens

A protocol for declaring agent intent at the HTTP layer. The problem: when an agent makes a request, origins can't tell if it matches what the user actually wanted. User says "check weather," agent calls the bank API—how does the bank know to block it? Agent Tokens let agents declare their allowed scope upfront so middleware can enforce policy automatically.

Protocol · Intent · Policy Spec

fMCP

A proposed composition layer for MCP that lets agents submit multi-step plans as a single typed, auditable expression — without routing intermediate data through the model. Built entirely from already-specified MCP primitives, so it runs on top of the existing spec rather than forking it.

Protocol · MCP · Specification

Golden Gate Qwen

Minimal replication of Anthropic's Golden Gate Claude on consumer hardware. Trains a Sparse Autoencoder on Qwen2.5-1.5B, discovers interpretable features, and steers model behavior — all on an RTX 3070 Ti. Demonstrates that mechanistic interpretability research is accessible beyond frontier-scale compute.

Interpretability · Sparse Autoencoder · Feature Steering

jacobian-lens

Fork of the companion code for "Verbalizable Representations Form a Global Workspace in Language Models" (Transformer Circuits), adding a backward "ghost-token" lens — the original Jacobian lens run in reverse, decoding residual states back into input-token space.

Interpretability · Global Workspace · Paper Companion Paper

ContextWars

Adversarial token convergence experiments on MLX. Pits language models against each other to reveal training strata — solo mode converges in 2 iterations, adversarial mode never does. Under pressure, models collapse to their most defensible tokens, revealing composition invisible in normal evaluation.

Interpretability · Adversarial · Model Fingerprinting

windtunnel

Unittest for tool-using LLM agents. You don't fly a new airframe straight into a storm — Wind Tunnel is a reliability bench where agents run reproducible scenarios scored on four independent layers: outcome, trajectory, constraints, and robustness. Structured, diff-able, and runnable in CI. Open source from Syntropy Systems.

Agent Evals · Reliability · MCP Docs

Kern

Event-driven ML service architecture enabling long-running agentic workflows. Designed around distributed systems constraints: Kafka for async (no HTTP timeouts), Redis for large results (Pusher limits), dual-mode for internal app + external API. 525K requests/month in production.

Systems Architecture · FastAPI · Kafka

Bloomdesk

Addressing the "Translation Gap" between users and engineers. An intelligent pipeline that converts vague bug reports into structured, high-entropy technical tickets using LLMs.

Product · AI Pipeline · SaaS

resume-mcp

Your identity as an API endpoint. An MCP server that lets AI agents query your professional profile with structured tools instead of scraping HTML.

MCP · Cloudflare Workers · API Live Endpoint

whirr

Local experiment orchestration: queue jobs, track metrics, wake up to results. A lightweight, self-hosted alternative to cloud experiment trackers — no accounts, no external dependencies, just SQLite and your filesystem. Open source from Syntropy Systems.

MLOps · Experiment Tracking · Python

Experience

Jan 2026 - Present

Founder · Syntropy Systems (Tang Tensor Trends LLC)

  • Building AI infrastructure company: shared authentication, payments, and LLM tooling across product portfolio
  • Independent research: replicating Anthropic’s Golden Gate Claude on consumer hardware — training sparse autoencoders on Qwen2.5-1.5B for mechanistic interpretability
May 2025 - Dec 2025

Chief AI Officer · CazVid LLC (Bootstrapped, ~20 employees)

  • 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
Sep 2024 - May 2025

Director of AI · CazVid LLC

  • 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
Aug 2023 - Oct 2024

Senior Software Engineer / AI Specialist · CazVid LLC (Bootstrapped, ~20 employees)

  • 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
Jun 2022 - Aug 2023

Software Engineer / Data Scientist · CazVid LLC (Bootstrapped, ~20 employees)

  • Engineered AWS infrastructure (ECS, S3) supporting 10k+ DAU with auto-scaling
  • Architected web platform extending mobile app, increasing user engagement 40%
Sep 2021 - Jun 2022

Full Stack Engineer / Junior Data Scientist · Agency Leads

  • 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
Sep 2020 - May 2021

AI/ML Capstone Project (MQP) · Dell EMC

  • Built predictive model for hardware failure detection using deep learning on log data
  • Applied Chi-Squared + Pearson correlation for feature selection across 500+ variables

Writing

Education