frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Sonoeazy – Validating a short-form audio platform. Experiment 1: "I love you"

https://sonoeazy.com/
1•genericone•3m ago•1 comments

The Coding Harness Behind GitHub Copilot in VS Code

https://code.visualstudio.com/blogs/2026/05/15/agent-harnesses-github-copilot-vscode
1•cbovis•4m ago•0 comments

Scalable GPU Acceleration of Scalar Functions in Analytical Databases [pdf]

https://www.vldb.org/pvldb/vol19/p1441-rajan.pdf
1•matt_d•7m ago•0 comments

SpaceX accelerates IPO timeline, targets June 12 listing on Nasdaq, sources say

https://www.reuters.com/world/spacex-accelerates-ipo-timeline-targets-june-11-pricing-nasdaq-2026...
1•TechTechTech•9m ago•0 comments

Review of Surgery

https://operativereview.com/subjects/
1•rolph•13m ago•0 comments

The agent principal-agent problem

https://crawshaw.io/blog/agent-principal-agent
1•matt_d•13m ago•0 comments

AI Skeptic: This Business Makes No Sense [video]

https://www.youtube.com/watch?v=BI96xGqvWII
2•kklisura•15m ago•0 comments

MyAi – Decentralized inference with on-chain payouts (Base)

https://myaitoken.io
1•jlvardon•16m ago•0 comments

FrontierSmith: Synthesizing Open-Ended Coding Problems at Scale

https://frontier-cs.org/blog/frontiersmith/
1•matt_d•16m ago•0 comments

Prepare for an AI Jobs Apocalypse

https://www.economist.com/leaders/2026/05/14/prepare-for-an-ai-jobs-apocalypse
2•edward•18m ago•0 comments

Wine 11.9 – Run Windows Applications on Linux, BSD, Solaris and macOS

https://www.winehq.org/announce/11.9
2•neustradamus•18m ago•0 comments

College Credit for This?

https://hollisrobbinsanecdotal.substack.com/p/college-credit-for-this
1•HR01•20m ago•0 comments

Show HN: AI Design Taste Generator

https://aidesigntaste.com/chrome-extension
6•novateg•21m ago•1 comments

Microsoft backpedals: Edge to stop loading passwords into memory

https://www.bleepingcomputer.com/news/microsoft/microsoft-edge-to-stop-loading-cleartext-password...
2•Cider9986•22m ago•0 comments

Run Hermes on a VPS without Leaking your API keys [video]

https://www.youtube.com/watch?v=6dERVjLk0-Q
1•dangtony98•24m ago•0 comments

Signal adds security warnings for social engineering, phishing attacks

https://www.bleepingcomputer.com/news/security/signal-adds-security-warnings-for-social-engineeri...
3•Cider9986•26m ago•0 comments

"The Prompting Company, Inc., All Rights Reserved"

https://www.google.com/search?q=%22The+Prompting+Company,+Inc.,+All+rights+reserved%22
5•enjoyyourlife•27m ago•0 comments

China Sought Access to Anthropic's Newest A.I. The Answer Was No.

https://www.nytimes.com/2026/05/12/us/politics/china-ai-anthropic-openai-mythos-chatgpt.html
1•bookofjoe•29m ago•1 comments

Show HN: Claude64, a Commodore 64 client for Claude

https://github.com/theletterf/claude64
1•theletterf•29m ago•1 comments

Show HN: Draw anywhere on Earth and estimate the population inside it

https://populationcircle.com
1•PopGuessr•29m ago•0 comments

The Doomsday Organism

https://www.noemamag.com/the-doomsday-organism/
1•anarbadalov•31m ago•0 comments

Case study: AI regulatory monitoring with structured outputs for legal review

https://bndigital.co/en-gb/cases/ai-regulatory-monitoring-system
1•andriioliinyk•31m ago•0 comments

Block AI coding agents from shipping insecure/expensive Terraform

https://github.com/ops0-ai/ops0-cli
1•sureshpaulchamy•34m ago•0 comments

Why Casey Muratori avoids AI [video]

https://www.youtube.com/watch?v=rDQdJP_REIU
1•therepanic•35m ago•1 comments

Mustela – A static site generator born from forensic family analysis

https://mustela.vercel.app/
2•filipvrbaxi•38m ago•0 comments

The 4th Linux kernel flaw this month can lead to stolen SSH host keys

https://www.zdnet.com/article/qualys-flags-a-linux-kernel-security-issue-that-could-lead-to-stole...
4•CrankyBear•38m ago•1 comments

Systems are Everything, Software is Systems

https://wilsoniumite.com/2026/05/15/systems-are-everything-software-is-systems/
2•Wilsoniumite•39m ago•0 comments

Monthly Roundup #42: May 2026

https://thezvi.substack.com/p/monthly-roundup-42-may-2026
1•paulpauper•41m ago•0 comments

Graduation Speech Is One Nobody Remembers

https://www.theatlantic.com/ideas/2026/05/college-graduation-speeches-speaker/687182/
1•paulpauper•41m ago•0 comments

What's the AI Endgame?

https://www.theatlantic.com/podcasts/2026/05/whats-the-ai-endgame/687184/
1•paulpauper•41m ago•1 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.