Obsidian Private AI - Talk to Your Journal, Help Process Your Feelings | Seattle .

Members-Only

Recent Talks & Demos are for members only

Exclusive feed

You must be an AI Tinkerers active member to view these talks and demos.

July 24, 2025 · Seattle

Obsidian: Private AI Journaling

Explore using an AI‑powered private journal to conduct self‑conversations, analyze emotions, and gain insights while maintaining data privacy and personalization control.

Overview
Links
Tech stack
  • TypeScript
    TypeScript is an open-source superset of JavaScript: it adds static typing and compiles to clean, standards-based JavaScript.
    TypeScript is a high-level, open-source language developed by Microsoft: it acts as a superset of JavaScript, adding a powerful static type system. This system enables compile-time type checking, catching errors before runtime (a critical benefit for large-scale applications). The TypeScript Compiler (TSC) reliably transpiles all code into clean, standards-based JavaScript (ES3 or newer), ensuring compatibility across any browser or host environment (Node.js, React.js, etc.).
  • LM Studio
    LM Studio is the cross-platform desktop application for downloading, running, and serving local LLMs (Llama, Gemma, Qwen) on macOS, Windows, and Linux.
    LM Studio delivers local LLM power directly to your desktop (macOS, Windows, Linux). Use the built-in catalog to discover and download models like Llama 3.1 or Gemma 2 in formats like GGUF and MLX. Run these models offline via a simple chat interface, or expose them over an OpenAI-compatible REST API for seamless integration with your development projects. This is local, private AI: full control, zero cloud dependency.
  • Gemma 3
    Google DeepMind's most advanced open-weight model: multimodal, multilingual, and optimized for single-accelerator deployment.
    Gemma 3 is Google DeepMind's latest family of open-weight models, built on the same technology powering the Gemini 2.0 series. It delivers state-of-the-art performance for its size, available in four variants (1B, 4B, 12B, and the flagship 27B) to ensure efficient deployment across diverse hardware, from phones to single-GPU workstations. Key technical upgrades include a massive 128K-token context window and integrated multimodal capabilities, allowing for analysis of text, images, and video. The model also boasts unparalleled multilingual support, covering over 140 languages, making it a powerful, portable, and responsibly developed foundation for global AI applications.
  • Cursor
    The AI-native code editor designed for high-velocity development through deep LLM integration.
    Cursor is a fork of VS Code that embeds AI directly into the development workflow while maintaining full extension compatibility. It leverages models like Claude 3.5 Sonnet and GPT-4o to power features such as Cmd+K for inline edits and Cmd+L for codebase-wide chat. By indexing local files, Cursor provides precise context for its predictive 'Tab' completions and multi-file 'Composer' mode. This setup allows engineers to move from high-level intent to functional code without leaving the editor or losing context.