Remix.run Logo
fizx 2 days ago

Add reinforcement learning to figure out which skills are actually useful, and you're really cooking.

NitpickLawyer 2 days ago | parent | next [-]

DSPy with GEPA should work nicely, yeah. Haven't tried yet but I'll add it to my list. I think a way to share within teams is also low-hanging fruit in this space (outside of just adding them to the repo). Something more org-generic.

joshka a day ago | parent [-]

> DSPy with GEPA should work nicely

I think that would be a really really interesting thing to do on a bunch of different tasks involving developer tooling (e.g. git, jj, linters, etc.)

latentsea a day ago | parent | prev [-]

Combine that with retrying the same task again but with the improved skills in some sort of train loop that learns to bake in the skills natively to obviate the need for them.

The path to recursive self-improvement seems to be emerging.