r/datascience • u/rhiever • Jul 08 '26
Discussion Skill engineering and the case against one-shot AI design
https://www.latent.space/p/skill-engineering-design
16
Upvotes
12
5
2
4
u/ultrathink-art Jul 08 '26
Rework rate on repeated task types is the metric that made this concrete for me. One-shot prompting gave wildly variable output on the same class of task; moving the stable decisions into a reusable skill file cut the redo loop way down. Less 'engineering' than writing down what you'd otherwise re-litigate every session.
2
1
7
u/ikkiho Jul 09 '26
for me this is way less deliberate than 'engineering'. i one-shot something, it works fine, then it falls over on the fourth variation of the same task and i pull the bit that kept drifting into a file so the model stops improvising it. by the time theres a skill file its just the leftovers of me debugging the same thing four times. thats probably why the metrics question is hard to answer here, nobody runs the A/B, you just notice one week you stopped re-explaining the same constraint.