frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

The Manifesto for Dimensional Design

https://dimensionaldesign.org/
1•etothepii•1m ago•0 comments

Who Follows Whom?

https://www.cambridge.org/core/elements/who-follows-whom/C40139F0F3B85BB2924E738AB43D5CC6
1•Anon84•1m ago•0 comments

Poetry for Engineers: Cyborg Laboratory by Paul Jones

https://spectrum.ieee.org/poetry-for-engineers-cyborg-laboratory
1•DrBenCarson•4m ago•0 comments

Show HN: HermesBench – workflow reliability evals for personal AI agents

https://verkyyi.github.io/hermesbench/
1•verkyyi26•6m ago•0 comments

Productivity Growth in the U.S. Medical Care Sector [pdf]

https://www.bea.gov/sites/default/files/papers/BEA-WP2026-11.pdf
1•paulpauper•6m ago•0 comments

Technology Moves Gradually. Job Losses Often Don't

https://gadlevanon.substack.com/p/technology-moves-gradually-job-losses
1•paulpauper•7m ago•0 comments

As floods get worse, Britain tries a new solution: beavers

https://www.npr.org/2026/05/21/nx-s1-5738979/beavers-britain-climate-change-flooding
1•paulpauper•7m ago•0 comments

Is Huawei's new chip scaling law a true breakthrough, or mere hype

https://www.scmp.com/tech/tech-trends/article/3355314/huaweis-new-chip-scaling-law-true-breakthro...
1•teleforce•11m ago•0 comments

Cheese Paper: a text editor specifically designed for writing

https://brie.gay/cheese-paper/
1•sohkamyung•11m ago•0 comments

Show HN: Kanji Pairs Explorer

https://trost.co/kanji-pairs/
2•matthewtoast•13m ago•0 comments

Building a custom mount for a telescoping webcam

https://john.mercouris.online/webcam-mount.html
1•jmercouris•15m ago•0 comments

Meta urges Labour to burden Apple with age checks

https://www.telegraph.co.uk/business/2026/05/25/meta-urges-labour-to-burden-apple-with-age-checks/
1•Cider9986•16m ago•0 comments

An Elephant Who Demonstrated That Her Species Might Be Self-Aware, Dies at 55

https://www.smithsonianmag.com/smart-news/happy-an-asian-elephant-who-demonstrated-that-her-speci...
1•pseudolus•17m ago•0 comments

Arch-Decision – A multi-agent architecture tool for Claude Code

https://github.com/jsingh6/arch-decision
2•jsingh2525•24m ago•0 comments

Mapping how the brain takes out its trash

https://gladstone.org/news/mapping-how-brain-takes-out-its-trash
2•hhs•24m ago•0 comments

Short-lived certificates: a nuisance or an automation opportunity?

https://kowalski7cc.xyz/blog/short-lived-certificates/
1•kowalski7cc•26m ago•1 comments

Professional Sports Are Banning Smart Glasses over Betting Concerns

https://gizmodo.com/professional-sports-are-banning-smart-glasses-over-betting-concerns-2000765024
4•bookofjoe•28m ago•0 comments

A new way to build chips: Sequentially stacking silicon to extend Moore's Law

https://matse.illinois.edu/news/85775
3•hhs•31m ago•0 comments

Body Keeps the Score – The Gut-Brain Connection Nobody Told You About

https://stvrrll1ght.substack.com/p/your-body-keeps-the-score-the-gut
2•maheenahmed•32m ago•0 comments

Ask HN: Students, What Impact Is AI Having on Your Education?

2•ciwolex•32m ago•0 comments

SEC Commissioner Peirce defends crypto privacy tools against surveillance push

https://cointelegraph.com/news/sec-hester-peirce-defends-crypto-privacy-tools-surveillance
3•Cider9986•34m ago•0 comments

The Journal of Hendrick Hamel (1668)

https://www.hendrick-hamel.henny-savenije.pe.kr/holland5.htm
3•yubblegum•36m ago•1 comments

Soon, Nearly a Third of Americans Will Live in States with Legal Aid in Dying

https://www.nytimes.com/2026/05/30/well/medical-aid-in-dying.html
3•JumpCrisscross•37m ago•0 comments

Citadel loses challenge to SEC approval of new options exchange

https://news.bloomberglaw.com/securities-law/citadel-loses-challenge-to-sec-approval-of-new-optio...
3•hhs•38m ago•0 comments

Starbucks Abandons Borked AI Inventory Tool That Couldn't Count

https://gizmodo.com/starbucks-abandons-borked-ai-inventory-tool-that-couldnt-count-report-2000762252
4•pier25•42m ago•0 comments

Two abandoned Soviet space shuttles left in the Kazakh steppe (2017)

https://www.cnn.com/style/article/baikonur-buran-soviet-space-shuttle
7•downbad_•44m ago•0 comments

China's Rise in Drug Development Looms over U.S.

https://www.nytimes.com/2026/05/30/business/china-lung-cancer-drugs-asco.html
3•mportela•47m ago•1 comments

Tony Gilroy, Andor creator doesn't want his work to become training data

https://www.theverge.com/news/632613/andor-tony-gilroy-ai-star-wars-training-copyright
8•root-parent•47m ago•1 comments

DeepSWE: More and cheaper intelligence from maxed GPT 5.5 than maxed Opus 4.8

https://twitter.com/rajveerbach/status/2060846974824255936/photo/1
4•rajveerb•52m ago•1 comments

After more than two decades Paint.NET finally owns the domain paint.net

https://www.pcgamer.com/software/after-more-than-two-decades-the-creator-of-paint-net-finally-own...
8•evo_9•54m ago•0 comments
Open in hackernews

Show HN: ToolRegistry – A Python Library for Structured Tool Integration

https://github.com/Oaklight/ToolRegistry
3•Oaklight•1y ago

Comments

Oaklight•1y ago
Author here!

I’ve been working on ToolRegistry, a Python library for registering, managing, and invoking tools—from local functions to MCP/OpenAPI endpoints—in a structured, composable way.

With ToolRegistry, you can:

* Register Python functions, classes, or external tools. * Auto-generate JSON Schemas for parameters. * Run tools synchronously or asynchronously in parallel. * Integrate tools over STDIO, HTTP, WebSocket, or SSE via Model Context Protocol (MCP). * Experimental support for OpenAPI services * Compose tools dynamically and reconstruct tool output messages.

The goal is to make it easier to build apps, agents, or systems that coordinate multiple tools flexibly—without getting bogged down in glue code.

GitHub: [https://github.com/Oaklight/ToolRegistry](https://github.com/Oaklight/ToolRegistry) PyPI: [https://pypi.org/project/toolregistry/](https://pypi.org/project/toolregistry/) Docs: [https://toolregistry.lab.oaklight.cn](https://toolregistry.lab.oaklight.cn)

Would love feedback—ideas, issues, or use cases welcome!

Thanks for checking it out.

venk12•1y ago
This is interesting. I am working on an adjacent idea. I am working on GTM side of things. Would you like to collaborate?
Oaklight•1y ago
what's GTM?
venk12•1y ago
GTM is go-to-market. It deals with how to distribute a product so that it can sold out there in the market.