benchmark
string
date
timestamp[s]
hypothesis
string
method
dict
aggregate
dict
per_probe_type_totals
dict
pairs
list
scored_runs
list
AED vs conventional Crystal — small-model comprehension
2026-07-07T00:00:00
AED-style Crystal ('reads like statements', per the premium template's aed-conventions skill) lets smaller models reason about and understand code intent better than conventional compressed style.
{ "pairs": 10, "probes_per_variant": 3, "probe_types": [ "intent", "modification", "defect" ], "probe_descriptions": { "intent": "Explain what the code does and why (business intent, not line-by-line).", "modification": "Describe how to make a specified behavior change correctly.", "de...
{ "aed_total": 60, "conventional_total": 54, "max_per_variant": 60 }
{ "aed": { "intent": 20, "modification": 20, "defect": 20 }, "conventional": { "intent": 18, "modification": 20, "defect": 16 }, "max_per_cell": 20 }
[ { "id": "p1-auth-mfa-routing", "topic": "auth/session logic — post-password MFA routing and pending-challenge TTL", "aed_source": "module Auth\n # Routes a user who has just passed the password check. The password is only\n # the FIRST factor: an MFA-enrolled regular user must verify a second factor\n...
[ { "pair": "p1-auth-mfa-routing", "variant": "aed", "scores_by_probe": { "intent": 2, "modification": 2, "defect": 2 }, "pair_total": 6 }, { "pair": "p1-auth-mfa-routing", "variant": "conventional", "scores_by_probe": { "intent": 2, "modification": 2,...