2026-08-22 Picks
Three tools worth checking out today, covering AI collaboration, Rust development, and music curation.
OzBrain — Shared Knowledge Layer for AI Agents
OzBrain tackles a real friction point: you use Claude, ChatGPT, Cursor, and other AI tools, and you have to re-explain who you are and what you're working on in each one.
OzBrain stores your preferences, project context, and writing habits in a structured format — a "shared brain" that all connected agents can read and update. Change a preference once, and every agent picks it up.
The knowledge isn't a flat text dump. It uses a routing index so agents pull only the relevant slices they need, without stuffing the entire knowledge base into their context window. Currently supports Claude, ChatGPT, and Cursor integrations, free to start.
For developers juggling multiple AI tools, this is a practical alternative to maintaining separate memories in each platform.
Rust Glancer — Rust LSP Using 1/100 the Memory
Rust Glancer is an alternative Rust LSP implementation focused on low memory usage.
Rust Analyzer can easily consume several gigabytes on large projects, which is painful on 8GB laptops. Glancer targets under 100MB, tested on an M1 MacBook Pro with 8GB RAM and performs smoothly.
It also offers instant indexing after restart — no more waiting for the full re-index that rust-analyzer requires. For Rust developers on older hardware, this is worth a look.
Recommended by matklad (rust-analyzer's original author) on Hacker News, which signals real community demand for a lightweight alternative.
Groovebox — Self-Hosted Music Archival Engine
Groovebox is a local-first music archival engine written in Go, designed for physical media collectors.
It consolidates Discogs collections, wantlists, and custom playlists into a single portable SQLite database with full-text search and a mobile-first web interface. Everything stays local — no cloud dependency.
If you have a pile of vinyl records or CDs and want to check your catalog on your phone, Groovebox is far more practical than a spreadsheet. The SQLite database is easy to migrate and back up.
For music collectors, physical media catalog management has always been a pain point. Groovebox solves it with a simple, self-contained approach.
All three tools are listed on LinkWord: OzBrain, Rust Glancer, Groovebox.







