Show HN: A technique for better Claude Code results

by barbinbradon 8/5/2025, 6:04 PMwith 0 comments

This burns a ton of tokens, but the basic idea is to create a cache in ./llm/cache and then spawn a bunch of subagents to look in the cache first, and then write to the cache if learn anything new

0