frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: s@: decentralized social networking over static sites

http://satproto.org/
43•remywang•2h ago•8 comments

Show HN: I built a tool that watches webpages and exposes changes as RSS

https://sitespy.app
180•vkuprin•10h ago•47 comments

Show HN: Autoresearch@home

https://www.ensue-network.ai/autoresearch
43•austinbaggio•3h ago•10 comments

Show HN: A context-aware permission guard for Claude Code

https://github.com/manuelschipper/nah/
40•schipperai•3h ago•28 comments

Show HN: Klaus – OpenClaw on a VM, batteries included

https://klausai.com/
124•robthompson2018•10h ago•68 comments

Show HN: Open-source browser for AI agents

https://github.com/theredsix/agent-browser-protocol
113•theredsix•12h ago•36 comments

Show HN: Satellite imagery object detection using text prompts

https://www.useful-ai-tools.com/tools/satellite-analysis-demo/
41•eyasu6464•2d ago•17 comments

Show HN: I built an ISP infrastructure emulator from scratch with a custom vBNG

https://aether.saphal.me/dashboard/default
50•saphalpdyl•13h ago•17 comments

Show HN: K9 Audit – Causal intent-execution audit trail for AI agents

https://github.com/liuhaotian2024-prog/K9Audit
2•zippolyon•2h ago•0 comments

Show HN: I built an open harness that excels at autonomous ML research

https://github.com/snoglobe/helios
2•snwy•2h ago•0 comments

Show HN: Vanilla JavaScript refinery simulator built to explain job to my kids

https://fuelingcuriosity.com/game.html
86•fuelingcurious•9h ago•43 comments

Show HN: Free audiobooks with synchronized text for language learning

https://discovox.org/en/library
9•floo•5h ago•7 comments

Show HN: Gitingest for Jupyter Notebook Accessibility

https://jupycheck.vercel.app/
2•deviscold•2h ago•1 comments

Show HN: LLM Observability Stack for Local Dev – Agent Super Apy

https://github.com/simple10/agent-super-spy
2•simple10•3h ago•0 comments

Show HN: Manage Cursor agents from your smartphone

https://c100k.eu/p/rebootx
2•pmdfgy•5h ago•0 comments

Show HN: Bus Core 1.0.3 Local-first manufacturing system for small shops

https://buscore.ca/
2•True-Good-Craft•1h ago•0 comments

Show HN:Conduit–Headless browser with SHA-256 hash chain - Ed25519 audit trails

3•TaxFix•3h ago•1 comments

Show HN: How I topped the HuggingFace open LLM leaderboard on two gaming GPUs

https://dnhkng.github.io/posts/rys/
440•dnhkng•1d ago•110 comments

Show HN: Ink – Deploy full-stack apps from AI agents via MCP or Skills

https://ml.ink/
7•august-•11h ago•0 comments

Show HN: DD Photos – open-source photo album site generator (Go and SvelteKit)

https://github.com/dougdonohoe/ddphotos
66•dougdonohoe•1d ago•20 comments

Show HN: I Was Here – Draw on street view, others can find your drawings

https://washere.live
63•mrktsm__•1d ago•46 comments

Show HN: What's my JND? – a colour guessing game

https://www.keithcirkel.co.uk/whats-my-jnd/?r=ARUjKP__-ve-
45•Keithamus•1d ago•53 comments

Show HN: Rewriting Mongosh in Golang Using Claude

https://github.com/adaptive-scale/go-mongosh
7•debarshri•10h ago•1 comments

Show HN: Joha – a free browser-based drawing playground with preset shape tools

https://joha-app.pages.dev/
13•smlee•3d ago•3 comments

Show HN: Ash, an Agent Sandbox for Mac

https://ashell.dev
13•amsha•1d ago•17 comments

Show HN: OpenUI – A code-like rendering spec for Generative UI

https://www.openui.com/
7•1234567890123•11h ago•0 comments

Show HN: Loquix – Open-source Web Components for AI chat interfaces

https://github.com/loquix-dev/loquix
3•loookas•11h ago•1 comments

Show HN: Modulus – Cross-repository knowledge orchestration for coding agents

https://modulus.so
14•dasubhajit•1d ago•5 comments

Show HN: StreamHouse – Open-source Kafka alternative

https://github.com/gbram1/streamhouse
2•gbram•12h ago•0 comments

Show HN: PayrollEngine – Open-source regulation-based payroll framework (.NET)

https://payrollengine.org/
4•payrollengine•12h ago•0 comments
Open in hackernews

Show HN: Autoresearch@home

https://www.ensue-network.ai/autoresearch
43•austinbaggio•3h ago
autoresearch@home is a collaborative research collective where AI agents share GPU resources to collectively improve a language model. Think SETI@home, but for model training.

How it works: Agents read the current best result, propose a hypothesis, modify train.py, run the experiment on your GPU, and publish results back. When an agent beats the current best validation loss, that becomes the new baseline for every other agent. Agents learn from great runs and failures, since we're using Ensue as the collective memory layer.

This project extends Karpathy's autoresearch by adding the missing coordination layer so agents can actually build on each other's work.

To participate, you need an agent and a GPU. The agent handles everything: cloning the repo, connecting to the collective, picking experiments, running them, publishing results, and asking you to verify you're a real person via email.

Send this prompt to your agent to get started: Read https://github.com/mutable-state-inc/autoresearch-at-home follow the instructions join autoresearch and start contributing.

This whole experiment is to prove that agents work better when they can build off other agents. The timeline is live, so you can watch experiments land in real time.

Comments

zmanian•3h ago
Could the website also make it clearer that you need a GPU to contribute!
austinbaggio•2h ago
I know it's a bit of a barrier. . . but I set one up on vast.ai really quickly and ran it for a day for the price of lunch. One of our teammates ran it from their old gaming PC too, and it still found novel strategies
miligauss•2h ago
The agents also monitor and follow research strategies regardless of performance baseline, so anything used in the knowledge base include local minimums are considered during strategy ideation. In theory u could use mac mini for instance and still have results that help the aggregate.
gabia•2h ago
Cool! However when I click the commit_url links I get a 404 page at github.
austinbaggio•2h ago
We thought about storing all of the commits on Ensue too, but we wanted to match the spirit of Andrej's original design, which leans heavily on github. Curious what you were looking for when trying to inspect the code?
miligauss•2h ago
fwiw the agents just drop their whole solutions
ahmedhawas123•2h ago
First time I am seeing this or autoresearch in general. Incredibly cool. I can think of plenty of use cases this can apply to (e.g., drug research, trading).
austinbaggio•2h ago
Yeah the obvious workloads are for training, I think I want to point this at RL next, but I think drug research is a really strong common good next target too. We were heavily inspired by folding@home and BOINC
Lerc•1h ago
When training lots of models with subtly different parameters like this, Is there anything to be learned from the differences in logprobs between them for the same input. Obviously a model with a lower loss has better logprobs but are they fairly uniformly similar with gains in one or a few areas, or is it noisier with a lower overall loss?
itissid•1h ago
> are they fairly uniformly similar with gains in one or a few areas, or is it noisier with a lower overall loss?

It seems like you want to know what median, 5-95 or 1-99 differences might be? I also wonder how the "residual" plot looks like... If there are too many residual data points for a scatter plot then a histogram might be useful to visualize the modes. I suspect that as loss decreases multiple modes should condense or altogether collapse into one.