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

grimm8080

no profile record

投稿

Ask HN: What would you like to see in an AI agent?

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

[untitled]

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

[untitled]

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

Show HN: An open source self-modifying terminal based AI agent

4 ポイント·投稿者 grimm8080·3 か月前·0 コメント

Show HN: A sandboxed AI agent that can watch webpages without constant API calls

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

コメント

grimm8080
·3 か月前·議論
Huh
grimm8080
·3 か月前·議論
Yet when I tried it it did absymal compared to Gemini 2.5 Flash
grimm8080
·3 か月前·議論
How does rhis work? U have a repo for it?
grimm8080
·3 か月前·議論
Yes, it is kind of a clever way to diff the page state. The ai agent has some built in tools to deal with this. The user gives a prompt say "Watch for X words" The LLM then runs the provided tool with the necessary args. The tool then runs a python loop to check for it in the DOM while the LLM sleeps. Then once it's found the LLM is awoken. Also, there's a tool for watching for changes in pixels in certain regions. It works in a similar way.
grimm8080
·3 か月前·議論
Amazing, how do I play it?
grimm8080
·3 か月前·議論
What does RCE mean?
grimm8080
·3 か月前·議論
I need a subscription to read that. Though, I don't get why 1 bit LLMs are smaller, if you go from 8 bit to 1 bit, you'll need 8 times more nodes right?