frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: I built AI native linktree app

https://linkroot.space
2•IsruAlpha•1m ago•0 comments

Can the world get its supply of oil by bypassing the Strait of Hormuz?

https://www.firstpost.com/explainers/iran-war-strait-of-hormuz-blocked-possible-alternatives-oil-...
1•bitwank•2m ago•0 comments

Ask HN: How to get free/cheap Claude and AWS credits

1•jacAtSea•8m ago•0 comments

Tetris and Reimplementation (2015)

https://brennan.io/2015/06/12/tetris-reimplementation/
1•notagoodidea•8m ago•0 comments

Does HN have a DR plan for censorship?

1•m0d0nne11•8m ago•0 comments

Gen Z Stare

https://en.wikipedia.org/wiki/Gen_Z_stare
1•vrganj•11m ago•0 comments

Noteriv – Open-source Obsidian alternative with MCP server for AI

https://github.com/thejacedev/Noteriv
2•JaceDev•12m ago•0 comments

Elon Musk Launches Terafab: $25B Chip Factory in Austin

https://www.businessworld.in/article/elon-musk-terafab-25-billion-chip-factory-austin-tesla-space...
4•simonebrunozzi•15m ago•0 comments

Rust Project Perspectives on AI

https://nikomatsakis.github.io/rust-project-perspectives-on-ai/feb27-summary.html
10•weinzierl•16m ago•0 comments

How the Iran war has seen the return of Cold War spycraft

https://www.rte.ie/brainstorm/2026/0312/1563034-iran-war-number-stations-cold-war-spying-spycraft/
2•austinallegro•20m ago•0 comments

Bootstrap-Consistency Regularization (BCR)

https://github.com/finite-sample/bcr
2•neehao•21m ago•0 comments

Test cases took my AI router from 82% to 98% accuracy

https://github.com/copycat-main/browser-assistant/tree/main/evals
1•a8hi•22m ago•1 comments

They're Vibe-Coding Spam Now

https://tedium.co/2026/02/25/vibe-coded-email-spam/
2•raybb•23m ago•0 comments

The Necessity of Being | An essay beyond the simulation.

https://simontlbt.substack.com/p/the-necessity-of-being
1•simontlbt•27m ago•0 comments

The First Time I Saw a Calculator: On Modernity and Newness

https://peterhimmelman.substack.com/p/the-first-time-i-saw-a-calculator
1•myth_drannon•28m ago•0 comments

The Diminished Art of Coding

https://nolanlawson.com/2026/03/22/the-diminished-art-of-coding/
1•MindGods•29m ago•0 comments

AI DevOps Actions: 9 GitHub Actions for CI/CD in AI-Native Repos

https://github.com/ollieb89/ai-devops-actions
2•trivexiai•29m ago•0 comments

WTDW Your Innovation Fails?

https://www.brettmacfarlane.com/blog/2026/failure
1•mooreds•33m ago•0 comments

Iran war energy crisis is a renewable energy wake-up call

https://apnews.com/article/middle-east-wars-renewable-energy-asia-4b5fe0693ce5816472c905db85f7da6e
8•mooreds•34m ago•0 comments

The Tale of My Retrocomputing Infrastructure

https://plbrault.com/blog-posts/the-tale-of-my-retrocomputing-infrastructure/
2•drfreckles•34m ago•0 comments

Show HN: Kitty.cards – Create Apple Wallet cards online (no login)

https://kitty.cards/
2•xenodium•41m ago•0 comments

O2Fail – What You Need to Know About Mobile Phone Content Control (2010)

https://shkspr.mobi/blog/2011/03/o2fail-what-you-need-to-know-about-mobile-phone-content-control/
1•worldofmatthew•41m ago•0 comments

Kash Patel's Nike Shoes Weren't Customized by Nike

https://www.yellopolitics.com/p/kash-patels-garish-custom-shoes-werent
4•spacebarshift•42m ago•0 comments

Fun crafts done by AI agents – humans subscribe to read

https://crafthunt.ai/
1•forest0xia•46m ago•2 comments

FAA Ends Use of 'See and Avoid' for Helicopters Near Busy Airports

https://www.nytimes.com/2026/03/18/us/politics/faa-visual-separation-policy.html
2•bookofjoe•48m ago•1 comments

Talking with Robin Brooks

https://paulkrugman.substack.com/p/talking-with-robin-brooks
1•paulpauper•49m ago•0 comments

GitHub – DrBradStanfield/Roadmap

https://github.com/DrBradStanfield/roadmap
2•evo_9•53m ago•0 comments

Build knowledge agents without embeddings

https://vercel.com/blog/build-knowledge-agents-without-embeddings
1•ahamez•54m ago•1 comments

AI's impact on private equity – based on AI deep research

https://ai-transformation.fyi/
1•Dagulf795•54m ago•1 comments

Show HN: Playra

https://playra-app.vercel.app/
2•Allenboyy•57m 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.