Contact Now

Research & Build Logs

Notes, experiments, and technical deep-dives into models and architectures.

VisionJul 05, 2026

Mamba vs ViT at the Edge: A Post-Mortem

Why we ripped out our Vision Transformers for State Space Models in production.

NLPJul 01, 2026

When QLoRA Fails You

A deep dive into rank deficiency and catastrophic forgetting when fine-tuning Llama-3 70B.

QuantJun 28, 2026

Taming PPO for High-Frequency Execution

Notes on reward clipping and advantage estimation in noisy financial environments.

AgentsJun 24, 2026

Agentic RAG: Moving Beyond Naive Retrieval

Why standard semantic search is dead, and how agents are taking over retrieval.

MLOpsJun 20, 2026

Scaling vLLM with Triton Inference Server

Achieving 5k tokens/sec on an A100 cluster.

MLOpsJun 16, 2026

Deep Learning on Tabular Data is Still a Meme

A retrospective on 10 Kaggle competitions and why XGBoost still reigns supreme.

AgentsJun 13, 2026

Designing a Multimodal Coding Agent

Feeding screenshots and DOM trees into an autonomous web-testing agent.

NLPJun 09, 2026

Distilling Intelligence via Synthetic Data

Using frontier models to generate high-quality Kaggle datasets for small model tuning.

MLOpsJun 05, 2026

Fighting Concept Drift in Production

Implementing an online learning pipeline for our recommendation engine.

AgentsJun 01, 2026

Scaling Test-Time Compute: The New Paradigm

Why giving your agent more time to "think" beats training a larger model.

QuantMay 28, 2026

Diffusion Models for Time Series Forecasting

Replacing autoregressive models with score-based generative models for market prediction.

MLOpsMay 24, 2026

Multi-Node Training Nightmares

Debugging NCCL timeouts with Hugging Face Accelerate and FSDP.

VisionMay 21, 2026

Zero-Shot Anomaly Detection using CLIP

Using Vision-Language models to detect manufacturing defects without labeled data.

NLPMay 17, 2026

LoRA vs. Prompt Tuning vs. Adapters

Benchmarking Parameter-Efficient Fine-Tuning (PEFT) methods.

NLPMay 14, 2026

The Routing Collapse Problem in MoE

How to prevent your Mixture of Experts model from only using two experts.

QuantMay 10, 2026

Feature Selection in High-Noise Environments

Why adding more features usually destroys your trading model.

MLOpsMay 06, 2026

Running Transformers in the Browser via WebAssembly

Client-side ML is finally viable for real workloads.

AgentsMay 03, 2026

Designing Long-Term Memory for Agents

Moving beyond simple sliding windows for LLM context.

MLOpsApr 29, 2026

Detecting Fraud with Graph Neural Networks

Modeling transaction networks to catch bad actors.

MLOpsApr 25, 2026

Writing Custom CUDA Kernels for Attention

When standard PyTorch operations aren't fast enough.

RLApr 22, 2026

The Sim2Real Gap in Robotics RL

Why policies trained in simulation fail catastrophically in the real world.

MLOpsApr 18, 2026

You Are Evaluating Your LLMs Wrong

Why human-in-the-loop and LLM-as-a-Judge are mandatory.

QuantApr 15, 2026

Deep Dive: Order Book Imbalance Signals

Extracting microstructural alpha from Level 2 data.

VisionApr 11, 2026

VLMs for Autonomous Navigation

Combining visual inputs with semantic reasoning for path planning.

AgentsApr 08, 2026

Securing Agentic Workflows Against Prompt Injection

How we sandboxed our code-executing agents.

VisionApr 04, 2026

Federated Learning for Medical Imaging

Training deep neural networks without centralizing sensitive patient data.

NLPApr 01, 2026

Squeezing 70B Performance into 8B Weights

Advanced knowledge distillation techniques for Large Language Models.

QuantMar 28, 2026

Parsing SEC Filings with FinBERT

Extracting sentiment alpha from 10-K and 10-Q reports.

MLOpsMar 25, 2026

Tuning HNSW Indexes for Vector Search

Balancing recall and latency in billion-scale vector databases.

AgentsMar 21, 2026

Autogen vs LangGraph: A Developer Perspective

Choosing the right orchestration framework for multi-agent systems.

VisionMar 18, 2026

Self-Supervised Vision with SimCLR

Learning visual representations without a single labeled image.

NLPMar 14, 2026

DPO: The Death of RLHF?

Why Direct Preference Optimization is taking over model alignment.

QuantMar 11, 2026

Hidden Markov Models for Market Regimes

Making models aware of changing market volatility states.

MLOpsMar 07, 2026

Maxing Out GPU Utilization with TensorRT-LLM

Compiling Transformers for Nvidia hardware.

AgentsMar 04, 2026

Building Resilient Scraping Agents

Using Playwright and VLMs to navigate dynamic single-page applications.

QuantFeb 28, 2026

PatchTST: Transformers that Actually Work for Time Series

Solving the noise problem in financial transformer models.

VisionFeb 25, 2026

Training Vision Models on Unreal Engine Data

Closing the reality gap with domain randomization.

MLOpsFeb 21, 2026

Reducing API Costs with Semantic Caching

Don't pay OpenAI twice for the same question.

RLFeb 18, 2026

Curriculum Learning for Complex RL Tasks

You can't teach a model to run before it knows how to walk.

QuantFeb 14, 2026

Differentiable Portfolio Optimization

Integrating Markowitz Portfolio Theory directly into neural networks.

AgentsFeb 11, 2026

Multimodal RAG: Processing Charts and Tables in PDFs

Text-extraction ruins PDF structure. Vision models fix it.

MLOpsFeb 07, 2026

The Agentic Data Flywheel

How to build systems that get smarter every time a user interacts with them.