HackerTrans
TopNewTrendsCommentsPastAskShowJobs

grimm8000

no profile record

Submissions

[untitled]

1 points·by grimm8000·il y a 3 mois·0 comments

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

1 points·by grimm8000·il y a 3 mois·0 comments

Show HN: The AI agent that can improve itself

github.com
4 points·by grimm8000·il y a 3 mois·0 comments

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

github.com
2 points·by grimm8000·il y a 3 mois·2 comments

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

github.com
2 points·by grimm8000·il y a 3 mois·1 comments

comments

grimm8000
·il y a 3 mois·discuss
Isn't that Linux only?
grimm8000
·il y a 3 mois·discuss
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
·il y a 3 mois·discuss
W site
grimm8000
·il y a 3 mois·discuss
Why say CLI instead of AI agent?
grimm8000
·il y a 3 mois·discuss
Yeah but the muscle memory
grimm8000
·il y a 3 mois·discuss
as constructive criticism the mobile version of the site is kinda clunky
grimm8000
·il y a 3 mois·discuss
What's special about it?