Analysis Components
Your results contain several key sections:Argument Blueprint
Visual tree structure of all arguments and counter-arguments
Summary
High-level overview of the topic and key positions
Analysis
Detailed examination of argument quality and logic
Social Pulse
Real-time social media sentiment and discussions (when available)
The Argument Blueprint
The blueprint is a hierarchical structure that represents how arguments relate to each other.Node Types
Each node in the blueprint has a specific role:- Thesis
- Claim
- Counterclaim
- Evidence
Thesis Node
The central claim or main proposition being argued.Characteristics:type: 'thesis'- No parent node (
parentId: null) - Root of the argument tree
- Sets the context for all other nodes
Understanding Sides
Each node has aside property:
For
Arguments supporting the thesis or parent claim
Against
Arguments opposing the thesis or challenging claims
The
side property is always relative to the root thesis. A counterclaim will have side: 'against' even if it supports the overall opposing position.Interpreting Nodes
Node Structure
Every argument node contains these fields:Reading the Hierarchy
Start with the thesis
Find the node with
type: 'thesis' and parentId: null. This is your starting point.Follow the tree
Look for nodes where
parentId matches the thesis id. These are direct supporting or opposing arguments.Trace relationships
Continue following parent-child relationships to see how arguments build upon each other.
Understanding Fallacies
The system automatically detects common logical fallacies in arguments.What is a Fallacy?
A logical fallacy is an error in reasoning that weakens an argument. Even if a conclusion is true, a fallacious argument fails to provide proper logical support.
Common Fallacies Detected
Ad Hominem
Ad Hominem
Attacking the person making the argument rather than the argument itself.Example: “You can’t trust his climate research because he drives an SUV.”
Straw Man
Straw Man
Misrepresenting someone’s argument to make it easier to attack.Example: “They want healthcare reform, so they must want full socialism.”
False Dichotomy
False Dichotomy
Presenting only two options when more exist.Example: “You’re either with us or against us.”
Appeal to Authority
Appeal to Authority
Slippery Slope
Slippery Slope
Arguing that one small step will inevitably lead to extreme consequences.Example: “If we allow this minor regulation, we’ll end up in a totalitarian state.”
Hasty Generalization
Hasty Generalization
Drawing broad conclusions from insufficient evidence.Example: “I met two rude people from that city, so everyone there must be rude.”
Circular Reasoning
Circular Reasoning
The conclusion is assumed in the premise.Example: “The Bible is true because it says it’s the word of God.”
Red Herring
Red Herring
Introducing irrelevant information to distract from the real issue.Example: “Why worry about climate change when we have economic problems?”
Fallacies in Your Results
Thefallacies field on each node contains an array of detected fallacies:
The Summary Section
Provides a high-level overview of:- The main topic or thesis
- Key positions on both sides
- Overall quality of the debate
- Notable gaps or weaknesses
The Analysis Section
Offers deeper insights:Strength Assessment
Evaluates the overall strength of arguments on each side
Evidence Quality
Examines the quality and reliability of supporting evidence
Logical Coherence
Checks for internal consistency and logical flow
Gaps & Weaknesses
Identifies missing perspectives or weak reasoning
Social Pulse
When available, this section shows:- Recent social media discussions (primarily from X/Twitter)
- Sentiment analysis
- Popular perspectives
- Trending talking points
Social Pulse requires valid API credentials for X/Twitter. If not configured, this section may be empty.
Practical Tips
Start broad, then narrow
Read the summary first, then the analysis, then dive into specific nodes in the blueprint.
Identify strongest arguments
Focus on nodes with solid evidence and no fallacies—these are the most reliable.
Example Interpretation
Sample Blueprint Walkthrough
Sample Blueprint Walkthrough
Let’s interpret a simple argument structure:Interpretation:
- The thesis proposes remote work as default
- A claim supports this with productivity benefits
- Evidence backs the claim with specific data from a credible source
- A counterclaim challenges the productivity argument, but contains a fallacy
- The “for” side has stronger support (evidence without fallacies)
- The “against” side needs better argumentation