Viewing profile — gronky_
gronky_
HN member- Joined
- Tue, Dec 06, 2022, 10:29 AM UTC
- HN karma
- 1,011
- Public activity
- 83 items
- HN profile
- View on Hacker News ↗
About gronky_
No profile information was provided.
Recent public activity
-
comment
Comment #47706271
Mobile rendering of the post has some issues. Tables are overflowing and not responsive for example
-
comment
Comment #47194914
Don’t know about other claws, with NanoClaw the agent can only rewrite code that runs inside the container. You can see here that it’s only given write access to specific directori…
- story
-
comment
Comment #46851265
True. There’s a setting for Claude code though where you can add apiKeyHelper which is a script you add that gets the token for Claude Code. I imagine you can use that but haven’t …
- story
- story
- story
-
comment
Comment #44876040
Keep in mind that this isn’t about users - the top agents on the leaderboard aren’t running an actual product on the benchmark. If they are running their production product as is, …
-
comment
Comment #44875955
This ok from your perspective then? def make_pass@1_agent(agent, n): def retry_agent(problem): for attempt in range(n): result = agent(problem) if result.success: return result ret…
-
comment
Comment #44875327
It’s a pass@1 benchmark. When submitting you need to check a box that there was only 1 attempt per problem. See here for example: https://github.com/SWE-bench/experiments/pull/219 …
-
comment
Comment #44874831
I’ve been running a bunch of coding agents on benchmarks recently as part of consulting, and this is actually much more impressive than it seems at first glance. 71.2% puts it at 5…
-
comment
Comment #44514439
I see it a bit differently - LLMs are an incredible innovation but it’s hard to do anything useful with them without the right wrapper. A good wrapper has deep domain knowledge bak…
-
comment
Comment #44379041
It will catch those sneaky bugs
- story
-
comment
Comment #43661471
Stating that Israel doesn’t have a right to exist has been recognized to be an antisemitic statement by many prominent institutions. It’s a radical statement that effectively denie…
-
comment
Comment #43641039
Yes, it uses Supabase, doesn’t roll its own
-
comment
Comment #43545327
I just tried the demo on the homepage and I don’t know what kind of sorcery this is but it’s blowing my mind. I input a bunch of completely made up words (Quastral Syncing, Zarnix …
- story
-
comment
Comment #43485593
They’re all in. They announced they’ll add support for it in the desktop app and the API in the coming months: https://x.com/OpenAIDevs/status/1904957755829481737
- story
- story
-
comment
Comment #43485331
Currently supported in the Agents SDK https://openai.github.io/openai-agents-python/mcp/
- story
- story
- story