frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

A local-first grid of grids for notes (similar to treesheets)

https://tanji.systems/ingrid/
1•97-109-107•2m ago•0 comments

Ask HN: What are you using for LLM inference in production?

1•chrislim•2m ago•0 comments

Gemini Spark Your 24/7 personal AI agent

https://gemini.google/overview/agent/spark/
1•__vivek•4m ago•0 comments

Progress toward compiling Linux with gccrs

https://lwn.net/SubscriberLink/1083202/f1ba926cd57ac5c5/
1•birdculture•5m ago•0 comments

Floatboat DeepSeek Agent – AI with real browser access

https://deepseek-agent.com/
1•Floatboat_ai•6m ago•0 comments

They are just thoughts and feelings

1•alfarez•11m ago•0 comments

Datasaurus Dozen

https://en.wikipedia.org/wiki/Datasaurus_dozen
2•diatone•11m ago•0 comments

Being early looks a lot like being wrong: notes after a defence tech exit

https://medium.com/@ErikKannike/being-early-looks-a-lot-like-being-wrong-notes-after-a-defence-te...
2•possiblelion•13m ago•0 comments

The Center on Long-Term Risk

https://longtermrisk.org/about-us
2•Bluestein•13m ago•0 comments

Ask HN: What are your rules for letting an AI agent commit code?

1•Marvin_RunAI•17m ago•0 comments

Why e-readers are so expensive?

https://world-of-ereader.com/why-e-readers-are-so-expensive/
2•nicoloren•20m ago•0 comments

Gemini Spark now integrates with Chrome

https://blog.google/innovation-and-ai/products/gemini-app/gemini-spark-updates-july-2026/
1•nyku•22m ago•0 comments

Linux Network Latency Testing

https://0xcafed00d.neocities.org/#/linux/network-latency-testing
1•neomech•22m ago•0 comments

The Problem – Machine Intelligence Research Institute

https://intelligence.org/the-problem/
1•1d22a•25m ago•0 comments

Evidence of a Global SuperOrganism (2008)

https://kk.org/thetechnium/evidence-of-a-g/
2•jalev•29m ago•0 comments

AI: Considerations for people who make decisions

https://berthub.eu/articles/posts/ai-for-decision-makers/
3•soheilpro•30m ago•0 comments

Ask HN: How do you sell software to customers in China?

1•fenesiistvan•32m ago•0 comments

A London Taxi Family Confronts the Driverless Future

https://www.bloomberg.com/news/articles/2026-07-31/waymo-s-london-launch-tests-the-future-of-icon...
1•helsinkiandrew•35m ago•1 comments

Show HN: AI Product Opportunity

https://aiproductopportunity.com
1•vinitk80555•37m ago•0 comments

German court rules AI music firm Suno broke copyright rules

https://www.reuters.com/world/german-court-rules-ai-music-firm-suno-broke-copyright-rules-2026-07...
3•saaaaaam•37m ago•0 comments

US Military jamming disrupted a medical plane's GPS system before it crashed

https://apnews.com/article/new-mexico-plane-crash-medevac-ntsb-gps-d95ba57711f926082d7f11d2c20f0f0d
2•1d22a•38m ago•1 comments

A detailed Lidar map of England and Wales

https://lidarmap.uk/
1•hermitcrab•39m ago•1 comments

Why Enterprise AI Gets Hard After the First Agent

https://medium.com/@DolphinDB_Inc/enterprise-ai-needs-more-than-chatbots-meet-dolphinx-6704da50a733
1•yiweileng•40m ago•0 comments

First AI Agent in 30 Minutes

1•lawalkola•41m ago•0 comments

Boomers Can't Stop Gifting Their Grandkids AI-Generated Slop Books

https://www.wired.com/story/boomers-cant-stop-gifting-their-grandkids-ai-generated-slop-books/
2•01-_-•41m ago•0 comments

Sony Not Budging on Ending PlayStation Discs in the Face of Fan Protests

https://kotaku.com/sony-not-budging-on-ending-playstation-discs-in-the-face-of-fan-protests-were-...
1•01-_-•42m ago•0 comments

A Microsoft Flight Simulator Cinderella Story: Building the A220 Airliner

https://news.xbox.com/en-us/2026/07/30/microsoft-flight-simulator-cinderella-story-building-a220-...
1•rb2e•45m ago•0 comments

Chinese military researchers tap US AI models to train defence systems

https://www.reuters.com/world/asia-pacific/chinese-military-researchers-tap-us-ai-models-train-de...
2•iLuddite•48m ago•0 comments

Show HN: STE-Code a distillation and adaptation of ASD-STE100 for code

https://github.com/NikolaRHristov/STE-Code
1•nikolahristov•51m ago•0 comments

Yann LeCun's $1B Bet Against LLMs [Part 1] [video]

https://www.youtube.com/watch?v=kYkIdXwW2AE
3•KolmogorovComp•51m 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.