README.md
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.
It is supposed to work on both
FreeandProversions of Claude Web App withClaude 3.5 Sonnetmodel.
Here is a demo of using the latest Thinking Cluade Chrome extension (click to download v3.2.3 ) installed in Chrome with the chat of Claude (check Browser Extension for more) featured with an instruction selector:
https://github.com/user-attachments/assets/afa0f64f-53e5-45bc-9ad8-0641b29d2b77
use in project with legacy extension:
https://github.com/user-attachments/assets/88ff0c75-c51b-42b9-a042-00d47053795a
This project consists of two main components:
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-20241201.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 implementations
chrome/: Current version with modern architecture and featureschrome_v0/: Legacy version (deprecated)firefox/: Firefox version (in development)model_instructions/: Thinking protocols for different versions
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.
Chrome Users (May be Outdated)
Manual InstallationοΌRecommended - latest v3.2.3οΌ
chrome://extensions/distπ Want more details? Check out our Extension Guide for:
Once installed, just:
Choose style selector in the bottom of input box -> click on Create & Edit Styles -> click on Create Custom Style -> click on Describe style manually -> click on Start from scratch -> click on Use custom instructions (advanced) -> paste the content of the desired instruction set from model_instructions/ folderContributions are welcome! Feel free to:
MIT License - feel free to use and modify as needed.
Special thanks to @lumpinif and Claude for the extension!