HackerTrans
TopNewTrendsCommentsPastAskShowJobs

grimm8080

no profile record

Submissions

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

1 points·by grimm8080·il y a 3 mois·1 comments

[untitled]

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

[untitled]

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

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

4 points·by grimm8080·il y a 3 mois·0 comments

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

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

comments

grimm8080
·il y a 3 mois·discuss
Huh
grimm8080
·il y a 3 mois·discuss
Yet when I tried it it did absymal compared to Gemini 2.5 Flash
grimm8080
·il y a 3 mois·discuss
How does rhis work? U have a repo for it?
grimm8080
·il y a 3 mois·discuss
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
·il y a 3 mois·discuss
Amazing, how do I play it?
grimm8080
·il y a 3 mois·discuss
What does RCE mean?
grimm8080
·il y a 3 mois·discuss
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?