Live data from Hacker News

Ask HN: What are you working on? (June 2026)

news.ycombinator.com

561–570 of 1001 posts

Re: Ask HN: What are you working on? (June 2026)

#561
I'm working on https://www.clevercrow.io, Community-funded coding agents for builders.

I'll be posting a Show HN soon, but the idea is to let the communities around GitHub repos fund the specific issues they care about while giving the maintainers of said repos agents of their choice to work on them (that they control entirely).

Re: Ask HN: What are you working on? (June 2026)

#563
Hi, I’m working on Trophikos, a recipe organization app for iOS. Not a meal planner, not a social feed. Just a calm, well-designed place to collect your own recipes, food, baked goods, and even native support for cocktails. Manual entry, OCR importing, URL importing, and the ability to share and export.

I’m still actively working on it but just submitted to App Store review. TestFlight is open if anyone wants to try it before launch: https://testflight.apple.com/join/baWAQ4tj

Happy to hear any feedback, especially from people who currently store recipes across Notes, screenshots, and 15 open browser tabs.

I am actively working to support iOS 27 (and the other 27 OS’s) and will be posting development updates over on mastodon: https://mastodon.social/@saxtechsolutions

Re: Ask HN: What are you working on? (June 2026)

#564
post #270

I am making Cargo for C. I have 3/4 of a working demo; the tool can build itself, including some non-trivial dependencies which I've ported to build natively with the tool (instead of wrapping their Make or CMake or whatever). The pitch: It's insane that we have to pull in Python or Lua to build C code. CMake is an abomination against god that has become usable in spite of itself. Zig cc is proof that this entire eco…

Have you heard of Conan by chance?

1. https://conan.io/

Re: Ask HN: What are you working on? (June 2026)

#565
I’ve been building a Prolog and WASM based LLM/Agent framework [0] , where reusable skills and core harness functionality is encoded in a logic programming language. Recently added a small TUI with a Borland Turbo Vision style design. My goal is to build a completely hackable harness that works well with smaller models and to further promote the combination of logic programming and LLMs.

[0] https://github.com/deepclause/deepclause-sdk

Re: Ask HN: What are you working on? (June 2026)

#566
Got a donated 6x18 surface grinder with hydraulic x/y autofeed up and running at our Portland hacker space, but we have no floor space for it. I have lathe and mill hobby experience but going from knowing nothing about surface grinders to getting one operational and knowing how to use it was rewarding. There was alot of deep, ancient knowledge to excavate.

Re: Ask HN: What are you working on? (June 2026)

#567
Multiple things recently:

https://github.com/tweibley/rubyrlm - MVP Ruby implementation of Recursive Language Models (RLMs) that uses Gemini as the model backend and a Ruby REPL for iterative reasoning.

https://github.com/tweibley/legate - Framework for building AI agents in Ruby with dynamic tool selection, multi-step planning, and session management

https://insightclips.com - Create personalized event videos (with optional CTA) — from first promo to final recap automatically.

https://freshdeck.app - Presentations that design themselves.

https://yourslidessuck.com - Get your pdf/slide deck roasted for free.

https://seriouslygreatjob.com - Put someone on the "news" for free.

https://www.sayayeaye.app - IOS/Mac OS client for Google's Jules.

Re: Ask HN: What are you working on? (June 2026)

#570
After ~20 years of long-haul travel, I spent the last 9 months building Jetlag Coach, in parallel with my busy life (full time job toddler and pregnant wife!). You give it your chronotype and your actual itinerary (multi-leg and layovers included) and an optimization engine generates a personalized schedule for light, sleep timing, caffeine and melatonin to shift your circadian clock toward the destination time zone.

At core it turned out to be a complex optimization problem and a real challenge to tackle. I also put a lot of care in the UI/UX, while I usually focus more on backend work. It's working well, I am just finalizing the handling of some of the nastier edge cases

https://www.jetlagcoach.com

Post reply on HN