frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

8 Years of Refinement

https://alt-tab.app/changelog
1•behnamoh•1m ago•0 comments

Calculations Suggest It'll Be Impossible to Control a Super-Intelligent AI

https://www.sciencealert.com/calculations-suggest-itll-be-impossible-to-control-a-super-intellige...
1•andsoitis•2m ago•0 comments

Luddite

https://en.wikipedia.org/wiki/Luddite
1•d4ng•4m ago•0 comments

RFC 9396: OAuth 2.0 Rich Authorization Requests

https://ciamweekly.substack.com/p/rfc-9396-oauth-20-rich-authorization
1•mooreds•4m ago•0 comments

A governance layer that keeps AI coding agents coherent across sessions

https://github.com/vagnerfirminopro/v-cos
1•vagnerfirmino•4m ago•0 comments

Claude Code Is Dead

https://claude-code-is-dead.vercel.app/#3
1•gidellav•5m ago•0 comments

A bitter lesson for medicine, or a benchmark problem?

https://sparsethought.com/2026/06/14/what-did-they-actually-measure/
1•galsapir•6m ago•0 comments

The Small-Business Owners Managing Whole Armies of A.I. Employees

https://www.nytimes.com/2026/06/04/magazine/ai-agents-openclaw-small-business.html
1•mooreds•6m ago•0 comments

AI and the Red Queen

https://huntersoftwareconsulting.com/posts/2026-06-14-ai-red-queen/
1•mooreds•7m ago•0 comments

The Role of a Software Engineer

https://eli.cx/blog/the-role-of-a-software-engineer
1•chronicom•9m ago•0 comments

ISC License

https://opensource.org/license/isc
1•doener•10m ago•0 comments

Show HN: Nodrix – open-source IoT cloud that runs in your own Cloudflare account

https://nodrix.live/
1•decoded_cipher•14m ago•0 comments

Ethereum can quantum-proof accounts for just 7 cents, says Kohaku project leader

https://cointelegraph.com/news/ethereum-quantum-proof-accounts-7-cents-researcher
1•ytNumbers•16m ago•0 comments

Teachers of Reddit: Is the "Gen Alpha can't read" crisis real?

https://old.reddit.com/r/AskReddit/comments/1u5ku71/teachers_of_reddit_is_the_gen_alpha_cant_read/
4•YesBox•16m ago•0 comments

Qed: A verified web front end written in Lean4

https://github.com/JacobAsmuth/qed
1•JacobAsmuth•16m ago•0 comments

Claude Code is dead, the future is open

https://claude-code-is-dead.vercel.app/#second
2•gidellav•18m ago•0 comments

Show HN: Replicant Detector with Datastar, Common Lisp, BKNR Datastore

https://rep-detect.lambda-combine.net/
1•fsmunoz•18m ago•1 comments

Show HN: Solaris the Thinking Ocean Simulator

https://solaris.franzai.com/
2•franze•19m ago•0 comments

Show HN: cuSBF – faster Bloom filter on GPUs for DNA sequences

https://github.com/tdortman/cuSBF
1•tdortman•19m ago•0 comments

'It's a hurricane warning': Guardrails around powerful AI models may be too late

https://www.politico.com/news/2026/06/07/frontier-ai-cybersecurity-china-race-00952786
1•u1hcw9nx•19m ago•0 comments

Ask HN: How do I do marketing for an app I made

1•rohand7•20m ago•0 comments

Setting Node and PNPM Versions in Cloudflare Workers Programmatically

https://senhongo.com/blog/cloudflare-workers-node-pnpm/
2•SenHeng•22m ago•0 comments

List of RL Env and Human Data Startups

https://aidata.runruntime.dev/
1•warthog•23m ago•0 comments

Farside: Alternative front ends to many sites

https://farside.link/
1•memalign•24m ago•0 comments

Kronotop: Distributed, transactional document database on FoundationDB

https://github.com/kronotop/kronotop
1•mastabadtomm•24m ago•0 comments

Show HN: RAIF – an experimental structured I/O format for LLMs

https://github.com/skrrt-sh/raif-standard
1•truehazker•28m ago•1 comments

Abu Fanous

https://en.wikipedia.org/wiki/Abu_Fanous
6•joebig•30m ago•0 comments

Zinnia: A modular 64-bit Unix-like kernel written in Rust

https://zinnia-os.org/
18•mrunix•32m ago•0 comments

Brains And LLMs Converge On A Shared Conceptual Space Across Different Languages

https://arxiv.org/abs/2506.20489
2•optimalsolver•34m ago•0 comments

Proteus the Infinite Fractal Object

https://sand-morph.up.railway.app/proteus-2
2•echohive42•34m 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.