Live data from Hacker News

Ask HN: What Are You Working On? (Nov 2025)

news.ycombinator.com

671–680 of 1001 posts

Re: Ask HN: What Are You Working On? (Nov 2025)

#672
Curing broken developer heads. Good software engineers are good, because they are non neurotypical with many downsides such bad emotion/feeling management with huge avoidance.

My point to help to build your own MentalOS that works for, to live smoother lives without huge up and downs.

https://getpartner.ai

Re: Ask HN: What Are You Working On? (Nov 2025)

#673
https://credit.quantra.io/

Historical public companies Merton Probabilities of Default.

A project just for fun and still having to finish a couple of things.

I plan to make the datasets public (everything but some raw market data as vendors don't allow that) and also about to add the explanation of what Merton PD is.

Re: Ask HN: What Are You Working On? (Nov 2025)

#677
https://digital-storybooks.github.io/multilingual/#/testbook...

My friend had a cute baby boy and mentioned difficulty in finding children's storybooks in Spanish.

Challenge accepted:

I built an AI generated multilingual storybook, just to see if it would work.

Tap or click the little monster to have it read to you.

Local LLM generated the story, stable-diffusion generated the images, AI converted text to speech in two languages: English and Spanish ( could easily do many more languages ).

I "filled the app out" by adding a simple landing page placeholder, login page and "library" page.

    Not very phone friendly, was made for her iPad.
Just click login to move on, as it is currently not connected to a backend.

Only the second book currently has a story, the others are placeholder templates.

Re: Ask HN: What Are You Working On? (Nov 2025)

#679
I built Arty: https://github.com/vibemachine-labs/arty

It's an open-source iOS voice agent that uses the OpenAI Realtime API (bring your own key).

Current connectors: Hacker News (check demo in readme!), Google Drive, GitHub, and web search.

I got frustrated with the limitations of the OpenAI Realtime Voice iOS app—for example, it can't even connect to Google Drive.

Arty is self-contained except for the OpenAI model and any third-party services you connect to. Uses local tools—no MCP support yet.

If you'd like additional connectors, feel free to open an issue.

Post reply on HN