Top
Best
New

Posted by david927 1 day ago

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

What are you working on? Any new ideas that you're thinking about?
366 points | 1103 commentspage 12
Genego 1 day ago|
For the past 2 months I have been doing a heavy deep dive into image generation and image generation editing capabilities. This then had me discover that you can generate storyboards for short stories, and automate the creation of these as videos with video generation models. This is a topic that interests me heavily, and as such I am now building my own workflows around that. I am documenting the entire journey here:

https://edwin.genego.io/blog

https://edwin.genego.io/blog/lpa-studio

https://edwin.genego.io/blog/ai-branding

It's not something I am looking to commercialize, but I actually did drop out of film school (with semesters in creative storytelling) to pursue software 15 years ago. And I feel like this will open up a whole new way of visual storytelling as well as personal and product branding. I have gotten quite some emails about it, from interesting people in different industries, as some more strongly worded (not so nice) emails from someone in the VFX industry since I started. Its by far one of the most interesting tangents I have ever went on.

ChrisMarshallNY 14 hours ago||
Ugh. It's time for me to start transitioning my iOS/Watch/Mac programs to be "Liquid Glass-native."

I should be able to do it with my various personal apps, but one app I've written, was done in concert with a professional graphic designer, and he is not happy with LG, so I expect that app to be a pain.

These are my apps: https://littlegreenviper.com/AppDocs/

Nfinger 14 hours ago||
I've been really frustrated with the state of networking and discovering new career opportunities lately. Both in person and online I feel like there aren't very good tools and I have a growing disdain for LinkedIn. I wanted to make a tool that helps ambitious navigate their career goals and meet people who are going to move the needle. It's called Catalyst: https://getcatalyst.tech/
klntsky 14 hours ago|
Hey, how can I contact you privately?
Nfinger 13 hours ago||
I followed up via email
sph 14 hours ago||
Tired of having my notes spread everywhere, on uncomfortable software, I'm writing my own Notational Velocity desktop app clone in Godot:

https://share.combo.cc/-Z7hBzNbaCc

(work in progress prototype, design is not final)

Intentionally made simple and centered around plain text files and editing speed. I've spent a week on the prototype, now it's good enough to dog-food. Would like to eventually distribute it as a multi-platform app.

nsoonhui 1 day ago||
A Civil 3D plugin (Genabler) that will include all the network catalogs and collate the Civil 3D styles for civil engineers to use. There are some out-of-the-box catalogs and styles shipped with the default installation, but they are quite limited and fairly well hidden—which is not surprising, given that Civil 3D is a huge beast. As a result, they are not commonly used.

When people think about Civil 3D, they often assume it requires BIM modelers (in a sense, just glorified drafters) to create all the necessary catalogs and styles, and to assist with their use.

My Civil 3D plugin will:

1. Make standard, market-compliant catalogs and polished styles available to engineers at large. Think of it as the WordPress theme provider equivalent.

2. Make the entire process easy and painless through the plugin, with prominent buttons for quick access.

If the plugin is done well, there will be less need for BIM modelers, since for a fee, engineers could simply purchase catalogs and styles that are so easy to use they require no technical training.

As a side benefit, I also get to explore how LLMs can help me write code. It has been a while since I last updated my AI usage policy [0], and I look forward to revisiting it.

[0]: https://civilwhiz.com/my-ai-usage-policy/

varun764 9 hours ago||
Working on AI interpretability infrastructure! Starting with hallucination/failure mode detection and causal tracing in transformer-based foundation models. It's non-SAE, domain-agnostic, and works for any kind of tokens or sequence data (e.g. not just English text - biological sequences, physics data, etc). Some of our early tests indicate that this detection setup could broadly work well for any property, but we've mostly validated on hallucinations. If you have access to self-trained or open-weight models, would love to have you try out the alpha version - running it through HuggingFace!
anujdeshpande 21 hours ago||
I am working on https://embedhub.com

I am building better dev tools for firmware and PCB developers.

For example, we have GitHub Action workflows that allow you to push builds to the connected EmbedHub project. Your EmbedHub project has fine grained release management - so for example only the git tagged releases will be shared with the customer, but the testing/QA team will get access to builds from regular commits on branches as well.

I am also building a physical device (called HAL) similar to the now discontinued EtcherPro[1] - which will connect to your EmbedHub account and have access to your releases. This will let you offload tasks like long term testing, mass flashing and provisioning of devices, and more.

[1] - https://www.balena.io/etcher-pro

digest 18 hours ago||
Been working on https://usedigest.com

- It's a personalized newsletter for you

- All data aggregated from sources around the web

- News, weather, newsletters, social media posts, reddit, youtube, etc. all appear in your digest.

- Launching a mobile app as well now but this will be slightly different than the web app. It will use AI to automatically prepare your daily digest based on preferences/settings you give it during onboarding. Each day when you wake up you'll receive a notification of digest being ready, and it will contain all the content you care about for the day ahead (meetings, weather, health data, commute data, news, etc).

creature_x 12 hours ago||
What I am working on right now:

-https://salespark.app/apps/discount-spark: A Shopify app that allows merchants to create more powerful discount codes so they can create stronger offers for their customers.

What I recently built but didn't find a successful product market fit:

-https://wordazzle.com: A word game that's designed to expand your vocabulary with exceptional words.

-https://spicychess.com: Chess, meet boxing! Imagine playing chess BUT you can also smack your opponent. Now, if you smack em enough times to drain their health completely(yes, you have a health bar), you can steal their turn. It's fun, a little evil, but after thousands of $ spent on marketing, never found critical mass.

civilian 11 hours ago|
how does the "smacking" work? Is there a VR integration? Is it just button-smashing? It's unclear just from looking at the website w/o signing up
creature_x 6 hours ago|||
You press a button to smack- there's a 3 clip that shows this on the homepage so I am surprised you find it unclear!
escapecharacter 11 hours ago|||
Assuming it’s just regular online chess but you’re forced to share your location in real-time
creature_x 6 hours ago||
Haha, it's not THAT spicy ;)
thecopy 16 hours ago|
Building an MCP Gateway: https://www.gatana.ai/

Idea came from one of my clients, where they wanted to use AI agents throughout the organization but at that moment there was no centralized governance or security concepts. This pulls everything at one place and tries to solve the security concept with per-user credentials, which can be provided out-of-band through the MCP protocol (generated a one-time link end-user can use to sign in to the underlying MCP server with OAuth or provide API key)

More comments...