Top
Best
New

Posted by david927 1 day ago

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

What are you working on? What have you been curious about lately?
303 points | 1107 commentspage 34
pupdogg 1 day ago|
Building FabShack, a white-label instant quoting engine that gives sheet metal fabricators SendCutSend/OshCut-level capabilities without needing an in-house software development team.

https://www.fabshack.io

Kauhentus 1 day ago||
I've been putting my applied math degree to work!

https://asunder.co/montegrid - Mainly working on a Monte Carlo Excel plugin that can run on Mac. Standard scientific computing shenanigans ... one benefit of everything being Javascript is that one can use Rust -> WASM everywhere :)

Also maintaining weaving software (https://asunder.co/bower) which has so many fun puzzles in discrete math and combinatorial optimization to think about.

Cool to see everyone else's projects!

mshekow 1 day ago||
A CLI and UI tool called "renovate-log-parser" to diagnose issues with Renovate Bot, using its debug log. It's supposed to accelerate this analysis, with several CLI commands (one meant for coding agents to save tokens when they read the log). If you want to try it, it's just one "npx renovate-log-parser" command away.

https://github.com/MShekow/renovate-log-parser

satyamkapoor 1 day ago|
Nice idea
stillpointlab 1 day ago||
I'm working on a platform for context management that includes apps that operate on structured text formats (e.g. YAML, JSON, XML, MD) and provides editors for structured text formats (code editing using codemirror, markdown editing using prosemirror) and eventually all media assets (images, videos, audio).

The idea is you have a set of sources (e.g. Github, Google Docs, local file system), a bunch of transformations (templates, apps, llms/gen-ai, simulations) and sinks (communicated through changesets). The platform is like a cache layer that connects these together and allows for a graph of operations (source->executor->sink->source->executor->etc.) which allows for tracing the lineage of assets through a system.

It's an impossibly large vision made barely possible with agental coding assistance.

idorosen 1 day ago||
My side project this quarter has been building a system that adds steering / planning to LLMs/WAMs/etc. (T, DiT, etc.) in a market/physics/other-ground-truth-constraints aware way. I have a small model outperforming some of the largest frontier models in some games (i.e., adversarial settings) now, but that is not very impressive because "plain old LLMs" are the wrong mathematical object for gameplay, IMO. So far, it's a mix of RL + optimization (e.g., MILP) on the planning side, and not quite realtime enough to play RTSes, but that's only a few weeks away. Have been very impressed at how far the open source ecosystem for this stuff has gotten since the last time I tried something like this.
thimotedupuch 1 day ago||
I am working on Amber.jl an acausal analog electronics simulation tool driven by Julia code. Just like in PyTorch, the neural network is the code, here the circuit is the code as well.

Because SPICE wasn't built for programmers in mind. The code in 0.1.0 is almost ready and I'll put the github repo public soon.

Arubis 1 day ago|
I don't know that SPICE was built for _usability_ in mind. I distinctly remember hand-drawing circuits on paper and numbering the nodes as I typed them into PSPICE because there was no schematic visualization functionality at all. I promise you, this was in this millennium, not last.
wingtw 1 day ago||
Been building a data ontology project i call Tirith - think palantir's gotham + their different modules on top. Can ingest from different sources (textual, structured or freeform for now, images + video coming maybe later), detect relationships between objects, view graph, geospatial view and rudimentary analysts view. Very raw but with the help of nlp and/or openai compatible cheap model like deepseek its already amazingly capable.

And second thing im building is out of sheer frustration as a father of 5 in the school info management - https://www.classtable.org - aims to be a full school management software which is easy to use for both school staff, students AND (personal itch) for parents to keep an eye on their childrens progress

NegativeLatency 1 day ago||
A iTunes inspired music app (uses an extension of DAAP) for classic Macintosh (Mac II and system 6 and newer currently only m68k, ppc coming soon) https://github.com/nburns/iRunes

And a extended DAAP compatible server than can convert other local music libraries (files/dlna/etc) for iRunes https://github.com/nburns/sharon-jones-and-the-daap-king

beeneeb 1 day ago||
I got laid off on Friday so I'm using it as an opportunity to dogfood briansjobsearch.com again. I'm working on a Chrome extension that will help with autofilling job applications. It has dramatically sped up the time it takes to apply to each job even on complicated ATS's.
brirtch 21 hours ago|
I'm working on Proxigem, an app (Android only right now, working on iOS). It shows you history, notable people, census stats (some countries), Wikipedia articles and other points of interest around you. Built to work offline so no connectivity needed when travelling.

https://www.proxigem.com/

More comments...