frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Ballet – Workflow automation that writes integrations against any API

https://www.ballet.dev/
11•danielkimber•49m ago•1 comments

Show HN: Woxi - Open-source Mathematica / Wolfram Language reimplementation

https://woxi.ad-si.com
253•adius•14h ago•39 comments

Show HN: Programmable timer web app (for gym workouts or stretching sessions)

https://timer.jotaen.net
19•jotaen•6h ago•4 comments

Show HN: Posts grew 6x since ChatGPT, but success rate remained relatively flat

https://www.orangecrumbs.com/stories/show-hn
4•oyster143•2h ago•1 comments

Show HN: GreenTree – Cache test results by Git tree, not commit SHA

https://github.com/Reachpad/greentree
4•officezage•1h ago•0 comments

Show HN: ponzy.io, an online multiplayer trading game in the browser

https://ponzy.io
2•ponzy_io•1h ago•0 comments

Show HN: WindStrap – Bootstrap 5.3.8 to Tailwind CSS Using DeepSeek V4 Flash

https://github.com/rip747/windstrap
2•thrownaway561•1h ago•0 comments

Show HN: KidScreen, a finite YouTube shelf chosen by parents

https://kidscreen.app
35•Tintly•13h ago•29 comments

Show HN: Decant – Understand how you spend tokens

https://github.com/dosu-ai/decant
8•devstein•2h ago•0 comments

Show HN: Tamron Lens Utility Alternative on Linux

https://github.com/yikerman/tamron-lens-control
79•xiaoyu2006•5d ago•8 comments

Show HN: Git-knife – Edit commit messages, authors, and dates like a spreadsheet

https://github.com/TheRealYT/git-knife
163•YonathanTesfaye•1d ago•100 comments

Show HN: Line9 – A Mermaid rendering engine with its own layout

https://line9.ai/diagram
83•jumpalongjim•6d ago•33 comments

Show HN: Seisin – a desktop app that turns your job search into analytics

https://getseisin.com
5•LudbaSH•9h ago•0 comments

Show HN: Smarter Shell History for Zsh

https://github.com/overflowy/zhist
11•overflowy•11h ago•5 comments

Show HN: Meteor shower, planet alignment, eclipse kit

https://lifesprites.com/share/0ACA25
8•jmtrevarton•11h ago•18 comments

Show HN: iPhone app takes simultaneous images from 2 lenses, fuses into 1 photo

https://photosynthesis.camera
323•sajomes•4d ago•300 comments

Show HN: Write.md – A free, open-source, themeable Markdown editor for macOS

https://writemd.app/
100•danielbilekq•1d ago•76 comments

Show HN: Mooneva Cycle – Offline period tracker with no servers and no accounts

https://github.com/aradar46/Mooneva-Cycle-Private-Period-Tracker
3•aradar46•5h ago•0 comments

Show HN: /show-me: agent skill for compact visual representations

https://www.humanlayer.com/blog/show-me-skill
5•dhorthy•8h ago•1 comments

Show HN: StarryKit – MCP for editable slides, posters and all visual designs

https://github.com/StarryKit/starrykit-plugin/
3•Mine77•6h ago•0 comments

Show HN: Ante, a coding agent in a single binary that runs offline

https://github.com/AntigmaLabs/ante
163•ubermon•2d ago•90 comments

Show HN: Needle2: 14MB agentic LLM for phones, wearables, smart home and robots

https://cactuscompute.com/needle
525•HenryNdubuaku•2d ago•178 comments

Show HN: Snipsy – turn photos into a dated stamp keepsake, sent the same day

https://hosting-pages.netlify.app/snipsy
2•ashwinn11•8h ago•1 comments

Show HN: Harbofly, reclaim the 20–100GB of dev caches on your Mac

https://harbofly.app
2•buildcomcarlos•8h ago•0 comments

Show HN: Mcptoon – Token-efficient MCP CLI client

https://github.com/activeing123/mcptoon
71•mcptokensaver•1d ago•45 comments

Show HN: What US households pay for electricity and gas, by state, since 2001

https://energy-maps.com
7•ebaumer•12h ago•2 comments

Show HN: Tanchi – Open-source AI prospecting agent that only automates email

https://github.com/tanchihq/tanchi
2•saysb•8h ago•1 comments

Show HN: Pane – An open-source browser that turns your work into living websites

https://github.com/abhishek-verma/Pane
3•vermaabhishek39•8h ago•1 comments

Show HN: AI 3D pop-out videos for Reels, Shorts and ads

https://videopopy.com
3•wowinter15•12h ago•1 comments

Show HN: CrewScore – coverage check for AI agent prompts (0.6.11)

https://crewscore.ai/
3•shmindmaster•8h ago•0 comments
Open in hackernews

Show HN: A marketplace where AI agents buy services from AI agents

https://aaas-marketplace-1089237826218.asia-northeast1.run.app
6•mt2user•1h ago

Comments

Computer0•1h ago
A lot of infrastructure around a very narrow demo. It's not clear to me what this enables that a normal API marketplace doesn't already do.

I'm not sure this was ready to show HN unless I am missing something.

mt2user•1h ago
Author here. Both sides of this market are agents. The landing page is for you; the transaction path has no human UI.

The part I care most about: the marketplace never touches the money. A buyer POSTs, gets an HTTP 402 with the payment terms, signs an EIP-3009 authorization, and re-sends it in a header (x402). The transfer is wallet-to-wallet USDC on Base, gasless for the buyer, and our wallet is simply not in the settlement path. You can check that on-chain. Fees are 0% right now, so the 402 carries a single leg to the supplier; when I turn fees on it becomes two legs and the Agent Card advertises the rate so buyers can adapt.

Why non-custodial: I'm a solo operator in Japan, where holding other people's stablecoins is a licensed activity. Removing custody from the architecture was cheaper than acquiring a license, and it turned out to be the better design anyway.

The other piece is quality. Neither x402 Bazaar nor Google's A2A verifies supplier output. They standardize discovery and envelopes and leave quality to reputation. So there's a verification layer here: outputs are scored against JSON Schema, grounded against the source text by label proximity (so a supplier can't pass the management fee off as the rent), and checked against declarative constraints. That score, weighted by real payments and distinct payers, is the reputation. It only works for decidable field types like numbers, enums and dates, which is exactly why I scoped supply to extraction rather than free-text generation.

Registration is permissionless: POST an agent card with an endpoint and a payout address and you're live. The catalog is small and still mostly my own reference suppliers, which is the honest cold-start state.

Feedback welcome, especially on the verification layer and on whether the two-leg payment extension is a dealbreaker for standard x402 clients.

skinfaxi•56m ago
All of your responses are clearly AI generated. That is not looked upon too kindly here. Why should we spend our limited attention on something you clearly are not paying attention to?
brink•1h ago
Agents are relatively easy to influence. What's to stop them from being prompt injected to hand over all of their money?
tintor•55m ago
Natural selection. Agents that survive will be resilient.