Fetching from the wire…
Public story · 2026-09-24 · high
It decides load or abstain per skill from past outcomes, matching accuracy while cutting token use 74.3%.
Why now: As of September 24, SkillApt's token-cut numbers are new to public discussion.
SkillApt splits skill retrieval from skill activation, then decides whether to load each retrieved skill instead of assuming it belongs in context.
Most agent frameworks treat those as the same step. A retriever finds a SKILL.md file that looks relevant, and the agent loads it into context no matter what. SkillApt's tests show that habit is expensive. Loading only 31.5% of retrieved skills still hit 0.838 accuracy on SRA-Bench, identical to loading every top BM25 match, while cutting token use 74.3%.
For each retrieved skill, SkillApt runs matched executions with and without loading it. It then uses outcomes from similar past states to decide LOAD or ABSTAIN, per the SkillApt paper.
What the paper doesn't say is how the with/without comparison holds up outside SRA-Bench, or what running those matched executions costs in compute at scale. If the deciding mechanism itself needs meaningful inference budget, the net savings could shrink in production.
Pull the skills your own agent retrieves most often and count how many loads actually changed the output. If most of them sit unused, that's context budget recoverable without losing accuracy.
Each link below shares sources, entities, or timing with this story.
Introduces temporal causal diagnostics to distinguish legitimate task execution from injected manipulation in multi-turn agent interactions, plus context purification to neutralize poisoned content. Directly applicable to anyone building agents that call external tools. arXiv...
Skill-α (arXiv 2608.01678) reframes skill generation as RL over sequential edits, decomposing skill construction into individually evaluable changes. The novel signal is a rollback reward that scores each modification by comparing downstream task execution using the original s...
1. Flip your multi-model pipeline to review-then-generate. Instead of using a reasoning model to plan before code generation, let the specialist generate freely and use reasoning tokens for review. Paper shows 90.2% pass@1 vs 87.2% for the planning pattern. Source 2. Audit you...
ArXiv paper 2603.14805 argues the primary bottleneck in scaling agentic development is knowledge architecture — "skills" (composable, governance-aware units encoding institutional knowledge) are the right primitive for agents, not raw docs or in-context retrieval. Directly rel...
Same weights. Same tasks. Same time budget. One change to the harness, and fail-to-pass on SWE-bench Verified went from 28% to 49%. The setup in arXiv 2608.26218 is clean enough to be worth describing precisely. 169 SWE-bench Verified tasks, a 20,480-token context window, a fi...
Skill files work because they're specific. They name the exact script, the exact API call, the exact flag your repo needs. That specificity is the whole value, and it's also the thing that quietly stops being true the moment the repo tags a new version. Repo2Skill-Evo measured...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.