frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Why startups need one person with final decision authority [video]

https://www.youtube.com/watch?v=boaKgC6KsFI
1•likedan5•2m ago•1 comments

Ask HN: How to Transition from SWE to ML Engineer

1•baddash•3m ago•0 comments

Recursion is all you need

https://twitter.com/rafael_molines/status/2033742173720428974
1•rmolines•5m ago•0 comments

Woman who wrote a book on grief after husband's death found guilty of his murder

https://www.cbc.ca/lite/story/9.7131332
2•colinprince•12m ago•0 comments

I Predicted the 2008 Financial Crisis. What Is Coming May Be Worse

https://www.nytimes.com/2025/02/05/us/trump-federal-law-power.html
1•jgwil2•13m ago•0 comments

Ask HN: Any Ops gurus out there played around with coding agents like CC?

1•GeekUses9527•14m ago•0 comments

ATOMiK: Delta-state algebra that replaces snapshots, event replay, and consensus

https://atomik.tech
1•wellrock•15m ago•0 comments

The US-Israeli strategy against Iran is working. Here is why

https://www.aljazeera.com/opinions/2026/3/16/the-us-israeli-strategy-against-iran-is-working-here...
2•evo_9•16m ago•0 comments

MACA: Simple tool for providing information on reverse engineering

https://github.com/0x00pf/maca
1•teleforce•18m ago•0 comments

Bipartisan Policy Center report finds U.S. higher education system failing the

1•dawnnewsup•20m ago•0 comments

Unified Attestation: free open-source alternative to Google Play Integrity

https://uattest.net/
1•gasull•21m ago•0 comments

GameStop declares PS3, Xbox 360, and Wii U officially retro consoles

https://twitter.com/gamestop/status/2033672053640028385
1•hentrep•22m ago•0 comments

Show HN: New idea for automatically teaching your agent new skills

1•MattGrommes•26m ago•0 comments

Show HN: Automated pipeline to generate music videos from audio files

https://www.getlyricvideo.com/
1•cairnechou•32m ago•0 comments

Expression of nano-engineered RNA organelles in bacteria

https://www.nature.com/articles/s41467-026-69336-w
2•PaulHoule•32m ago•0 comments

FratBench – Social Calibration Benchmark (OAI Scores Dead Last) [pdf]

https://github.com/richar-wang/FratBench/blob/main/fratbench_paper.pdf
1•richardwang5•33m ago•0 comments

The Constitution and the Postal system

https://constitutioncenter.org/blog/the-constitution-and-the-postal-system
3•marysminefnuf•35m ago•1 comments

Ukraine to Make Drone Videos Available for Training A.I. Models

https://www.nytimes.com/2026/03/12/world/europe/ukraine-drones-ai-models-training.html
3•lxm•36m ago•0 comments

Spaceflight Started 100 Years Ago in a Massachusetts Cabbage Patch

https://www.nytimes.com/2026/03/16/science/robert-goddard-rocket-100th-anniversary.html
1•tusslewake•36m ago•0 comments

BribeAI – Confess your sins to AI, pay a bribe, and pray for survival

https://bribeai.net
2•starjin•38m ago•4 comments

Ask HN: How many of you post on HN from your phone, do you find it cumbersome?

1•type0•39m ago•2 comments

In simulation, AI agents coordinated propaganda campaign with no further human

2•dawnnewsup•39m ago•0 comments

MacDoom for the Macintosh SE/30

https://github.com/retrospectmike/MacDoomSE30
1•classichasclass•42m ago•0 comments

Every 8 minutes, a case of sexual assault/misconduct was reported to Uber

https://every8minutes.com
11•nickvec•46m ago•0 comments

Opinion 193: Peer Review is as Good as the Peers: If the Peers are bad

https://sites.math.rutgers.edu/~zeilberg/Opinion193.html
1•paulpauper•48m ago•0 comments

The Agentic AI Era: How Nvidia Rubin Redefine the Inference Factory

https://www.buysellram.com/blog/the-agentic-ai-era-how-nvidia-rubin-vera-cpu-groq-3-lpus-bluefiel...
2•jamesbsr•51m ago•0 comments

Coding After Coders: The End of Computer Programming as We Know It

https://www.nytimes.com/2026/03/12/magazine/ai-coding-programming-jobs-claude-chatgpt.html
1•hughmandeville•52m ago•0 comments

I fixed a segfault in Triton that broke every RTX 5070/5080/5090

https://github.com/triton-lang/triton/pull/9734
1•pat90000•56m ago•0 comments

Early look at upcoming design tool from Google

https://www.testingcatalog.com/exclusive-early-look-at-upcoming-vibe-design-tool-from-google/
1•gmays•58m ago•0 comments

The State of MCP Agent Observability (March 2026)

https://dev.to/irparent/the-state-of-mcp-agent-observability-march-2026-3nd2
1•iparent•1h ago•0 comments
Open in hackernews

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

https://github.com/Oaklight/ToolRegistry
3•Oaklight•10mo ago

Comments

Oaklight•10mo 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•10mo 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•10mo ago
what's GTM?
venk12•10mo ago
GTM is go-to-market. It deals with how to distribute a product so that it can sold out there in the market.