frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Deductly – I'm a restaurant owner with 15 years in tech. this saved me

https://getdeductly.com/
1•Salniazi•42s ago•0 comments

AI Agent Backdoors Trivy Security Scanner, Weaponizes a VS Code Extension

https://grith.ai/blog/ai-agent-compromised-trivy-weaponized-vscode-extension
1•edf13•51s ago•0 comments

Show HN: X Search Exporter – Scrape and Export Twitter Search Results

https://chromewebstore.google.com/detail/x-search-exporter-–-scrap/gjijemcjhpndenlobindkdjldmlh...
1•qwikhost•1m ago•0 comments

Most editors at math journal resign over multiple reviews

https://retractionwatch.com/2026/03/17/communications-in-algebra-taylor-francis-editors-mass-resi...
1•nhatcher•2m ago•0 comments

What PwC Learned from Its Policy of Flexible Work for Everyone (2019)

https://hbr.org/2019/01/what-pwc-learned-from-its-policy-of-flexible-work-for-everyone
1•donutshop•5m ago•0 comments

The Flawed Ephemeral Software Hypothesis

https://www.blackhc.net/essays/future_of_software/
2•pretext•7m ago•0 comments

Measuring progress toward AGI: A cognitive framework

https://blog.google/innovation-and-ai/models-and-research/google-deepmind/measuring-agi-cognitive...
2•surprisetalk•8m ago•1 comments

Hello

1•hehewhy•9m ago•1 comments

Show HN: Airlock – container agents should never hold credentials

https://github.com/calebfaruki/airlock
1•kalib_tweli•10m ago•0 comments

Show HN: OpenGranola – meeting copilot that searches your notes in real time

https://github.com/yazinsai/OpenOats
1•yazinsai•11m ago•0 comments

Agents.md is probably too long

https://32pixels.co/blog/make-your-agents-md-a-table-of-contents
4•jlong•11m ago•1 comments

We are introducing EU Inc

https://ec.europa.eu/commission/presscorner/home/en
1•shafyy•13m ago•1 comments

Show HN: Git-style version control for AI agent memory

https://github.com/matrixorigin/Memoria
2•MatrixOrigin•14m ago•0 comments

AI's Oppenheimer Moment

https://a16z.com/ais-oppenheimer-moment/
1•vinhnx•19m ago•1 comments

Show HN: LLMxRay an open-source observability tool for LLMs

1•lognebudo•19m ago•0 comments

The Surprising Science of Tickling

https://www.scientificamerican.com/article/scientists-built-a-tickle-robot-to-solve-one-of-biolog...
1•sohkamyung•20m ago•0 comments

Show HN: A minimal macOS menubar tool for monitoring network connectivity

https://github.com/Someniak/macos-network-badge
1•someniak•20m ago•2 comments

Epigrams in Programming

https://www.cs.yale.edu/homes/perlis-alan/quotes.html
1•andsoitis•22m ago•0 comments

EU's von der Leyen to visit Australia for likely trade deal conclusion

https://www.reuters.com/business/eu-commission-head-von-der-leyen-visit-australia-trade-deal-near...
1•vrganj•24m ago•0 comments

Nvidia announces Vera Rubin Space-1 chip system for orbital AI data centers

https://www.cnbc.com/2026/03/16/nvidia-chips-orbital-data-centers-space-ai.html
1•smurda•28m ago•0 comments

Tighter bounds on alternating series remainder

https://www.johndcook.com/blog/2026/03/17/alternating-series-remainder/
1•ibobev•29m ago•0 comments

Quantum Cryptography Pioneers Win Turing Award

https://www.quantamagazine.org/quantum-cryptography-pioneers-win-turing-award-20260318/
1•ibobev•29m ago•0 comments

Never Trust the Science - On the need to identify bias & interpret data yourself

https://adam.rochussen.xyz/p/never-trust-the-science
2•Luc•32m ago•0 comments

Simple, server-side page view analytics for Drupal

https://kokocinski.me/blog/simple-server-side-page-view-analytics-drupal
1•firflant•33m ago•0 comments

Parloa Series D at 3B valuation

https://www.parloa.com/parloa-series-d-momentum/
1•hmokiguess•33m ago•0 comments

Not a binary choice. Independent boffin builds a ternary CPU on an FPGA

https://www.theregister.com/2026/03/18/ternary_cpu_on_fpga/
1•defrost•36m ago•2 comments

How the Xbox One Was Finally Hacked After 12 Years

https://thecybersecguru.com/news/xbox-one-hacked-boot-rom-exploit-bliss/
52•detroitxter•39m ago•3 comments

Nvidia is expanding its empire

https://www.economist.com/business/2026/03/17/nvidia-is-expanding-its-empire
1•pingou•39m ago•0 comments

My Dinner with AI

https://grumpygamer.com/my_dinner_with_ai/
3•shlip•39m ago•1 comments

Stripe: Novel way to detect text truncation

https://v0-css-container-query-test.vercel.app/
2•nailer•39m 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.