Live data from Hacker News

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

news.ycombinator.com

461–470 of 1001 posts

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

#461
I'm working on Agentspan: https://github.com/agentspan-ai/agentspan

It's a durable runtime for AI agents.

The thesis: agents should not just be an LLM loop running inside one Python process. Once agents touch real systems, you need crash recovery, retries, human approval, distributed tool execution, cancellation, observability, and execution history.

Agentspan is basically applying the Conductor OSS execution model to agents. Conductor made long-running distributed workflows durable. Agentspan tries to do the same thing for agent executions: give every run an ID, persist the state, let it survive process death, pause for approval, resume later, and inspect what happened.

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

#462
I am creating 3d modeling tool. I am not willing to publish it. The well known 3d modeling tools come with animation frames, extension support, code writing part etc. I don't want to be one of them. I think it is less than nothing if something comes with extensions. Everything extension of something. If something doesnt work well, they publish another extension. They never worked well. I publish the render part, it is something like that https://fatih-erikli-potato.github.io/blog/rendering-a-bezie...

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

#463
post #366

I've just published my first book. The central argument is simple: software development is a design activity, not a construction activity — and confusing the two is the root cause of most project failures. Written for developers, managers, and anyone who has ever wondered why building software is so much harder than it looks. It's on Amazon in both Kindle and paperback formats. https://www.amazon.com.au/Code-Design-s…

Simply in the pages I've read through the "Read Sample," I have never seen so many emdashes used in my life. This has got to be AI generated.

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

#464
A replacement for python.

- The base is a freestanding register VM deeply tied to the Linux kernel.

- It supports a set of primitives types, array types and record types.

- Concurrency is Erlang-ish --- an M:N scheduler that can manage tens of thousands of green processes. VM uses instruction fuel to preempt processes.

- GC is Cheney for the nursery + M&S for the rest. Each process has its own GC.

- tailcall support.

- first class functions.

- Phase One will only have Vm0, which is clean (it has access to a bounded set of Linux syscalls). Will think about Vm1 that handles the libc infection later.

- JIT is not on the table in Phase One.

- The language is statically typed and borrows syntax from python extensively, but drops OOP entirely.

- OOP is faked using UFCS.

- Operator overloading is supported.

- Exceptions are the default error handling mechanism. There are two hierarchies: Fault and Error. Fault cannot be trapped without rethrowing. Fault WILL crash the VM.

- It is being developed in private right now. As I am User # 0, all the choices I make reflect my own opinions and biases. I might release the code as OSS once the core is stabilized.

- I have done very basic microbenchmarking and the VM is so much faster than python right now that it is not a fair comparison anymore. I can also create and iterate over massive primitive arrays with ease. The principal comparison should be C, and here it is consistently about 8x slower and that performance profile will probably remain constant because dispatch has a real cost that cannot be magically wished away. I will be very happy with 5/6x.

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

#466
I’m working on OrcaMarka, a tool designed to simplify reading web content on e-paper devices.

I’ve split the experience into two parts: a mobile-friendly app at https://app.orcamarka.com for bookmarking websites, text snippets, or images into a pure text format, and a reader part at https://m.orcamarka.com optimized specifically for the limited browsers on devices like the Kindle (the site will automatically redirect you to app if it detects a more capable browser). To bypass the pain of typing URLs on E-ink, the reader part displays a QR code that you scan with the app to instantly sync and load your text.

I’ve been using this personally for a month and it has significantly shifted my long-form reading from my phone to my Kindle. Since it’s a web app, there’s no installation required and it's completely free.

I’ve tried to design it to be intuitive enough to use without instructions, but I’m looking for beta testers to try it out and let me know where I can improve the workflow!

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

#467

Building a Sentry replacement that adds logs automatically and fixes any bugs it finds ( https://superlog.sh ). The setup is done via one prompt ('Use https://skills.superlog.sh to install Superlog in this project'), and everything on the platform is usable via MCP so that you don't have to spend time configuring yet another UI.

I like the premise but trying to be both the coding agent + the monitoring agent seems backwards. Your tool will mostly only be valuable IF it is the best coding agent out there. You're going to be competing against companies where automated PR agents are their sole product, and you're probably going to lose.

Do one thing and do it right.

Where I could see this succeeding is if you embrace the monitoring agent role. Customers can expose their coding agents, setup however they like, as an MCP server that your monitoring agent can plug into. If something goes wrong, your monitoring agent gives their coding agent the best context it can, and steps out of the way.

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

#468

Working on tsz ( https://tsz.dev ) a performance-first TypeScript checker written in Rust. Started 5 months ago and it's been mostly AI-written code. 99.8% tsc conformance test pass rate today. Single file benchmarks are 3–5x faster than tsgo.

See also:

oxc https://oxc.rs/ ezno https://github.com/kaleidawave/ezno

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

#469
I’m working on Underscore: a web SDK and browser sandbox for making procedural music systems with LLMs.

The basic idea is "music with source code." Instead of prompting for finished audio files, you use an LLM to help write and revise a SuperCollider-based system that runs in the browser via WebAssembly [1]. The result is executable music: inspectable, editable, versionable, and controllable at runtime.

I’m especially interested in adaptive sound for software: games, creative tools, meditation apps, AI agents, interactive art. Places where a static audio file feels too dead, but hiring a composer/sound designer for every variation is unrealistic.

It’s early, but the thesis is that LLMs make algorithmic music much more approachable because code becomes a conversational medium. I wrote a longer piece about the idea here: https://x.com/osetinsky/status/2053674503801028944?s=20

You can check it out here: https://underscore.audio

[1] shout outs to:

- Sam Aaron for building SuperSonic, allowing for SuperCollider in the browser as an AudioWorklet: https://sonic-pi.net/supersonic/demo.html. Earlier, pre-LLM versions of Underscore relied on low-latency WebRTC implementations for streaming SC synths running on servers to browsers in real-time

- James McCartney, creator of SuperCollider: https://supercollider.github.io/

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

#470
I'm working on a free lightweight solution to auditing recurring subscriptions from a pasted bank/cc statement, born from my best friends financial illiteracy. All done in browser, no account sign-ups, no data transmitted to a server, and packed into a single HTML file so that the privacy and ethics can be viewed and verified.

Currently it covers 6 regions, 250+ subscription services, across 30+ categories, recognizing 850+ billing name patterns. It even has built in smart alerts for different services and region specific considerations. (FTC's Adobe settlement, Hola VPN Danger, UK Price Hike Exit Rights, Cloud Act Warning, etc)

It adds up monthly spend/annual spend. Identifies alternative saving opportunities/more ethical options.

I have plans to add additional regions but that will take extra research to understand the realities of those markets and the providers within them. I also don't speak any other languages, so this may also be a bit of a hurdle.

https://findrecurring.com/

Post reply on HN