Live data from Hacker News

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

news.ycombinator.com

791–800 of 1001 posts

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

#791
https://meetlace.ai - LACE, a self-organising research companion for long-horizon inquiry.

With LLMs, generating ideas and snippets is cheap; what’s hard is keeping track of fragments with their “why I cared” context over months. Most tools (Notion/Obsidian/etc.) assume you will do the work (folder/tag/linking) structure will maintain it forever. I don’t.

In LACE we: – capture fragments from the web via a browser extension – auto-cluster them into evolving “threads” / projects with summaries & reading lists – maintain a graph of connections across threads (“topology of attention”) – let you turn a cluster of fragments into an essay draft when you’re ready to share.

Stack is a fairly standard web app + LLM pipeline. Used neo4j's llm-graph-builder as a starting point.

The interesting bit is self-organising graph. treating fragments/questions/lines of inquiry as first-class objects and letting the system reorganise around them over time instead of fixed folders.

It’s in a small test phase right now. If you’re a researcher/writer/engineer/founder who constantly loses good ideas in your notes and want to try something opinionated in this space, I’d love feedback.

background write-up: https://open.substack.com/pub/ozthinks/p/from-fragments-to-i...

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

#792
I’m building an online memorial product in China, currently used via a WeChat mini-app and web pages by local governments and cemeteries for digital remembrance.

I’m now exploring a global version (web + app) for families worldwide — especially those separated by distance.

The current product is in Chinese, but the idea is universal. I’d love feedback, and I’m open to marketing or distribution collaborations.

Product (Chinese): https://www.yunmu13.cn/products/

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

#793
I'm looking to leverage the upcoming WebNN browser spec with my spreadsheet app. I think integration with vision, audio and language models opens a whole new world of possibilities as traditional spreadsheet apps lean more towards mainly numerical data.

https://harryk.dev/apps/eincalc

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

#795
We've been building https://nimstrata.com/ for almost three years now, we put Google's Vertex AI product discovery algorithms on Shopify and Salesforce ecommerce storefronts.

At a high level, Google does not have a product culture, so there is a lot of white space for companies like ours to make adopting Google Cloud APIs much easier for less technical users.

It's also wild how much Agentic AI is creeping into all of our conversations - this space is constantly evolving as we're building.

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

#797
I'm working on ffl (https://github.com/nuwainfo/ffl), an Actually Portable Executable (APE) that turns any file or folder into a secure P2P HTTPS link via WebRTC.

Like llamafile, it's built on Cosmopolitan Libc. Getting the full Python stack + WebRTC to run as a single APE binary was incredibly tricky to pull off, but the result is super convenient. I mainly built it to solve the pain of moving large files (logs, DB dumps) in and out of containers—now it's just one command.

The repo has a demo showing a round-trip transfer between Windows (x64) and Android (arm64) using the same binary. I hope you give it a try!

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

#799
Have been working on an app to capture thoughts and to make sense of them with a timeline view. Have posted the first version here and got a lot of suggestions so that we continue working and now release an open testing version to play store. If anyone interested in trying please visit

https://play.google.com/store/apps/details?id=com.upbrew.tho...

Post reply on HN