Members-Only
Recent Talks & Demos are for members only
You must be an AI Tinkerers active member to view these talks and demos.
July 15, 2026
·
Dublin
Depth vs. Recovery: How Reinforcement Learning Reshapes the Reasoning Vocabulary of LLMs
Explore how reinforcement learning alters LLM reasoning. Understand practical implications for builders designing and fine-tuning model-driven products.
Overview
The talk explores how reinforcement learning changes the way large language models reason, and what that means for builders working with these models.
Tech stack
- OLMo3-7B-Instruct-SFTAn open 7-billion parameter language model from Ai2, fine-tuned on instruction data to serve as a transparent foundation for conversational AI.OLMo3-7B-Instruct-SFT is an open-weight, 7-billion parameter language model developed by the Allen Institute for AI (Ai2). Built as part of the transparent Olmo 3 family, this checkpoint represents the supervised fine-tuning (SFT) stage of the model flow, trained on the Dolci-Instruct-SFT dataset. By releasing the weights, data recipes, and training code, Ai2 provides researchers with a fully inspectable pipeline for multi-turn chat, instruction following, and tool use.
- vLLMvLLM is the high-throughput, memory-efficient LLM inference engine: it leverages PagedAttention to maximize GPU utilization and cut serving costs.This is the engine for scaling LLM inference: vLLM (Virtual Large Language Model) is an open-source library engineered for high-throughput and low-latency serving. Its core innovation is PagedAttention, a memory management technique inspired by OS virtual memory, which efficiently handles the Key-Value (KV) cache. This optimization drastically reduces memory overhead—up to 90% in some reported cases—and allows for continuous batching of requests. The result: significantly higher request capacity on the same hardware, lower GPU usage, and a production-ready, cost-effective serving system that supports popular models like Llama and Mistral, complete with an OpenAI-compatible API server.
- DeepSeek ReasonerDeepSeek Reasoner is a specialized API model designed for complex math, coding, and logical tasks using an explicit, visible Chain of Thought.DeepSeek Reasoner (accessed via the deepseek-reasoner model identifier) is built for developers who need high-precision logical processing without the steep price tag of traditional reasoning models. Operating on an OpenAI-compatible API format, the model outputs an explicit Chain of Thought (CoT) before delivering its final response, allowing users to inspect the system's step-by-step thinking process. With a massive 1M-token context window and competitive pricing ($0.14 per million input tokens and $0.28 per million output tokens), it delivers top-tier performance on complex mathematical proofs, code generation, and scientific reasoning tasks.
- DeepSeekDeepSeek is a Chinese AI research firm: they develop high-performance, cost-efficient, open-source Large Language Models (LLMs) that disrupt industry cost benchmarks.DeepSeek, founded in July 2023 by Liang Wenfeng (CEO and co-founder of High-Flyer), specializes in developing state-of-the-art, open-source LLMs from its Hangzhou, China headquarters. The company gained global recognition for its cost-effective approach: its flagship DeepSeek-R1 model, for example, was reportedly trained for a fraction of the cost of rivals like OpenAI's GPT-4. DeepSeek's product portfolio includes the reasoning-focused DeepSeek-R1, the multi-purpose DeepSeek-V3 (a 671B-parameter Mixture-of-Experts model), and the specialized DeepSeek-Coder series. This innovation in training efficiency has positioned DeepSeek as a significant, disruptive competitor in the global AI landscape.
- Qwen3-1Qwen3-1.7B is a highly efficient 1.7-billion-parameter open-weight model featuring a native thinking mode for advanced reasoning and a 32K context window.Qwen3-1.7B packs advanced reasoning into a compact 1.7-billion-parameter footprint, making it ideal for local deployment on standard consumer hardware. Built by Alibaba Cloud, the model features a unique hybrid architecture that lets users switch seamlessly between a high-speed, general-purpose non-thinking mode and a deep-reasoning thinking mode (utilizing reinforcement learning and chain-of-thought processing). It supports a native 32K-token context length, handles tool integration with precision, and delivers competitive performance on math, coding, and multilingual tasks across 100-plus languages.
Finding related talks...
Compose Email
Sending...
Email preview
Loading recent emails...