diff --git a/README.md b/README.md index 1a4c508..1af87b6 100644 --- a/README.md +++ b/README.md @@ -153,8 +153,8 @@ claude ■ **Daily (3)** - [update](https://code.claude.com/docs/en/setup) Claude Code daily and start your day by reading the [changelog](https://github.com/anthropics/claude-code/blob/main/CHANGELOG.md) -- follow [r/ClaudeAI](https://www.reddit.com/r/ClaudeAI/), [r/ClaudeCode](https://www.reddit.com/r/ClaudeCode/) on Reddit -- follow [Boris](https://x.com/bcherny), [Thariq](https://x.com/trq212), [Cat](https://x.com/_catwu), [Lydia](https://x.com/lydiahallie), [Noah](https://x.com/noahzweben), [Claude](https://x.com/claudeai), [Alex Albert](https://x.com/alexalbert__) on X +- follow [r/ClaudeAI](https://www.reddit.com/r/ClaudeAI/), [r/ClaudeCode](https://www.reddit.com/r/ClaudeCode/) ![Reddit](https://img.shields.io/badge/-FF4500?style=flat&logo=reddit&logoColor=white) +- follow [Boris](https://x.com/bcherny), [Thariq](https://x.com/trq212), [Cat](https://x.com/_catwu), [Lydia](https://x.com/lydiahallie), [Noah](https://x.com/noahzweben), [Anthony](https://x.com/amorriscode), [Claude](https://x.com/claudeai), [Alex](https://x.com/alexalbert__) ![X](https://img.shields.io/badge/-000?style=flat&logo=x&logoColor=white) ![Boris Cherny + Team](!/tags/boris-team.svg) @@ -167,7 +167,7 @@ claude - Seeing like an Agent - lessons from building Claude Code (Thariq) | 28 Feb 2026 ● [Tweet](https://x.com/trq212/status/2027463795355095314) - AskUserQuestion + ASCII Markdowns (Thariq) | 28 Feb 2026 ● [Tweet](https://x.com/trq212/status/2027543858289250472) - /loop — schedule recurring tasks for up to 3 days (Boris) | 07 Mar 2026 ● [Tweet](https://x.com/bcherny/status/2030193932404150413) -- Code Review — why fresh context windows catch bugs the original agent missed (Boris) | 10 Mar 2026 ● [Tweet](https://x.com/bcherny/status/2031151689219321886) +- [Code Review & Test Time Compute (Boris) | 10/Mar/26](tips/claude-boris-2-tips-10-mar-26.md) ● [Tweet](https://x.com/bcherny/status/2031089411820228645) - /btw — side chain conversations while Claude works (Thariq) | 10 Mar 2026 ● [Tweet](https://x.com/trq212/status/2031506296697131352) ## ☠️ STARTUPS / BUSINESSES diff --git a/tips/assets/boris-10-mar-26/0.png b/tips/assets/boris-10-mar-26/0.png new file mode 100644 index 0000000..d231a71 Binary files /dev/null and b/tips/assets/boris-10-mar-26/0.png differ diff --git a/tips/assets/boris-10-mar-26/1.png b/tips/assets/boris-10-mar-26/1.png new file mode 100644 index 0000000..0dc7449 Binary files /dev/null and b/tips/assets/boris-10-mar-26/1.png differ diff --git a/tips/claude-boris-2-tips-10-mar-26.md b/tips/claude-boris-2-tips-10-mar-26.md new file mode 100644 index 0000000..93e7516 --- /dev/null +++ b/tips/claude-boris-2-tips-10-mar-26.md @@ -0,0 +1,40 @@ +# Code Review & Test Time Compute — Tips from Boris Cherny + +A summary of insights shared by Boris Cherny ([@bcherny](https://x.com/bcherny)), creator of Claude Code, on March 10, 2026. + + + + + + +
← Back to Claude Code Best PracticeClaude
+ +--- + +## 1/ Introducing Code Review + +New in Claude Code: **Code Review**. A team of agents runs a deep review on every PR. + +- Built for Anthropic's own team first — code output per engineer is up **200% this year**, and reviews were the bottleneck +- Boris has been using it for a few weeks and found it catches many real bugs he would not have noticed otherwise +- When a PR opens, Claude dispatches a team of agents to hunt for bugs + +Boris Cherny announcing Code Review + +--- + +## 2/ Test Time Compute & Multiple Context Windows + +Roughly, the more tokens you throw at a coding problem, the better the result. Boris calls this **test time compute**. + +- Using **separate context windows** makes the result even better — this is what makes subagents work, and why one agent can cause bugs and another (using the same exact model) can find them +- Similar to engineering teams: if Boris causes a bug, his coworker reviewing the code might find it more reliably than he can +- In the limit, agents will probably write perfect bug-free code — until then, **multiple uncorrelated context windows** tends to be a good approach + +Boris Cherny on test time compute + +--- + +## Sources + +- [Boris Cherny (@bcherny) on X — March 10, 2026](https://x.com/bcherny)