The platform also supports HR for the organization by presenting in-depth anonymized data surrounding team interactions, exceptional individuals, and potential bottlenecks within the organization caused by qualitative issues. Aiming to launch by end of year and working with small businesses as free test users for feedback and validation.
Ask HN: What are you working on? (October 2025)
751–760 of 1001 posts
Re: Ask HN: What are you working on? (October 2025)
#752It's working well and I think I can use the same "backend" to pull this data into a spreadsheet which could be useful for data hungry users/coaches/club and event organizers/etc.
Re: Ask HN: What are you working on? (October 2025)
#753My on again, off again life's work has been a foss dev stack for interactive tutoring systems. Something like a general purpose Math Academy, with mechanics to permit UGC and courses that are both adaptive (to the user's background and demonstrated skill) and inter-adaptive (to the userbase's expressed priorities). http://github.com/patched-network/vue-skuilder , docs-in-progress at https://patched.network/skuilder I…
The docs seem to be highly targeted towards software engineers who want to build the system. There is scant information on how teachers would find this useful. It's like inventing the refrigerator and all the brochure talk about is the internal engineering of the machine, rather than how keeping food cold is useful from the economic and culinary perspectives.
My focus on that front is the LettersPractice app. I taught my own kids (6, 4) to read using early versions of the same software, and I'm pretty confident about the efficacy of the approach.
As far as the broader project moving toward being a consumer facing applications, there are a few options.
The existing platform-ui is a skeleton / concept sketch of one category. A web platform that allows users to create and subscribe to different courses, and then study sessions aggregate content from all subscribed courses. reddit for knowing stuff and having skills, rather than .
Another broad category is in NoCode ITSaaS (interactive tutoring system as a service?) platform. EG, a specialized bolt.new for EdTech that uses agentic workflows to create courses that cover a given domain or specific input documents (eg, textbooks, curriculum documents).
Re: Ask HN: What are you working on? (October 2025)
#754My on again, off again life's work has been a foss dev stack for interactive tutoring systems. Something like a general purpose Math Academy, with mechanics to permit UGC and courses that are both adaptive (to the user's background and demonstrated skill) and inter-adaptive (to the userbase's expressed priorities). http://github.com/patched-network/vue-skuilder , docs-in-progress at https://patched.network/skuilder I…
Tried the email list. Got an error. Very interested in this sort of stuff.
Should be working now.
Really appreciate the interest.
Re: Ask HN: What are you working on? (October 2025)
#755A couple of months ago, I saw a tweet from @awilkinson: “I just found out how much we pay for DocuSign and my jaw dropped. What's the best alternative?” Me being naive, I thought “how hard could would it actually be to build a free e-sign tool?” Turns out not that hard. In about a weekend, I built a UETA and ESIGN compliant tool. And it was free. And it cost me less than $50. Unlimited free e-sign. https://useinkless…
Re: Ask HN: What are you working on? (October 2025)
#756An open source powerful network reconnaissance and asset discovery tool built with Go and React
Re: Ask HN: What are you working on? (October 2025)
#757Re: Ask HN: What are you working on? (October 2025)
#758I've been working on a 3D voxel-based game engine for like 10 years in my spare time. The most recent big job has been to port the world gen and editor to the GPU, which has had some pretty cute knock-on effects. The most interesting is you can hot-reload the world gen shaders and out pop your changes on the screen, like a voxel version of shadertoy. https://github.com/scallyw4g/bonsai I also wrote a metaprogramming…
Re: Ask HN: What are you working on? (October 2025)
#759Currently working on an open-source agent for privilege access management (PAM) and just-in-time access (JIT) to cloud infrastructure, SaaS applications and local systems. It's using serverless workflows ( https://serverlessworkflow.io/ ) and https://www.temporal.io to guarantee robust deterministic workflow execution. Temporal is used to orchestrate elevations across environments and systems. It tasks “agents” to gr…