Members-Only
Recent Talks & Demos are for members only
You must be an AI Tinkerers active member to view these talks and demos.
The Specialist's Edge: Beating Frontier LLMs at Shopping Behavior with 4B Parameters
Discover how 4B parameter models outperform frontier LLMs in predicting shopper behavior, offering a specialized, cost-effective solution for proprietary tasks.
A pair of 4-billion-parameter Large Event Models that predict shopper behavior and beat the current frontier (GPT-5.6, Claude Opus 4.8, Sonnet 5) at it, at a fraction of the size and 100–400× lower cost.
- Qwen3-4bQwen3-4B delivers state-of-the-art reasoning and multilingual proficiency in a compact 4-billion parameter footprint.Qwen3-4B redefines the efficiency-to-performance ratio for edge deployment. Built on the latest Alibaba Qwen architecture, this model excels in coding (Python/C++) and complex mathematics while maintaining a lean 4-billion parameter count. It outperforms larger legacy models on benchmarks like MMLU and HumanEval, making it the primary choice for developers requiring low-latency, high-accuracy intelligence on consumer-grade hardware or mobile devices.
- LoRA/PEFTLoRA (Low-Rank Adaptation) is a Parameter-Efficient Fine-Tuning (PEFT) technique that accelerates LLM training by injecting small, trainable rank decomposition matrices into the frozen pre-trained weights.LoRA is the premier solution for adapting Large Language Models (LLMs) without the prohibitive cost of full fine-tuning. The method freezes the original model weights and injects lightweight, low-rank matrices (A and B) into the Transformer layers, specifically targeting attention weights (Wq and Wv). This approach delivers massive resource savings: for a model like GPT-3 175B, LoRA reduces the number of trainable parameters by up to 10,000 times and cuts GPU memory requirements by 3 times. Crucially, its linear design allows the new matrices to be merged with the original weights upon deployment, ensuring zero additional inference latency.
- GRPO RLGRPO (Group Relative Policy Optimization) is a critic-free reinforcement learning algorithm for training large language models (LLMs), enhancing reasoning while reducing computational overhead.GRPO, or Group Relative Policy Optimization, is a reinforcement learning (RL) algorithm introduced by DeepSeek in 2024 with their DeepSeekMath paper and scaled by DeepSeek-R1 in January 2025. It optimizes large language models (LLMs) by removing the need for a separate value network, a key component in traditional PPO (Proximal Policy Optimization). Instead, GRPO samples a group of responses to a given prompt, scores each one, and computes an advantage based on its performance relative to the group average. This approach significantly lowers compute and memory requirements, making large-scale RL for reasoning tasks more stable and affordable. GRPO has become a default for training reasoning and agentic models, especially when paired with verifiable rewards in domains like mathematics and code generation.
- Teacher ModelsTeacher Models: distilling knowledge from complex networks into simpler, more efficient student models.Teacher Models streamline AI deployment by transferring learned representations from a large, high-performing 'teacher' network to a smaller, faster 'student' network. This process, known as knowledge distillation, allows the student model to achieve comparable accuracy with significantly fewer parameters and computational demands. For example, a powerful but unwieldy ensemble of models (the teacher) can train a single, compact neural network (the student) for real-time inference in resource-constrained environments. This technique is crucial for deploying sophisticated AI on edge devices and in applications requiring low latency.
Related talks
More from the community
Building an AI on-call engineer
Dhaka
Explore Aster, an AI on-call engineer. Learn its current functionality, architectural choices, and practical LLM engineering patterns from…
How to build good skills for LLMs
Dhaka
Learn to build effective LLM skills that enhance capabilities without overwhelming context, preventing hallucinations. This talk shares practical…
The art of inferencing everywhere, how to embed and run language models natively.
Dhaka
Learn to embed and run language models natively in apps and websites for enhanced security and reduced latency,…
Extracting structured information using LLMs
New York City
Learn how to use OpenAITool for clean schema generation, turn functions into tools, and extract Pydantic models directly…
Vibe Coding to Production: A PM’s LLM Pipeline for OE Data Cleaning
Dhaka
Learn how to build a real OE data cleaning system using Claude, GPT-4 mini, and Apps Script, moving…
The most pythonic LLM application building experience
Los Angeles
Learn about a new Python library for building LLM applications, focusing on prompt management and core LLM interactions…
Compose Email
Loading recent emails...