🛠️ Hacker News Tools
Showing 21–40 of 1877 tools from Hacker News
Last Updated
March 05, 2026 at 04:11 AM
Speculative Speculative Decoding (SSD)
Hacker News (score: 37)Speculative Speculative Decoding (SSD)
Mac external displays for designers and developers, part 2
Hacker News (score: 15)Mac external displays for designers and developers, part 2
Show HN: AgentBus – Centralized AI Agent-to-Agent Messaging via REST API
Show HN (score: 7)Show HN: AgentBus – Centralized AI Agent-to-Agent Messaging via REST API Most people right now are talking to their AI agents through Telegram bots, WhatsApp, Discord, or just copying and pasting between terminals.<p>There’s still no simple, straightforward way for agents to message each other directly.<p>AgentBus solves exactly that.<p>You register each agent with one quick API call.<p>Then they can send messages to each other using simple REST calls.<p>No servers, no queues, no WebSockets, no extra infrastructure.<p>Just drop in a tiny polling loop and your agents can now talk, collaborate, and run real workflows across laptops, VPSes, clouds — whatever.<p>You can also message any of your agents yourself from a clean browser UI on your phone, laptop, anywhere.<p><a href="https://agentbus.org/" rel="nofollow">https://agentbus.org/</a><p>How are you currently making your agents talk to each other? Would love to hear.
The largest acidic geyser has been putting on quite a show
Hacker News (score: 25)The largest acidic geyser has been putting on quite a show
You can't use a code editor when you're under 18 now?
Hacker News (score: 51)You can't use a code editor when you're under 18 now?
130k Lines of Formal Topology: Simple and Cheap Autoformalization for Everyone?
Hacker News (score: 16)130k Lines of Formal Topology: Simple and Cheap Autoformalization for Everyone?
Downdetector, Speedtest sold to IT service provider Accenture in $1.2B deal
Hacker News (score: 11)Downdetector, Speedtest sold to IT service provider Accenture in $1.2B deal
GitHub Is Having Issues
Hacker News (score: 191)GitHub Is Having Issues
Claude Code escapes its own denylist and sandbox
Hacker News (score: 25)Claude Code escapes its own denylist and sandbox
Show HN: We want to displace Notion with collaborative Markdown files
Show HN (score: 14)Show HN: We want to displace Notion with collaborative Markdown files Hi HN! We at Moment[1] are working on Notion alternative which is (1) rich and collaborative, but (2) also just plain-old Markdown files, stored in git (ok, technically in jj), on local disk. We think the era of rigid SaaS UI is, basically, over: coding agents (`claude`, `amp`, `copilot`, `opencode`, <i>etc</i>.) are good enough now that they instantly build custom UI that fits your needs exactly. The very best agents in the world are coding agents, and we want to allow people to simply use them, <i>e.g.</i>, to build little internal tools—but without compromising on collaboration.<p>Moment aims to cover this and other gaps: seamless collaborative editing for teams, more robust programming capabilities built in (including a from-scratch React integration), and tools for accessing private APIs.<p>A lot of our challenge is just in making the collaborative editing work really well. We have found this is a lot harder than simply slapping Yjs on the frontend and calling it a day. We wrote about this previously and the post[2] did pretty well on HN: Lies I was Told About Collaborative editing (352 upvotes as of this writing). Beyond that, in part 2, we'll talk about the reasons we found it hard to get collab to run at 60fps consistently—for one, the Yjs ProseMirror bindings completely tear down and re-create the entire document on every single collaborative keystroke.<p>We hope you will try it out! At this stage even negative feedback is helpful. :)<p>[1]: <a href="https://www.moment.dev/" rel="nofollow">https://www.moment.dev/</a><p>[2]: <a href="https://news.ycombinator.com/item?id=42343953">https://news.ycombinator.com/item?id=42343953</a>
Show HN: Agent Action Protocol (AAP) – MCP got us started, but is insufficient Background: I've been working on agentic guardrails because agents act in expensive/terrible ways and something needs to be able to say "Maybe don't do that" to the agents, but guardrails are almost impossible to enforce with the current way things are built.<p>Context: We keep running into so many problems/limitations today with MCP. It was created so that agents have context on how to act in the world, it wasn't designed to become THE standard rails for agentic behavior. We keep tacking things on to it trying to improve it, but it needs to die a SOAP death so REST can rise in it's place. We need a standard protocol for whenever an agent is taking action. Anywhere.<p>I'm almost certainly the wrong person to design this, but I'm seeing more and more people tack things on to MCP rather than fix the underlying issues. The fastest way to get a good answer is to submit a bad one on the internet. So here I am. I think we need a new protocol. Whether it's AAP or something else, I submit my best effort.<p>Please rip it apart, lets make something better.
Show HN: Demucs music stem separator rewritten in Rust – runs in the browser Hi HN! I reimplemented HTDemucs v4 (Meta's music source separation model) in Rust, using Burn. It splits any song into individual stems — drums, bass, vocals, guitar, piano — with no Python runtime or server involved.<p>Try it now: <a href="https://nikhilunni.github.io/demucs-rs/" rel="nofollow">https://nikhilunni.github.io/demucs-rs/</a> (needs a WebGPU-capable browser — Chrome/Edge work best)<p>GitHub: <a href="https://github.com/nikhilunni/demucs-rs" rel="nofollow">https://github.com/nikhilunni/demucs-rs</a><p>It runs three ways:<p>- In the browser — the full ML inference pipeline compiles to WASM and runs on your GPU via WebGPU. No uploads, nothing leaves your machine.<p>- Native CLI — Metal on macOS, Vulkan on Linux/Windows. Faster than the browser path.<p>- DAW plugin — VST3/CLAP plugin for macOS with a native SwiftUI UI. Load a track, separate it, drag stems directly into your DAW timeline, or play as a MIDI instrument with solo / faders.<p>The core inference library is built on Burn (<a href="https://burn.dev" rel="nofollow">https://burn.dev</a>), a Rust deep learning framework. The same `demucs-core` crate compiles to both native and `wasm32-unknown-unknown` — the only thing that changes is the GPU backend.<p>Model weights are F16 safetensors hosted on Hugging Face and downloaded / cached automatically on first use on all platforms. Three variants: standard 4-stem (84 MB), 6-stem with guitar/piano (84 MB), and a fine-tuned bag-of-4-models for best quality (333 MB).<p>The existing implementations I found online were mostly wrappers around the original Python implementation, and not very portable -- the model works remarkably well and I wanted to be able to quickly create samples / remixes without leaving the DAW or my browser. Right now the implementation is pretty MacOS heavy, as that's what I'm testing with, but all of the building blocks for other platforms are ready to build on. I want this to grow to be a general utility for music producers, not just "works on my machine."<p>It was a fun first foray into DSP and the state of the art of ML over WASM, with lots of help from Claude!
Physics Girl: Super-Kamiokande – Imaging the sun by detecting neutrinos [video]
Hacker News (score: 400)Physics Girl: Super-Kamiokande – Imaging the sun by detecting neutrinos [video]
I'm reluctant to verify my identity or age for any online services
Hacker News (score: 239)I'm reluctant to verify my identity or age for any online services
AI-generated art can't be copyrighted (Supreme Court declines review)
Hacker News (score: 66)AI-generated art can't be copyrighted (Supreme Court declines review)
India's top court angry after junior judge cites fake AI-generated orders
Hacker News (score: 239)India's top court angry after junior judge cites fake AI-generated orders
Mullvad VPN: Banned TV Ad in the Streets of London [video]
Hacker News (score: 193)Mullvad VPN: Banned TV Ad in the Streets of London [video]
The Xkcd thing, now interactive
Hacker News (score: 667)The Xkcd thing, now interactive
Simplifying Application Architecture with Modular Design and MIM
Hacker News (score: 33)Simplifying Application Architecture with Modular Design and MIM I’ve written a deep dive into Software Design focusing on the "gray area" between High-Level Design (system architecture) and Low-Level Design (classes/functions).<p>What's inside:<p>* A step-by-step tutorial refactoring a legacy big-ball-of-mud into self-contained modules.<p>* A bit of a challenge to Clean/Hexagonal Architectures with a pattern I've seen in the wild (which I named MIM in the text).<p>* A solid appendix on the fundamentals of Modular Design.<p>(Warning: It’s a long read. I’ve seen shorter ebooks on Leanpub).