Learning Commands · Learning
/why command
Explain the reasons and causes behind a concept or decision
1 min read
Explain the reasons and causes behind a concept or decision
At a glance
| Field | Value |
|---|---|
| Command | /why |
| Usage | /why <statement/concept> |
| Category | learning |
| Execution | server |
| Context | pok |
| Response type | markdown |
| Active PoK required | yes |
Parameters
- concept (required) — Statement or concept to explain why
Examples
/why learning rate matters
we use ReLU instead of sigmoid
How it works
The why command explains the reasons, causes, and motivations behind a concept or decision.
How it works:
- Enter a statement or concept you want to understand the reasoning behind
- The AI builds a chain of reasoning from first principles
- You receive a clear explanation of causation and motivation
Parameters:
- concept (required): The statement or concept to analyze
What you'll see:
- Root causes and underlying motivations
- Chain of reasoning from first principles
- Historical context for why decisions were made
- Trade-offs that led to current approaches
Tips:
- Ask about design decisions:
/why "we use batch normalization" - Ask about phenomena:
/why overfitting happens - Great for developing critical thinking skills
Was this article helpful?