← All speakers

Bio, Work & Ideas

Asma Beevi

Conference affiliation: Senior Engineer · NVIDIA · 2026

Asma Beevi is a senior engineer at NVIDIA developing NVIDIA TensorRT Model Optimizer, a toolkit for making powerful AI models smaller, faster, and less expensive to run. Her work concentrates on preserving model accuracy while reducing the precision, memory, and computation required for deployment.

Also publishing as Asma Beevi K. T. and Asma Kuriparambil Thekkumpate, she coauthored 2022 research on millimeter-wave radar hand-shape recognition using deformable transformers and three-dimensional point clouds. She subsequently worked on pruning computer-vision models before turning to quantization as large language models reshaped the computational demands of AI.

At NVIDIA, she has contributed to Model Optimizer, which supports quantization, pruning, distillation, and other deployment optimizations. Her coauthored technical work spans low-precision inference, diffusion models, memory-efficient fine-tuning, and accuracy recovery for compressed language models.

  • Architecture-sensitive quantization: Beevi treats compression as a way to deliver greater intelligence within a fixed computing budget. She works with NVFP4, a four-bit floating-point format that shares scaling information across small groups of values, and emphasizes mixed-precision strategies: mixture-of-experts components can often tolerate aggressive compression, while attention projections may require higher precision. Benchmarking remains essential because useful compression must preserve actual model performance.
  • Quantization-aware training: When post-training quantization reduces accuracy, Beevi’s work on training-based recovery describes fine-tuning models under simulated low-precision conditions, sometimes with guidance from a higher-precision teacher. She also coauthored a four-bit gpt-oss adaptation workflow that restores higher precision for supervised fine-tuning before returning the model to efficient deployment.
  • BeeLoop and persistent agent systems: Outside model compression, she created BeeLoop, an open-source personal assistant and loop-engineering project, and maintains AgentInProduction. Her writing on agent-loop architecture explores memory and event-driven behavior beyond one-shot coding assistance.

At the 2026 AI Engineer World’s Fair, Beevi outlined a broader optimization agenda encompassing KV-cache compression, long-context reasoning, activation sparsity, and the challenges introduced by increasingly heterogeneous model architectures.

Read the topics behind these talks

1 conference talk

Key ideas

Scroll to read ↓

Making a model fit is only the beginning: selective precision, architecture-aware evaluation and runtime compression determine whether local intelligence remains useful.

  • How much intelligence fits on your computer?
    0:21 ↗
  • From open reasoning to local agents
    4:41 ↗
  • Precision belongs where errors matter
    11:36 ↗
  • Benchmark the allocation, then examine the format
    14:46 ↗
  • A benchmark score does not describe the whole deployment
    17:51 ↗
  • A large quantized model or a small native model?
    21:41 ↗
  • Local demand changes what gets built
    24:21 ↗
  • Creating the checkpoint is the easy part
    28:54 ↗
  • New architectures invalidate old shortcuts
    32:30 ↗
  • The next compression targets are runtime state and computation
    37:27 ↗
  • How do you find a trustworthy modified model?
    43:22 ↗

References