The paper is here - https://arxiv.org/pdf/2603.19461 This, IMO is the biggest insight into where we're at and where we're going: > Because both evaluation and self-modification are coding tasks, gains in coding ability can translate into gains in self-improvement ability. There's a thing that I've noticed early into LLMs: once they unlock one capability, you can use that capability to compose stuff and improve on oth…
HyperAgents: Self-referential self-improving agents
21–30 of 117 posts
Re: HyperAgents: Self-referential self-improving agents
#22Re: HyperAgents: Self-referential self-improving agents
#23The paper is here - https://arxiv.org/pdf/2603.19461 This, IMO is the biggest insight into where we're at and where we're going: > Because both evaluation and self-modification are coding tasks, gains in coding ability can translate into gains in self-improvement ability. There's a thing that I've noticed early into LLMs: once they unlock one capability, you can use that capability to compose stuff and improve on oth…
I disagree that evaluation is always a coding task. Evaluation is scrutiny for the person who wants the thing. It’s subjective . So, unless you’re evaluating something purely objective, such as an algorithm, I don’t see how a self contained, self “improving “ agent accomplishes the subjectivity constraint - as by design you are leaving out the subject.
OTOH, there's loads you can do for evaluation before a human even sees the artifact. Things like does the site load, does it behave the same, did anything major change on the happy path, etc etc. There's a recent-ish paper where instead of classic "LLM as a judge" they used LLMs to come up with rubrics, and other instances check original prompt + rubrics on a binary scale. Saw improvements in a lot of evaluations.
Then there's "evaluate by having an agent do it" for any documentation tracking. Say you have a project, you implement a feature, and document the changes. Then you can have an agent take that documentation and "try it out". Should give you much faster feedback loops.
Re: HyperAgents: Self-referential self-improving agents
#24Pi is self modifying, self aware. https://lucumr.pocoo.org/2026/1/31/pi/ But this idea of having a task agent & meta agent maybe has wings. Neat submission.
What are the differences wrt Recursive Language Models
Re: HyperAgents: Self-referential self-improving agents
#25No matter how far we go, we end up with generation / discrimination architecture. Its is the core of any and all learning/exellency; exposure to chaotic perturbations allow selection of solutions that are then generalized to further, ever more straining problems; producing increasingly applicable solutions. This is the core of evolution, and is actually derivable from just a single rule.
On this view, learning in general operates via selection under uncertainty. This is less visible in individual cognition, where we tend to over-attribute agency, but it is explicit in science: hypotheses are proposed, subjected to tests, and selectively retained, precisely because the future cannot be deduced from the present.
In that sense, generation/discrimination is a particular implementation of this broader principle (a way of instantiating variation and selection) not the primitive itself.
Re: HyperAgents: Self-referential self-improving agents
#26The paper is here - https://arxiv.org/pdf/2603.19461 This, IMO is the biggest insight into where we're at and where we're going: > Because both evaluation and self-modification are coding tasks, gains in coding ability can translate into gains in self-improvement ability. There's a thing that I've noticed early into LLMs: once they unlock one capability, you can use that capability to compose stuff and improve on oth…
Re: HyperAgents: Self-referential self-improving agents
#27No matter how far we go, we end up with generation / discrimination architecture. Its is the core of any and all learning/exellency; exposure to chaotic perturbations allow selection of solutions that are then generalized to further, ever more straining problems; producing increasingly applicable solutions. This is the core of evolution, and is actually derivable from just a single rule.
It's a feedback loop. I've always felt that the most important part of engineering was feedback loops. Maybe nature is the greatest engineer ever?
Re: HyperAgents: Self-referential self-improving agents
#28Re: HyperAgents: Self-referential self-improving agents
#29Re: HyperAgents: Self-referential self-improving agents
#30That's great but how about UltraAgents: Meta-referential meta-improving self-referential hyperagents?