headroom-estimation
Estimate theoretical/practical ceiling vs current SOTA gap
DeepseekModel
キュレーション済みスキル
品質 優秀 · 78
v1.0.0
取得
https://deepseekmodel.com/api/download.php?id=yogsoth-ai-de-anthropocentric-research-engine-skills-headroom-estimation-skill-md&format=skill
ダウンロード .skill
標準形式。system_prompt と model_config を収録し、任意の Agent で利用可能
.skill ファイルの system_prompt フィールドの実際の内容。
name headroom-estimation description Estimate theoretical/practical ceiling vs current SOTA gap execution subagent prompt ./prompt.md input task_name, current_sota, human_performance, theoretical_bounds Headroom Estimation Purpose Quantify the remaining improvement potential for a task by estimating various performance ceilings and computing the gap between current SOTA and those ceilings. Distinguishes between theoretical limits (information-theoretic), practical limits (current paradigm), and human performance baselines. Input Schema Field Type Description task_name string The target task current_sota object {method, score, metric, dataset, date} human_performance object {score, conditions, source} or null theoretical_bounds object {bound_type, value, derivation} or null Output Schema { "task" : "string" , "dataset" : "string" , "metric" : "string" , "ceilings" : { "theoretical" : { "value" : null , "type" : "information_theoretic|bayes_optimal|combinatorial" , "derivation" : "string" , "confidence" : "high|medium|low|speculative" } , "human" : { "value" : null , "conditions" : "string" , "source" : "string" , "is_expert" : true , "confidence" : "high|medium|low" } , "practical" : { "value" : null , "assumptions" : "string" , "based_on" : "string" , "confidence" : "medium|low|speculative" } } , "headroom" : { "vs_theoretical" : null , "vs_human" : null , "vs_practical" : null , "interpretation" : "string" } , "saturation_assessment" : { "status" : "saturating|active_progress|early_stage|unknown" , "evidence" : "string" , "years_to_human_parity" : null } }
このスキルを起動するキーワード。クリックでコピーできます。
このスキルにはトリガーワードがありません。
ダウンロードした .skill に含まれるフィールド。
| フィールド | 説明 |
|---|---|
| format | フォーマット識別子(skill/v1) |
| skill_id | スキル固有 ID |
| name | スキル名 |
| version | バージョン |
| description | 説明 |
| category | カテゴリ(配列) |
| trigger_words | トリガーワード |
| tags | タグ |
| source | ソース |
| source_url | ソース URL(本ページ) |
| exported_at | エクスポート日時(ダウンロード毎) |
| system_prompt | システムプロンプト本文 |
| model_config | モデル設定:provider / model / temperature / max_tokens / top_p |
| examples | サンプル |
| install_guide | 各プラットフォームの導入説明(Coze / Dify / Claude / カスタム) |