← All speakers

Bio, Work & Ideas

Daniel Han

Conference affiliation: Co-founder · Unsloth · 2026

Daniel Han is the co-founder of Unsloth, the open-source AI company he founded with his brother Michael to make powerful models easier to fine-tune, compress, and run locally. His work addresses a practical constraint on open AI: useful models often exceed ordinary developers’ hardware budgets, while subtle implementation errors can quietly undermine their accuracy.

From GPU acceleration to Unsloth

Han’s earlier projects included sciblox, a toolkit for easier data science and machine learning, and an investigation into reversing Markov chains. He and Michael also developed HyperLearn, an earlier machine-learning software project.

At NVIDIA, Han worked on GPU-accelerated machine learning in the RAPIDS ecosystem. His article about accelerating t-SNE described improvements to the dimensionality-reduction algorithm in RAPIDS cuML, including substantial speedups under specific testing conditions.

The brothers launched Unsloth in December 2023 to accelerate language-model fine-tuning and reduce memory consumption without requiring new hardware. Unsloth joined Y Combinator’s Summer 2024 batch and expanded into reinforcement learning, model distribution, quantization, and local AI workflows.

  • Open-model debugging: Han identified failures in Gemma, Llama, and Phi models that stemmed from activation-function discrepancies, incorrect numerical precision, duplicate beginning-of-sequence tokens, incompatible chat templates, untrained token embeddings, and collisions between padding and end-of-sequence tokens. Such defects can cause invalid gradients, degraded fine-tuning, or endless generation. His technical walkthrough of open-model failures treats tokenization, training, inference, and export as one interconnected system.
  • Correct gradient accumulation: Daniel and Michael traced discrepancies between accumulated small-batch training and equivalent full-batch training to incorrect loss normalization across sequences of different lengths. Their gradient-accumulation investigation addressed a mathematical error embedded in widely used training workflows and supported related improvements with Hugging Face.
  • Asynchronous gradient checkpointing: The brothers’ long-context training research describes moving selected intermediate activations into system memory without unnecessarily blocking GPU execution. This approach makes longer fine-tuning contexts feasible while limiting additional runtime.
  • Dynamic quantization: Han’s compression strategy preserves sensitive layers or weights at higher precision while aggressively compressing less sensitive components. Unsloth’s dynamic four-bit research demonstrates why uniform compression can damage a vision-language model’s interpretation even when the resulting file is smaller. In an August 2026 update, Han reported one-bit Qwen variants capable of running in 8 GB of RAM, with retained accuracy measured through Unsloth’s internal testing.
  • Reward design and benchmark reliability: Han emphasizes that reinforcement learning depends on meaningful reward functions, adequate exploration, and verification that reflects the intended task. His reasoning-model workshop connects supervised fine-tuning, GRPO, parameter-efficient adaptation, and low-memory inference. His work on reward hacking and evaluation examines how weak tests, contaminated benchmarks, misleading timing measurements, and incorrect intermediate reasoning can produce impressive scores without corresponding improvements.

Han’s goal is democratizing capable local AI through software that preserves useful behavior while reducing the memory, hardware, and expertise required to adapt advanced open models.

Talks by Daniel Han

5 talks
AI Engineer World's Fair 202646:01

Compression at the Edge

Moderator Chris Alexiuk leads a panel with representatives from NVIDIA, Unsloth, Hugging Face, and Ollama on compressing open models for local and edge deployment. The discussion covers FP32-to-FP4 and mixed-precision quantization, model-size versus quality tradeoffs, DeepSeek-R1, layer-sensitive compression, linear-attention limitations, long-context…

Chris Alexiuk · Daniel Han · Asma Beevi · Merve Noyan · Parth Sareen

Evals · Other / unclassified · Architecture

AI Engineer World's Fair 202417:42

Fixing bugs in Gemma, Llama & Phi-3

Unsloth's Daniel Han examines practical open-model fine-tuning failures, focusing on Llama 3 after briefly reviewing Gemma activation-function bugs and Phi-3 sliding-window and QKV issues. He explains how duplicated BOS tokens, incompatible base-versus-instruct chat templates, untrained token embeddings, and identical padding/EOS tokens can reduce…

Daniel Han

Reasoning and models · Other / unclassified · Data and model adaptation

AI Engineer World's Fair 20262:20:21

Special topics in Kernels, RL, Reward Hacking in Agents

Unsloth co-founder Daniel Han presents an extended technical workshop on open-model distribution, training-stack improvements, AI capability trends, dynamic low-bit quantization, and cost-performance tradeoffs. He examines benchmark reliability through SWE-bench and mathematical answer verification, discusses cybersecurity and regulation, and contrasts…

Daniel Han

Evals · Safety and governance · Infrastructure and deployment

References