Andreas Belitz
Blog Notes Projects About

LLM Patterns

All AI Engineering LLM Patterns Career & Thinking 3D Printing & Making Infrastructure Tools & Workflow
My .md files vs Claude's memory tool: a practitioner comparison
Mar 22, 2026 · 8 min read · LLM Patterns

My .md files vs Claude's memory tool: a practitioner comparison

Anthropic shipped a memory tool that looks structurally identical to the markdown files I've been maintaining by hand. Here's what each approach gets right, where they diverge, and...

context-management memory claude agents workflow
More agents, less cost
Feb 27, 2026 · 5 min read · LLM Patterns

More agents, less cost

Running three AI agents sounds expensive. It's cheaper than running one — if you put the right model in each role.

agents claude-code cost llm-patterns
When one context window isn't enough
Feb 26, 2026 · 5 min read · LLM Patterns

When one context window isn't enough

Splitting a single AI agent into a team didn't just change the workflow — it changed how context flows through the whole system.

context-management agents claude-code architecture
I was the validator all along
Feb 25, 2026 · 5 min read · LLM Patterns

I was the validator all along

My AI coding setup worked — until I noticed I was spending more time checking output than building. The fix was giving the validation job to another agent.

agents claude-code workflow migration
Your .md files are a memory architecture (you just don't call it that)
Feb 19, 2026 · 8 min read · LLM Patterns

Your .md files are a memory architecture (you just don't call it that)

The manual context management patterns that work today map surprisingly well to the agent memory architectures being built for tomorrow.

context-management agents memory rag architecture
A starter prompt that actually remembers what you told it
Feb 18, 2026 · 7 min read · LLM Patterns

A starter prompt that actually remembers what you told it

I rebuilt my Claude Code starter prompt around .md files as external memory. Here's why and how.

claude-code context-management prompting workflow
Context hygiene: why your AI forgets what matters and what to do about it
Feb 17, 2026 · 10 min read · LLM Patterns

Context hygiene: why your AI forgets what matters and what to do about it

The biggest bottleneck in long-running AI sessions isn't model intelligence — it's context management. Here's what I've learned about keeping AI on track across complex, multi-sess...

context-window prompting workflow claude gemini
Feb 25, 2026 · 1 min read · LLM Patterns

A starter prompt for Claude Code agent teams

I rebuilt my Claude Code starter prompt(/downloads/STARTPROMPT.md) for agent teams. The original positions Claude as a single project lead that both coordina...

claude-code agents prompting context-management
Feb 25, 2026 · 1 min read · LLM Patterns

Claude Code's /memory is one-fifth of a context management system

Claude Code has a `/memory` command that appends facts, preferences, and constraints to a `CLAUDE.md` file — either global (`~/.claude/CLAUDE.md`) or project-l...

claude-code context-management workflow
Feb 18, 2026 · 1 min read · LLM Patterns

My Claude Code starter prompt with built-in context management

I published my Claude Code starter prompt as a downloadable file: STARTPROMPT.md(/downloads/STARTPROMPT.md) It sets Claude up as technical lead for any proj...

claude-code context-management prompting

© 2026 Andreas Belitz v:2af7180

RSS GitHub LinkedIn