frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

RFV-0001: Request for Vibes

https://tomaytotomato.com/request-for-vibes/
1•tomaytotomato•2m ago•0 comments

Why We Ignore Advice

https://yusufaytas.com/why-we-ignore-advice
3•yusufaytas•2m ago•0 comments

New Linux kernel security bug; Fragnesia

https://www.openwall.com/lists/oss-security/2026/05/13/3
1•tankenmate•3m ago•0 comments

Ask HN: How to Invest 10K EUR

2•default_•3m ago•0 comments

Harvard Votes on Limiting "A" Grades

https://www.axios.com/local/boston/2026/05/11/harvard-faculty-vote-grade-inflation-cap-a-grades-i...
1•smurda•4m ago•0 comments

What happened to the car designed for women, by women?

https://uxdesign.cc/what-happened-to-the-car-designed-for-women-by-women-1fdcde8a0bc4
1•rmason•5m ago•1 comments

The AI Apocalypse

https://www.youtube.com/watch?v=8nsxuB3Vsts
1•indigodaddy•6m ago•0 comments

Continuous lamination unlocks production of large-area flexible circuit boards

https://techxplore.com/news/2026-04-lamination-stable-production-large-area.html
2•PaulHoule•8m ago•0 comments

Hilary Putnam: Brains in a Vat (1981)

https://www.cambridge.org/core/books/abs/reason-truth-and-history/brains-in-a-vat/4301D7FCC586969...
2•brudgers•9m ago•0 comments

We built the fastest database for querying large agent traces using Rust

https://www.langchain.com/blog/introducing-smithdb
1•palashshah•9m ago•0 comments

Princeton mandates proctoring in-person exams, upending 133 years of precedent

https://www.dailyprincetonian.com/article/2026/05/princeton-news-adpol-proctoring-in-person-exami...
6•bookofjoe•9m ago•0 comments

GitHub Copilot individual plans: Introducing flex allotments

https://github.blog/news-insights/company-news/github-copilot-individual-plans-introducing-flex-a...
1•dougskinner•10m ago•0 comments

Ask HN: Why does my ChatGPT always display one sentence per line?

1•djyde•10m ago•0 comments

Show HN: Arrivl – Analytics for AI agent traffic on your site

https://arrivl.ai
1•starfun•10m ago•0 comments

Show HN: Vibe-coding video games with Claude (Day 30: Chess)

https://gamevibe.us/30-chess
1•pzxc•11m ago•0 comments

500 Lines or Less: An Archaeology-Inspired Database

https://aosabook.org/en/500L/an-archaeology-inspired-database.html
1•smartmic•11m ago•0 comments

Exploring the HTML-in-Canvas Proposal

https://tympanus.net/codrops/2026/05/13/exploring-the-html-in-canvas-proposal/
1•motiontx•11m ago•0 comments

Authenticity in Creative Expression with AI

https://postcorporate.substack.com/p/good-morning-dr-chandra-this-is
1•gnostikka•12m ago•0 comments

How to Achieve Truly Serverless GPUs

https://modal.com/blog/truly-serverless-gpus
1•birdculture•12m ago•0 comments

Omaha as Judgment Day for AGI

https://mayankagrawalphd.substack.com/p/omaha-as-judgment-day-for-agi
2•timshell•13m ago•0 comments

There Is a Fire Sale on M.B.A.s

https://www.wsj.com/lifestyle/careers/there-is-a-fire-sale-on-m-b-a-s-87d56c69
3•harambae•14m ago•0 comments

Notion's Agents SDK

https://twitter.com/NotionDevs/status/2054600927810920894
2•umangsehgal93•16m ago•0 comments

Claude helped recover 5 BTC that was thought lost for 11 years

https://twitter.com/cprkrn/status/2054586810475364536
2•serial_dev•17m ago•0 comments

Local Android emulation in an AI agent

https://docs.devin.ai/onboard-devin/environment/android-emulation
1•Alextigtig•18m ago•0 comments

Adopting Helix*Isms

https://kristun.dev/posts/adopting-helix-isms/
1•polyamid23•18m ago•0 comments

AI in Bio Biggest Questions

https://shelbyann.substack.com/p/biggest-questions-in-biotech
1•cellsnstuff•18m ago•0 comments

Everything Claude Code: performance optimization system for AI agent harnesses

https://github.com/affaan-m/everything-claude-code
1•doener•20m ago•0 comments

Rars: a Rust RAR implementation, mostly written by LLMs

https://bitplane.net/log/2026/05/rars/
7•davidsong•22m ago•2 comments

Agents Window in VS Code

https://code.visualstudio.com/docs/copilot/agents/agents-window?source=vsc-website-banner
2•nor0x•23m ago•0 comments

Type-driven design in automotive C: how much of my code is manual type checking?

https://lmilz.dev/blog/2025/12/11/From-Defensive-Programming-to-Type-Driven-Design.html
1•lmilz•24m 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.