surfaceimplicationassumes
Implicationscalar · returns json

ASSUMES

Extract hidden assumptions from an argument or claim

Per-row — runs once for each row.

implicationllmtext

Syntax

ASSUMES({{ argument }})
ASSUMES({{ argument }}, '{{ focus }}')
{{ argument }} ASSUMES

Arguments

nametypedescription
argumentVARCHAR
focus(optional)VARCHARFocus area (e.g., 'economic', 'technical', 'ethical', 'causal')

About

Extract implicit assumptions from an argument or claim. Surfaces the unstated premises that must be true for an argument to hold. This is intellectual X-ray vision - see what's hiding beneath the surface of any claim, proposal, or reasoning. Perfect for: - Policy analysis (what does this proposal assume?) - Critical thinking (what are they not saying?) - Debate prep (where are the weak foundations?) - Risk assessment (what could invalidate this?)

Examples

Extracts assumptions about plastic straw environmental impact

SELECT
  assumes ('We should ban plastic straws to save the oceans')

Extracts causal economic assumptions

SELECT
  assumes (
    'Lowering interest rates will stimulate economic growth'
  )

Extracts technical assumptions with focus

SELECT
  assumes (
    'AI will replace most jobs within 10 years',
    'technical'
  )

Nearby rabbit holes

same domain
Climb back to The Looking Glass