An extensible terminal coding-agent toolkit with a deliberately small default prompt.
Show EvidenceHide Evidence
HN users said Pi sends roughly 1k tokens of setup context and praised its transparent, extensible workflow.
Issue / 2026-07-12
A daily board of tools, apps, and references that Hacker News readers pulled into view on 2026-07-12. Each row keeps the original HN thread close to the claim.
What surfaced that day
An extensible terminal coding-agent toolkit with a deliberately small default prompt.
HN users said Pi sends roughly 1k tokens of setup context and praised its transparent, extensible workflow.
An OpenCode plugin that prunes stale conversation context to reduce token use.
A commenter explicitly recommended it for long-horizon work, reporting substantial token savings.
A gateway that lets Claude Max subscriptions drive OpenCode-compatible agent clients.
The benchmark author identified Meridian as the local proxy used to bridge the Claude Code SDK to a standard Anthropic endpoint.
An Emacs terminal emulator built on libghostty-vt for responsive integrated terminals.
Commenters called it a game-changer, cited better responsiveness than vterm, and discussed active fixes.
A native Go GUI framework with direct platform backends and immediate-mode APIs.
HN reviewers praised its native-Go approach and reported successful Linux and Windows builds.
A free online book introducing the Odin systems programming language.
The HN discussion examined Odin’s design and positioned the book as an accessible route into the language.
A command-line tool for secure, resumable peer-to-peer file and folder transfers.
A commenter reported higher throughput than Magic Wormhole from real use, citing Croc’s multiple TCP connections.
A secure code-based tool for transferring files between computers.
HN commenters compared its Python implementation with Croc’s resumable transfers, proxy support, and single-binary design.
A browser extension that runs legacy Java applets through WebAssembly.
A commenter highlighted it as a longstanding solution for running educational Java applets in modern browsers.
A cross-platform sandbox CLI for confining coding agents with explicit policies.
A commenter recommended Landstrip as a stronger mitigation when untrusted content can influence privileged agent actions.
A Linux sandboxing tool for isolating processes with namespaces and restricted filesystem access.
Commenters described using bubblewrap to hide sensitive paths, isolate networking, and allowlist only LLM-provider traffic.