Skip to content

Latest commit

 

History

History
69 lines (46 loc) · 2.33 KB

File metadata and controls

69 lines (46 loc) · 2.33 KB

Getting Started with ReasonKit

Goal: Working AI reasoning in 5 minutes


Quick Links

I want to... Go to...
Install and run first command docs/getting-started/QUICKSTART.md
Step-by-step tutorial examples/tutorial/
Troubleshoot an issue docs/guides/TROUBLESHOOTING.md
See real-world examples docs/process/USE_CASES.md
Full CLI reference docs/reference/CLI_REFERENCE.md
ThinkTool deep dive docs/thinktools/THINKTOOLS_GUIDE.md

60-Second Quickstart

# Install
curl -fsSL https://get.reasonkit.sh | bash

# Set API key
export ANTHROPIC_API_KEY="sk-ant-..."

# Run
rk think "Should I use microservices?" --profile quick

That's it. You now have structured AI reasoning.


What Just Happened?

  1. GigaThink generated 10+ perspectives on your question
  2. LaserLogic detected logical fallacies and hidden assumptions
  3. ReasonKit synthesized a verdict with confidence score

This is "structured reasoning" - organized, auditable thinking instead of a wall of text.


Choose Your Depth

Stakes Use Time
Low (Slack message) --profile quick 30s
Medium (PR review) --profile balanced 2min
High (Architecture) --profile deep 5min
Critical (Production) --profile paranoid 10min

Next Steps

  1. Interactive Tutorial - 10 minutes, hands-on
  2. Real Examples - Code review, architecture, debugging
  3. Full Docs - Everything you need

Website: ReasonKit.sh
Questions? GitHub Discussions

Turn prompts into protocols.