CtrlK
BlogDocsLog inGet started
Tessl Logo

juliusbrussee/caveman

Compressed caveman-style prose for AI coding agents — cuts ~65% output tokens while keeping full technical accuracy

96

1.00x
Quality

100%

Does it follow best practices?

Impact

96%

1.00x

Average score across 38 eval scenarios

SecuritybySnyk

Passed

No known issues

Overview
Quality
Evals
Security
Files

task.mdevals/scenario-31/

Rust Ownership Error

Problem

This Rust code won't compile:

fn main() {
    let data = vec![1, 2, 3];
    let handle = std::thread::spawn(|| {
        println!("{:?}", data);
    });
    println!("{:?}", data);
    handle.join().unwrap();
}

Explain the error and provide two different fixes.

evals

README.md

SKILL.md

tile.json