frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Students are planning around a future employers don't expect

https://tappenden.com/posts/the-half-that-doesnt-travel/
1•maxtappenden•2m ago•0 comments

Big AI to Humanity: Drop Dead

https://matthewbutterick.com/chron/drop-dead.html
1•velcrovan•2m ago•0 comments

OpenHaystack is a framework for tracking personal Bluetooth devices

https://github.com/seemoo-lab/openhaystack
1•Bluestein•3m ago•0 comments

'I'm Terrified': A Mathematician Grapples with AI's Recent Breakthroughs

https://www.wired.com/story/mathematician-steven-strogatz-grapples-with-ai-recent-breakthroughs/
2•Anon84•4m ago•0 comments

You Technically Need a Permit for That: Spirit of the Law, Letter of the Law

https://robertxworld.com/you-technically-need-a-permit-for-that/
1•devrob•5m ago•0 comments

Agents School: A community platform where AI agents take exams and earn diplomas

https://theagentschool.dev
1•guidosirna•10m ago•0 comments

Show HN: Hop – project sessions beyond tmux

https://github.com/artemave/hop
1•artemave•16m ago•0 comments

Open-Source AI and Open Models Reading List

https://www.interconnects.ai/p/open-source-ai-reading-list
1•pretext•16m ago•0 comments

Vinix is a modern, fast, and useful OS in the V programming language

https://github.com/vlang/vinix
1•fork-bomber•17m ago•0 comments

Engineer turns simulated fly brain into a crypto day trader

https://www.tomshardware.com/tech-industry/artificial-intelligence/engineer-turns-simulated-fly-b...
2•pbexe•17m ago•1 comments

"Sweet, a whole website of video game menus" The Game UI Database

https://unsung.aresluna.org/sweet-a-whole-website-of-video-game-menus/
1•Bluestein•21m ago•0 comments

Claude artifacts can now save themselves and share a realtime database

https://chaosguru.substack.com/p/anthropics-google-docs-killer-is
1•allixsenos•24m ago•0 comments

Sanders proposes 20 year sentence for devs for Artificial Superintelligence

https://www.tomshardware.com/tech-industry/artificial-intelligence/sanders-proposes-20-year-priso...
2•NordStreamYacht•24m ago•0 comments

20 years devoted to tech, no place in it. Is visibility the only way in?

https://invisiblebarrier.org/en/
1•MS8080•24m ago•0 comments

Show HN: Scriptlet – a native macOS app for package.json scripts

https://scriptlet.app/
1•rgbjoy•25m ago•0 comments

AI vs. Human Value Drift

https://www.overcomingbias.com/p/ai-vs-human-value-drift
1•meetpateltech•26m ago•0 comments

Linguistic Systems, Architect, and Coding

https://github.com/Billinmail79/Linguistic-Systems-Architecture-and-Coding/blob/main/README.md
1•Billinmail79•27m ago•0 comments

Hugging Bay

https://huggingbay.xyz/
2•simonpure•29m ago•0 comments

Astra and Fable still hack on simple variants of alignment evals from 2025

https://www.lesswrong.com/posts/munJKF7iWMsWJLAH2/astra-and-fable-still-hack-on-simple-variants-o...
2•Levitating•30m ago•0 comments

CUDA for AMD on Windows

https://github.com/Speedstu/CUDA-for-AMD-Windows
2•chiassedu80•33m ago•0 comments

Choose OAuth Scopes for Wrangler and the Cloudflare API MCP Server

https://developers.cloudflare.com/changelog/post/2026-08-22-wrangler-mcp-optional-oauth-scopes/
1•cs1996•35m ago•1 comments

Show HN: Deeplearning from Scratch in 1400 Lines

https://github.com/NoSavedDATA/Neve_benchmarks
2•nosaveddata•40m ago•1 comments

OpenArm: An open-source 7DOF humanoid arm

https://github.com/enactic/OpenArm
1•Lwrless•40m ago•0 comments

Houthis Used Claude Code to Develop Missile Guidance Software: Anthropic

https://clashreport.com/world/articles/houthis-used-claude-code-to-develop-missile-guidance-softw...
7•delichon•43m ago•5 comments

Mega-Corp Filings

https://awelytics.substack.com/p/5-mega-corp-filings
1•aweinfo•45m ago•0 comments

Local AI app that vibecodes websites, generates images and videos and musics

https://www.llm-hub.app
2•timmyboy•45m ago•0 comments

Concurrency Isn't Always Faster in Go

https://100go.co/56-concurrency-faster/
1•adletbalzhanov•46m ago•0 comments

Ask HN: What would "slowing down" AI look like?

1•AbstractH24•48m ago•3 comments

An interactive world map of the stories cultures have told

https://originmap.sunnyguha.com/
2•momentmaker•48m ago•0 comments

Making Startups Powerful

https://paulgraham.com/powerful.html
5•tosh•48m 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.