abstract-structure
Remove domain surface details to expose transferable relational/mechanistic structure at a chosen abstraction level.
Estimate marginal information gain of new evidence batches relative to the current corpus and classify continuing/near-saturation/saturated.
$ npx -y skills add yogsoth-ai/de-anthropocentric-research-engine --skill assess-evidence-saturation --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/assess-evidence-saturationContext preview
The summary Claude sees to decide when to auto-load this skill.
Estimate marginal information gain of new evidence batches relative to the current corpus and classify continuing/near-saturation/saturated.
name: assess-evidence-saturation description: "Estimate marginal information gain of new evidence batches relative to the current corpus and classify continuing/near-saturation/saturated."
Compare the marginal information gain of a new evidence batch with the comparable prior batch and classify acquisition as continuing, near-saturation, or saturated.
required: [current_corpus, prior_comparable_batch, novelty_schema] optional: [topic_schema, quality_weights, stopping_policy] constraints: [batches must share a declared universe and comparable novelty calculation]
1. Declare the eligible evidence universe, novelty dimensions, and current/prior batch boundaries. 2. Compute new topic, independent-source, condition, or mechanism coverage for each comparable batch. 3. Compare marginal information gain and record the evidence supporting the comparison. 4. Classify continuing, near-saturation, or saturated and state the stopping rationale.
produces: [declared_universe, batch_comparison, marginal_gain, saturation_state, stopping_rationale] delta_fields: [findings, evidence_updates, uncertainties, decisions, open_questions]
Do not compare incomparable batches, count duplicate sources as new information, or treat a low-quality batch as evidence of saturation.
The complete research orchestration system for AI-native science. What It Does Design Philosophy Architecture (v3.2.2) Quick Start Configuration Roadmap License DARE is not a tool that helps you do research. It is the researcher.
Repo: yogsoth-ai/de-anthropocentric-research-engine
Remove domain surface details to expose transferable relational/mechanistic structure at a chosen abstraction level.
Evaluate competing arguments against stated criteria and produce a reasoned verdict with uncertainty.
Move a scientific object up/down in abstraction or narrow/broaden selected scope dimensions (population, mechanism, context, outcome, timeframe, system…
Run structured attack/defense/adjudication over a claim, candidate, criterion set, or current winner. Perspective, target, escalation depth,…
Aggregate criterion or comparison results into an ordered recommendation under an explicit rule.
Abstract relational structure from source domains, map it to the target, validate depth, and instantiate transferable mechanisms.