HackerTrans
TopNewTrendsCommentsPastAskShowJobs

bartek_gdn

no profile record

Submissions

Ask HN: AI researchers – what's a recent paper that recently blew your mind?

6 points·by bartek_gdn·tháng trước·1 comments

Show HN: Looseleaf – Python notebooks where each cell is a .py file

github.com
2 points·by bartek_gdn·4 tháng trước·0 comments

[untitled]

1 points·by bartek_gdn·4 tháng trước·0 comments

Show HN: Chromectl – CLI to give an AI agent its own Chrome session

github.com
2 points·by bartek_gdn·4 tháng trước·0 comments

Show HN: Crossword Creator – Browser-based crossword puzzle maker

crossword-creator.com
1 points·by bartek_gdn·9 tháng trước·0 comments

comments

bartek_gdn
·4 tháng trước·discuss
What's the dataset used for this task? How does one prevent data leakage on the experiment itself? Are we asking about past events to predict the future?
bartek_gdn
·4 tháng trước·discuss
Why not grep the output to abother tool?
bartek_gdn
·4 tháng trước·discuss
I would use whatever you are comfortable with, I wanted a similar tool so I coded my own. Smaller API so that understand what is going on and it is easy not to get lost

https://news.ycombinator.com/item?id=47207790
bartek_gdn
·4 tháng trước·discuss
Take a look at https://news.ycombinator.com/item?id=47207790
bartek_gdn
·4 tháng trước·discuss
Can't we just iteratively inspect the network traces then? We don't need to consume the whole 2mb of data, maybe just dump the network trace and use jq to get the fields to keep the context minimal. I haven't added this in https://news.ycombinator.com/item?id=47207790 , but I feel it would be a good addition. Then prompt it with instructions to gradually discover the necessary data.

But then I wonder, where the balance is between a bunch of small tool calls, vs one larger one.

I recall some recent discussion here on hn on big data analysis
bartek_gdn
·4 tháng trước·discuss
Yes please, maybe there will be some solution that will fit the problem better! I recently released something similar, and because of the small API, I'm more comfortable using it.

https://news.ycombinator.com/item?id=47207790
bartek_gdn
·4 tháng trước·discuss
My approach is a thin cli wrapper instead.

https://news.ycombinator.com/item?id=47207790
bartek_gdn
·4 tháng trước·discuss
That's also my approach, built quickly a cli for this with lightweight session management

https://news.ycombinator.com/item?id=47207790
bartek_gdn
·4 tháng trước·discuss
It does so many things though, very similar in the core though. I'm wondering what the token counts will be when I compare. Also the agent browser seems to support other browsers too, I only when with chromium
bartek_gdn
·4 tháng trước·discuss
What about --help? Isn't that a perfect parallel to discovery of available tools in an MCP server?
bartek_gdn
·4 tháng trước·discuss
I've come to the same conclusion as op, created a CLI tool to work with Chrome sessions. It works well, and I'm planning to do some token comparison on this vs an MCP approach. https://news.ycombinator.com/item?id=47207790
bartek_gdn
·8 tháng trước·discuss
What do you mean? The last part in this case is also present, you can change external state by sending a request with the captured content.