CtrlK
BlogDocsLog inGet started
Tessl Logo

jbaruch/kotlin-tutor

Teaches AI agents to write idiomatic Kotlin instead of Java-in-a-.kt-file.

98

1.20x
Quality

98%

Does it follow best practices?

Impact

99%

1.20x

Average score across 8 eval scenarios

SecuritybySnyk

Passed

No known issues

Overview
Quality
Evals
Security
Files

criteria.jsonevals/scenario-6/

{
  "context": "Checks whether the agent implements a working todo app: addTask adds a task to the list, markComplete marks a previously-added task as complete.",
  "type": "weighted_checklist",
  "checklist": [
    {
      "name": "addTask works",
      "description": "Calling addTask(\"buy milk\") followed by reading the list returns a single task with title 'buy milk'",
      "max_score": 50
    },
    {
      "name": "markComplete works",
      "description": "Calling markComplete(id) on a previously-added task flips its completed flag (or equivalent state representation) to true; the task remains in the list",
      "max_score": 50
    }
  ]
}

evals

README.md

tile.json