frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: TRUST – Coding Rust like it's 1989

https://github.com/wojtczyk/trust
135•wojtczyk•1d ago•77 comments

Show HN: AnamDB – An AI-native, differentiable Datalog engine written in Rust

https://github.com/jam5991/anam
5•jam5991•5h ago•1 comments

Show HN: Stage CLI – An easier way of reading your AI generated changes locally

https://github.com/ReviewStage/stage-cli
37•cpan22•16h ago•31 comments

Show HN: Kstack – Skill pack for monitoring/troubleshooting K8s in Claude Code

https://github.com/kubetail-org/kstack
19•andres•1d ago•7 comments

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

https://tilde.run/
193•ozkatz•1d ago•127 comments

Show HN: Agent-skills-eval – Test whether Agent Skills improve outputs

https://github.com/darkrishabh/agent-skills-eval
68•darkrishabh•1d ago•34 comments

Show HN: HeatSpectra: Realtime 3D Surface Heat Simulation

https://github.com/tsun3doku/HeatSpectra
2•tsun3doku•5h ago•0 comments

Show HN: Agentctl, a local control plane for coding agents

https://github.com/chocks/agentctl
2•chocks•6h ago•0 comments

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

https://play.templatical.com
155•oahmadov•1d ago•38 comments

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

145•mtricot•2d ago•45 comments

Show HN: Selvedge – an MCP server that captures why AI agents change code

https://selvedge.sh/
3•masondelan•7h ago•3 comments

Show HN: Armorer – A secure local control plane for AI agents

4•cristianleo•7h ago•1 comments

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

https://github.com/olivier-ls/php-fts
82•asmodios•1d ago•23 comments

Show HN: DiffCAD, a FreeCAD workbench to review model changes like code

https://github.com/eblanshey/DiffCAD
6•eblanshey•11h ago•0 comments

Show HN: Hallucinopedia

http://halupedia.com/
295•bstrama•1d ago•259 comments

Show HN: Kill-The-Backlog, self-hosted background agents

https://github.com/jvaill/Kill-The-Backlog
4•jvaill•9h ago•0 comments

Show HN: Disputron – AI small claims court for petty disputes

https://disputron.ai
5•etaheri•10h ago•1 comments

Show HN: jj diff review integrated with agents

https://twitter.com/plannotator/status/2052594084527677612
3•ramoz•4h ago•0 comments

Show HN: Resurf – realistic, reproducible test framework for AI browser agents

https://github.com/lightfeed/resurf
5•andrew_zhong•11h ago•0 comments

Show HN: I built open-source auth for AI agents (Go, single binary)

https://github.com/shark-auth/shark
4•raulgooo•11h ago•0 comments

Show HN: Rig – a Ghostty sidecar for managing agents

https://github.com/backnotprop/rig
4•ramoz•12h ago•0 comments

Show HN: DAG-based Kanji learning through components

https://mykanji.app/
2•barisozmen•12h ago•0 comments

Show HN: Bilig – a headless spreadsheet engine for Node services and agents

https://github.com/proompteng/bilig
3•GregKonush•13h ago•0 comments

Show HN: I made a vertical-pedalling bike with a novel drivetrain [video]

https://www.youtube.com/watch?v=4HLOsi2gWXQ
21•tonyonodi•19h ago•0 comments

Show HN: Bookstoread.ai – Discover non-fiction books using AI

https://bookstoread.ai
7•yotc•14h ago•1 comments

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

https://paletteinspiration.com/
208•ouli•2d ago•82 comments

Show HN: Local-first long-term memory engine for AI agents·MCP/CLI· 100% local

https://github.com/misaelzapata/memoirs
4•misaelzapata•15h ago•0 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•4d ago•46 comments

Show HN: nfsdiag – A NFS diagnostic application

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

Show HN: Monocurl – Interactive STEM animation language and IDE

https://www.monocurl.com
3•enigmurl•19h ago•0 comments
Open in hackernews

Show HN: Resurf – realistic, reproducible test framework for AI browser agents

https://github.com/lightfeed/resurf
5•andrew_zhong•11h ago
Systematic testing of browser agents today is not easy: testing on real websites is flaky, rate-limited and potentially expensive (e.g. using proxies or bypassing Captcha), while static-HTML benchmarks lack state and dynamic behavior.

Resurf gives your browser agent a realistic, stateful, instrumented framework — built on synthetic websites with failure-mode injection:

- Realistic, dynamic, interactive environment - Deterministic & reproducible - Failure-mode injection (latency, payment errors, 5xx) - Auditable success eval (DB state, not LLM judge) - No dependency on live websites - Browser Use and Stagehand supported out of the box