Pi 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.
HyperAgents: Self-referential self-improving agents
11–20 of 117 posts
Re: HyperAgents: Self-referential self-improving agents
#12The readme seems very unclear about what it does. Anyone has a practical example of it?
Re: HyperAgents: Self-referential self-improving agents
#13The 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
#14Re: HyperAgents: Self-referential self-improving agents
#15The readme seems very unclear about what it does. Anyone has a practical example of it?
There's a paper at https://arxiv.org/abs/2603.19461 Abstract: Self-improving AI systems aim to reduce reliance on human engineering by learning to improve their own learning and problem-solving processes. Existing approaches to self-improvement rely on fixed, handcrafted meta-level mechanisms, fundamentally limiting how fast such systems can improve. The Darwin Gödel Machine (DGM) demonstrates open-ended self-improve…
Here is a breakdown - https://vectree.io/c/plant-self-incompatibility-logic
Re: HyperAgents: Self-referential self-improving agents
#16The 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.
Another thing that get quantized is video preferences to maximize engagement.
Re: HyperAgents: Self-referential self-improving agents
#17The 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.
Re: HyperAgents: Self-referential self-improving agents
#18Re: HyperAgents: Self-referential self-improving agents
#19The 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…
Larger composition, though, starts to run into typical software design problems, like dependency graphs, shared state, how to upgrade, etc.
I've been working on this front for over two years now too: https://github.com/smartcomputer-ai/agent-os/