frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Tilde.run – Agent sandbox with a transactional, versioned filesystem

https://tilde.run/
113•ozkatz•7h ago•89 comments

Show HN: Hallucinopedia

http://halupedia.com/
107•bstrama•6h ago•111 comments

Show HN: I built an open-source email builder, alternative to Beefree/Unlayer

https://play.templatical.com
84•oahmadov•7h ago•21 comments

Show HN: PHP-fts – Full-text search engine in pure PHP, no extensions

https://github.com/olivier-ls/php-fts
21•asmodios•3h ago•5 comments

Show HN: I wrote a flight simulator in my own programming language

https://github.com/navid-m/flightsim
5•pizza_man•1h ago•2 comments

Show HN: Gulugulu, an old-style client-side search engine for the old weird web

https://cbrincoveanu.github.io/gulugulu/
2•cbrincoveanu•2h ago•0 comments

Show HN: I built a game where AI agents compete to ship code

https://aion.quest/
4•xkoda•2h ago•3 comments

Show HN: Airbyte Agents – context for agents across multiple data sources

138•mtricot•1d ago•40 comments

Show HN: Pay.sh – Discover, access, and pay for any API autonomously

https://github.com/solana-foundation/pay
4•fmerian•2h ago•0 comments

Show HN: Vibeguard-dev/local – static AST analysis for AI-generated SQL

https://github.com/MuddySheep/vibeguard-local
3•MuddySheep•2h ago•3 comments

Show HN: Vanilla-scroll-sky: CSS-only modern scroll-driven storytelling sections

https://github.com/ulrischa/vanilla-scroll-sky
2•ulrischa•3h ago•0 comments

Show HN: Mac Juice Monitor – Bluetooth battery levels in the macOS menu bar

https://github.com/p32929/mac-juice-monitor
4•heliskyr2•4h ago•3 comments

Show HN: Tuiql – A keyboard-driven SQL database client in the terminal

https://github.com/okira-e/tuiql
3•okira_e•5h ago•0 comments

Show HN: Upskill – skill to find skills for your AI agents

https://github.com/Autoloops/upskill
4•kushalpatil07•6h ago•8 comments

Show HN: Explore color palettes inspired by 3000 master painter artworks

https://paletteinspiration.com/
204•ouli•1d ago•74 comments

Show HN: DoodleMate: Animate Your Child's Hand Drawings Without Generative AI

https://doodlemate.com/
6•hjessmith•6h ago•8 comments

Show HN: Skymap – a 3D galaxy catalog explorer in the browser via WebGPU

https://skymap.rulkens.com/
5•thereallex•8h ago•10 comments

Show HN: NFC tags are good material for pranks on Android

https://mastodon.social/@maxwellito/116524250100439866
16•maxwellito•9h ago•2 comments

Show HN: Prospero Is Superpowers for Writing

https://brianguthrie.com/p/prospero/
2•bguthrie•8h ago•1 comments

Show HN: BattleClaws – A battle arena where AI agents fight autonomously

https://battleclaws.ai/
7•bryhaw•10h ago•1 comments

Show HN: nfsdiag – A NFS diagnostic application

https://github.com/lsferreira42/nfsdiag
82•lsferreira42•4d ago•6 comments

Show HN: Apple's SHARP running in the browser via ONNX runtime web

https://github.com/bring-shrubbery/ml-sharp-web
182•bring-shrubbery•3d ago•46 comments

Show HN: Guten – Android ereader for Project Gutenberg's 70k+ free books

https://play.google.com/store/apps/details?id=com.bhunt.guten&hl=en_US
4•bethanyhunt•8h ago•2 comments

Show HN: I built a new word game, Wordtrak

https://wordtrak.com/blog/2026-05-05-I-built-a-new-word-game
73•qrush•1d ago•42 comments

Show HN: Migrate your Evernote archive to Google Drive or local files

https://github.com/meizy/evernote-to-gdrive
2•meizy•13h ago•0 comments

Show HN: A Mutating Webhook to automatically strip PII from K8s logs

https://github.com/aragossa/pii-shield
24•aragoss•1d ago•4 comments

Show HN: Ableton Live MCP

https://github.com/bschoepke/ableton-live-mcp
118•bschoepke•3d ago•78 comments

Show HN: Better Design – 28 Shadcn design systems (OSS, MCP: Cursor/Claude Code)

https://github.com/marvkr/better-design
11•marvinkr•1d ago•0 comments

Show HN: New Benchmark from SWE-bench team is 0% solved

https://programbench.com/
22•lieret•1d ago•3 comments

Show HN: Codeberg (Forgejo) CLI, built with Xclif

https://codeberg.org/thatxliner/codeberg-cli
15•thatxliner•1d ago•1 comments
Open in hackernews

Show HN: Vibeguard-dev/local – static AST analysis for AI-generated SQL

https://github.com/MuddySheep/vibeguard-local
3•MuddySheep•2h ago

Comments

BChopLXXXII•2h ago
cool
unprovable•1h ago
This is cool - Seeing a lot more usefulness being found for things like ASTs, SMT solvers, and other automated reasoning tools within LLM workflows. Things like this are useful as it gives an potential extra layer of confidence. Nice one.
MuddySheep•29m ago
Thanks. Interesting for me is that the LLM and the parser have inverse failure mode, the LLM nails intent and misses structure, and the parser is the opposite.