Back to list
vincitamore

isda

by vincitamore

0🍴 0📅 Jan 25, 2026

SKILL.md


name: isda description: Irreducible Semantic Density Analysis - analyzes text compressibility by decomposing into five strata (structure, retrievable, derived, curatorial, novel). Use when asked to analyze text density, measure originality, check if something could be shorter, or assess semantic compression. allowed-tools: Read, Glob, Grep

Irreducible Semantic Density Analysis (ISDA)

Perform structured analysis estimating the compressibility of written content. Answer the question: "How much of this text is genuinely necessary to convey its core intellectual contribution?"

Core Concept

ISDA measures semantic Kolmogorov complexity: the minimal description length required to reconstruct the meaning and argumentative force of a text, not its literal characters.

The core question: Could this have been a tweet? A paragraph? Or does it genuinely require its current length?

The Five Strata

Decompose any text into these five strata:

StratumNameDescriptionCompressibility
S₁Structural SkeletonDocument architecture, templates, formattingHigh
S₂Retrievable KnowledgeFacts, quotes, definitions from reference sourcesNear-total (pointers)
S₃Derived InferencesStandard analytical moves any practitioner would makeHigh
S₄Curatorial DecisionsSelection, arrangement, emphasis choicesModerate
S₅Generative NoveltyIrreducible original content - the reason the text existsLow/None

Analysis Protocol

Step 1: Measure Raw Length

Count total bytes/characters of the text.

Step 2: Create Stratum Ledger

| Stratum | Description | Raw Bytes | Compressed Estimate |
|---------|-------------|-----------|---------------------|
| S₁      |             |           |                     |
| S₂      |             |           |                     |
| S₃      |             |           |                     |
| S₄      |             |           |                     |
| S₅      |             |           |                     |
| TOTAL   |             |           |                     |

Step 3-7: Encode Each Stratum

S₁ (Structure): Describe architecture in minimal notation

  • Example: "5-part essay [Intro→Review→Methods→Results→Discussion]" ≈ 60 bytes

S₂ (Retrievable): Replace with minimal pointers

  • Smith.2019.p42 (14 bytes), Gen.2.9 (7 bytes), OED.sublime.n.2 (15 bytes)

S₃ (Derived): Encode as [method] + [input] → [output]

  • statistical_test(data, t-test) → significance (40 bytes)

S₄ (Curatorial): Enumerate decisions with choice-space bits

  • "Select 5 examples from 50" → log₂(C(50,5)) ≈ 22 bits
  • "Order 6 sections non-obviously" → log₂(6!) ≈ 9.5 bits

S₅ (Novel): Extract verbatim - this is the irreducible core

Step 8: Compute Metrics

Semantic Compression Ratio (SCR):

SCR = Raw_Bytes / (S₁ + S₂_compressed + S₃_compressed + S₄ + S₅)

Novelty Density (ND):

ND = S₅ / Raw_Bytes

Retrievability Index (RI):

RI = (S₂_raw + S₃_raw) / Raw_Bytes

Could-Be-A-Tweet Test (CBAT):

S₅ < 280 chars → YES | S₅ ≥ 280 chars → NO

Interpretation Guide

SCR (Semantic Compression Ratio)

ValueMeaning
< 2Extremely dense, minimal elaboration
2-5Well-developed, efficient
5-10Expansive, could be condensed
10-20Verbose, core buried in padding
> 20Severely bloated

ND (Novelty Density)

ValueMeaning
> 0.20Highly original, groundbreaking
0.10-0.20Strong original contribution
0.05-0.10Solid synthesis with insights
0.02-0.05Primarily synthesis/review
< 0.02Essentially derivative

RI (Retrievability Index)

ValueMeaning
> 0.80Encyclopedic, review-like
0.50-0.80Balanced sources + authorial contribution
0.20-0.50Source-light, more argumentation
< 0.20Minimally sourced

CBAT

  • YES: Core insight is compact; length serves elaboration
  • NO: Argument inherently complex; compression loses essential content

Output Template

Present analysis in this format:

## ISDA Analysis: [Title]

**Genre:** [type]
**Raw Length:** X bytes

### Stratum Breakdown

| Stratum | Content Summary | Raw | Compressed |
|---------|----------------|-----|------------|
| S₁ | [structure description] | X | X |
| S₂ | [X retrievable items] | X | X |
| S₃ | [X inferences] | X | X |
| S₄ | [X curatorial decisions] | X | X bits |
| S₅ | [novel elements] | X | X |

### Metrics

| Metric | Value | Interpretation |
|--------|-------|----------------|
| SCR | X | [assessment] |
| ND | X% | [assessment] |
| RI | X% | [assessment] |
| CBAT | YES/NO | [assessment] |

### Compression Potential

| Target | Content |
|--------|---------|
| Tweet (280c) | [thesis only] |
| Paragraph (500-800c) | [thesis + key insight + support] |
| Abstract (1500-2000c) | [above + example + conclusion] |

### Key Findings

[2-3 sentences on what the analysis reveals about this text]

Genre Expectations

Different genres have different expected profiles:

  • Literature review: High RI, low ND (appropriate)
  • Original research: Moderate RI, higher ND (expected)
  • Opinion/essay: Low RI, variable ND
  • Technical docs: High RI, near-zero ND (appropriate)

Caveats

  1. S₄/S₅ boundary is somewhat subjective
  2. Domain expertise improves accuracy
  3. Rhetorical value not captured
  4. What's "retrievable" depends on assumed knowledge base

Score

Total Score

35/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

0/5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon