Live data from Hacker News

Viewing profile — someguy101010

someguy101010

HN member
Joined
Thu, Jan 19, 2017, 5:31 PM UTC
HN karma
462
Public activity
174 items

About someguy101010

https://robw.fyi

Recent public activity

  1. comment
  2. comment
    Comment #48839564

    its not marketing to you, its marketing to agents looking for tools to use

  3. story
  4. story
  5. 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…

  6. story
  7. comment
    Comment #48144152

    if i didn't have to prompt it to learn from its mistakes and it just "intuitively" knew to do that

  8. story
  9. story
  10. comment
  11. 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…

  12. 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 …

  13. comment
    Comment #46804762

    Does this support bedrock?

  14. 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. …

  15. story
  16. comment
    Comment #46316150

    Is it possible to provide a llm a skill through the mcp resource feature?

  17. 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…

  18. 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.

  19. 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 …

  20. comment
    Comment #46112373

    clearly you have never worked in enterprise

  21. 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!

  22. 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…

  23. story
  24. comment
  25. 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…