frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: I built a tiny LLM to demystify how language models work

https://github.com/arman-bd/guppylm
197•armanified•4h ago•13 comments

Show HN: YouTube search barely works, I made a search form with advanced filters

https://playlists.at/youtube/search/
139•nevernothing•4h ago•93 comments

Show HN: Gemma Gem – AI model embedded in a browser – no API keys, no cloud

https://github.com/kessler/gemma-gem
36•ikessler•4h ago•4 comments

Show HN: Modo – I built an open-source alternative to Kiro, Cursor, and Windsurf

https://github.com/mohshomis/modo
28•mohshomis•5h ago•2 comments

Show HN: Mdarena – Benchmark your Claude.md against your own PRs

https://github.com/HudsonGri/mdarena
15•hudsongr•5h ago•1 comments

Show HN: Multi-agent coding assistant with a sandboxed Rust execution engine

https://github.com/christianmeurer/Lula
5•chrismeurer•1h ago•1 comments

Show HN: Open-source ontology – SEC fund filings

https://github.com/getfundflow/gff-schema
4•scalefirst•1h ago•1 comments

Show HN: A game where you build a GPU

https://jaso1024.com/mvidia/
903•Jaso1024•1d ago•179 comments

Show HN: jsoncompat – a library to detect/fuzz breaking changes in JSON schemas

https://jsoncompat.com/
3•rogaos•3h ago•0 comments

Show HN: OsintRadar – Curated directory for osint tools

https://osintradar.com/
70•lexalizer•23h ago•6 comments

Show HN: Dot-Globe – React component that renders NASA night-light data

https://www.kurt.xyz/dot-globe
3•krtbgb•3h ago•0 comments

Show HN: Contrapunk – Real-time counterpoint harmony from guitar input

https://contrapunk.com/
112•waveywaves•1d ago•47 comments

Show HN: M. C. Escher spiral in WebGL inspired by 3Blue1Brown

https://static.laszlokorte.de/escher/
158•laszlokorte•1d ago•27 comments

Show HN: I built a small app for FSI German Course

https://detawk.com/
48•syedmsawaid•3d ago•14 comments

Show HN: Grug – Claude Code Skill Inspired by the Grug Brained Developer

https://github.com/replete/grug-skill
4•replete•6h ago•0 comments

Show HN: Runfra – Decentralized GPU cluster designed for bulk generation

https://runfra.com/playground
4•spencer9714•6h ago•1 comments

Show HN: Where Is Artemis?

https://www.whereisartemis.com/
6•larsmoa•7h ago•0 comments

Show HN: ACE – A dynamic benchmark measuring the cost to break AI agents

https://fabraix.com/blog/adversarial-cost-to-exploit
7•zachdotai•7h ago•3 comments

Show HN: I made open source, zero power PCB hackathon badges

https://github.com/KaiPereira/Overglade-Badges
153•kaipereira•1d ago•16 comments

Show HN: sllm – Split a GPU node with other developers, unlimited tokens

https://sllm.cloud
179•jrandolf•1d ago•89 comments

Show HN: I built a frontpage for personal blogs

https://text.blogosphere.app/
768•ramkarthikk•2d ago•193 comments

Show HN: Orcastrate – Sync GitHub Actions workflows across repos via templates

https://github.com/michidk/orcastrate
4•michidk•8h ago•0 comments

Show HN: Genetic algorithm engine that evolves trading strategies

https://github.com/NeuZhou/finclaw
3•neuzhou•8h ago•0 comments

Show HN: Apfel – The free AI already on your Mac

https://apfel.franzai.com
727•franze•2d ago•150 comments

Show HN: Arbory – Native iOS dashboard and widgets for Plausible Analytics

https://arbory.io/
3•jorijn•9h ago•0 comments

Show HN: TurboQuant-WASM – Google's vector quantization in the browser

https://github.com/teamchong/turboquant-wasm
160•teamchong•1d ago•6 comments

Show HN: Ragot – a front end runtime built around lifecycle and ownership

https://github.com/BleedingXiko/RAGOT
2•BleedingXiko•10h ago•1 comments

Show HN: Fabro – open-source dark software factory

https://github.com/fabro-sh/fabro
3•brynary•10h ago•0 comments

Show HN: Sigil – A new programming language for AI agents

4•inerte•10h ago•0 comments

Show HN: I built a tool to show how much ARR you lose to FX fees

https://fixmyfx.com
4•TaniaBell_PD•10h ago•1 comments
Open in hackernews

Show HN: Runfra – Decentralized GPU cluster designed for bulk generation

https://runfra.com/playground
4•spencer9714•6h ago

Comments

spencer9714•6h ago
Hi HN, I built Runfra, a decentralized compute grid designed to run AI models on "fragmented" consumer GPUs. This started simple, I had 3 RTX GPUs at home sitting mostly idle, and it felt a bit ridiculous to pay for H100 cloud while those were at 0% utilization. The tricky part is that home GPUs are kind of messy. Slower, less stable, with limited VRAM, and machines going offline, etc. So instead of trying to minimize latency, I focused on generating guaranteed, quality results with the following approach:

- batch-first instead of real-time

- scoring layer to filter out bad outputs and retry for quality

- simple heartbeat-based scheduling so jobs recover if a node dies

- 4-bit quantization to get models like FLUX.1 onto 8GB cards

Right now it’s only a PoC focused on image generation, but for the long term, I’m interested in whether something like a "scheduler for home GPUs" could actually work for broader models (LLMs, etc). Curious how people think about this tradeoff. Would you use something slower but cheaper for background jobs, or is low latency still non-negotiable? Would love to hear if this "batch + filtered" approach solves a real pain point for you.

Link: https://runfra.com/