Not every self-improving LLM system changes the LLM
▲ 3 r/LLM

Not every self-improving LLM system changes the LLM

Recent recursive-agent papers contain a useful definition problem: identifying exactly what is doing the improving.

The AQuA architecture keeps the underlying language model and evaluator fixed. Evaluated evidence accumulates in a local research state and changes which proposals come next. Its two research systems are separate as well, with no shared agents, memories, candidate spaces, outputs, or research state.

This is a systems-level feedback mechanism, not a claim that the model updates its own weights. Calling both mechanisms “self-improvement” may be reasonable, but they imply very different evaluation standards.

Is retained evidence enough to call a fixed-model process self-improving, or should that term require a change to the model or evaluator?

u/Asleep-Pilot-4142 — 20 hours ago

heytea is opening in Rhodes on the 21st

Walked past today and one of the staff handed me this sticker sheet. We chatted for a bit and they told me they’re opening on the 21st.

Pretty happy about this because I won’t have to go so far just to get my mango coconut anymore lol.

u/Asleep-Pilot-4142 — 22 hours ago

The model stays fixed. What exactly is self-improving?

Agent-loop diagrams love an arrow that points back to the start. The hard part is figuring out what actually travels across it.

AQuA describes two separate research systems. They do not share agents, memories, candidate spaces, outputs, or research state. Inside each one, validated evidence updates a local research state that shapes later proposals, while the base language model and evaluator remain fixed.

That sounds less like a model rewriting itself and more like a research process accumulating evidence. I still think “self-improving” can be a useful label here, but only if the state change is doing real work rather than preserving whatever the previous run happened to prefer.

The paper does not show one coupled end-to-end architecture across factor discovery and model development. So the Part I diagram is best read as one bounded loop, not a map of the whole system.

What would you instrument to tell the difference between genuine process improvement and ordinary search with memory? I’d want to see which evidence survives, what it changes in the next proposal, and whether those changes keep helping on evaluations the loop did not adapt to.

reddit.com
u/Asleep-Pilot-4142 — 2 days ago
▲ 14 r/ChatGPT

Two AI agents agreed on a feature that used future data

Partway through the day, an intraday feature divided volume so far by the day’s total volume. The denominator already included trades from later that day. The paper says an author agent described the feature as backward-looking and a reviewer agent approved it. The signal failed a clean re-split, and a manual audit exposed the problem.

AQuA’s response was to restrict the agent to a fixed registry of causal operators, which meant that full-day denominator could no longer be expressed.

The failure is ordinary enough to be useful. The description sounded causal even though the allowed operation was not. A second model could inspect the same explanation and still miss what the tool was actually permitted to compute. Taking that operation away means the reviewer no longer has to catch this specific path. There are plenty of other paths left to inspect.

The exact feature code and deployed expressions are not public, so an independent reader cannot audit this example end to end.

For agent systems, which failure classes should reviewers catch, and which are important enough to remove from the tool interface entirely?

u/Asleep-Pilot-4142 — 3 days ago

Anyone using AI to keep long-term research notes organized?

I’m trying to get better at managing long-term research notes.

Mostly looking for something that can keep track of papers, questions, decisions, useful quotes, and old ideas I dropped.

I’ve seen SciClaw Mira mentioned for this, but not sure how it fits with a normal note-taking setup.Has anyone here actually used it?

Any recommendations?

reddit.com
u/Asleep-Pilot-4142 — 6 days ago

One prompt on a local box built this dashboard front end. The data behind it is fake. Toy or tool?

Curious what people who run things locally make of this one, because the caveat is doing most of the work.

One prompt to an open model on a single desktop machine, and back comes a finished front end with gauges, a temperature bar and sparkline charts. The prompt is legible on screen and it asks for placeholder data, so none of those readings are real. It's a UI, not a monitor. The clip is about forty seconds.

The other half is who did the work. The builds people actually download, and the patch that gets a local runner to load the thing at all, came from strangers rather than from the lab. Ling 3.0 Flash went out under MIT, and every one of those community pieces carries the same tag.

The design is finished and the numbers behind it are invented. So is that the ordering now, presentation layer first and the reasoning a long way behind? Or is that just what short demos select for?

u/Asleep-Pilot-4142 — 7 days ago

I avoided AI tools because I was scared but I was wrong.

gonna be honest,I refused to use AI for creative work. Just felt like cheating. Like it was coming for my job.

Then a client project came in with a crazy tight deadline. Two weeks of work, five days to deliver. I was desperate.

So I caved and tried Framia. Went in expecting to hate it.Turns out, it handled all the boring stuff ,rough script, storyboard, basic visuals,and I focused on the actual creative decisions. Tone, pacing, brand voice. All me.

Finished in half the time and so happy the client loved it.

Ya actually AI didn't replace me. Just made me faster. Kinda wish I'd tried it sooner tbh. anyone else go through this “AI denial” phase?

reddit.com
u/Asleep-Pilot-4142 — 10 days ago

Ant Group put a 124B model under plain MIT, not one of those "community" licences

Most of these releases ship a bespoke community licence with a revenue cap or a usage carve-out, and everyone still calls the result open source. Ling-3.0-flash went up on Aug 4 under plain MIT. OSI listed, no cap, no field-of-use clause.

The weights are 124B total with 5.1B active, and there's a free tier on OpenRouter this week, so the access story is real rather than theoretical.

I'd take a mediocre model under MIT over a good one under a licence written by a lawyer who wanted an escape hatch. Curious whether anyone here disagrees.

Repos for anyone checking: inclusionAI/Ling-3.0-flash and inclusionAI/Ling-3.0-flash-fp8 on Hugging Face, both mirrored on ModelScope. inclusionAI is Ant Group's lab, the Alipay company.

u/Asleep-Pilot-4142 — 14 days ago

How do you keep long-running agents from blocking when you step away?

I'm a solo dev working on a small web app, and I've been letting an agent handle longer coding runs and some staging QA while I work on other things. The annoying part isn't when it fails outright, it's coming back 20 minutes later and realizing it has been sitting on a permission prompt the whole time, usually before installing a dependency or making a change in the staging environment.

I tried setting up a janky Telegram bot to ping me when the task stopped, but the notification didn't show enough context and I still had to get back to my desk to do anything useful.

I ended up trying MiniMax Code's Remote Control because I was already using it for coding tasks. The task still runs on my desktop, but I can check its progress from my phone. If it pauses for approval, I can see what it's trying to do and approve it from there.

Not perfect, but at least I can step away without completely missing the approval prompt.

Curious what other solo devs are using when an agent needs approval mid-task.

reddit.com
u/Asleep-Pilot-4142 — 15 days ago
▲ 42 r/LLMDevs

Ling-3.0-flash is open weight now - MIT, 124B total but only 5.1B active

Cheapest executor-shaped model we've had open weighted, if their numbers hold up. Ant Group's inclusionAI put it out Aug 4 under MIT, repos are inclusionAI/Ling-3.0-flash and inclusionAI/Ling-3.0-flash-fp8. 124B total, 5.1B active, 256K context. Their reported figures, not mine: SWE-bench Pro 56.6, AIME 2026 93.2. SGLang and vLLM forks only, no GGUF.

Anyone swapped their executor node to a 5B-active model and kept tool calls stable over a long session?

u/Asleep-Pilot-4142 — 15 days ago

Ant Group put a 124B model on OpenRouter at zero cost. The price isn't the interesting part.

Ling-3.0-flash showed up on OpenRouter late last month, from inclusionAI, which is Ant Group's model lab.

124B total parameters, 5.1B active per token. That's roughly 24:1 sparsity, which is aggressive even next to the other MoE releases this year.

The free window closes today, August 3, per their launch announcement, so most of the reaction is going to stop at the price tag and then at the line about an open-source release coming.

The ratio is what I keep going back to. 5.1B active is small enough that time-to-first-token comes in under 100ms, and it still carries a 256K context. Routing that sparse usually costs you something, and from what the lab says about its own model, rare world knowledge is exactly where it thins out.

Curious where people think the ceiling on that ratio actually is before quality falls off a cliff.

u/Asleep-Pilot-4142 — 16 days ago

Last free day on a 256K-context model, and the open-source version is supposedly next — useful if the AI bill is real

Not a launch post and there's nothing here for you to buy. It's a cost thing with an end date, which might matter if you're pre-revenue.

inclusionAI, Ant Group's model lab, has Ling-3.0-flash listed on OpenRouter at $0, and per their announcement today is the last day of that. 262,144 token context, sparse mixture-of-experts so it's fast rather than merely cheap.

If there's something sitting on your list that you deferred purely on token cost — bulk cleanup of a scraped dataset, summarizing a year of support tickets, a first pass at a hundred landing page variants — this is a week where that costs you nothing but the time to set it up.

Two caveats worth more than the tip itself. It's weak on obscure factual recall, so don't put it anywhere a confident wrong specific reaches a customer. And the window ends today, so don't put a $0 line item into a unit economics model and call it a margin. Their launch post says an open-source release is coming without saying when, which would change the cost question entirely, but you can't budget against a maybe.

The way I'd use the week: run the batch, keep the output, go back to whatever you were paying for before

reddit.com
u/Asleep-Pilot-4142 — 17 days ago

With Messi's likely retirement, is the world cup going to become a European tournament at the later stages?

For the past few tournaments, Argentina is the only team that's shown it can consistently perform at a high level. In the quarter finals, only Argentina and Morocco could make it to the quarter finals and Argentina was the only one in the semis. Since 2014, Morocco made the semis in 2022 but other than that it has only been European countries or Argentina in the semis.

If Argentina loses Messi, they're not likely to perform so well. Even with him playing he'll be almost 45 in 2030 so they might still lose. No other South American country seems to come close. The world cup used to be South Americans vs Europeans but now it could essentially be a European tournament.

reddit.com
u/Asleep-Pilot-4142 — 24 days ago

Wait, I think I accidentally bought the same suitcase Michael Olise uses? 💀

I picked up a matte black LEVEL8 check-in case a couple of weeks ago for a trip next month—just wanted something plain with no massive logos.

Then I was watching that post-tournament clip of Michael Olise at the airport with his colorful LV bag, and I looked down at the suitcase underneath it. Held my phone up to the case in my room and realized it’s literally the exact same one.

I didn't buy it because of him, but I’m not gonna lie, seeing a top player rolling the same quiet black box makes me feel 10x better about my purchase.

Has anyone else ever accidentally matched gear with a pro athlete, or am I overhyping a black plastic box?

u/Asleep-Pilot-4142 — 24 days ago

How do you guys manage the fee bleed from using multiple exchanges?

i keep ending up with small chunks of my portfolio scattered across bitmart us and other platforms, since different assets are only available on separate exchanges.

the annoying part is rebalancing. by the time i move something out, pay the withdrawal fee, then move it again later, whatever advantage i got from using multiple exchanges starts feeling pretty small.

do you guys batch transfers, keep a stablecoin balance on each platform, or just accept that some funds are going to stay scattered?

trying to figure out whether theres an actual system for this or if everyone is just dealing with the same mess.

reddit.com
u/Asleep-Pilot-4142 — 28 days ago

What is this shit man

Pata hai aaj kya hua ,I just checked latest video from beebom and felt seriously disappointed in this. Like marriage was already becoming plaything lately with hearing these many news and now this?! seriously like they are making a way of "safely" cheat in your marriage? Even if its about choices of women and other things if anyone wanna argue or state a point. But this is feeling disgusting and disappointing to me rn. I know earning is important too...but making paths for such things is nowhere near a good thing...this will only gonna hurt people's life and my hope for a good marriage is getting dimmer with each news and each dramas.

For some info: Gleeden is an app about extramartial affairs made by women in 2009 in france, have free acc for women but charges men with like 1800-2k money if they makes acc. It always saves any payment under the name of google instead of gleeden, has secured privacy too.

It did had this argument but they tried to silence ppl with actual reasons about infedality, maritial issues and some needs related. Yet communities are still in argument if this app is ass or grass

Summary : a controversial app ensuring extramarital affair in "safe" way

u/Asleep-Pilot-4142 — 1 month ago