Ex-surgeon. PM in finance & aviation, building with AI

Joined March 2011
5 Photos and videos
Jun 12
Shipped unified learner memory to the /durable-learning skill. Topics used to be islands - separate ledgers with separate review queues. Now one root folder holds every mission: a single due queue across all topics, ordered by how many other capabilities depend on each item, and cross-topic prerequisites. github.com/musi27/durable-le…
39
I wrote about durable learning with a model in the loop: once a model sits inside, output stops being a signal of understanding, and what actually matters is whether the capability transfers to the learner. I wanted to test @claudeai Fable, so I tried turning that into a skill.
1
1
2,592
The really important part is agency telemetry. The skill always answers when you ask, but it logs when you reached for the answer before attempting so it's framed like a training log rather than a conscience. Over weeks your independence compounds next to your capability.
1
36
It's 7 markdown files and one Python script, portable to any agent that reads skills. I'm now using it to learn about post-trade settlement - would love your feedback if you give it a go. github.com/musi27/durable-le…
26
Hey @claudeai: feature suggestion - user profiles with on/off memory per profile. Currently memory is account-wide, so either everything gets pooled together, or there's no memory across your chats. Projects and Incognito get close, but do not actually close the gap.
30
May 19
I'm 10 months post-ACL surgery - so the final stage of recovery (thankfully!), working on pivoting for tennis and padel. This needs un-cued training, because the hard part of those sports is reacting to things you didn't plan for. Cued, predictable drills do not help with this.
2
1
96
May 19
Most of the work was getting the spec right - what counts as truly un-cued, where the random draws need to happen, what the active screen should look like from 3 meters away. Built it in 10 mins with @claudeai
1
61
May 19
Live at musi.live/reactive-trainer. Excited to test this over the next few weeks as I get ready for returning to sport!

60
Apr 26
Published the spec for Prism's HTTP API and JSON log format in a SPEC.md at the project root, so anyone can build an SDK in any language against the same UI server. Python is today's official SDK; the TypeScript port is next on the list. Interested to hear feedback on the spec, especially from anyone wanting to take a swing at a community SDK before I get to TS. github.com/musi27/prism
1
162
Apr 23
I audited the 9 running versions of my @polymarket weather trading bot. A 285:1 longshot that resolved yes hit every version, skewing the PnL by 75%. A trade that every version catches cannot rank them - I found that the comparison was more valuable in areas of disagreement.
1
178
Apr 22
I've been thinking about what durable learning looks like when a model can answer almost anything. Not what it means to learn faster - what it means to actually know something when the answer is always a query away.
1
119
Apr 22
With @BrainbankSpace I've tried to design for this: AI generates & explains, the spaced repetition loop forces internalisation. The capability should live in the user, not in the tool. This handles the retrieval side, but it does not solve or measure the transfer of capability.
1
96
Apr 22
The harder problem is measuring transfer itself, not just retrieval. Agents could change this - a model that can probe what a learner actually understands, not just what they produce, might get closer to measuring transfer than anything we have now.
70