Gu-log Picks

Long-form articles, translated and explained

251 posts

← Back to home

Claude Code Finally Has Long-Term Memory: Supermemory Plugin Released

We added Supermemory to Claude Code. Now it's ridiculously powerful. Claude Code should know you — not just this one session, but forever. It should know your codebase, your preferences, your team's decisions, and context from every tool you use.

Redis Is More Than Just a Cache: Don't Drive a Ferrari to Buy Groceries

Most developers know Redis as a cache. But using Redis only as a cache is like buying a Ferrari just to drive to the grocery store. Redis isn't a cache that happens to be fast — it's a data structure server that happens to be great at caching.

Obsidian & Claude Code 101: Context Engineering

For vibe note-taking to work well, you must force Claude Code to be 'picky.' Use a 4-layer filtering mechanism (file tree → YAML descriptions → outline → full content) to make it more selective. This pattern is called Progressive Disclosure.

Obsidian & Claude Code: Async Hooks for Note History

Imagine time-traveling through your notes. Claude Code's Async Hooks let you auto-commit after every edit without any slowdown, then read that history in actually useful ways. Your vault becomes a thinking journal that writes itself.

Build Claude a Tool for Thought

Humans have Tools for Thought like Obsidian. Claude needs an AI-native version. Build a knowledge graph using markdown, wiki links, hooks, and subagents where agents can actually think.

How to Make Your Agent Learn and Ship Code While You Sleep

Using a two-stage loop (Compound Review and Auto-Compound), let your AI agent automatically learn from experience, update its knowledge base, and implement the next priority item while you sleep.

Obsidian + Claude Code 101: Let AI Live in Your Notes

Heinrich spent a year building an 'OS for thinking with AI': let Claude Code operate your Obsidian vault, extract concepts, link ideas, and build a living representation of your thinking. You don't take notes anymore — you command a system that takes notes.

Claude Code + Obsidian: Building Infrastructure for Agent Thinking

Heinrich's six-part tutorial series: Building an AI agent thinking infrastructure with Claude Code + Obsidian. From vault basics to context engineering to meta layers — a complete knowledge management system.