Here is my personal garden: https://www.terraatlas.org/de/garden/78e112b6-e2a6-4414-b1ff...
Ask HN: What are you working on? (May 2026)
851–860 of 1001 posts
Re: Ask HN: What are you working on? (May 2026)
#852Re: Ask HN: What are you working on? (May 2026)
#853Re: Ask HN: What are you working on? (May 2026)
#854Re: Ask HN: What are you working on? (May 2026)
#855Building CiteLLM, an API that extracts structured data from PDFs and returns exact source locations for every field.
There's also a widget so you can add click-to-verify to your own app in a few lines of code.
Click any value, jump straight to the highlighted source in the PDF.
Demo: https://citellm.com/demo
Re: Ask HN: What are you working on? (May 2026)
#856I am trying to build a simulation that lets a simulated organism come up with its own small language, purely learned from sensory input: https://github.com/JoergStrebel/VirtualZoo/blob/main/compute... I would like to implement the ideas put forward by Stevan Harnad in his symbol grounding problem paper (Harnad, 1990).
Re: Ask HN: What are you working on? (May 2026)
#857I'm working on building a virtual machine that has the fast boot and portability of containers. It's called a smol machine free and oss, https://github.com/smol-machines/smolvm
Re: Ask HN: What are you working on? (May 2026)
#858I wanted an intelligent document processing SaaS (Document AI, Form Recognizer, the various PDF-to-JSON tools) that you could run on your own hardware.
The interesting bits:
- Three-tier extraction: PyMuPDF for digital PDFs (~50ms), Docling layout-only for scanned-but-readable, Docling+OCR for the rough stuff. Auto-fallback based on extracted character count. - Smart templates use vector similarity (Qdrant) to classify docs, then LLM extraction for fields — no regex, so layout drift doesn't break templates. - Local Ollama or Azure OpenAI, switchable per-user.
Built on top of Cole Medin's local-ai-packaged. Apache 2.0.
Re: Ask HN: What are you working on? (May 2026)
#859I'm learning about inference by running vLLM on a k8s cluster (EKS), building a gateway to keep a Most recent ha-ha moment: I kept wondering if it was normal that my cluster was only able to process 4 requests per second per vLLM engine (just seemed really low to me). I realized a better metric is in-flight requests... Each engine is processing 70 requests at any given time, streaming tokens for over 30s. Code: https…
Re: Ask HN: What are you working on? (May 2026)
#860I'm constantly working on https://only-eu.eu/en A directory of European software and general alternatives to popular products. Think cloud storage, email, VPN, browsers, smartphones, bikes,... About 175 products across 30+ categories right now. Next categories will be: personal health, commercial e-mail and newsletter management. If you have a product that's missing here, please feel free to suggest it via the sugges…
I've been taking a look at it and browsed through the categories. Is it also for apps? Now that I'm writing this - as I saw WhatsApp as an example with 5 alternatives listed - probably yes. So let me reframe the question: Does it have to be an alternative to some other existing thingy or are you also willing to list genuine apps?
Asking for a friend ;-)