TECHNICAL
WRITING

Deep-dives into AI architecture decisions, benchmark results, and engineering trade-offs from projects I've shipped.

LLMRAGOpen SourceBenchmarking

MemoryLens: Benchmarking LLM Memory Decay Across 100 Conversation Turns

I built MemoryLens after noticing that no publicly available framework quantified how different memory architectures degrade over extended conversations. Here's what I found.

Computer VisionDINOv2OpenVINOIndustrial AI

SpectraScan: Building a Real-Time Industrial AI Paint Defect Detection System

How we built a full-stack industrial defect detection platform using DINOv2, OpenVINO, and a FastAPI streaming pipeline — and secured 4th National Rank at the Mitsubishi Electric Cup.

ONNXDistilBERTLLMAgentic AI

SOLV.ai: Cutting Voice AI Inference Cost by 99.9% with ONNX Ensembles

We replaced a $1,500/M GPT-3.5 pipeline with a $1.83/M dual-model ONNX ensemble and a 6-state FSM. This is how we did it.