Viewing profile — someguy101010
someguy101010
HN member- Joined
- Thu, Jan 19, 2017, 5:31 PM UTC
- HN karma
- 462
- Public activity
- 174 items
- HN profile
- View on Hacker News ↗
About someguy101010
Recent public activity
- comment
-
comment
Comment #48839564
its not marketing to you, its marketing to agents looking for tools to use
- story
- story
-
comment
Comment #48358901
You may have heard of Programmatic Tool Calling from anthropic or Code Mode from cloudflare for calling mcp servers. I have been working on an open source version of this and recen…
- story
-
comment
Comment #48144152
if i didn't have to prompt it to learn from its mistakes and it just "intuitively" knew to do that
- story
- story
- comment
-
comment
Comment #47265313
have built in this space which led me to develop a minizinc mcp server [0] for scheduling bocce tournaments [1]. scheduling with constraints is a np hard problem and it makes sense…
-
comment
Comment #47209652
yep! thats the motivation behind https://github.com/r33drichards/mcp-js I want to be able to give agents access to computation in a secure way without giving them full access to a …
-
comment
Comment #46804762
Does this support bedrock?
-
story
Show HN: Cua-Bench – a benchmark for AI agents in GUI environments
Hey HN, we're excited to share Cua-Bench ( https://github.com/trycua/cua ), an open-source framework for evaluating and training computer-use agents across different environments. …
- story
-
comment
Comment #46316150
Is it possible to provide a llm a skill through the mcp resource feature?
-
comment
Comment #46290595
as an infrastructure engineer the idea of being able to train computer use agents without provisioning infrastructure sounds amazing! a common use case i run into is i want to be a…
-
comment
Comment #46263256
have used it, and i do like it, but the licensing situation is not great. It open source but its not free software by any means.
-
comment
Comment #46192344
wrote about this a bit too in https://www.robw.fyi/2025/10/24/simple-control-flow-for-auto... ran into this when writing agents to fix unit tests. often times they would just give …
-
comment
Comment #46112373
clearly you have never worked in enterprise
-
comment
Comment #46111726
nice one kyle! you could add https://github.com/wasmerio/webassembly.sh and have a fully featured in browser shell with support for installing packages!
-
comment
Comment #46099204
reposting this from youtube comment From 1:14:55-1:15:20, within the span of 25 seconds, the way Demis spoke about releasing all known sequences without a shred of doubt was so ama…
- story
- comment
-
comment
Comment #45562963
I opt for the greedy strategy in most game play scenarios for pretty much the reasons you described here. I was considering making a mod to perform this action for me and was looki…