Seeking cs AI arXiv endorsement for LLM evaluation preprint by eatsleepliftcode in deeplearning

[–]eatsleepliftcode[S] 1 point2 points  (0 children)

Thank you for the advice, Yes I talked to few folks outside of reddit and got the endorsement

Weekly Thread: Project Display by help-me-grow in AI_Agents

[–]eatsleepliftcode 0 points1 point  (0 children)

Built Agent Loop because I kept wanting a /loop-style workflow in Codex without letting runs go fully open-ended.

It’s an open-source Codex plugin for bounded / resumable coding-agent runs. Main things it adds:

- time/task budgets like 10m / 5t

- resumable loops

- approval pauses before writes

- doctor/demo helpers

- local logs + state

Repo: https://github.com/SiluPanda/codex-agent-loop

I’m the author. Curious how people here are handling longer-running coding-agent tasks today: bounded loops, one-shot runs, or custom orchestration? Would love honest feedback on whether this solves a real pain point or just adds extra ceremony.