Top
Best
New

Posted by EvgeniyZh 1 day ago

Autoresearch Hub(autoresearchhub.com)
30 points | 15 comments
danpalmer 22 minutes ago|
No HTTPS in 2026. False origin that suggest a massive improvement. Leaderboard doesn't work. Instructions are "repeatedly download this code and execute it on your machine". No way to see the actual changes being made.

We can do better than this as an industry, or at least we used to be better at this. Where's the taste?

karpathy 1 hour ago||
I was exploring how to parallelize autoresearch workers. The idea is to have a trusted pool of workers who can verify contributions from a much larger untrusted pool. It's backed bit a naked git repo and a sqlite with a simple go server. It's a bit like block chain in that blocks = commits, proof of work = finding a lower val_bpb commit, and reward = place on the leaderboard. I wouldn't push the analogy too far. It's something I'm experimenting with but I didn't release it yet (except for briefly) because it's not sufficiently simple/canonical. The core problem is how to neatly and in a general way organize individual autoresearch threads into swarms, inspired by SETI@Home, or Folding@Home, etc.
gravypod 25 minutes ago|
Have you thought about ways to include the sessions / reasoning traces from agents into this storage layer? I can imagine giving an rag system on top of that + LLM publications could help future agents figure out how to get around problems that previous runs ran into.

Could serve as an annealing step - trying a different earlier branch in reasoning if new information increases the value of that path.

GTP 56 minutes ago||
So, if I understand correctly, this is about finding the optimal (or at least a better one) GPT architecture?

Anyway, "1980 experiments, 6 improvements" makes me wonder if this is better than a random search or some simple heuristic.

cjbarber 4 hours ago||
I'm not the OP, though it seems the context for this is (via @esotericpigeon):

https://github.com/karpathy/autoresearch/pull/92

motbus3 4 hours ago|
Who knows. Site has no https I don't know what it is training and why
gavinray 2 hours ago||
Seems like a shameless rip of the below, theme and all?

https://www.ensue-network.ai/autoresearch

dothack 1 hour ago||
Take a look at the GitHub repo: "forked from karpathy/autoresearch"
pwatsonwailes 1 hour ago||
Both built by Claude Sonnet 4.6
picardo 2 hours ago||
I'm curious what a "stripped down version" of Github can offer in terms of functionality that Github does not? Is it not simpler to have the agents register as Github repos since the infrastructure is already in place?
m3kw9 3 hours ago|
You guys really gonna copy and paste a prompt to your Claude CLI which may or may not be setup sandbox/tools permissions
GTP 54 minutes ago||
You can (and should) read the prompt first. Just paste it inside a text editor.
mnky9800n 2 hours ago|||
It’s like the old days when you opened up Kazaa and downloaded smooth_criminial_alien_ant_farm.mp3.exe
righthand 2 hours ago|||
Just install my software to detect bad prompt strings first.

`curl -L https://mycoolsvc.com/r4nd0mus3r/mycoolsoftware/master/insta... | bash`

ivanjermakov 3 hours ago||
For science!