Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
someguy101010
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
Scientists, Not Lawyers
(robw.fyi)
3 points
by
someguy101010
14d ago
|
1 comments
2.
▲
Use MCP-JS to control Modal Sandboxes
(r33drichards.github.io)
1 points
by
someguy101010
17d ago
|
1 comments
3.
▲
by
someguy101010
17d ago
been working on a javascript runtime for agents and recently got grpc working with modal!
4.
▲
by
someguy101010
23d ago
Our cloud platform supports gpu but we haven’t shipped it yet. I’ll be sure to update guide when that’s shipped!
5.
▲
by
someguy101010
23d ago
Totally agree. I’ve built a bunch of harnesses for Minecraft and a specialized one will almost certainly out preform a general purpose one. I believe the way we advance the capabilities for general computer use is to to attempt harder and h
6.
▲
Run Minecraft in a Windows sandbox for computer use agents
(cua.ai)
23 points
by
someguy101010
23d ago
|
8 comments
7.
▲
by
someguy101010
2mo ago
its not marketing to you, its marketing to agents looking for tools to use
8.
▲
Programmatic Tool Calling for Any MCP
(r33drichards.github.io)
2 points
by
someguy101010
4mo ago
|
1 comments
9.
▲
by
someguy101010
4mo ago
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 woul
10.
▲
by
someguy101010
4mo ago
if i didn't have to prompt it to learn from its mistakes and it just "intuitively" knew to do that
11.
▲
Slowing Down My Coding Agents to Get More Done
(robw.fyi)
3 points
by
someguy101010
4mo ago
|
0 comments
12.
▲
Coloring Code: How Compilers Use Graph Theory [video]
(youtube.com)
1 points
by
someguy101010
5mo ago
|
0 comments
13.
▲
by
someguy101010
7mo ago
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
14.
▲
by
someguy101010
7mo ago
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
15.
▲
by
someguy101010
8mo ago
Does this support bedrock?
16.
▲
Show HN: Cua-Bench – a benchmark for AI agents in GUI environments
(github.com)
40 points
by
someguy101010
8mo ago
|
8 comments
17.
▲
Solve Hi-Q with AlphaZero and Curriculum Learning
(robw.fyi)
1 points
by
someguy101010
9mo ago
|
0 comments
18.
▲
by
someguy101010
9mo ago
Is it possible to provide a llm a skill through the mcp resource feature?
19.
▲
by
someguy101010
9mo ago
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.
20.
▲
by
someguy101010
9mo ago
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.
21.
▲
by
someguy101010
9mo ago
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 writin
22.
▲
by
someguy101010
10mo ago
clearly you have never worked in enterprise
23.
▲
by
someguy101010
10mo ago
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!
24.
▲
by
someguy101010
10mo ago
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 wor
25.
▲
Simple Control Flow for Automatically Steering Agents
(robw.fyi)
1 points
by
someguy101010
11mo ago
|
0 comments
26.
▲
by
someguy101010
11mo ago
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
27.
▲
by
someguy101010
11mo ago
Thanks for catching this!
28.
▲
Constraint satisfaction to optimize item selection for bundles in Minecraft
(robw.fyi)
41 points
by
someguy101010
11mo ago
|
11 comments
29.
▲
by
someguy101010
1y ago
if the people who develop and release these models were all optimizing for the same goals, they could converge on strategies or behaviors, without coordinating.
30.
▲
by
someguy101010
1y ago
> Does it matter if the code is messy? It matters proportionally to the amount of time I intend to maintain it for, and the amount of maintenance expected.
More ›