Ask HN: What are you working on? (August 2026)
561–570 of 1001 posts
Re: Ask HN: What are you working on? (August 2026)
#562I started with Leptos - which gives you a nice declarative UI syntax and reactive elements. I used Claude to get that working on iOS, cocoa and GTK. I made a nice little iOS schedule app for attendees at conferences. It works great. All rust, native UI and a fast and small binary. The current UI code is here: https://github.com/josephg/leptos-native (not officially part of leptos). It works well, but not all of the components I want have been implemented.
At the moment I’m rewriting the core to ditch the vibe coded parts and break the whole thing into an app backend API and separate platform layer. I want to be able to write apps in wasm and have a windows / mac / Linux host that can run them using native UI. And a runner to run any app using a TUI. And have a compilation process to compile the whole thing into a single native process for app developers and to publish to the App Store.
Re: Ask HN: What are you working on? (August 2026)
#563Working on 1.0.0 of Simple Image Browser - https://github.com/whyboris/Simple-Image-Browser
Releasing 2.0.0 of my Simplest File Renamer - https://github.com/whyboris/Simplest-File-Renamer - Electron to Tauri 130mb to 3mb
Releasing 1.0.0 of My Off Remote - https://github.com/whyboris/my-off-remote - turn off your PC from phone / tablet over WiFi
Re: Ask HN: What are you working on? (August 2026)
#564Re: Ask HN: What are you working on? (August 2026)
#565The naive approach has the LLM interacting with the DOM using raw locators and javascript. If a human curates all logical views of the DOM and exposes tools that are only relevant for each, the search space for each agent iteration is reduced by many dimensions. I have achieved deterministic results over hundreds of actions in complex business workflows. Without the human curated layer we barely make it 10-20 actions before things get weird.
Most of my thoughts are currently occupied with possibility that this works in the general case. I think an LLM exercising a tool like GitHub via properly curated browser automation might be superior to direct API access in some ways.
Re: Ask HN: What are you working on? (August 2026)
#566I'm building an AI agent that plays Slay the Spire. It currently reaches A20 Act 3 consistently and occasionally defeats the A20 Heart. It use two search: spare graph search for deck building, and MCTS for combat. Parallelly, I'm working on an attention-based memory retrieval system that achieved SOTA on LongMemEval, LoCoMo, and code retrieval benchmarks. https://github.com/AttemorySystem/attemory/ Maybe later I'll b…
What do you mean by agent in this context? Does it mean LLMs?
What search problem are you solving for deck building and is MCTS for combat the same as that in Go AIs?
Re: Ask HN: What are you working on? (August 2026)
#567Re: Ask HN: What are you working on? (August 2026)
#568I've been curious about ways in which politicians who are in the minority/out of power can still make progress on issues that matter to them.