7/14/2026 at 1:37:04 PM
AI trains AI already, agents are happy to spin up real training pipelines for deep learning or regression models or whatever you want right? I guess the advantage to your project is that it provides a framework to allow the agent to access extra compute?by callamdelaney
7/14/2026 at 1:56:32 PM
Yes I'd heard the labs (Anthropic mostly) speaking about LLMs training LLMs, so I wanted to make things a little more concrete and test it out myself! Essentially you are correct though, my framework allows the agent access to compute, but also the agent itself is being trained to become better at training models with that compute.by Danau5tin
7/14/2026 at 4:58:27 PM
i remeber reading in one of the release blog posts that that version was the "first that codex helped train"by vorticalbox
7/14/2026 at 5:00:42 PM
Yes exactly, and also there is auto-research by Karpathy, Fable-5 on parameter golf etc which point to the direction of highly-assisted / autonomous AI training as the future. Wild.by Danau5tin
7/14/2026 at 5:42:16 PM
I guess more important than LLMs training LLMs (which is mostly the same code over and over) is LLMs cleaning and curating training data.by amelius
7/14/2026 at 8:34:30 PM
Very good point. Sifting through noisy data and creating curated datasets could be of great value. Perhaps worth a project by itself!by Danau5tin
7/14/2026 at 5:49:48 PM
Not sure how much of it was marketing but M2.7 supposedly trained itselfby throwa356262
7/14/2026 at 6:28:12 PM
Very cool! Thank youby Danau5tin