Posts

Show HN: Pu.sh – a full coding-agent harness in 400 lines of shell https://ift.tt/XvqzDEw

Show HN: Pu.sh – a full coding-agent harness in 400 lines of shell I originally was just messing with pi-autoresearch. Gave it a sample task to build the most portable coding agent. First cut was 6 KB of shell. Great for one-shots, unusable interactively. I was shocked it actually worked. Started building up -- adding features — but with a self-imposed rule: no new dependencies, and sub 500 LOC. This thing had to be truly portable. Just sh, curl, awk. System primitives only. Which means I did some genuinely disgusting things in awk, including JSON parsing and the OpenAI Responses tool loop with reasoning items carried across turns. It's now ~400 lines. In the box: Anthropic + OpenAI, 7 tools (bash, read, write, edit, grep, find, ls), REPL, auto-compaction, checkpoint/resume, pipe mode, 90 no-API tests. Not in the box: TUI, streaming, images, OAuth, Windows, dignity. Two honest things: 1. I stole/modified the system prompt and the architecture. Pi/Claude/Codex wrote the awk. I canno...

Show HN: Free no-signup site auditor – secrets, subdomain takeover, CVEs https://ift.tt/1BTQIgs

Show HN: Free no-signup site auditor – secrets, subdomain takeover, CVEs https://ift.tt/fL8W0sh May 1, 2026 at 01:34AM

Show HN: Exploding Hamsters https://ift.tt/7s8aYNf

Show HN: Exploding Hamsters https://ift.tt/QMW7q6f May 1, 2026 at 12:20AM

Show HN: Generative UI Library for React https://ift.tt/XZDw4hV

Show HN: Generative UI Library for React https://ift.tt/bUrjV64 April 30, 2026 at 12:58AM

Show HN: Send your first Peppol e-invoice in 5 minutes (EU mandate live) https://ift.tt/TXkyIHu

Show HN: Send your first Peppol e-invoice in 5 minutes (EU mandate live) https://getpeppr.dev/ April 29, 2026 at 11:06PM

Show HN: Drive any macOS app in the background without stealing the cursor https://ift.tt/x07JgdM

Show HN: Drive any macOS app in the background without stealing the cursor Hi HN, Francesco from Cua here. I hacked this project together last weekend, inspired by the Codex Computer-Use release and lessons learned from deploying GUI-operating agents for our customers. The main problem: when a UI automation process controls a desktop app today, it usually takes over the human’s session. Your cursor moves, keyboard focus gets stolen, windows jump to the front, and you have to stop working until the agent is done. That is why we have historically avoided encouraging users to run these processes directly on their host machine, instead relying on VMs or GUI containers for concurrency and background execution. But computer-use - the tools we give agents to operate computers like humans - does not scale cleanly that way. As models get smarter, agents need to share hosts safely, run in the background, and avoid collisions with the human or other agents using the same machine. We realized macO...

Show HN: Open Bias – proxy that enforces agent behavior at runtime https://ift.tt/LMsP6H9

Show HN: Open Bias – proxy that enforces agent behavior at runtime https://ift.tt/xh8kUyq April 29, 2026 at 12:02AM