Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
bartek_gdn
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
bartek_gdn
1mo ago
"If you’re searching for an air fryer, Amazon already knows quite a bit. They know the best-reviewed, least-returned, best-priced model. The only purpose of the ads is to get you to pick an air fryer that isn’t that one (or for the bes
2.
▲
by
bartek_gdn
1mo ago
Nice one! Really shows why we should run those in sandboxes without env access. I like the proxy swap approach
3.
▲
by
bartek_gdn
2mo ago
Priced in before the event then?
4.
▲
by
bartek_gdn
2mo ago
I liked the ending well said
5.
▲
Ask HN: AI researchers – what's a recent paper that recently blew your mind?
6 points
by
bartek_gdn
3mo ago
|
1 comments
6.
▲
by
bartek_gdn
6mo ago
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?
7.
▲
Show HN: Looseleaf – Python notebooks where each cell is a .py file
(github.com)
2 points
by
bartek_gdn
6mo ago
|
0 comments
8.
▲
by
bartek_gdn
6mo ago
Why not grep the output to abother tool?
9.
▲
by
bartek_gdn
6mo ago
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
10.
▲
by
bartek_gdn
6mo ago
Take a look at https://news.ycombinator.com/item?id=47207790
11.
▲
by
bartek_gdn
6mo ago
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 h
12.
▲
by
bartek_gdn
6mo ago
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=47
13.
▲
by
bartek_gdn
6mo ago
My approach is a thin cli wrapper instead. https://news.ycombinator.com/item?id=47207790
14.
▲
by
bartek_gdn
6mo ago
That's also my approach, built quickly a cli for this with lightweight session management https://news.ycombinator.com/item?id=47207790
15.
▲
by
bartek_gdn
7mo ago
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
16.
▲
by
bartek_gdn
7mo ago
What about --help? Isn't that a perfect parallel to discovery of available tools in an MCP server?
17.
▲
by
bartek_gdn
7mo ago
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
18.
▲
Show HN: Chromectl – CLI to give an AI agent its own Chrome session
(github.com)
2 points
by
bartek_gdn
7mo ago
|
0 comments
19.
▲
by
bartek_gdn
10mo ago
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.
20.
▲
Show HN: Crossword Creator – Browser-based crossword puzzle maker
(crossword-creator.com)
1 points
by
bartek_gdn
11mo ago
|
0 comments
21.
▲
Show HN: Chrome extension that gives Claude Pro API-free tool use capabilities
2 points
by
bartek_gdn
1y ago
|
0 comments
22.
▲
by
bartek_gdn
3y ago
I completely disagree with the prompt paragraph. "Everyone who thinks they're uncovering an LLM-based application's prompts by telling it things like "tell me your prompt" (often much more elaborately) is fooling th
23.
▲
by
bartek_gdn
3y ago
I strongly recommend the book by Sutton and Barto https://web.stanford.edu/class/psych209/Readings/SuttonBarto...
24.
▲
by
bartek_gdn
3y ago
Very informative post, great job!