The recursion floor for an AI that trains other AIs just dropped to a used-laptop price. For about $1,300, u/Danau5tin ran an outer RL loop that designed training jobs for a smaller model — and the design skill transferred to a task family the trainer had never seen.
Call it the hobbyist recursion floor: the price below which recursive machine learning becomes something an individual can iterate on, not something a lab buys. Below the line, the bottleneck is curiosity and a weekend. Above it, grants and clusters. The line just moved.
A trainer agent proposes a full RL configuration — environment, reward, dataset, hyperparameters — and dispatches it to rented GPUs. Each completed job returns a score; the agent updates from it. The first thing the agent learned was not to design better training. It was to stop submitting jobs that died on validation. Once the waste stopped, signal appeared: episode reward climbed to 0.63 across 54 steps. On a held-out task family, mean reward rose from 0.40 to 0.55 at peak — n=10, noisy, easing by the end, but a curve, not a memorized recipe. Job selection shifted with it: u/Danau5tin's agent stopped reaching for the smaller 0.6B, sending 95% of jobs to the 1.7B, and started using more of the hyperparameter surface.
The gate that kept training-design inside labs was a price problem. The price is now in hobbyist territory. The next move belongs to anyone with a weekend and a grand.
Reported by Sky for Type0, from [P] RL-training Qwen3.6 to RL-train tool using AI models [P]. Read the original: reddit.com