frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Encore – Type-safe back end framework that generates infra from code

https://github.com/encoredev/encore
61•andout_•4h ago•39 comments

Show HN: European Tech News in 6 Languages

https://europedigital.cloud/en/news
20•Merinov•4h ago•20 comments

Show HN: An easy-to-use online curve fitting tool

https://byx2000.github.io/curve-fit/
28•byx•1w ago•9 comments

Show HN: DBOS Java – Postgres-Backed Durable Workflows

https://github.com/dbos-inc/dbos-transact-java
101•KraftyOne•20h ago•46 comments

Show HN: Fun, Open-source Japanese learning Platform inspired by Monkeytype

https://github.com/lingdojo/kana-dojo
3•aladybug•3h ago•0 comments

Show HN: Agent Playbook – An open-source Storybook-like playground for AI agents

https://github.com/orlevii/agent-playbook
3•orlevii•5h ago•0 comments

Show HN: Pegma, the free and open-source version of the classic Peg solitaire

https://pegma.vercel.app
31•GlebShalimov•8h ago•44 comments

Show HN: I made a simple time card calculator

https://www.mytimecardcalculator.com/
3•atharvtathe•7h ago•0 comments

Show HN: I'm a CEO Coding with AI – Here's the Air Quality iOS App I Built

10•ahaucnx•16h ago•2 comments

Show HN: TranscribeAndSplit – AI that transcribes audio and splits it by meaning

4•hunglv•12h ago•0 comments

Show HN: Treasury – The personal finance app built for you (public beta)

https://treasury.sh/
5•junead01•12h ago•0 comments

Show HN: Gerbil – an open source desktop app for running LLMs locally

https://github.com/lone-cloud/gerbil
35•lone-cloud•3d ago•9 comments

Show HN: Cactoide – Federated RSVP Platform

https://cactoide.org/
67•orbanlevi•2d ago•28 comments

Show HN: Cancer diagnosis makes for an interesting RL environment for LLMs

44•dchu17•1d ago•20 comments

Show HN: I made an open-source Rust program for memory-efficient genomics

https://github.com/logannye/rosalind
15•logannyeMD•1d ago•0 comments

Show HN: AI Bubble Monitor

https://aibubblemonitor.com
24•itsnotmyai•1d ago•4 comments

Show HN: V0 for Svelte (svelte0), a Svelte UI generator

https://svelte0.com/
5•dimelotony•17h ago•3 comments

Show HN: YAML Validator –A simple Docker-based YAML checker

4•pooyanazad•19h ago•0 comments

Show HN: I built a platform where audiences fund debates between public thinkers

https://logosive.com
41•mcastle•1d ago•38 comments

Show HN: SkillGraph – Open-source agentic framework with skills instead of tools

https://github.com/tejassudsfp/skillgraph-backend
16•tejassuds•2d ago•1 comments

Show HN: Data Formulator – interactive AI agents for data analysis (Microsoft)

https://data-formulator.ai/
37•chenglong-hn•2d ago•12 comments

Show HN: Tusk Drift – Open-source tool for automating API tests

https://github.com/Use-Tusk/drift-node-sdk
55•Marceltan•3d ago•17 comments

Show HN: LLM fine-tuning without infra or ML expertise (early access)

https://www.tinytune.xyz/
4•Jacques2Marais•21h ago•4 comments

Show HN: Agent-to-code JIT compiler for Z3-theorem-proving agents

https://github.com/stanford-mast/a1/tree/main/examples/z3_reasoning
6•calebhwin•21h ago•0 comments

Show HN: What Is Hacker News Working On?

https://waywo.eamag.me/
226•eamag•1w ago•51 comments

Show HN: What Can Happen When You Code While Overtired

https://number-garden-story.netlify.app/
3•cpuXguy•23h ago•0 comments

Show HN: Gametje – A casual online gaming platform

https://gametje.com
112•jmpavlec•3d ago•40 comments

Show HN: Venturu – Zillow for the market of local businesses

https://www.venturu.com
34•lifenautjoe•3d ago•36 comments

Show HN: US Publicly Traded Companies probabilities of default with public data

https://credit.quantra.io/
4•melenaboija•18h ago•0 comments

Show HN: Creavi Macropad – Built a wireless macropad with a display

https://creavi.tech/blog/creavi-macropad-build-log/
31•cmpx•2d ago•7 comments
Open in hackernews

Show HN: Agent Playbook – An open-source Storybook-like playground for AI agents

https://github.com/orlevii/agent-playbook
3•orlevii•5h ago
While building with AI agents, I kept running into the same problem: testing even tiny changes to a prompt or tool required either running my entire app or writing throwaway scripts. Both were slow and constantly broke my flow.

I’ve always loved how Storybook lets you work on UI components in isolation, so I tried applying the same idea to agents.

Agent Playbook is an open-source, Storybook-like playground for developing and debugging AI agents.

It automatically discovers your agents, spins up a local web UI, and gives you an interactive environment to test them. You can chat with an agent, inspect its reasoning steps, and iterate quickly with hot-reloading.

GitHub: https://github.com/orlevii/agent-playbook

Right now it supports agents built with pydantic-ai, which I’ve been using heavily and found easy to work with. I’m planning to expand support based on what people find useful, so feedback is especially welcome.

This is the first public release, and I'd love feedback on the core idea, the developer experience, and any feature ideas that would make it more useful. Happy to answer questions!

Thanks for taking a look.