|
|
|
|
|
by amabito
126 days ago
|
|
This is interesting. It looks less like a “model failure” and more like a containment failure. When agents audit themselves, you’re effectively running recursive evaluation without structural bounds. Did you enforce any step limits, retry budgets, or timeout propagation? Without those, self-evaluation loops can amplify errors pretty quickly. |
|
W.r.t the self evaluation of the 'dreamer' genome (think template), this is... not possible to answer briefly
The dreamer's normal wake cycle has a 80 loop budget with increasingly aggressive progress checks injected every 15 actions. When sleeping after a wake cycle it (if more than 5 actions were taken) 'dreams' for a maximum of 10 iterations/actions.
Every 10 wake cycles it does a deep sleep which triggers a self-evaluation capped at 100 iterations, where changes to the creatures source code and files and, really, anything are done.
The creature can also alter its source and files at any point.
The creature lives in a local git repo so the orchestrator can roll back if it breaks itself.