← All speakers

Chris Alexiuk is a senior product research engineer at NVIDIA, co-founder of AI Makerspace, and an educator working to make advanced language models easier to customize, evaluate, and deploy. His work on the Nemotron model family combines open-model development with practical engineering for agents, local inference, and accessible hardware.

Earlier roles at Capgemini, Ox, and FourthBrain brought together machine learning, data science, and technical instruction. With Greg Loughnane, he co-founded AI Makerspace and helped develop The AI Engineering Bootcamp, which teaches developers to build and deploy production-ready language-model applications. He and Loughnane also co-authored a forthcoming Wiley book covering prompting, retrieval, fine-tuning, and agentic reasoning.

At NVIDIA, Alexiuk develops technical articles, demonstrations, and reference implementations spanning synthetic training data, model customization, multimodal agents, reinforcement learning, and evaluation. His priorities include:

  • Openness beyond model weights. Useful transparency extends to training data, evaluation methods, development frameworks, and licenses that explicitly permit developers to train on model outputs. His Nemotron customization guide makes that openness actionable through reproducible post-training.
  • Specialized models for agent workflows. General-purpose frontier models can be excessive for narrowly defined tasks. Alexiuk favors adapting open models to particular applications and agent harnesses; his command-line agent implementation combines synthetic data and reinforcement learning with verifiable rewards, command validation, and human approval.
  • Multi-model agent architecture. His Nemotron agent reference architecture distributes work across specialized components for reasoning, retrieval, speech, and safety, matching capabilities to each task’s latency and cost requirements.
  • Local inference and model ownership. Alexiuk argues that community optimization makes open models faster and more practical on ordinary hardware, while model ownership preserves access and customization. At the AI Engineer World’s Fair, he predicted that increasingly capable everyday assistants would run directly on users’ computers. He also moderated a panel on edge compression, focusing on quantization, deployment tradeoffs, and whether compressed models retain their original capabilities.

Read the topics behind these talks

2 conference talks

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 ↗

Key ideas

Scroll to read ↓

Open models let builders inspect what they run, specialize it for a product, retain training traces, and optimize the cost of useful outcomes.

  • Why rent a general model for a narrow task?
    0:18 ↗
  • Trust starts with knowing what runs
    6:11 ↗
  • Post-training changes the cost of a useful result
    11:40 ↗
  • Train the model for the harness
    15:57 ↗
  • Keep the traces that make the next model better
    19:36 ↗
  • Close the loop with the task’s real environment
    22:35 ↗
  • Specialize capability and share the optimization work
    26:14 ↗
  • The next thresholds: knowledge work, access, and local hardware
    32:21 ↗
  • Make local intelligence something people can use
    39:44 ↗

References