Request a new model runs emotion-vector extraction on hf jobs
Analyze traces replays sessions through a model, emits per-turn emotion trajectories
Recent runs
π¦ slyfox β give Claude Code your team's prior context, when it matters
The pitch: maintainers re-explain the same things to every new contributor (and to every fresh AI session).
Their Claude Code sessions are a treasure trove β encoding how this team thinks about specific files,
which optimisation patterns they reach for, where the dragons live. slyfox surfaces that prior context inside
any Claude Code session in the same repo.
What's in this Space: the harness for measuring whether that injected context actually helps an AI fix
real bugs. 100 perf-flavoured tasks from huggingface/transformers,
gold patches included, runnable both with and without slyfox.
plugin/ β the Claude Code plugin that does the injection (UserPromptSubmit hook + retrieval).
tools/hf-upload-traces/ β uploads filtered local Claude Code traces to a HF dataset (privacy scrubbed).
jobs_scripts/ β HF Jobs for extracting emotion-direction vectors per model and projecting traces through them (the "persona" layer, owned by @AidanZach).
harness/ β what you're looking at: 100-task SWE bench + LLM-judge.
The diagram below walks the full flow end-to-end and highlights the buddy and mirror ideas.
Both pipelines require open weights; closed-API tokens-only models can't be substituted at any of the boxes
tagged open.