Posts

Show HN: Gat – Version large files with Git, without an LFS server https://ift.tt/SxOrQC8

Show HN: Gat – Version large files with Git, without an LFS server Hi HN, I built Gat because I wanted one thing from data versioning: check out an old Git commit and recover the datasets, model weights, or assets that belong to it. It's basically a lock file for large files. I’d appreciate any feedback! https://ift.tt/xZOyWRv September 27, 2026 at 10:50PM

Show HN: Lofi Cities – Pixel-art city nights with browser-generated lofi https://ift.tt/4wB6ifD

Show HN: Lofi Cities – Pixel-art city nights with browser-generated lofi https://loficities.com/ September 28, 2026 at 12:14AM

Show HN: Jev predicting your life choices https://ift.tt/yE0aX4l

Show HN: Jev predicting your life choices Built a simple quiz to check whether AI (Jev) can simply learn and predict life choices. Experiment) https://quiz.seek.ws/ September 26, 2026 at 09:54PM

Show HN: Jev Plays Pokémon Red https://ift.tt/et7HOlA

Show HN: Jev Plays Pokémon Red Hey HN! Wanted to share a fun project I've been hacking on. Given Jev can make decisions really fast (but not fast enough to play Doom yet sadly), I wanted to try and push it to play a more complex game than Tetris. So I went with Pokémon. I've spent endless hours playing this game as a child so building this was a ton of fun. I open sourced everything in case you want to hack on it yourself here: https://ift.tt/EDrMtf8 The game is being streamed live including the tokens and cost - hopefully we get all the badges and don't get stuck in a cave :) https://jev-pokemon.vercel.app/ September 25, 2026 at 07:58PM

Show HN: Paper-docx – agent-native Python-docx fork with 78% fewer DOCX failures https://ift.tt/YUd5EAu

Show HN: Paper-docx – agent-native Python-docx fork with 78% fewer DOCX failures https://ift.tt/HLkClKW September 26, 2026 at 12:35AM

Show HN: I couldn't deal with another Claude Code tab https://ift.tt/LIf1SkQ

Show HN: I couldn't deal with another Claude Code tab https://aidash.dev/ September 25, 2026 at 11:52PM

Show HN: Radix – Visual UI for agentic programming https://ift.tt/otPUjxZ

Show HN: Radix – Visual UI for agentic programming Hey HN, I'm Jordan from Radix. Radix is a UI tool for programming agents. You prompt your agent to generate a workspace for a task you're working on and get an interactive widget that persists locally on disk. I built Radix because I always needed tools while I was writing code: tools to test little experiments, to play around with UI, to visualise results etc. Sometimes these would end up as python tools that read and plotted data, or separate React apps spun up just to test a single feature. Lately obviously I've been using Claude artifacts but these are quite limited. I wanted a system where it was easy to leave comments or adapt an artifact without having to give vague descriptions back to the agent, and where ideally I could actually shift away from a chat window as the main interface. I've got a pro version of Radix which I will launch soon. This current version is entirely free and is definitely a beta -- there w...