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

bartek_gdn

no profile record

投稿

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

6 ポイント·投稿者 bartek_gdn·先月·1 コメント

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

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

[untitled]

1 ポイント·投稿者 bartek_gdn·4 か月前·0 コメント

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

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

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

crossword-creator.com
1 ポイント·投稿者 bartek_gdn·9 か月前·0 コメント

コメント

bartek_gdn
·4 か月前·議論
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 か月前·議論
Why not grep the output to abother tool?
bartek_gdn
·4 か月前·議論
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 か月前·議論
Take a look at https://news.ycombinator.com/item?id=47207790
bartek_gdn
·4 か月前·議論
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 か月前·議論
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 か月前·議論
My approach is a thin cli wrapper instead.

https://news.ycombinator.com/item?id=47207790
bartek_gdn
·4 か月前·議論
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 か月前·議論
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 か月前·議論
What about --help? Isn't that a perfect parallel to discovery of available tools in an MCP server?
bartek_gdn
·4 か月前·議論
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 か月前·議論
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.