frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Skills over MCP

https://aaif.io/blog/skills-over-mcp
1•mooreds•46s ago•0 comments

The Prompt Cacheing Cheatsheet

https://coolhandlabs.com/updates/llm-prompt-caching-what-it-is-and-key-terms-explained
1•mikecarroll•1m ago•0 comments

Bun 1.4

https://bun.com/blog/bun-v1.4
1•meetpateltech•1m ago•0 comments

I gave a matcher 43k unlabelled reports; it found 9/10 known events

https://theanomalynetwork.com/method
1•kyleclouthier•2m ago•0 comments

Hacking with Claude on a $27 Smart Watch

https://www.mikekasberg.com/blog/2026/08/19/hacking-with-claude-on-a-27-smart-watch.html
1•speckx•3m ago•0 comments

IBM Pushes System Design to Reach Ultra-Cold Temperatures for Quantum

https://www.nextplatform.com/compute/2026/08/19/ibm-pushes-system-design-to-reach-ultra-cold-temp...
1•rbanffy•5m ago•0 comments

Mindlas catches your coding agent drifting before the bad code

https://github.com/Evolutionairy-AI/MINDLAS
1•Bluestein•5m ago•0 comments

'Not a theoretical risk,' feds warn as attackers use AI-made code

https://www.theregister.com/security/2026/08/19/not-a-theoretical-risk-feds-warn-as-attackers-use...
2•nyku•6m ago•0 comments

Nat: The Natural Unit of Information

https://en.wikipedia.org/wiki/Nat_(unit)
1•lioeters•6m ago•0 comments

Stwipe Acquires OpenWouter

https://stwipe.com/
2•eatonphil•7m ago•0 comments

Guess which of these LLM outputs is watermarked

https://sgoedecke.github.io/watermark-quiz/
1•gfysfm•7m ago•0 comments

A registry and transparency log for discovering and verifying AI agents by name

https://github.com/agentnameservice
1•mooreds•8m ago•0 comments

Viaduct – Tool to Convert a Google Chrome Extension into a Safari Web Extension

https://github.com/magicelk235/Viaduct-CLI
1•microflash•8m ago•0 comments

The Great Android Stack Reset – A history of mobile system design

https://returnzero.dev/articles/android-mobile-system-design-history
1•rotemmiz•8m ago•0 comments

How Control Moves Through Code, Chips, and Nations [video]

https://fosdem.org/2026/schedule/event/NS7DF7-hidden-life-of-infrastructure/
1•mooreds•8m ago•0 comments

Show HN: A light-weight CLI that keeps your skills and rules in sync

https://github.com/nicolasakf/unity
1•nicolasakf•9m ago•0 comments

Where Did the Productivity Gains Go?

https://idiallo.com/blog/where-did-the-productivity-gains-go
2•surprisetalk•10m ago•0 comments

Arthur Eddington's Theory of Everything (2015)

https://arxiv.org/abs/1510.04046
1•lioeters•11m ago•0 comments

Where 66 stands among init systems

https://docs.obarun.org/66/0.9.1.0/66-vs-other-init-systems.html
1•smartmic•11m ago•0 comments

Tetragrammaton with Rick Rubin: Tyler Cowen

https://open.spotify.com/episode/0c4TLkvL0clEHDvqM4wmj7
1•nradov•11m ago•0 comments

Lifeforms Can Survive on 'Significant' Regions of the Moon, Study Finds

https://www.404media.co/lifeforms-can-survive-on-significant-regions-of-the-moon-study-finds/
1•Brajeshwar•11m ago•0 comments

NetBSD 11 lands with RISC-V support and fast VM boots

https://www.theregister.com/os-platforms/2026/08/20/netbsd-11-lands-with-risc-v-support-and-light...
1•sohkamyung•12m ago•0 comments

500K Downloads in 2 Weeks

https://apps.apple.com/us/app/remembr-shared-reminders/id6791300772
1•samltschenk•13m ago•0 comments

Every Model Cheats

https://dreadnode.io/research/every-model-cheats-prompt-level-mitigation-of-cheating-on-offensive...
1•vga805•14m ago•0 comments

Nobody opposed the delay: when a model does something it knows better than

https://armanfatemi.substack.com/p/nobody-opposed-the-delay
1•armanfatemi•15m ago•0 comments

AME Agent Swarms Rewrite the Workflow

https://spectrum.ieee.org/amd-agent-swarms
1•rbanffy•16m ago•0 comments

Index of the best vibe coding tools

https://www.vibeleaderboard.ai/tools
2•alderik_•17m ago•1 comments

Functional role of skull lymphoid structures in CNS immunosurveillance

https://www.nature.com/articles/s41586-026-10951-4
1•bookofjoe•18m ago•0 comments

M64 – ModRetro

https://modretro.com/products/m64
2•rbanffy•19m ago•0 comments

SteadQ – the filesystem is a message queue

https://davidtorcivia.com/posts/steadq
1•ancientworldnow•19m 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.