HackerTrans
トップ新着トレンドコメント過去質問紹介求人

grimm8000

no profile record

投稿

[untitled]

1 ポイント·投稿者 grimm8000·3 か月前·0 コメント

Show HN: I built a sandboxed agent that writes JSON rules to avoid repeat errors

1 ポイント·投稿者 grimm8000·3 か月前·0 コメント

Show HN: The AI agent that can improve itself

github.com
4 ポイント·投稿者 grimm8000·3 か月前·0 コメント

Show HN: Self-improving sandboxed agent with memory and scheduling

github.com
2 ポイント·投稿者 grimm8000·3 か月前·2 コメント

Show HN: Sandboxed agent that upgrades itself when necessary, adapts to failure

github.com
2 ポイント·投稿者 grimm8000·3 か月前·1 コメント

コメント

grimm8000
·3 か月前·議論
Isn't that Linux only?
grimm8000
·3 か月前·議論
It is an open-source AI agent I made that runs in a Debian Docker container with Chromium as the default browser. It is model agnostic (LiteLLM) and can do normal agent things like file manipulation, browsing, and coding.

The special thing is its ability to adapt, improve itself, and learn. When it sees that it can't do a task because its toolset won't let it, it creates and saves a new tool. If it hits an error, it reflects on the error and writes how to avoid it in the future in a special JSON file.

You can even make it change its system prompt if you want it to act in a certain way. It also has persistent memory and the ability to schedule tasks.

Of course, whenever it makes a new tool or changes its prompt, it asks for your permission. It also asks whether or not you want it to need approval for it to run the tool it made.

You can talk with it through a beautiful web interface at localhost:5000 and see it work in real-time through noVNC.

I would love your feedback on it.
grimm8000
·3 か月前·議論
W site
grimm8000
·3 か月前·議論
Why say CLI instead of AI agent?
grimm8000
·3 か月前·議論
Yeah but the muscle memory
grimm8000
·3 か月前·議論
as constructive criticism the mobile version of the site is kinda clunky
grimm8000
·3 か月前·議論
What's special about it?