Live data from Hacker News

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

news.ycombinator.com

61–70 of 914 posts

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

#62
I've got two going :)

https://shepherd.com/

Building a really unique book recommendation platform to help readers find books they might not otherwise know about. We just started working on a full book app that will be a private book diary, along with recommendations and insights based on your Book DNA. Think Goodreads, but rebuilt for readers who want a private space to track what they read, keep notes, and get truly personalized book recommendations (like Pandora or Spotify for books).

https://downforeveryoneorjustme.com/

This is a fun one I do with a good friend. Basically, to see if a website is down, or if it is just you, along with reported reasons from the community. We are working to add user accounts so you can create your own custom lists of websites/services to track

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

#63
I’m building AgentOS [1], trying to experiment where agent substrates/sandboxes will head next. It's a deterministic, event-sourced runtime where an “agent world” is replayable from its log, heavy logic runs in sandboxed WASM modules, and every real-world side effect (HTTP, LLM calls, code compilations, etc.) is explicitly capability-gated and recorded as signed receipts. It ensures that upgrades and automations are auditable, reversible, and composable. The fun bit is a small typed control-plane intermediate representation (AIR) that lets the system treat its own schemas/modules/plans/policies as data and evolve via a governed loop (propose > shadow-run > approve > apply), kind of “Lisp machine vibes” but aimed at agents that need reliable self-modification rather than ambient scripts.

[1] https://github.com/smartcomputer-ai/agent-os

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

#64

Working on two topics that I like : browser multiplayer games and experiences, and tools for developers (mostly used in my side projects). First game is https://geocentric.top where users can sculpt a planet collaboratively and place trees or houses (for now very limited). I plan on making it an idle sim where players will be able to interact by dropping some food/events for the creatures on it to evolve through time…

Really cute game, nice work!

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

#65
I am working on a very simple browser extension that allows you to take notes right on youtube. It is open source, offline and everything is locally stored.

Here are the links.

Chrome store: https://chromewebstore.google.com/detail/video-notes/phgnkid...

Firefox store: https://addons.mozilla.org/en-US/firefox/addon/video-notes-f...

I actually would love some feedbacks and suggestions from someone here :)

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

#66
I'm on a deep dive fine-tuning how I organize and manage my personal knowledge base - focused on entity extraction and strategic information retrieval and based on the AgREE paper from Apple[0] and persisting it in Memgraph.

I've got a nice ingest, extract, enrich process going for the graph - I'm currently working on a fork of claude-mem[1] that uses the graph as a contextual backend for agentic coding workflows.

0. https://arxiv.org/abs/2508.04118 1. https://github.com/thedotmack/claude-mem/

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

#67
Using Claude Opus 4.5 to query time-series data.

I have GBs of time-series data in a TimescaleDB database. It’s more complicated than this, but the gist is: I use natural language to ask questions about relationships in the data, Claude Opus 4.5 generates queries, and it finds patterns.

For example, I classify tens of thousands of news articles using different classification models. Then I ask Claude to write a query that tests for statistically significant changes in the time-series data at specific intervals after a given classification of article—and it finds patterns.

It passes train / test split validation. It will train on 2 years of data (2023 and 2024) and being able to effectively predict movements on the time series data using the classified news articles on the last year of data (2025).

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

#69
I’m building a simple CSS redesign for Hacker News on Safari iOS as an extension: https://apps.apple.com/us/app/y-redesign-for-hacker-news/id6...

I have a few other small side projects that generally improve my day-to-day life, including a better calendar widget for shift workers and a video speed controller that floats on websites where I frequently watch videos for easy access.

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

#70
Some time-constraints make it hard for me to commit to some open source work right now, but if I can I still improve my tool called "Software Manager". Goal for 2026 will be to have registered 4000 programs in total (I am at about 3750 right now) as well as make it dead-easy to interface with it through oldschool SQL (right now I just have .yml files and other flat files, though I can autogenerate a .sql database already as-is, but right now I don't query this dataset and it is not really optimised either). My long term goal is to make compilation on any platform dead simple. On Linux it works very well; on windows not quite as well yet.
Post reply on HN