Postingan

Show HN: Give your AI agent on-screen guides that show users where to click https://ift.tt/eA2mCnO

Show HN: Give your AI agent on-screen guides that show users where to click Hey HN. I'm Christian, one of the founders of Frigade (YC W23). I've noticed that a lot of in-app AI agents struggle to actually understand the products they exist in. For instance, let's say a user asks an agent how to do something in a given SaaS product. In an ideal case, maybe that agent replies saying it has a tool to do the task and just automates that work entirely for the user. That's a great outcome. But often that's not the case. Maybe there is no tool call for that exact task, or maybe the user's question is best solved by a specific UI workflow or interface. In these cases, many agents tend to fall back on basic RAG on their help center, or sometimes even searching the internet for an understanding of their own product. This can be a very slow process and most of the time help center articles are outdated as products evolve faster than them today. Even worse, no one likes rea...

Show HN: 7-Zip Quine https://ift.tt/MWzKFL2

Show HN: 7-Zip Quine I made 7-Zip Quine by AI, this is the code: https://ift.tt/DbTed12... Example: https://ift.tt/pT1gCfn September 8, 2026 at 11:09PM

Show HN: Bestie, a coding agent that respects you https://ift.tt/EKqdjOQ

Show HN: Bestie, a coding agent that respects you hi friends! this year, i've been working on a general purpose, native terminal coding agent harness. i remember being absolutely struck the first time i ever used claude code and it could just do things. i'm also a big fan of crush and pi. it's pretty early on. i still have yet to build all the higher-level behaviors that make something go from a harness to a proper agent. it turns out, making a coding agent is incredibly hard because you have to strap a development environment to an llm. in my hubris, i had thought "oh—it's just a terminal app that calls some api's!" i'm trying to provide all the things that i think an agent should have out of the box: subagents, sandboxing, compaction, cross-platform support, a beautiful interface, etc. i would be absolutely delighted if you'd give it a go (as far as safety goes, the sandbox tends to be too restrictive rather than too lenient—i'm trying to f...

Show HN: Gote – a CLI note-taking management tool for plain Markdown https://ift.tt/Wrfv0Uk

Show HN: Gote – a CLI note-taking management tool for plain Markdown Repo: https://ift.tt/IZidgnq I built a note taking management tool to use at work for quick note taking and searching. It is intended to be quite minimal. Another focus was to have lots of shortcuts and to keep things close to the homerow for ergonomics and speed. Notes are just markdown files in whatever directory you point it at. The only thing it keeps elsewhere is an index in ~/.gote. If you stop using it you still have all your notes. Tags go on the first line of the note, separated by periods, like .project.urgent.work. No frontmatter. Search is built into the binary, BM25 with stemming, so there's no ripgrep or fzf to set up. gote s meeting searches titles and content, gote s -t .work filters by tag, gote s -w 2412 pulls up notes from December 2024. Most commands have a two letter version that combines a list with an action. ro is recent + open, sv is search + view, tp is tag + pin. When results come up y...

Show HN: Possess, a TUI to browse and transfer coding sessions https://ift.tt/9iMJaCZ

Show HN: Possess, a TUI to browse and transfer coding sessions https://ift.tt/rTGQA7L September 8, 2026 at 01:13AM

Show HN: Wg-admin – web UI for an existing WireGuard host https://ift.tt/RUzrGko

Show HN: Wg-admin – web UI for an existing WireGuard host Reads /etc/wireguard, lets you add/edit/remove peers, applies with wg syncconf (no interface bounce). Does not install WireGuard or rewrite your PostUp/NAT. That's all https://ift.tt/4KozEUJ September 7, 2026 at 11:43PM

Show HN: PixelDraw – simple drawing software for web(WASM) and desktop https://ift.tt/G6MDNyb

Show HN: PixelDraw – simple drawing software for web(WASM) and desktop https://ift.tt/dhgkCtP September 6, 2026 at 10:53PM