frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Proj – organize your coding projects with categories and one-key CD

1•whizhuii•57s ago•0 comments

Agentic AI Design Patterns for Developers (2026)

https://learnagenticpatterns.com
1•ankitg12•1m ago•0 comments

Local-First Twitter Workspace

https://birdclaw.sh/
1•cat-whisperer•2m ago•0 comments

Beyond Senior: Consider the staff path

https://hawksley.org/2026/01/14/beyond-senior.html
2•RyeCombinator•3m ago•0 comments

Your Function's Doppelgänger (Fenchel Conjugate)

https://fedemagnani.github.io/math/2025/07/04/fenchel.html
1•drunello•3m ago•0 comments

Spec-Drive Development (SDD) compressed with math-glyphs

https://lab5.ca/blog/spec-driven-development/
1•kborovik•4m ago•0 comments

Awesome: Lists about all kinds of interesting topics

https://github.com/sindresorhus/awesome
1•danborn26•7m ago•0 comments

Show HN: I made a compiler/VM for untrusted scripts

https://autolang.vercel.app/docs/philosophy-vision
1•hoansdz•7m ago•0 comments

Nendo's Wonderful Toru, an Electric Kettle for Alessi

https://www.core77.com/posts/143823/Nendos-Wonderful-Toru-an-Electric-Kettle-for-Alessi
1•surprisetalk•8m ago•0 comments

Search engines alternatives now that Google isn't Google anymore

https://techcrunch.com/2026/05/21/six-search-engines-worth-trying-now-that-google-isnt-really-goo...
2•elorant•12m ago•0 comments

Happy Towel Day HN

https://en.wikipedia.org/wiki/Towel_Day
1•salutis•18m ago•0 comments

PEEK: Give Your Agent an Orientation Cache (MIT CSAIL, Khattab group)

https://zhuohangu.github.io/blog-post-peek/
2•galsapir•18m ago•0 comments

Ask HN: Local model experiences with 'high-reasoning distill' finetunes

1•sleepyeldrazi•18m ago•0 comments

Agents Just Need APIs

https://agent-data.dev/blog/benchmarking-ai-agent-web-access/
2•jb_hn•19m ago•0 comments

Velocity in Every Voxel – Perception in Robotics

https://atomsfrontier.substack.com/p/velocity-in-every-voxel
1•jpatel3•20m ago•0 comments

Facebook's Flow is being ported to Rust

https://github.com/facebook/flow/blob/main/rust_port/rust_port_status.md
1•mirekrusin•21m ago•0 comments

Pope Leo warns AI revolution driven by 'idolatry of profit'

https://www.ft.com/content/12313f08-991d-4079-9631-9ce7ae70c3e3
2•1vuio0pswjnm7•21m ago•0 comments

Ask HN: Did agentic coding change the way you think about commit granularity?

1•luodaint•22m ago•0 comments

Show HN: Stumpy – StumbleUpon Re-Created

https://chromewebstore.google.com/detail/stumpy/blfpeiakahiemhdiaaaacfgmdmdocfem
1•postatic•22m ago•0 comments

China launches 'human artificial embryos' into space: off-world reproduction?

https://www.livescience.com/space/space-exploration/china-launches-human-artificial-embryos-to-sp...
1•bookofjoe•22m ago•0 comments

Code Golf

https://code.golf/
1•alabhyajindal•22m ago•0 comments

Unitree Develops Production-Ready Mech Suit

https://www.core77.com/posts/144165/Unitree-Develops-Production-Ready-Mech-Suit
1•surprisetalk•23m ago•0 comments

FuguIta – An OpenBSD-Based Live System

https://fuguita.org/
2•ska80•24m ago•0 comments

The generation vs. verification delta explains why LLM's are useful

https://simianwords.bearblog.dev/the-generation-vs-verification-delta-explains-why-llms-are-useful/
1•simianwords•25m ago•0 comments

The Evolution of Program State – Queue

https://spawn-queue.acm.org/doi/10.1145/3799737
1•rbanffy•26m ago•0 comments

I saw the future of Android Auto, and now Google has me dreading my own car

https://www.techbuzz.ai/articles/i-saw-the-future-of-android-auto-and-now-google-has-me-dreading-...
2•teleforce•29m ago•0 comments

How to Migrate from Vimeo to Bunny Stream

https://bunny.net/blog/how-to-migrate-from-vimeo-to-bunny-stream/
1•m_nalikowski•32m ago•0 comments

The Social Contract of Writing

https://jola.dev/posts/the-social-contract-of-writing
1•shintoist•33m ago•0 comments

Notebooklm-guide.com – 1k Battle-Tested Prompts and 59 Power Workflows (2026)

https://notebooklm-guide.com/
1•ZeroshotCraft•33m ago•0 comments

Silicon Valley takes its AI pitch to the pope

https://www.politico.eu/article/pope-leo-xiv-ai-meetings-silicon-valley-vatican/
2•vrganj•35m 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.