#productivity

7 posts tagged with “productivity” · all posts

Using LLMs to Build Personal Research Knowledge Bases(x.com)

Karpathy on using LLMs to build knowledge bases from your own reading, papers, and notes instead of asking the model to recall from its training data. For niche research areas, the model just doesn't know enough. You feed it your corpus, and it becomes a reference you can actually interrogate. For fields like precision agriculture or remote sensing where survey coverage is thin, this is genuinely practical.

The Shorthand Guide to Everything Claude Code(x.com)

Affaan Mustafa's complete Claude Code setup after 10 months of daily use, covering skills, hooks, subagents, MCPs, plugins, context window management, and editor integration. Dense with practical patterns: hook examples for auto-formatting and tmux reminders, rules structure, subagent scoping, and the one rule that matters most. Keep your active MCPs under 10 or your 200k context window quietly becomes 70k.

Reading Research Papers with a 3-Pass LLM Method(x.com)

Andrej Karpathy's reading habit: three passes through anything worth understanding. First pass is manual. Second, ask the LLM to explain and summarize. Third, Q&A on the parts that didn't land. He says he comes away with noticeably better understanding than if he'd just moved on. Works especially well for CV papers where the actual contribution is buried under five pages of related work.