Members-Only
Recent Talks & Demos are for members only
You must be an AI Tinkerers active member to view these talks and demos.
Second Brain Voice Agent API
Build a voice‑controlled Telegram bot integrating Obsidian, Garmin and macOS through a Python service, using LangChain agents and a simplified, reliable tool design.
This demo presents the architecture for a personal “knowledge processing unit” I built to act as the central nervous system for my digital life. It’s a voice-enabled Telegram bot, running on a home server, that provides an extensible API into my Obsidian vault, Garmin data, and macOS environment. The core idea is that owning your data is the first step; building a personalized agent to act on it is the next.
I’ll demonstrate how this “API” works with a live voice command and then show how its agentic design makes it easy to add new capabilities, like a specialized agent I built to find product discounts online. This is about creating a foundational platform for your own AI-powered tinkering.
Personalized Telegram AI uses Agents, ChromaDB, and AppleScript for context aggregation/automation.
Open-source Python LLM agent integrates Garmin/Obsidian for unified quantified self context grounding.