frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Who Owns Intelligence? Jensen Huang and the Battle for Open-Weight AI

https://aiengineerhub.com/who-owns-intelligence-open-weight-ai
1•HenriHubert•21s ago•0 comments

What if Wirecutter rated Universities?

https://hollisrobbinsanecdotal.substack.com/p/what-if-wirecutter-rated-universities
1•HR01•3m ago•0 comments

Video Agents are getting crazy-good at Minute-Long Video Generation

https://physionlabs.ai/blog/physion-arc1.0
1•ppsreejith•3m ago•0 comments

Writing a Fast Compiler (2024)

https://tibleiz.net/blog/2024-02-04-writing-a-fast-compiler.html
1•haeseong•5m ago•0 comments

Am I better because of AI?

https://bytecode.news/posts/2026/08/am-i-better-because-of-ai
1•jottinger•6m ago•1 comments

Mexico Crackdown on Coastal Development Underway

https://yucatanmagazine.com/mexico-crackdown-on-coastal-development/
1•untiledsource•7m ago•0 comments

GPT 5.6 Sol is the best "vision" model OpenAI ever released

https://blog.roboflow.com/openai-gpt-5-6/
2•plurby•8m ago•0 comments

Show HN: Repliflow – a node canvas for chaining Replicate image and video models

https://github.com/tommyjepsen/repliflow
2•tommyjepsen•8m ago•0 comments

Cumora the Team Harness from Yetone

https://github.com/yetone/cumora
1•wey-gu•10m ago•0 comments

Intercom: Doing the right thing when things go wrong

https://www.intercom.com/blog/doing-the-right-thing-when-things-go-wrong/
1•jreynar•15m ago•0 comments

ESP32 Firmware Development with Docker Sandboxes

https://www.docker.com/blog/reproducible-esp32-firmware-development-with-docker-and-docker-sandbo...
1•mfranzon•15m ago•0 comments

AI market correction is coming, ECB blog predicts

https://www.reuters.com/business/autos-transportation/ai-market-correction-is-coming-ecb-blog-pre...
1•navjeetgill307•17m ago•0 comments

LLMs are (still) mostly powered by imitative learning, not RL

https://www.lesswrong.com/posts/wYpjXRLqbLbnmjbJP/llms-are-still-mostly-powered-by-imitative-lear...
1•surprisetalk•17m ago•0 comments

The Artifact Is No Longer Proof of Competence

https://eliasson.me/articles/the-artifact-is-no-longer-proof-of-competence
1•elitan•18m ago•0 comments

Argument AI App on iOS and Android

https://argumentapp.ai/
1•angryteacher•19m ago•1 comments

What happens when an AI agent stops being a disposable session?

https://www.dropstone.io/blog/dropstone-sdk-1-0
2•DarenWatson•20m ago•0 comments

Show HN: Lips Scheme 1.0.0-beta.22 with full call/cc and TCO

https://lips.js.org/blog/beta-continuations-and-tco
1•jcubic•20m ago•0 comments

Travis Kalanick on VC: "a super high bar for a VC is: do no harm"

https://twitter.com/haroonmeer/status/2089310997420933398
1•mh_•21m ago•0 comments

Death by a Thousand Small Decisions

https://codebytom.blog/2026/07/death-by-a-thousand-small-decisions/
1•theanonymousone•22m ago•0 comments

Who Owns Commodore? The Retro PC Brand Still Exists, but a Lot Has Changed

https://www.bgr.com/2233625/who-owns-commodore-retro-brand/
2•theanonymousone•22m ago•0 comments

Ryde Data Breach Exposes 4.5M Customer Accounts Across Nordic Region

https://ebuildersecurity.se/en/cyber-news/ryde-data-breach-4-5-million-nordic-accounts-2026/
2•absqueued•23m ago•0 comments

Extreme space weather could disrupt flights, expose passengers to high radiation

https://www.surrey.ac.uk/news/extreme-space-weather-could-disrupt-flights-and-expose-passengers-h...
1•giuliomagnifico•23m ago•0 comments

Solving Hack the Box Challenges with GPT‑5.6

https://theaq.blog/2026/08/17/solving-htb-challenges-with-openai-gpt-5.6.html
2•HonzaT•24m ago•0 comments

'Can we accept what we have done or not done?'

https://www.theguardian.com/film/2026/aug/17/gaza-doctor-documentary
2•root-parent•25m ago•0 comments

And then the men with guns tell you to do it anyway

https://shkspr.mobi/blog/2026/08/and-then-the-men-with-guns-tell-you-to-do-it-anyway/
2•ColinWright•27m ago•1 comments

AI Has Plunged the Book Publishing Industry into Utter Chaos

https://www.wsj.com/arts-culture/books/generative-ai-book-publishing-be79a287
3•thm•27m ago•0 comments

We built AI accelerators to reduce the time from AI prototype to production

https://geekyants.com/ai-accelerator
2•Harish_0089•29m ago•1 comments

People are worried about America's solvency

https://www.ft.com/content/e04f286c-f5ed-46d1-8e3f-0bbe4cce4d3e
15•root-parent•32m ago•7 comments

UK Shared Rural Network roll-out passes key target

https://www.computerweekly.com/news/366648774/UK-Shared-Rural-Network-roll-out-passes-key-target
2•beardyw•35m ago•1 comments

RSS/Atom Feeds Are Critical

https://fyr.io/post/feeds-are-critical
1•ajdude•36m 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.