VERITY
Open-source agent for knowledge-dense lives
Made for knowledge workers · research & discovery · Telegram + Obsidian
Research, collect, recall, track habits, process voice — all from Telegram, integrated with Obsidian. Self-hosted, open-source.
View on GitHub- REST: simpler caching with HTTP, easier offline sync via ETags
- GraphQL: flexible queries, but caching is harder
- For offline-first: REST + SQLite is the pragmatic choice
- Last-write-wins — simplest, data loss risk
- CRDTs — automatic merge, complex to implement
Session: ●● a3f7c1e2
Key developments:
- CRDTs have matured — Automerge 3.0 and Yjs dominate
- SQLite-based sync (cr-sqlite, PowerSync) replacing traditional backends
- Zero framework by Rocicorp gaining enterprise adoption
- Apple adding CRDT primitives to CloudKit
Saved to your vault as local-first-2026.md 10:17
local-first-software-2026.pdf
Session: ●● 7b2e9f4d
"The Unreasonable Effectiveness of LLM Agents" (2024)
- Key claim: tool-augmented agents outperform fine-tuned specialists
- Tagged: #agents #research #llm
- Linked to 12 existing notes
Session: ●● e5c8a1b3
FlashAttention-3 benchmarks from the paper. IO-aware attention with 2x speedup on H100...
Tags: #attention #performance #transformers
Backlinks: [[attention-is-all-you-need]], [[transformer-optimization]] 09:30
Morning review: finished FlashAttention benchmarks. Meeting with design team at 14:00. Need to review PR #47...
3 tasks pending · 2 habits logged 09:31
Meditation: done? · Exercise: done? · Journaling: done?
Meds: Vitamin D, Omega-3
Current streak: 12 days 08:00
Found 3 new developments related to your local-first-app project:
- ElectricSQL released v0.9 with full Postgres sync
- New CRDT benchmarks show 10x improvement in merge speed
- Expo SDK 52 adds built-in SQLite sync