frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: A game where you build a GPU

https://jaso1024.com/mvidia/
409•Jaso1024•6h ago•121 comments

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

https://github.com/teamchong/turboquant-wasm
122•teamchong•8h ago•4 comments

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

https://sllm.cloud
101•jrandolf•7h ago•61 comments

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

https://github.com/KaiPereira/Overglade-Badges
17•kaipereira•8h ago•1 comments

Show HN: Dev Personality Test

https://personality.4m1r.dev/
4•4m1rk•1h ago•1 comments

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

https://static.laszlokorte.de/escher/
5•laszlokorte•3h ago•1 comments

Show HN: Pluck – Copy any UI from any website, paste it into AI coding tools

https://www.pluck.so/
13•bring-shrubbery•11h ago•9 comments

Show HN: I built a frontpage for personal blogs

https://text.blogosphere.app/
747•ramkarthikk•1d ago•189 comments

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

https://apfel.franzai.com
705•franze•1d ago•145 comments

Show HN: Kaoslabs – High-intensity AI video and visual experiments

https://kaoslabs.org
4•wilhart•6h ago•0 comments

Show HN: ctx – an Agentic Development Environment (ADE)

https://ctx.rs
47•luca-ctx•1d ago•51 comments

Show HN: DocMason – Agent Knowledge Base for local complex office files

https://github.com/jetxu-llm/docmason
5•Jet_Xu•6h ago•0 comments

Show HN: Travel Hacking Toolkit – Points search and trip planning with AI

https://github.com/borski/travel-hacking-toolkit
88•borski•20h ago•36 comments

Show HN: React hooks that predict text height before render, using font metrics

7•ahmadparizaad•7h ago•2 comments

Show HN: Mtproto.zig – High-performance Telegram proxy with DPI evasion

https://github.com/sleep3r/mtproto.zig
20•slp3r•1d ago•14 comments

Show HN: Ismcpdead.com – Live dashboard tracking MCP adoption and sentiment

https://ismcpdead.com
35•sagirodin•1d ago•21 comments

Show HN: A simple iOS app that helps you give yourself some time"

https://apps.apple.com/tr/app/alnuo/id6761344069
6•sezginozgur•8h ago•0 comments

Show HN: Semsei — AI SEO for clicks, not impressions

https://www.semsei.io/en
7•andresdvelez•9h ago•3 comments

Show HN: Tokencap – Token budget enforcement across your AI agents

https://github.com/pykul/tokencap
5•pykul•9h ago•0 comments

Show HN: Made a little Artemis II tracker

https://artemis-ii-tracker.com/
148•codingmoh•1d ago•55 comments

Show HN: Ownscribe – local meeting transcription, summarization and search

https://github.com/paberr/ownscribe
3•paberr•10h ago•0 comments

Show HN: Dull – Instagram Without Reels, YouTube Without Shorts (iOS)

https://getdull.app
151•kasparnoor•3d ago•117 comments

Show HN: AdaShape-3D modeler for intuitive 3D printing parts / Windows 11

https://adashape.com
3•fsloth•10h ago•2 comments

Show HN: Tusk for macOS and Gnome

https://shapemachine.xyz/tusk/
3•factorialboy•12h ago•0 comments

Show HN: DotReader – connects ideas across your books automatically

https://dotreader.info
5•efecerre•22h ago•2 comments

Show HN: Using RasPi and Qwen 2.5 VL to find out when birds visit my balcony

https://akshay326.com/bird-feeder/
4•akshay326•2h ago•0 comments

Show HN: Deeplink – Go library for short links, click tracking, and OG previews

https://github.com/yinebebt/deeplink
3•yinebeb_sc•13h ago•2 comments

Show HN: ZipSee – explore remote ZIP archives using HTTP range requests

https://zipsee.pages.dev/
4•vsekar•14h ago•1 comments

Show HN: Docking – extensible Linux dock in Python

https://docking.cc
3•edumucelli•14h ago•0 comments

Show HN: A P2P messenger with dual network modes (Fast and Tor)

https://github.com/Realman78/Kiyeovo/
39•Realman78•2d ago•22 comments
Open in hackernews

Show HN: Running local OpenClaw together with remote agents in an open network

https://github.com/hybroai/hybro-hub
7•kevinlu•5h ago
Hi HN — I’m building an interoperability layer for AI agents that lets local and remote agents run inside the same network and coordinate with each other.

Here is a demo: https://youtu.be/2_1U-Jr8wf4

• OpenClaw runs locally on-device

• it connects to remote agents through Hybro Hub

• both participate in the same workflow execution

The goal is to make agent-to-agent coordination work across environments (local machines, cloud agents, MCP servers, etc).

Right now most agent systems operate inside isolated runtimes. Hybro is an attempt to make them composable across boundaries.

Curious what breaks first when people try running cross-environment agent workflows in practice.

Project: https://hybro.ai

Docs: https://docs.hybro.ai

Comments

benjhiggins•5h ago
Hey - Really clean architecture on the outbound-only relay — solving the NAT problem that way is elegant.

Curious how you’re thinking about observability once agents are actually running. You can see which agent handled a message and where, but do you get any visibility into what happened inside the session — like reasoning steps, tool calls, token usage per convo?

The privacy routing layer is super compelling, but I’d imagine teams putting this into production would want that inner visibility too — especially for cloud agents where you’re effectively trusting a third party with execution.

How are you thinking about debugging when a cloud agent gives an unexpected response?

VladVladikoff•4h ago
lol did you just comment on your own AI thread with more AI slop?
natebc•3h ago
TBH This whole thread is a little odd.
tensor-fusion•4h ago
Interesting direction. One adjacent workflow we've been looking at is cross-environment execution where the agent / dev loop stays local, but GPU access lives elsewhere. In our case the recurring pain isn't only orchestration, it's making an existing remote GPU easy to attach to from a laptop or lab machine without shifting the whole workflow into a remote VM mindset. I'm involved with GPUGo / TensorFusion, so biased, but I think local-first + remote capability is going to matter a lot for small teams and labs. Curious whether you expect most users to want symmetric peer-style composition, or whether local-first control over remote resources ends up being the dominant pattern.