Members-Only
Recent Talks & Demos are for members only
You must be an AI Tinkerers active member to view these talks and demos.
Mining Your Own Agent: A Memory Analytics Layer for Agentic Coding Sessions
This talk introduces a local analytics system for agentic coding sessions. It ingests logs, extracts memories and behaviors using LLMs, and surfaces insights via a UI, enabling deeper understanding of agent actions and failures.
A local analytics system that treats your agentic coding session logs as a dataset — ingesting JSONL transcripts, extracting structured memories, entities, and behavioral patterns via LLM, embedding everything for hybrid retrieval, and surfacing it through a Streamlit UI.
Generated 3 days ago
The speaker discusses the challenge of getting AI models, specifically Claude, to effectively utilize external memory systems like MCP servers for coding. They observe that while evaluations show potential, Claude rarely uses these servers, especially as they become bloated. The speaker found that file system memory, where Claude is directed to use familiar tools like 'Graph' to navigate and retrieve information, works much better, particularly with LLM Wiki-style setups. This approach leverages Claude's existing tool-use capabilities for memory retrieval, contrasting with less successful attempts at vector search or graph queries. The audience learns about a practical memory management strategy for improving AI agent performance.
View full transcript
- gemma3:12bGoogle's 12-billion parameter open weights model running locally via Ollama, featuring multimodal vision capabilities and a massive 128K context window.The gemma3:12b model brings Google's highly efficient 12-billion parameter architecture directly to local workstations via Ollama. Built on 12 trillion tokens of training data, this model excels at complex reasoning, code generation, and multilingual tasks across more than 140 languages. It natively supports multimodal inputs (processing both text and images) and leverages a 128K context window to handle massive documents or long-form conversations. Developers can run this balanced model on standard consumer hardware to achieve close to enterprise-grade AI performance without relying on external APIs.
- 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.
- nomic-embed-textAn open-source, high-performance text embedding model featuring an 8192-token context window and fully auditable training data.Nomic AI developed nomic-embed-text to deliver a highly efficient, open-source alternative to proprietary models. Operating with an expansive 8192-token context window, it outperforms OpenAI's text-embedding-ada-002 and text-embedding-3-small on both short and long-context benchmarks. The model is built on a fully reproducible pipeline (offering complete transparency across model weights, training code, and data curation) and supports specialized task prefixes like search_document and search_query to optimize downstream performance in retrieval-augmented generation (RAG) pipelines.
- SQLiteSQLite is a C-language library: a self-contained, serverless, zero-configuration SQL database engine embedded directly into the application process.SQLite is the world's most deployed database engine, functioning as a compact, C-language library (under 900KiB with all features) that eliminates the need for a separate server process. It operates as a serverless, zero-configuration system, storing the entire database (up to 281 terabytes) in a single, cross-platform file. This architecture makes it ideal for countless applications: it is built into all major mobile phones, web browsers, and desktop operating systems. The engine guarantees high reliability, supporting full ACID transactions, and its source code is freely available in the public domain for any use.
- StreamlitStreamlit is the open-source Python library that transforms data scripts into interactive, shareable web applications in minutes (not weeks).Streamlit is purpose-built for data scientists and ML engineers: It eliminates the need for front-end development knowledge (HTML, CSS, JavaScript). The core API uses pure Python to quickly build powerful data apps, dashboards, and machine learning prototypes. Users leverage simple commands (e.g., `st.slider`, `st.dataframe`) to integrate interactive widgets and display data from libraries like Pandas or Matplotlib. The platform supports rapid iteration, automatically rerunning the script on user interaction, and offers streamlined deployment via the Streamlit Community Cloud.
Related talks
More from the community
SQLite for Agent Memory: Building AKG, an Open Knowledge Graph File Format
Seattle
Learn about AKG, an open knowledge graph format for agent memory inspired by SQLite. Explore its binary structure,…
Agent Memory Is the Softest Attack Surface. Let Me Show You.
Minneapolis Saint Paul
Discover how agent memory, crucial for AI, creates vulnerabilities. This talk demonstrates live attacks on multi-tenant memory and…
ArgosBrain pushed Opus 4.7 from 87.6% to 95% on SWE-bench Verified
Paris
Learn how to improve AI coding agent efficiency by amplifying grep and Read with structural facts, reducing redundant…
Mnemonic: a local memory daemon that makes AI coding agents stop forgetting
Miami
Learn about Mnemonic, a local daemon providing AI coding agents persistent memory by capturing git commits and conversations,…
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…
Building Memory That Agents Can Act On
Seattle
See how to build AI agent memory beyond chat history. This talk shows a system using typed objects…
Compose Email
Loading recent emails...