frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Cofounder search: An internet-native way to do ML and bio research

https://labless.bio
1•jeremykalfus•16s ago•1 comments

The Making of the Atomic Bomb book predicted the AI crisis before it happened

https://blog.adafruit.com/2026/03/03/the-making-of-the-atomic-bomb-1986-by-richard-rhodes/
1•ptorrone•17s ago•0 comments

Show HN: SmartRuler Pro – ESP32-powered motorized ruler with 0.5mm precision

https://smart-ruler.bunnytech.io/
1•iosifnicolae2•28s ago•0 comments

Show HN: Hacker News.pink – A PWA HN reader with personalized recommendations

https://hackernews.pink/
1•gurkenkoenig•43s ago•0 comments

Show HN: SOTA long memory eval with open source models

https://ensue.dev/blog/beating-memory-benchmarks/
1•austinbaggio•51s ago•0 comments

Wormhole Vectors with Trey Grainger

1•CShorten•1m ago•0 comments

Why payment fees matter more than you think

https://cuencahighlife.com/why-payment-fees-matter-more-than-you-think/
1•dxs•1m ago•0 comments

GitLab Active Incident

https://status.gitlab.com
1•ustad•2m ago•0 comments

Show HN: OpenMandate – Declare what you need, get matched

https://openmandate.ai
1•raj-shekhar•2m ago•0 comments

El Paso ICE Camp East Montana under quarantine after measles outbreak

https://www.elpasotimes.com/story/news/immigration/2026/03/03/el-paso-ice-camp-east-montana-quara...
3•mooreds•2m ago•0 comments

Waymo Driving in Snow

https://twitter.com/dmitri_dolgov/status/2028863520037867820
1•xnx•3m ago•0 comments

IOC announces principles of neutrality during aggression against Iran

https://www.olympics.com/ioc/news/ioc-statement-on-athletes-safe-passage
2•metaPushkin•5m ago•0 comments

Skill for Creating Agent Skills

https://github.com/mgechev/skills-best-practices/tree/main/skill
1•ovvvn3r•5m ago•0 comments

The Birth of a New Commodity Class and a Spot Market for Inference

https://thegrid.ghost.io/the-birth-of-a-new-commodity-class-and-a-spot-market-for-inference/
1•sishirvarghese•6m ago•0 comments

Understanding Model Context Protocol: Connecting Your Software to AI

https://fusionauth.io/articles/ai/mcp-connecting-software-ai
2•mooreds•6m ago•0 comments

Do Nothing Investing

https://longviewy.com/do-nothing-investing-with-decision-gates/
1•josephcs•8m ago•0 comments

Reverse Engineering Crazy Taxi, Part 1

https://wretched.computer/post/crazytaxi
1•wgreenberg•8m ago•0 comments

War has pushed global markets into the danger zone

https://sherwood.news/markets/war-has-pushed-global-markets-into-the-danger-zone/
1•speckx•9m ago•0 comments

The Corporate Bullshit Receptivity Scale: Development, Validation, Work Outcomes

https://www.researchgate.net/publication/382308213_The_Corporate_Bullshit_Receptivity_Scale_Devel...
1•bikenaga•9m ago•0 comments

A Day in the Life of an Ensh**ttificator

https://www.youtube.com/watch?v=T4Upf_B9RLQ
1•rasso•10m ago•0 comments

GPT‑5.3 Instant System Card

https://openai.com/index/gpt-5-3-instant-system-card/
1•swolpers•12m ago•0 comments

Why VS Code remains a developer favorite, year after year

https://shiftmag.dev/vs-code-171/
1•TheAnkurTyagi•12m ago•0 comments

Quantum Data Can Teach AI to Do Better Chemistry

https://spectrum.ieee.org/quantum-chemistry
1•digital55•13m ago•0 comments

Vmsan – firecracker microVMs in one command

https://github.com/angelorc/vmsan
1•angelorc•13m ago•1 comments

Trump says U.S. will cut all trade with Spain

https://www.detroitnews.com/story/news/world/2026/03/03/trump-says-u-s-will-cut-all-trade-with-sp...
6•scythe•13m ago•3 comments

Qwen Lead "Forced Out"

https://old.reddit.com/r/LocalLLaMA/comments/1rjtzyn/junyang_lin_has_left_qwen/
1•mellosouls•13m ago•1 comments

Show HN: We want to displace Notion with collaborative Markdown files

https://www.moment.dev/
6•antics•15m ago•0 comments

Seurat Most Famous for Paris Park Painting Yet Half His Paintings Were Seascapes

https://www.smithsonianmag.com/smart-news/georges-seurat-is-most-famous-for-his-pointillist-paint...
1•bookofjoe•16m ago•0 comments

Show HN: Apcher – Generate self-hosted Node.js workflows from prompts

https://apcher.dev
2•Samueedwards1•17m ago•5 comments

More Than a Quarter of HBO Max Subscribers in the U.S. Have Paramount+

https://www.hollywoodreporter.com/tv/tv-news/hbo-max-paramount-plus-combination-how-many-subscrib...
1•indigodaddy•17m ago•0 comments
Open in hackernews

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

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

Comments

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