frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: I put an AI agent on a $7/month VPS with IRC as its transport layer

https://georgelarson.me/writing/2026-03-23-nullclaw-doorman/
294•j0rg3•16h ago•83 comments

Show HN: Fio: 3D World editor/game engine – inspired by Radiant and Hammer

https://github.com/ViciousSquid/Fio
88•vicioussquid•18h ago•8 comments

Show HN: Deep Hollow – A survival game where your AI runs your fortress 24/7

https://www.mrphilgames.com/blog/building-an-ai-that-runs-your-game-while-you-sleep
5•MrPhilGames•2h ago•6 comments

Show HN: Open-source API for IACS vessel classification data

https://tsolman.github.io/vessel-class-finder/
4•tsolman•2h ago•0 comments

Show HN: Porting old C++ Battle for Wesnoth to the web with amnesiac agents

https://lab.rosebud.ai/engineering/porting-wesnoth-with-amnesiac-agents
4•vladgl94•2h ago•1 comments

Show HN: Turbolite – a SQLite VFS serving sub-250ms cold JOIN queries from S3

https://github.com/russellromney/turbolite
149•russellthehippo•20h ago•38 comments

Show HN: Minimalist library to generate SVG views of scientific data

https://github.com/alefore/mini_svg/
40•afc•3d ago•3 comments

Show HN: Forkrun – NUMA-aware shell parallelizer (50×–400× faster than parallel)

https://github.com/jkool702/forkrun
2•jkool702•3h ago•1 comments

Show HN: I vibe reverse engineered my Bluetooth mouse to support it on macOS

https://github.com/gh123man/opensnek
4•gh123man•3h ago•0 comments

Show HN: Grafana TUI – Browse Grafana dashboards in the terminal

https://github.com/lovromazgon/grafana-tui
2•lmazgon•3h ago•1 comments

Show HN: Veil – Dark mode PDFs without destroying images, runs in the browser

https://veil.simoneamico.com/
84•simoneamico•1d ago•16 comments

Show HN: HTML Viewer with Bidirectional Highlighting (Code ↔ Highlight Element)

https://html-viewer.org
3•jackxmm•4h ago•0 comments

Show HN: Optio – Orchestrate AI coding agents in K8s to go from ticket to PR

https://github.com/jonwiggins/optio
79•jawiggins•1d ago•55 comments

Show HN: A plain-text cognitive architecture for Claude Code

https://lab.puga.com.br/cog/
145•marciopuga•1d ago•49 comments

Show HN: New Causal Impact Library

https://github.com/YuminosukeSato/bsts-causalimpact
7•djwjjtw•12h ago•2 comments

Show HN: Sup AI, a confidence-weighted ensemble (52.15% on Humanity's Last Exam)

https://sup.ai
12•supai•23h ago•7 comments

Show HN: Robust LLM extractor for websites in TypeScript

https://github.com/lightfeed/extractor
69•andrew_zhong•1d ago•46 comments

Show HN: I took back Video.js after 16 years and we rewrote it to be 88% smaller

https://videojs.org/blog/videojs-v10-beta-hello-world-again
637•Heff•2d ago•138 comments

Show HN: A list of websites and directories where you can promote your projects

https://promotestartup.com
19•wesammikhail•13h ago•7 comments

Show HN: Run, build, and govern AI agent workflows for DevOps

https://retroshift.dev/
2•zaketum•9h ago•0 comments

Show HN: Spectator, a Programming Language for Cybersecurity

2•CzaxTanmay•10h ago•0 comments

Show HN: Literalizer – convert JSON and YAML into native

https://github.com/adamtheturtle/literalizer
2•adamtheturtle•10h ago•0 comments

Show HN: ProofShot – Give AI coding agents eyes to verify the UI they build

https://github.com/AmElmo/proofshot
155•jberthom•3d ago•96 comments

Show HN: Superfast – Cognitive Memory Graphs for Enterprise AI Agents

3•prabhatkr•10h ago•1 comments

Show HN: AI Roundtable – Let 200 models debate your question

https://opper.ai/ai-roundtable/
110•felix089•2d ago•88 comments

Show HN: Orloj – agent infrastructure as code (YAML and GitOps)

https://github.com/OrlojHQ/orloj
19•An0n_Jon•1d ago•12 comments

Show HN: DuckDB community extension for prefiltered HNSW using ACORN-1

https://github.com/cigrainger/duckdb-hnsw-acorn
90•cigrainger•2d ago•7 comments

Show HN: Scroll bar scuba dude swimming as you scroll

https://scrollbuddy.com/
3•hello12343214•12h ago•4 comments

Show HN: Cq – Stack Overflow for AI coding agents

https://blog.mozilla.ai/cq-stack-overflow-for-agents/
225•peteski22•3d ago•100 comments

Show HN: Yoink – Spotify to lossless with full metadata, self-hostable, ad-free

https://yoinkify.com
54•chasefrazier•1d ago•35 comments
Open in hackernews

Show HN: Deep Hollow – A survival game where your AI runs your fortress 24/7

https://www.mrphilgames.com/blog/building-an-ai-that-runs-your-game-while-you-sleep
5•MrPhilGames•2h ago

Comments

grahammccain•1h ago
This is a really cool idea. I’m curious if you get any wonky things happening with the AI while you are away from the world. Could be a good case study into the AI mind lol. Good job will have to check it out.
MrPhilGames•35m ago
Thank you! I think it's fun. It still a WIP. I want to improve the partnership feeling of the game. Right now it can feel more narrative at times.
mmayberry•39m ago
What agent setups have you found to work best? Any difference between giving my OpenClaw agent or Claude Code access?
MrPhilGames•36m ago
I've mostly played with OpenClaw running Chat GPT, but a little with Claude. I haven't really noticed a difference, other than Chat GPT didn't set itself up to automatically checkin, I had to tell it too, but Claude did it without prompting.
mmayberry•33m ago
i just started with Claude Code and its working! Really fun idea.
afferi300rina•25m ago
Does the API return a full state snapshot each time, or does the agent need to maintain its own long-term context?