Live data from Hacker News

Ask HN: What are you working on? (October 2025)

news.ycombinator.com

331–340 of 1001 posts

Re: Ask HN: What are you working on? (October 2025)

#331
Custom rack mount enclosure for the low-cost metal 3D printer controller, and debugging slicer software in Blender geometry nodes. Had to abandon classic CAM format export as the complexity of the tooling ballooned for various reasons.

Still reducing design costs of a micro positing stage for hobbyists. I observed the driver motion was mostly synchronous and symmetric... Accordingly, given the scale only a single multiplexed piezoelectric actuator motor driver was actually needed, and cut that part of the design cost by 75%.

Still designing various test platforms to validate other key technologies. Sorry, no spoilers =3

Re: Ask HN: What are you working on? (October 2025)

#332
Working on an dedicated offline space. Screen device are stored to a locker. Serves coffee and beverages and light food. (There will be a small separate space for occasional screen/internet access in case of need)

I've been working on the idea for about a year now. I have put up the funds and set up the corporation. Been busy designing the menu, scouting an ideal location and finding the right front-end staff.

Re: Ask HN: What are you working on? (October 2025)

#335
Metacognitive AI system. The focus here is on the various internal systems versus the LLM itself. Basically giving an AI agent the ability to do all the things it cant do from a one step turn interaction that you usually see from just a chat bot. It is comprised of many specialized LLM's that have all their own roles and specialties. They will have the ability to cross talk with each other internally share post processed information make analysis and all that jazz, but not to do tasks but to reason in a similar manner to how a human reasons. Think of it as many thought traces that are giving advice to the main "orchestrator" human front facing agent and have him consolidate all the relevant information before interacting with the human. At first I am introducing basic subagent systems like logical fallacy and leading questions subagent (watches to notice if the human is making assumptions without evidence), paranoia subagent (watched for intentional or unintentional human lying and fact checker), and many other sub systems. But I also have plans for introducing a "pain" management subagent which will take notice of errors in tool calling or some sort of failures and bring that to the front of the attention of the orchestrator based on a threshold criteria. Also it will have a memory system that if working correctly should allow it to reduce the amount of mistakes it makes on something that it had already made a mistake of before. Anyways there is a lot more to it this is just scratching the surface but basically its my attempt to create the human brain communication system virtually with llm systems and many scripts and grounding metadata and a bunch of other goodies. The cherry on top will be once I am done making a text based translation layer for the system that will allow the agent to modify its own internal structure as it needs for any specific task.

Re: Ask HN: What are you working on? (October 2025)

#336
An alternative YouTube app for my kids.

YouTube's algorithm is all about engagement - more video game videos, more brainrot, their algorithm doesn't care about the content as long as the kid is watching.

My system allows parents to define their children's interests (e.g., a 12-year-old who enjoys DIY engineering projects, Neil deGrasse Tyson, and drawing fantasy figures)

.. and specify how the AI should filter video candidates (e.g., excluding YouTube Shorts).

Periodically, the system prompts the child with something like

"Tell me about your favorite family vacation."

And their response to that prompt provides the system with more ideas and interests to suggest videos to them.

email me if you'd like to test jim.jones1@gmail.com

Re: Ask HN: What are you working on? (October 2025)

#337

A 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…

Dude hell yeah

Re: Ask HN: What are you working on? (October 2025)

#338
https://osint.moe/

A LLM‑powered OSINT helper app that lets you build an interactive research graph. People, organizations, websites, locations, and other entities are captured as nodes, and evidence is represented as relationships between them.

Usually assistants like ChatGPT Deep Research or Perplexity are focused on fully automatic question answering, and this app lets you guide the search process interactively, while retaining knowledge in the graph.

The plan is to integrate it with multiple OSINT-related APIs, scrapers, etc

Re: Ask HN: What are you working on? (October 2025)

#339
I'm working on KLogic, a self-hosted Kafka observability platform built for dev and ops teams.

It helps you monitor metrics, logs, and consumer behavior in real time.

Check it out: https://klogic.io

Book a demo: https://klogic.io/request-demo/

Features:

- Message inspection from any topic — trace and analyze messages, view flow, lag, and delivery status

- Anomaly detection & forecasting — predict lag spikes, throughput drops, and other unusual behaviors

- Real-time dashboards for brokers, topics, partitions, and consumer groups

- Track config changes across clusters and understand their impact on performance

- Interactive log search with filtering by topic, partition, host, and message fields

- Build custom dashboards & widgets to visualize metrics that matter to your team

What pain points do you face in monitoring Kafka, which features would you like next, and any improvements to dashboards, log search, or message inspection?

Post reply on HN