원클릭으로
experiment
Start a new experiment with hypothesis and success criteria
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Start a new experiment with hypothesis and success criteria
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Assay an experiment — deep analysis of results with cross-run comparison
Conjure a experimentalist agent — initialize and launch a new autonomous experiment
Distill insights from a experimentalist agent's session histories — zero API calls
Steer a experimentalist agent — review progress and redirect a running experiment
Check connector status — show which integrations are connected and configured
Sign up for email notifications — experiment reports, paper suggestions, weekly digest
| name | experiment |
| description | Start a new experiment with hypothesis and success criteria |
| disable-model-invocation | true |
Before running the next experiment, document your plan:
After the experiment completes, append a line to .distillate/runs.jsonl:
{"$schema":"distillate/run/v1", "id":"run_NNN", "timestamp":"ISO8601", "status":"keep|discard|crash", "hypothesis":"...", "changes":"...", "hyperparameters":{...}, "results":{...}, "reasoning":"..."}
Set status to keep if results improved, discard if not, or crash on failure.
Include reasoning to explain your decision.