Monday, July 6, 2026

Show HN: Record, replay, and improve AI agents in production https://ift.tt/l8ROemw

Show HN: Record, replay, and improve AI agents in production At the AI Engineering World's Fair a big part of the conversation was to nail the self improvement loop. Our take on this is to record state of the agent execution with a durable runtime, then allow users to replay from state checkpoints and run 'what-if' experiments. It's OSS and free to use. Would love some feedback from the community. https://ift.tt/n8NReyQ July 6, 2026 at 10:56PM

Sunday, July 5, 2026

Show HN: Meon – declarative flat-parsing engine (SoA, no AST) https://ift.tt/V86TQmu

Show HN: Meon – declarative flat-parsing engine (SoA, no AST) https://ift.tt/crSiuR4 July 5, 2026 at 11:13PM

Show HN: Handoff – a verified context bridge between Claude Code sessions https://ift.tt/p8G7rL5

Show HN: Handoff – a verified context bridge between Claude Code sessions https://ift.tt/OQVD9SZ July 5, 2026 at 10:48PM

Saturday, July 4, 2026

Show HN: I built an encrypted BLE dongle for pasting stuff to air-gapped devices https://ift.tt/HmcRAta

Show HN: I built an encrypted BLE dongle for pasting stuff to air-gapped devices Definitely one of those "20 minute adventure gone wrong" projects where all I wanted initially was a quick wireless rubber ducky for bitlocker keys and the like and then I kept adding stuff like AES-256..... Currently working on adding WebAuthn/FIDO support because the hardware is already there and scope creep is a lifestyle at this point. Would love feedback, especially on the security side. Repo and PCB files are fully open source. https://ift.tt/D9ZmKfE July 5, 2026 at 02:43AM

Show HN: Waypoint.nvim – A Neovim plugin for bookmarking lines of code https://ift.tt/tMobXDm

Show HN: Waypoint.nvim – A Neovim plugin for bookmarking lines of code I made this plugin because I felt like existing bookmark plugins were lacking some important features, including: - The ability to reorder your bookmarks - The ability to delete and move your bookmarks in bulk - The ability to view lines of code around your bookmarks - Syntax highlighting in the preview window - Resilience to the content of files changing (e.g. checking out a git commit that changes the file contents won't delete your bookmarks) Let me know what you think! If you have any feedback, please create a github issue or email patricksharp.dev@gmail.com https://ift.tt/8Wf0lJb July 5, 2026 at 01:25AM

Show HN: Gemma 3 inference in pure C++ with Metal acceleration https://ift.tt/K9i75Xu

Show HN: Gemma 3 inference in pure C++ with Metal acceleration https://ift.tt/5Au0onh July 4, 2026 at 09:24PM

Friday, July 3, 2026

Show HN: Kontext – Move an AI chat's full context to another AI in one click https://ift.tt/3imV1Oo

Show HN: Kontext – Move an AI chat's full context to another AI in one click https://ift.tt/qYhlA6k July 4, 2026 at 12:57AM

Show HN: Record, replay, and improve AI agents in production https://ift.tt/l8ROemw

Show HN: Record, replay, and improve AI agents in production At the AI Engineering World's Fair a big part of the conversation was to na...