frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Five dead after Amazon-branded cargo plane overruns runway at Miami airport

https://www.nbcnews.com/news/us-news/amazon-plane-crash-miami-rcna596369
1•r_singh•3m ago•0 comments

App Review Shenanigans

https://kaylees.site//app-review-shenanigans.html
1•latexr•5m ago•0 comments

Four Weeks of a Vegan Diet Alter Signs of Inflammation and Aging

https://www.uniklinik-freiburg.de/en/press/press-releases/detailed-view/6938-vier-wochen-vegane-e...
3•marvinborner•9m ago•0 comments

CrisperWhisper – Speech to Text Model That Transcribes What You Say Verbatim

https://github.com/nyrahealth/CrisperWhisper
1•Curiositry•13m ago•0 comments

The Turpentine Effect (2010)

https://ribbonfarm.com/2010/03/18/the-turpentine-effect/
1•Curiositry•15m ago•0 comments

Pivot to AI safety, I beg you

https://ceselder.substack.com/p/pivot-to-ai-safety-i-beg-you
3•doitLP•17m ago•1 comments

Genius AI Detector

https://geniusaidetector.com/
1•ohjeez•17m ago•0 comments

When the Building Becomes the Computer

https://medium.com/@Radomako/when-the-building-becomes-the-computer-ea91674841e2
1•richieadomako•17m ago•0 comments

Show HN: Find people who share your taste in books, films, and music

https://www.joinstratum.app/
1•JeffreyInyang•19m ago•0 comments

An MCP for Telling the Time?

https://smithery.ai/servers/wolfendentheo/Stamp
1•Facingsouth•20m ago•0 comments

Draw the Rest of the Owl

https://luke.zip/posts/draw-the-owl/
2•yathern•25m ago•0 comments

Show HN: Maths.free – Learn all of maths, in order

https://maths.free/
1•nadermx•25m ago•1 comments

I'm a father who studies the impact of AI: this is what parents need to know

https://www.theguardian.com/technology/2026/sep/06/daniel-susskind-father-studies-ai-artificial-i...
1•lemming•31m ago•1 comments

UN backs new map showing Africa's true relative size with US alone in opposition

https://www.npr.org/2026/09/04/nx-s1-5958611/africa-world-map-un-vote
8•anticorporate•33m ago•1 comments

Ask HN: What is your biggest struggle while learning?

1•Cursed666•33m ago•1 comments

Have the frontier labs mixed up AI safety and security?

https://martinalderson.com/posts/ai-safety-vs-security/
1•ymolodtsov•36m ago•0 comments

Show HN: CellularFlow – Continual-learning LLM using associative memory

https://github.com/celcilin/cellularflow
1•celcilin•38m ago•0 comments

Making a Python interpreter in 1024 bytes

https://austinhenley.com/blog/python1024.html
25•azhenley•40m ago•7 comments

Show HN: Music-player – a music daemon where server and client are one binary

https://github.com/tsirysndr/music-player
1•tsiry•41m ago•0 comments

PortableMind – Offline AI on a USB

https://portablemind.io
1•shaunpud•42m ago•0 comments

Comparison of Power Training vs. Traditional Strength Training in Older Adults

https://jamanetwork.com/journals/jamanetworkopen/fullarticle/2792175
1•bookofjoe•42m ago•0 comments

One Hundred Authors Against Einstein

https://archive.org/details/HundertAutorenGegenEinstein
3•tzury•43m ago•0 comments

Show HN: Grsshppr – Hop Devices Across Macs (Wi-Fi/BLE/AWDL)

https://grsshppr.app/
1•PeanutOS•46m ago•1 comments

Every MCP tool argument is model-chosen, so the signature is the boundary

https://fulcrumenterprises.gumroad.com/l/mcp-starter-kit
1•csolomon0704•47m ago•0 comments

Show HN: Chrome-bridge – let any AI agent drive your real logged-in Chrome

https://github.com/siropkin/chrome-bridge
1•siropkin•47m ago•0 comments

Is mathematics about to enter the conservatory?

https://mbmccoy.dev/posts/mathematical-conservatory/
2•_alternator_•52m ago•0 comments

A fresh definition of the product role

https://www.svpg.com/a-fresh-definition-of-the-product-role/
1•jaynate•54m ago•0 comments

GOP issues stark warning to AI companies

https://www.axios.com/2026/08/19/gop-data-center-memo-ai-election
12•cdrnsf•54m ago•6 comments

OpenAI's GPT-6 Astra on ARC-AGI-3 Scored 99.95% with Provider Adapter Harness

https://arcprize.org/results/openai-gpt-6-astra
1•HetPatel106•59m ago•1 comments

Gotham Silicon: 1μ CMOS process that will ship custom chips for –$100 in <24hrs

https://gothamsilicon.com/
3•gregsadetsky•1h 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.