Live data from Hacker News

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

news.ycombinator.com

661–670 of 1001 posts

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

#661
I am working on an app that uses old-school predictive AI (i.e. pytorch and scikit-learn) to predict professional sports outcomes in a way that is useful for DFS fans. Here is the landing page.

https://www.higherscoresdfs.com/dfs/spa/welcome/

Here is the pitch.

We seek to empower DFS fans through education about predicting professional sports athlete outcomes. We do that through strategy advice, hot player tips, optimized lineups, and pick’em style game-friendly player props. We're not trying to take away your control or do your thinking for you. We are just here to support you in making better decisions. Let the app do the number crunching so you can get back to competitive play that gets results and is also fun.

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

#662
I’ve been exploring graph theory and built Overtone, an interactive graph that maps musical artists, genres, albums, labels, instruments, and their relationships using MusicBrainz data. This spun out of a separate graph-based fraud-detection project that I hope to introduce on HN sometime soon.

It’s a beta, but already works well on desktop and makes it easy to explore musical neighborhoods and discover new artists by traversing the graph.

Here's the link in case you wanna find some new music to listen to, or look at the artists you know and love in a different light - https://overtone.kernelpanic.lol

Feedback welcome — especially on UI/UX and scalability limits.

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

#663
Building, "Workloom ( https://workloom.so )" - a free-to-use project management tool for freelancers and small teams.

What's Included: - Kanban boards - Time tracking - Documents - Team chat - Schedules - Analytics - Voice notes - File storage - Task templates - Client reports

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

#664
- A stair lift for stuff, not people. Retrofits onto any stairs and self-locks without damaging the stairs or blocking the path. Allows you to bring groceries, laundry, senior dogs up and down stairs with the push of a button. Currently can pull 50lbs.

- A bracelet with tiny camera that's pointed at your hand palm and transmits pictures of the stuff you're holding and where you've put it down locally to your phone. Pictures are sent to a quantized CLIP which allows you to search for anything you've lost without needing to attach an airtag to it. Works decently well and is great for 'power losers' like those with ADHD-I. Has a privacy slider and nothing goes to the cloud.

Would love to hear from anyone interested > hi @ hitch-home dot com

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

#665
Hi!

I’m working on:

- DietPDF ( https://github.com/Zigazou/dietpdf-haskell ) an intensive PDF optimizer which tries to reduce PDF size as best as it can while preserving visual quality. It relies on a lot of tricks to achieve this goal (minification, precision reduction, deletion of superfluous operations, concatenations, filter combination etc.). At the present moment, I'm trying to implement CCITT Fax encoding/decoding.

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

#667
Hi HN,

I’m working on an API that provides heuristic signals about whether a piece of text is likely LLM-generated.

The system uses an ensemble of techniques, and on my internal evaluation set (details below) it achieves ~99.8% accuracy. I’m fully aware that general-purpose AI text detection is hard and adversarial, so this is meant as a probabilistic signal rather than a definitive classifier.

There’s a simple demo site: https://checktica.com

And public API docs (no API keys required): https://api.checktica.com/v1/docs

I’d really appreciate critical feedback, especially on:

- Failure modes you’ve seen in similar systems

- Whether this framing makes sense at all

- Where such a tool might actually be useful (or useless)

Happy to answer technical questions.

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

#668
This is the first time I have seen a post like this on Hacker News.

And I just launched Writtte yesterday, a writing platform for drafting articles with built-in grammar checking and AI-based refactoring with custom styles, and for the first time, with a better copy/paste mechanism for other platforms like Medium, and Substack :D

https://writtte.com

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

#669
- A phoenix/ecto inspired batteries included framework for Golang. Uses data-star for real time bindings (can do live view like things but my personal favorite is just real time form validation out of the box). Hot reload with templ, daisy, and tailwind (no npm required). Routes file provides metadata on routes so type safe route helpers are generated for views and handlers.

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

#670
I have been working on a web app called Beval - Simple evaluations for your AI product.

In my day to day as a Product Manager working in a team that ships AI products, I often found myself wanting to do 'quick and dirty' LLM based evaluation on conversation transcripts and traces. I found myself blocked by 'Gemini in Google Sheets', it was too slow and cumbersome, and it didn't handle eval changes well. And because I was exploring, it wasn't helpful to try and set up something more robust with the team.

To fix the problem I eventually learned to call the OpenAI API in python, but I really felt that I wanted a 'product' to help me and potentially help others.

So this weekend I built https://beval.space

Post reply on HN