Sunday, May 10, 2026
Daily picks
18
articles scored
#1 GOLDGuideReddit r/ClaudeCode
20 Claude Code commands worth using.
- `/rewind` (or double-tap Esc) gives you a 5-option menu to restore code, restore conversation, or both — you can undo a bad session without losing your chat history
- `/btw` lets you ask a side question that reuses the existing prompt cache, so it costs almost zero tokens and doesn't pollute the main thread
- `/branch` forks the conversation so you can try two approaches in parallel and keep only the winner
- `/compact` rewrites long history into a tight summary so you stop burning context on old chat turns
- `/loop` and `/remote-control` let you schedule recurring checks and hand off the running session to your phone — useful for long overnight runs
#2 SILVERTutorialReddit r/ClaudeAI
Claude improved my agent harness by 40.7% overnight
- Autoharness is an open-source tool that points Claude Code at your agent harness and lets it autonomously propose and eval changes — keeping only the ones that actually improve your benchmark score
- One run found a +40.7% lift from adding best-of-N scoring with an LLM judge, +24.1% from tightening temperature and subagent call limits, and +22.2% from injecting step budget and recent tool calls at every step
- Setup is one-line install + point Claude Code at GUIDE.md — the agent runs evals overnight and you wake up to a better harness
#3 BRONZEGuideClaude Blog
How a non-technical project manager built and shipped a stress management app with Claude Code in six weeks
- A PM with no coding background built and shipped a real app in 6 weeks using Claude Code — official Anthropic case study
- Illustrates what the current ceiling of non-technical Claude Code usage looks like in practice
