Members-Only
Recent Talks & Demos are for members only
You must be an AI Tinkerers active member to view these talks and demos.
LMStack - Development stack using local LLMs
Learn to build a local LLM development stack for real coding. Discover what works, what to avoid, and how to set up your harness, router, and observability.
Project is called lmstack which is a local stack for real development. I’ve been using thsi stack for a month to build features on an open source project. I will show why the entire stack needs to be different when using local llms and what’re the pitfalls of using standard tooling. What works and what to avoid.
Generated 3 days ago
The speaker presents LMStack, an open-source project addressing the challenges of running local large language models (LLMs) for code generation. The problem stems from the complexity of managing infrastructure, fine-tuning, and task allocation for local GPUs, unlike cloud-based solutions. LMStack automates infrastructure setup, including the vLLM inference engine, and introduces a "task classifier." This classifier dynamically matches suitable coding tasks from a Git repository to the local hardware's capacity, queuing them for execution. The audience learns how LMStack provides a predictable and repeatable system for local LLM-driven code generation, demonstrated through a dashboard visualizing task execution and token usage.
View full transcript
An Apache-2.0 local development LLM stack supporting multi-GPU backends.
- NVIDIA DGX SparkThe desktop AI supercomputer: DGX Spark delivers 1 petaFLOP of FP4 performance via the GB10 Grace Blackwell Superchip.This is the DGX Spark: your personal AI supercomputer, built for serious local development. It packs the GB10 Grace Blackwell Superchip (20-core Arm CPU, Blackwell GPU) and 128GB of unified memory into a compact desktop form factor (1.2 kg). You can prototype, fine-tune, or inference models up to 200 billion parameters right at your desk. It ships ready with DGX OS and the full NVIDIA AI software stack (CUDA, TensorRT), ensuring a seamless path from local work to data center deployment.
- 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.
- LiteLLMLiteLLM is the unified LLM gateway: call 100+ models (OpenAI, Anthropic, Azure, etc.) using a single, standardized OpenAI-compatible API.LiteLLM acts as your production-grade LLM gateway, simplifying complex multi-model deployments. It unifies over 100 LLM providers—including OpenAI, Anthropic, and VertexAI—under a single, consistent API call structure (the OpenAI format). This standardization eliminates SDK friction. Key features include the LiteLLM Router for automatic retry and fallback logic across deployments, ensuring high reliability. Additionally, the Proxy Server centralizes cost tracking, allows granular budget setting per virtual key, and provides load balancing, making it essential for ML Platform teams managing scalable, cost-optimized Gen AI applications.
- PythonPython: The high-level, general-purpose language built for readability, powering everything from web backends to advanced machine learning models.Python is the high-level, general-purpose language prioritizing clear, readable syntax (via significant indentation), ensuring rapid development for any team . Its ecosystem is massive: use it for robust web development with frameworks like Django and Flask, or leverage its power in data science with libraries such as Pandas and NumPy . The Python Package Index (PyPI) provides thousands of community-contributed modules, offering immediate solutions for tasks from network programming to GUI creation . The language is actively maintained by the Python Software Foundation (PSF), with the stable release currently at Python 3.14.0 (as of November 2025) .
- Open SourceOpen Source is a development model: its source code is publicly accessible, allowing free use, modification, and redistribution under an OSI-approved license.Open Source technology operates on a decentralized peer-production model, making the core source code transparent and universally accessible. This approach encourages open collaboration globally, driving rapid, community-led innovation (e.g., Linux, Git, Apache HTTP Server). The Open Source Initiative (OSI) sets the standard via The Open Source Definition (OSD), ensuring licenses permit derivative works and redistribution. Economically, this model is massive: a 2024 Harvard study estimated the ecosystem's demand-side value at $8.8 trillion, confirming its central role in modern global tech infrastructure.
Related talks
More from the community
Building a Product Powered by Local LLM's Only - Using LLM's in Cursor
Seattle
Local LLM Orchestration with LangChain & LM Studio
Manchester NH
Compare building a multi-perspective LLM tool using pure Python, LangChain, and Prompt Flow to understand framework trade-offs on…
Dev tools are all you need
Seattle
Explore Maibook, a desktop app using AI agents personalized from your file system. See customized dev tools for…
Why System Understanding Is Hard for LLMs and How to Fix It
Seattle
Learn how an agent reconstructs distributed systems from code and configs, evaluating behavior under load and failure propagation,…
Building Computers for Agents
Seattle
Learn about a new microVM for safely sandboxing AI agents locally, mitigating risks from their potentially adverse actions…
Game Sims (Tinkering with Local LLMs)
Tokyo
Explore GameSims, a local LLM arena where AI agents battle on board games, chat, and learn from mistakes,…
Compose Email
Loading recent emails...