Live data from Hacker News

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

news.ycombinator.com

571–580 of 914 posts

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

#571
I'm building a web-based local multiplayer party game platform. It's like a lovechild of Jackbox Games and Mario Party: https://gamingcouch.com. Back in December Gaming Couch hit the front page of Hacker News, you can check it out here: https://news.ycombinator.com/item?id=46344573

The TL;DR:

- Currently in free Early Access with 18 competitive mini-games.

- Players use their mobile phones as controllers (you can use game pads as well!)

- Everything is completely web-based, no downloads or installs are necessary to play

- All games support up to 8 players at a time and are action based, with quick ~one minute rounds to keep a good pace. This means there are no language based trivia or asynchronous games!

- In the future the plan is to open up the platform for 3rd party developers (and Gamejams!) as well. We'd take care of the network connectivity, controllers etc.. 3rd party devs can focus on developing cool multiplayer mini-games without spending an eternity with networking code and building the infrastructure.

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

#572

An existential crisis about the future of professional software development

AFAICT, the future of software development looks like a lot of unprofessional software development. Not unlike digital photography and Instagram. Has it killed film-photo divisions of photography companies? Yes. Has it put professional photographers out of business? Hardly, and in fact, the opposite. What the ubiquitous phone camera has done, is expose a lot many more people to the steep challenge of making truly goo…

> "Not unlike digital photography..."

The important difference with digital photography is the phone photographer won't use pro lighting, different lenses, reflectors, bounced flash or other gear that contributes to the "pro photography" look.

With software, vibe-coders might use AI agents that have all the equivalent "pro photo gear" for professional output.

There's a moat around pro-photography protecting it from its snack-size phone-camera cousin. All those lights, lenses and tripods are the physical moat. If we ponder the question whether software development has an equivalent moat, the gp's gloom may be warranted.

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

#573
I’m working on https://markway.io/, a Markdown web highlighter.

The core idea is to make it easy to capture page content, highlights and images and everything will be formatted as Markdown and is easily editable in a performant little editor window.

Then from there, I’m working on multiple export services like Clipboard export and popular PKM apps like Obsidian, Roam Research, Capacities etc.

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

#575
https://codeinput.com - Tools for PR-Git workflows

Currently experimenting with semantic diffs for the merge conflicts editor: https://codeinput.com/products/merge-conflicts/demo

You can try by installing the GitHub App which will detect PRs who have a merge conflict and create a workspace for them.

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

#577
I built RespCode because I was frustrated with the "one model, one answer" approach to AI coding assistants. When you're building production systems, blindly trusting a single AI's output is risky. What if it hallucinated? What if there's a better approach?

RespCode puts you back in control with 3 orchestration modes:

Compete Mode — Send your prompt to Claude, GPT-4o, DeepSeek, and Gemini simultaneously. See all 4 solutions side-by-side, compare approaches, and pick the winner. You're the judge.

Collaborate Mode — Chain models together in a refinement pipeline. DeepSeek drafts → Claude refines → GPT-4o polishes. Each model improves on the last, with full visibility into every stage.

Consensus Mode — All models generate independently, then Claude synthesizes the best parts into a merged solution. Democratic code generation.

But here's what makes it actually useful: Every piece of generated code runs instantly in real sandboxes — not simulated, not mocked. We support x86_64, ARM64, RISC-V, and ARM32 architectures. You see compilation output, runtime results, and exit codes in seconds.

Why "Human in the Loop" matters: AI models are powerful but imperfect. RespCode doesn't hide this — it exposes it. When you see GPT-4o produce clean code while Gemini's version has a bug, you learn which models excel at what. When Collaborate mode shows how Claude fixed DeepSeek's edge case, you understand the refinement process.

You're not just accepting AI output. You're supervising, comparing, and deciding. This is how I believe AI development tools should work — transparent, multi-perspective, and always keeping humans in the decision seat.

Here a detailed blog on why this could solve your coding problem - https://respcode.com/blog/why-single-model-ai-assistants-hol... Would love your feedback!

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

#578
Building Frost, a simple self-hosted deployment platform. Docker-only, single-user, no Kubernetes. You point it at a repo or image, it handles the build → health check → deploy → stop old container flow.

Stack: Bun, Next.js, SQLite, Kysely. Been building it almost entirely with Claude Code which has been a surprisingly effective workflow for this kind of infra tooling.

https://github.com/elitan/frost

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

#579
https://fooqux.com/ - an experimental article aggregator about software development. For several years now, I've had a routine of collecting articles on topics that interest me throughout the week and then reading them over the weekend. To help organize and streamline this process, I created this website. The main idea is to gather articles in one place and process them with a LLM — categorize them, generate summaries, and try experimental features like annotations, questions, etc. I hope this service might be useful to others as well.

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

#580
post #500
post #122

Over the holidays I was building a wooden birdhouse with a Unifi Protect camera and a small web interface that automatically identifies the birds and shows me a simple overview over which type of bird visited how many times. Birdhouse: https://img.notmyhostna.me/cRQ1gJfZCHjQKwFrgKQj UI: - https://img.notmyhostna.me/Hnw4qcvbg1ZQCrFxzGMn - https://img.notmyhostna.me/62TFwSXSRRbCfxDz297h - https://img.notmyhostna.me/40q…

Cool project. Do you have a repo for it?

I just made the repository public, it's in "works on my machine state" but happy to hear feedback!

https://github.com/dewey/birdhomie

Post reply on HN