Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. What were Roman dodecahedrons used for?(chatgpt.site ↗)
    discuss
  2. Agents are replacing pull requests, Playwright, and chip design tools(fromtheterminal.substack.com ↗)
    discuss
  3. 'Anti-vampiric' grave used two strategies to stop the undead(sciencenews.org ↗)
    discuss
  4. The Overhang(oneusefulthing.org ↗)
    discuss
  5. MNIST64: Interactive speed 6502 implementation on the Commodore 64 [pdf](jarnoh.github.io ↗)
    discuss
  6. HN: MacDown SE, the Native Apple Silicon Continuation of MacDown with MCP(github.com/eldris-io ↗)
    discuss
  7. Natural General Intelligence(naturalgeneralintelligence.ai ↗)
    discuss
  8. Steppy Fox, a one-tap browser game(steppyfox.com ↗)
    discuss
  9. The Proof in the Code: How a Truth Machine Is Transforming Math and AI(publishersweekly.com ↗)
    discuss
  10. Software Sandboxing: The Basics(emilua.org ↗)
    discuss
  11. Sorry, Webster. Most People Don't Want Internet Slang in the Dictionary(nytimes.com ↗)
    1comments
  12. I Stole RRR from Elon Musk and SpaceX(github.com/mlsystemsri ↗)
    discuss
  13. Anthropic is cutting Claude Code's current weekly limits by 17%(bleepingcomputer.com ↗)
    3comments
  14. Dead Cowboy(smithery.ai ↗)
    discuss
  15. The Stripe Subscription Downgrade Loophole(bookofrevenue.com ↗)
    discuss
  16. Show HN: SaaS Pricing Tracker(kimsalmi.com ↗)
    discuss
  17. Boston drops Flock after outside agencies gained access to vehicle data(masslive.com ↗)
    discuss
  18. GPG: A philosophical dead end (2015)(moxie.org ↗)
    2comments
  19. Saturation at GitHub(surfingcomplexity.blog ↗)
    discuss
  20. AI Helps People Get Past the Blank Page(greyenlightenment.com ↗)
    discuss
  21. Gzip 1.15 Released with Many Longtime Bugs Fixed(fossforce.com ↗)
    discuss
  22. House prices survived the last interest-rate rise. Will they this time?(economist.com ↗)
    1comments
  23. Ordinal definability–how did Gödel do it?(infinitelymore.xyz ↗)
    discuss
  24. Show HN: 8 months extending my terminal to handle all my work with all agents(github.com/albertwujj ↗)
    discuss
  25. The Paradox of Empathy (2015)(jenson.org ↗)
    discuss
  26. KDE Goes to the Pyramids(youtube.com ↗)
    discuss
  27. Remittance MOney Transfer Calculator(faisalkhan.com ↗)
    discuss
  28. Epoll and Kqueue: How Operating Systems Learned to Wait Efficiently(thecodinggopher.substack.com ↗)
    discuss
  29. The AI wave has to land somewhere according to Tesler's Law(moonspell.fm ↗)
    discuss
  30. Lego Brick Sorting Machine Uses AI to Save Millions from Landfill [video](youtube.com ↗)
    4comments

Show HN: Bailout – The coding agent meant to be deleted

1 pointsby 44m agogithub.com
0 comments
hey hn,

i made bailout for a pretty specific problem. you boot a fresh vm and want an agent to help get it set up, except you dont have your agent set up yet. no gh, no config, no api key handy. might not even have codex / claude code / opencode curled and loaded. or you already have a setup but opencode / pi / whatever stopped launching, and the thing you'd normally ask to fix it is the thing that's broken.

for me, and this is embarrassing, but at work we switched from per-dev keys to oai / ant to just an internal litellm router, which required configuring opencode. i use opencode2 which can dynamically reload its config. well, while rewriting the config to work with self hosted litellm, it broke, and i was stranded w/ no coding agent. bailout is for that sort of thing, like break glass, agent pls fix.

think of bailout like a spare agent for these sorts of things. install it, ask it to set up the machine or fix your usual tools, then remove it. the idea is “the harness meant to be deleted.” i like having a tool whose last useful action can be uninstalling itself. plus a play on hinge, the whole app meant to be deleted.

you install it with `curl -fsSL https://bailout.dev/install.sh | bash` and run `bailout`. no account or api key needed for bailout. the tools it helps you set up still need your own accounts, obviously. it can hand you the terminal for those logins without sending what you type to the model.

the client is a rust binary, about 639 KB uncompressed on apple silicon. it also runs on linux x64 and arm64. bash is the only tool. it can inspect files, edit configs, install things, curl stuff, etc. commands run automatically with your user's permissions, so it has the same access you do in that shell. i got inspired by vercel's fx.sh in terms of minimalism and size and all that.

the hosted router uses free models and switches between available ones when a request fails. there are shared limits, and it will tell you when it has to wait. this is still a small free service, so i dont want to pretend it has unlimited capacity. odds are, if this post gets enough attention and enough of you try it, it will exhaust capacity. to that end if anyone knows anyone willing to toss a free model in for this consistently, would be very cool.

there's a recording of it fixing an intentionally broken opencode config on the gh page. bailout gets removed at the end and opencode runs again. waits are shortened in the video; the original terminal capture is there too. mit licensed, and built with a lot of help from codex. curious whether this is useful for the way you set up machines, or if there's some obvious case i'm missing. issues / prs welcome.

A quiet thread, for now.Start the conversation on HN ↗