ThinkTools Overview
ThinkTools are specialized reasoning modules that catch specific types of oversight in AI analysis.
The Five Core ThinkTools
| Tool | Purpose | Blind Spot It Catches |
|---|---|---|
| GigaThink | Explore all angles | Perspectives you forgot |
| LaserLogic | Check reasoning | Flawed logic in cliches |
| BedRock | First principles | Simple answers under complexity |
| ProofGuard | Verify claims | “Facts” that aren’t true |
| BrutalHonesty | See blind spots | Gap between plan and reality |
How They Work Together
The ThinkTools follow a designed sequence:
┌─────────────────────────────────────────────────────────────┐
│ THE 5-STEP PROCESS │
├─────────────────────────────────────────────────────────────┤
│ │
│ 1. DIVERGE → Explore all possibilities first │
│ (GigaThink) Don't narrow too early │
│ │
│ 2. CONVERGE → Check logic, find flaws │
│ (LaserLogic) Question assumptions │
│ │
│ 3. GROUND → Strip to first principles │
│ (BedRock) What actually matters? │
│ │
│ 4. VERIFY → Check facts against sources │
│ (ProofGuard) Triangulate claims │
│ │
│ 5. CUT → Attack your own work │
│ (BrutalHonesty) Find the uncomfortable truths │
│ │
└─────────────────────────────────────────────────────────────┘
Why This Sequence?
The order is deliberate:
- Divergent → Convergent: Explore widely before focusing
- Abstract → Concrete: From ideas to principles to evidence
- Constructive → Destructive: Build up, then attack
Using Individual Tools
You can invoke any tool directly:
# Just explore perspectives
rk-core gigathink "Should I start a business?"
# Just check logic
rk-core laserlogic "Renting is throwing money away"
# Just find first principles
rk-core bedrock "How do I get healthier?"
# Just verify a claim
rk-core proofguard "You should drink 8 glasses of water a day"
# Just get brutal honesty
rk-core brutalhonesty "I want to start a YouTube channel"
Using PowerCombo
PowerCombo runs all five tools in sequence:
# Full analysis
rk-core think "Should I take this job offer?" --profile balanced
The profile determines how thorough each tool’s analysis is.
Tool Configurations
Each tool can be configured:
# ~/.config/reasonkit/config.toml
[thinktools.gigathink]
min_perspectives = 10
include_contrarian = true
[thinktools.laserlogic]
fallacy_detection = true
assumption_analysis = true
[thinktools.bedrock]
decomposition_depth = 3
[thinktools.proofguard]
min_sources = 3
require_citation = true
[thinktools.brutalhonesty]
severity = "high" # low, medium, high
Next Steps
Dive deep into each tool:
- GigaThink — Multi-perspective analysis
- LaserLogic — Logic and assumption checking
- BedRock — First principles decomposition
- ProofGuard — Claim verification
- BrutalHonesty — Adversarial self-critique
- PowerCombo — All tools in sequence