Members-Only
Recent Talks & Demos are for members only
You must be an AI Tinkerers active member to view these talks and demos.
Deterministic Safety Gates Before The LLM
Learn how to implement deterministic safety gates before LLMs for high-stakes applications, ensuring robust input interpretation and analysis through a confidence triad and tiered approach.
I built LanguageMCP, which is an assistive-communication (AAC) service that has an interpretation and safety layer for all user inputs before an LLM is called. For the demo I will show the code workflow in the routing core (communication_interpretation_layer.py), the user interface and terminal logs.
Daniella LaGuerre's portfolio showcases enterprise observability consulting, systems architecture, and her "System Physics" framework, which applies thermodynamic principles to infrastructure monitoring using technologies like Splunk, Cribl, OpenTelemetry, and AWS.
Personal Substack profile of sci-tech writer Daniella LaGuerre.
- OllamaDeploy and run open-source Large Language Models (LLMs) like Llama 3 and Mistral locally on your machine: achieve private, cost-effective AI via a simple command-line interface.Ollama is the essential tool for running LLMs locally: consider it the Docker for AI models. It packages complex models and dependencies into a single, easy-to-use application for macOS, Linux, and Windows systems. You get immediate access to models like Gemma 2 and DeepSeek-R1 via a straightforward CLI or REST API. This local-first approach guarantees data privacy and security, eliminating cloud dependency and high API costs. Ollama also optimizes performance on consumer hardware using techniques like quantization, ensuring efficient execution even on standard desktops.
- Llama 3Meta's state-of-the-art, openly available Large Language Model: Llama 3 delivers superior performance with 8B and 70B parameter versions.Llama 3 is Meta's next-generation LLM, setting new benchmarks for openly available models. We released initial versions at 8B and 70B parameters, both instruction-tuned for peak performance (outperforming models like Gemini Pro 1.5 and Claude 3 Sonnet on key industry metrics). The model was trained on a massive 15 trillion token dataset (7x Llama 2's data) and features a 128,000-token vocabulary and 8,192-token context length: this architecture enables enhanced reasoning and multilingual capabilities across over 30 languages. Llama 3 is designed for scale and efficiency, integrating Grouped Query Attention (GQA) for faster inference.
- FastAPIFastAPI is a modern, high-performance Python web framework for building APIs with automatic OpenAPI documentation.FastAPI is a robust, high-speed Python web framework: it is built on Starlette (for async capabilities) and Pydantic (for data validation and serialization). Leveraging standard Python 3.8+ type hints, the framework automatically generates interactive API documentation (Swagger UI/ReDoc) and enforces data validation, effectively reducing developer-induced errors by an estimated 40%. This architecture delivers performance on par with Node.js and Go, significantly increasing feature development speed (up to 300% faster). It is production-ready, fully supporting OpenAPI and JSON Schema standards for all API specifications.
- 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) .
- Make / BashA powerful combination of GNU Make for dependency-based task orchestration and Bash for direct, low-level system scripting.Combining GNU Make and Bash creates a highly efficient, lightweight workflow engine for local development and CI/CD pipelines. Make handles the high-level dependency graph (ensuring steps run only when source files change) while Bash executes the actual commands (managing files, environment variables, and system utilities). This pairing eliminates the overhead of heavy orchestration frameworks, relying instead on standard Unix tools to build, test, and deploy software reliably.
Related talks
More from the community
Seams Showing: Deconstructionist Approach to AI Engineering
DC
Explore a deconstructionist approach to AI engineering for reliable MTG rules adjudication. This talk details a layered system…
Building a Digital Supermax: Architecting Air-Gapped Runtimes for Untrusted Agents
DC
Learn how to build secure, air-gapped runtimes for AI agents like OpenClaw. This talk explores network infrastructure and…
Watch a Governed Multi-Agent System Block, Verify, and Replay AI Code — Live
Montreal
See a live demo of aming-claw, a system that lets AI agents write code under enforced contracts, including…
Code > Prompts: Why Your Agent Should Think in Code, Not English
Seattle
See how agents can emit typed Python execution plans instead of English reasoning. This talk demonstrates a framework…
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,…
What If Your OS Was Built for Agents, Not Humans?
Los Angeles
Explore an OS built for AI agents, featuring persistent identities, tiered memory, signed capabilities, and intelligent LLM routing.…
Compose Email
Loading recent emails...