HackerTrans
TopNewTrendsCommentsPastAskShowJobs

someguy101010

462 karmajoined 9 years ago
https://robw.fyi

Submissions

[untitled]

1 points·by someguy101010·25 days ago·0 comments

Programmatic Tool Calling for Any MCP

r33drichards.github.io
2 points·by someguy101010·last month·1 comments

Slowing Down My Coding Agents to Get More Done

robw.fyi
3 points·by someguy101010·2 months ago·0 comments

Coloring Code: How Compilers Use Graph Theory [video]

youtube.com
1 points·by someguy101010·3 months ago·0 comments

Show HN: Cua-Bench – a benchmark for AI agents in GUI environments

github.com
40 points·by someguy101010·6 months ago·8 comments

Solve Hi-Q with AlphaZero and Curriculum Learning

robw.fyi
1 points·by someguy101010·7 months ago·0 comments

Simple Control Flow for Automatically Steering Agents

robw.fyi
1 points·by someguy101010·9 months ago·0 comments

Constraint satisfaction to optimize item selection for bundles in Minecraft

robw.fyi
41 points·by someguy101010·9 months ago·11 comments

comments

someguy101010
·5 days ago·discuss
its not marketing to you, its marketing to agents looking for tools to use
someguy101010
·last month·discuss
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 recently put together some basic docs, and thought this page would be a good one to share.

There are plenty of other features to explore, but this one alone has resulted in significant improvements in the speed of execution in many tasks including minecraft playing agents, computer use agents, and for querying and aggregating information from my telemetry systems in a lightweight low risk way.
someguy101010
·2 months ago·discuss
if i didn't have to prompt it to learn from its mistakes and it just "intuitively" knew to do that
someguy101010
·4 months ago·discuss
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 people struggle. tools exist to solve this problem but they are complex and hard to use for non technical folks, and even technical folks. am hoping a tool like this can bridge the gap and would like to bring it to your awareness if you aren't already thinking about the problem this way :)

edit: after reading a bit more of description looks like yall are taking a similar approach, kudos!

[0] https://github.com/r33drichards/minizinc-mcp

[1] https://github.com/r33drichards/bocce-scheduler
someguy101010
·4 months ago·discuss
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 computer
someguy101010
·6 months ago·discuss
Does this support bedrock?
someguy101010
·7 months ago·discuss
Is it possible to provide a llm a skill through the mcp resource feature?
someguy101010
·7 months ago·discuss
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 able to configure corporate vpn software on windows machines. is there a link for a getting started guide i could try this out with?
someguy101010
·7 months ago·discuss
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.
someguy101010
·7 months ago·discuss
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 up early so i started writing the verifiers directly into the agent's control flow and this produced much more reliable results. i believe claude code has hooks that do something similar as well.
someguy101010
·7 months ago·discuss
clearly you have never worked in enterprise
someguy101010
·7 months ago·discuss
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!
someguy101010
·8 months ago·discuss
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 amazing to see. There wasn't a single second where he worried about the business side of it (profits, earnings, shareholders, investors) —he just knew it had to be open source for the betterment of the world. Gave me goosebumps. I watched that on repeat for more than 10 times.
someguy101010
·9 months ago·discuss
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 looking for a more "correct" solution but greedy is way simpler and just as effective for most cases.
someguy101010
·9 months ago·discuss
Thanks for catching this!
someguy101010
·last year·discuss
graalvm
someguy101010
·6 years ago·discuss
It really depends on the complexity of the software doesn't it? Libraries and packages often snap into my projects easily and without much modification at all, especially if I'm planning on using them. I can see this analogy working for more complex projects though, where you may be copy pasting code from on project to another and trying to make it fit together.
someguy101010
·7 years ago·discuss
Well said, finding compelling info on here is such a dopamine rush. Receiving a dopamine rush from learning something interesting is probably a good thing though.
someguy101010
·8 years ago·discuss
ipfs?