Avinash Gosavi

Engineering Leader

Recent Posts

  • How daylog Keeps Your Diary Private (Even from Itself)
    aag1091 8 min read

    daylog is a voice diary. You open it, tap the mic, say what’s on your mind, and it saves. You can search your entries semantically — type “frustrated” and it surfaces the day you wrote “couldn’t ma...

  • What Should You Actually Use to Build Your Next Hobby Project?
    aag1091 9 min read

    I recently built daylog — a personal diary app where you speak or type your thoughts and they get encrypted and stored privately, with AI transcription happening server-side using Whisper. The inte...

  • Live Audio Transcription on a $0 Server Using Whisper
    aag1091 6 min read

    While building daylog — a private voice diary app — I needed a way to transcribe audio from a phone in near real-time, running entirely on my own server. No OpenAI API, no Google, no third-party se...

  • Attractor: Building a Memory Engine Inspired by How the Brain Works
    aag1091 7 min read

    I’ve been thinking about memory — not human memory, but how machines store and retrieve it. Most systems today are either key-value stores (fast, exact, dumb) or vector databases (semantic, but sti...

  • VaultMem Part 3 — Hiding PII from Your LLM Provider
    aag1091 8 min read

    Part 1 covered the core encryption model. Part 2 covered multi-modal ingestion and pluggable backends. This post covers v0.3.x — a new layer of privacy that addresses a problem encryption at rest c...