Let Claude think comprehensively before responding!
A super quick reminder: Thinking claude is not aimed for benchmarks or huge leaps in math or something, since those are pre-determined by the base model (new Claude-3.5 Sonnet). I only want to explore how further we could reach with Claude's "deep mindset". That said, when using it in your daily tasks, you will find Claude's inner monolog (thinking process) very very fun and interesting.
Screen.Recording.2024-11-18.090357.mp4
This project consists of two main components:
- Thinking Protocol: A comprehensive set of instructions that guides Claude to think deeply and systematically before responding
- Browser Extension: A tool that makes Claude's thinking process more readable and manageable in the browser interface
thinking-claude/
├── extensions/
│ ├── chrome/ # Current version of Chrome extension
│ ├── chrome_v0/ # Legacy Chrome extension (deprecated)
│ ├── firefox/ # Firefox extension (in development)
│ └── changelog.md
├── model_instructions/
│ ├── changelog.md
│ ├── v5.1-extensive-20241125.md
│ ├── v5.1-20241125.md
│ ├── v5-lite-20241124.md
│ ├── v4-20241118.md
│ ├── v4-lite-20241118.md
│ └── v3.5-20241113.md
├── .github/ # GitHub configurations and workflows
├── .husky/ # Git hooks for development
├── LICENSE
└── README.md
The project is organized into two main components:
-
extensions/
: Browser extension implementationschrome/
: Current version with modern architecture and featureschrome_v0/
: Legacy version (deprecated)firefox/
: Firefox version (in development)
-
model_instructions/
: Thinking protocols for different versions- Contains versioned instruction sets
- Each version brings improvements to Claude's thinking process
The thinking protocol instructs Claude to follow a natural, thorough thought process before providing responses.
The browser extension makes Claude's thinking process easier to read and use! It automatically organizes Claude's thoughts into neat, collapsible sections.
- 🎯 Makes Claude's thinking process easy to read
- 🔄 Fold and unfold different parts of Claude's thoughts
- 📋 Copy any part with just one click
- ⚡ Works automatically with new messages
- 🎨 Clean, modern design that's easy on the eyes
-
Chrome Users (Recommended)
- Install directly from the Chrome Web Store
-
Manual Installation
- Download the latest version from our Releases Page
- Unzip the file
- Open Chrome and go to
chrome://extensions/
- Turn on "Developer mode" (top right corner)
- Click "Load unpacked" and select the unzipped folder
dist
👉 Want more details? Check out our Extension Guide for:
- Step-by-step installation instructions
- Development setup
- Advanced features and usage
- Troubleshooting tips
Once installed, just:
- Visit Claude.ai
- Start chatting with Claude
- That's it! The extension will automatically make Claude's thinking process more readable
- Copy the latest version in
model_instructions
folder - Start a new Project in Claude.ai
- Paste the instructions to the Custom Instructions section
- Claude will now follow the thinking protocol for all subsequent interactions
Once installed, the extension automatically:
- Detects Claude's thinking process blocks
- Adds collapse/expand functionality
- Provides a copy button for each block
- Better Reasoning: Get more thorough and well-thought-out responses
- Transparency: See how Claude arrives at its conclusions
- Improved Organization: Manage long conversations more effectively
- Quality Control: Benefit from built-in verification steps
Contributions are welcome! Feel free to:
- Submit bug reports
- Propose new features
- Create pull requests
MIT License - feel free to use and modify as needed.
Special thanks to Claude! We build this whole extension together!