🛠️ Hacker News Tools
Showing 861–880 of 4277 tools from Hacker News
Last Updated
July 23, 2026 at 04:42 AM
Show HN: Relaymux, a tmux-based meta-harness for local coding agents
Show HN (score: 6)Show HN: Relaymux, a tmux-based meta-harness for local coding agents Hey HN,<p>There’s been a lot of interest recently in meta-harnesses, loops, and multi-agent orchestration. Obviously, there are already a lot of good tools: Conductor, cmux, the native Codex / Claude Code apps, etc.<p>For my own use cases, I’ve felt that the orchestration layer tends to feel overengineered. I mostly wanted a simple local harness (i.e Pi) for running and tracking CLI agents with the ability to hop in (via tmux). Relaymux is my opinionated attempt at that.<p>A few design principles:<p>- The frontend is just Telegram / iMessage / CLI. If I want more visibility, I hop into tmux.<p>- Subagents are normal interactive CLI agents running in tmux windows, usually with their own worktrees.<p>- The harness owns the tmux session, so each longer task becomes a named tab/window. Subagents report back to the orchestrator via CLI when they’re blocked or done. Then the orchestrator just messages me on Telegram / iMessage<p>- It works with any CLI agent that has an interactive terminal mode, so I don’t need special print-mode/non-interactive support. This means I don’t need to stress about the Agent SDK / claude -p billing limitations.
Agentic Resource Discovery Specification
Hacker News (score: 15)Agentic Resource Discovery Specification <a href="https://developers.googleblog.com/en/announcing-the-agentic-resource-discovery-specification/" rel="nofollow">https://developers.googleblog.com/en/announcing-the-agentic-...</a>
Show HN: An 8-bit live gamecast for baseball
Hacker News (score: 134)Show HN: An 8-bit live gamecast for baseball Hey HN, I built a website to watch live baseball games in an 8-bit broadcast. It takes live MLB data streams and converts them into near real-time pixel art gamecasts.<p>Been waiting to share this for when there’s actually a good slate of games happening since the site is pretty bare otherwise.<p>Here is today's schedule:<p>Mets @ Reds - 9:40am PDT <a href="https://ribbie.tv/watch/game/824503" rel="nofollow">https://ribbie.tv/watch/game/824503</a><p>Royals @ Nationals - 10:05am PDT <a href="https://ribbie.tv/watch/game/822721" rel="nofollow">https://ribbie.tv/watch/game/822721</a><p>Marlins @ Phillies - 10:05am PDT <a href="https://ribbie.tv/watch/game/823450" rel="nofollow">https://ribbie.tv/watch/game/823450</a><p>Tigers @ Astros - 11:10am PDT <a href="https://ribbie.tv/watch/game/824178" rel="nofollow">https://ribbie.tv/watch/game/824178</a><p>Padres @ Cardinals - 11:15am PDT <a href="https://ribbie.tv/watch/game/823044" rel="nofollow">https://ribbie.tv/watch/game/823044</a><p>..and another 14 games throughout the later day.<p>I'm still early on in this project, but I've tried to add little details with actual stadiums, day and night modes, between inning graphics and interstitials, live scoreboards, etc.<p>Would love any feedback and ideas. Thanks for checking it out!
Show HN: Vpod – Tiny Linux sandbox running in WASM
Show HN (score: 9)Show HN: Vpod – Tiny Linux sandbox running in WASM Hi HN,<p>I spent the last few months reading the RISC‑V specification to build the lightest possible sandboxes. The idea behind a vpod is to quickly spin up a Linux sandbox from snapshots (Alpine by default) without any setup or subsystem required.<p>The trade-off for portability and security is raw CPU speed. So we don't expect it to match native workloads with Python or pip, for example.<p>More info is in the README <a href="https://github.com/capsulerun/vpod" rel="nofollow">https://github.com/capsulerun/vpod</a><p>Happy to answer any questions!
Show HN: Zkit – Go libraries for building agents, not a framework
Show HN (score: 6)Show HN: Zkit – Go libraries for building agents, not a framework
Show HN: In-browser Python/Pandas/Git practice with animated Git simulator
Show HN (score: 5)Show HN: In-browser Python/Pandas/Git practice with animated Git simulator I've created an in-browser Python/Pandas/Git practice environment for my online learning platform and also for my corporate training classes. I'd be happy to discuss how I went about designing this, how I'm using it in my classes, and the architectural decisions I've made.<p>Most interesting, to me, is how much is running in the browser. Thanks to Svelte, Pyodide, isomorphic-git, LightningFS, and CodeMirror I'm able to provide a full environment for Python, Pandas, and Git.<p>I built much of this with Claude Code, and I'm happy to discuss how that went — what worked well and where I had to step in and make the calls myself.<p>I'm especially excited about the Git simulator: it shows the commit tree change as you run commands, plus an animated view of how files move between the working tree, the staging area, and HEAD.<p>The AI tutor, which uses Claude Haiku, was given my newsletters, classes, and exercises as inputs, along with a description of my pedagogical approach: instructors should give hints and feedback, but not reveal the answer.
TREX: An AI code reviewer that runs your code
Hacker News (score: 33)TREX: An AI code reviewer that runs your code
Agentic coding deserves more than a chat box bolted onto VS Code
Hacker News (score: 61)Agentic coding deserves more than a chat box bolted onto VS Code
French physicist and media star loses doctorate after plagiarism investigation
Hacker News (score: 20)French physicist and media star loses doctorate after plagiarism investigation
Occupancy Math on the AMD MI355X: A From-First-Principles Guide
Hacker News (score: 28)Occupancy Math on the AMD MI355X: A From-First-Principles Guide
AI demands more engineering discipline. Not less
Hacker News (score: 90)AI demands more engineering discipline. Not less
ICE Appears to Be Buying Immigrants' Tax Identifiers from a Data Broker
Hacker News (score: 82)ICE Appears to Be Buying Immigrants' Tax Identifiers from a Data Broker
Computed goto for efficient dispatch tables (2012)
Hacker News (score: 25)Computed goto for efficient dispatch tables (2012)
Show HN: Mira – Open-source and self-hosted AI code reviewer
Show HN (score: 5)Show HN: Mira – Open-source and self-hosted AI code reviewer Hey HN,<p>I'm Jay, co-creator of Mira. An open-source, self-hosted AI code reviewer where you BYOK (bring your own key).<p>Local models are getting really good.<p>Hosted frontier models are getting really expensive.<p>So, we built Mira. Mira has some snazzy features too:<p>- It's really fast at reviewing. Average is 77s compared with Greptile's 5 minutes. Your PRs aren't going into a queue on a cloud somewhere.<p>- Mira performs a blast radius and see what damage will be done with code change.<p>- Learns your codebase's patterns from the repo itself and enforces them without a config file.<p>- It's self-hosted, so your code never leaves your infrastructure. Bring your own model - OpenAI, Anthropic, or a local LLM behind your firewall.<p>We're really active, and looking for active contributors. Come join us in our discord!<p><a href="https://github.com/miracodeai/mira" rel="nofollow">https://github.com/miracodeai/mira</a><p>Thanks, Jay
Show HN: Ferrix AI – Agentic Product Management Platform
Show HN (score: 6)Show HN: Ferrix AI – Agentic Product Management Platform Hi HN, for the past few months, we’ve been working on Ferrix AI (<a href="https://ferrix.ai/" rel="nofollow">https://ferrix.ai/</a>)<p>As AI agents speed up engineering, deciding what to build has become the bottleneck. Developers got faster because agents fit into their workflow: tech design, code review, testing. They still make the key decisions, while AI handles mechanical work around them.<p>At Ferrix, we are automating workflow for product managers to make product decisions efficiently. Agents handle the research synthesis, spec writing, and progress tracking, while PMs, designers, and engineers collaborate in a shared workflow.<p>Ferrix AI is live, and you can start free → <a href="https://app.ferrix.ai/" rel="nofollow">https://app.ferrix.ai/</a>
Human Judgment as a Specification
Hacker News (score: 26)Human Judgment as a Specification
The discovery that changed how scientists think about memory
Hacker News (score: 37)The discovery that changed how scientists think about memory
RFC 10008: The new HTTP Query Method
Hacker News (score: 32)RFC 10008: The new HTTP Query Method
U.S. Science Is in Chaos
Hacker News (score: 133)U.S. Science Is in Chaos
GLM-5.2 is the new leading open weights model on Artificial Analysis
Hacker News (score: 223)GLM-5.2 is the new leading open weights model on Artificial Analysis