Hacker Newsnew | past | comments | ask | show | jobs | submitlogin
Build an Agent That Rewrites Itself (Open Source) (github.com/adenhq)
6 points by AdelAden 24 days ago | hide | past | favorite | 3 comments


This is interesting.

How are you handling guardrails around the self-rewrite step? Specifically curious whether revisions are gated by deterministic checks or learned evaluators, and how you avoid runaway feedback loops.


Most agent frameworks optimize for demos.

We wanted to explore what agents look like when you design for production instead: – memory pressure – cost ceilings – failure recovery – observability

So we built an open-source framework where agents can: • refactor their own logic • revise plans mid-execution • persist and compress memory • recover from tool and runtime failures

This is not a wrapper around prompts — it’s infrastructure for long-running, self-correcting agent systems.

We’re building this in public and actively using GitHub as our distribution channel. Feedback from people deploying agents in the wild is especially welcome.

If it’s useful, starring the repo helps us decide what to build next.


I will take a look




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: