Live data from Hacker News

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

news.ycombinator.com

931–940 of 1001 posts

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

#931

I'm working on a programming language for agents to write and humans to read. Think Lean4 but built for software engineering. It's dependently typed based on Observational Type Theory. A few key differences from Lean4: 1. Constructivist rather than propositional logic, so propositions can be true or false or unknown. 2. Compiler which targets the Linux ABI (in progress). An interpreter exists and acts as an oracle fo…

Awesome! doing similar things

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

#933
Working on two routing / proxying projects.

grpc-comparator proxies between an original service, and it's replacement calculating timing and any deltas in responses. You instruct it which response attributes you care about.

edge-flipt uses/abuses Istio ext_authz to inject headers derived from flipt snapshot evaluations for downstream consumption, including VirtualService route selection.

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

#934

I am working on a cyberpunk multiplayer, shared, persistent world which runs completely in a terminal, and you can access just by typing "vibeworld" in the terminal( https://github.com/SorBalda/vibeworld ). The idea is that developers and scientists can meet each other in the terminal in a funny way at 3 am while working. There is a place in the moon where you can "scream" against your last LLM session and everybody…

Beautiful!

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

#937
I've been working on a Real-Time Communication system, and right now I'm focusing on the frontend side of it. The UI/UX gives me a better understanding of how important user experience is when building a client-side application.

I now have a good idea of how features like chat roasters, read receipts, audio/video calls, voice messages, etc. work in WhatsApp and similar applications. The implementation might differ from one application to another, but the core fundamentals remain largely the same.

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

#938

https://shopspec.io/ ShopSpec is a deterministic parametric furniture generator (bookshelves, cabinets, shop carts, leg-and-rail frames, multi-carcass composites) that encodes real woodworking intelligence and outputs shop-ready artifacts. Most recently, introduced the concept of value engineering by sweeping across dimensions to batch evaluate candidates that ranks based on sheet purchases. Also have in beta an MCP…

Hi there! I'm a woodworker and love seeing new woodworking software! Thank you for making this.

I could tell from the layout screenshots, but one thing to make sure is that you are accounting for the size of the kerf. Being able to set a different kerf size for different cuts would be ideal as your rip vs crosscut are often different blades.

Also, one of the more daunting parts of casework for me is sorting out exactly how undermount slides go. I would highlight any help your tool does with raising confidence in getting those installed. Even having an undermount installation tool separate from the spec work I think could be useful.

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

#939
Have a couple things on the background burners.

https://opaque.info - a security product for creating gated policy control and auditing of LLMs

https://curbwise.org - a community crowdsourcing product geared at improving your community

https://ukodus.now - a sudoku engine (tui, wasm, ios)

https://adanima.ai - autonomous marking product

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

#940

I'm working on a programming language for agents to write and humans to read. Think Lean4 but built for software engineering. It's dependently typed based on Observational Type Theory. A few key differences from Lean4: 1. Constructivist rather than propositional logic, so propositions can be true or false or unknown. 2. Compiler which targets the Linux ABI (in progress). An interpreter exists and acts as an oracle fo…

I did the opposite, had the llm write a language for the llms https://github.com/kcirtapfromspace/squid-lang
Post reply on HN