frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: On-device detector for fake lossless audio files (iOS)

https://apps.apple.com/us/app/lacquer-hi-res-flac-verifier/id6784889034
1•monsterx•1m ago•0 comments

Fractal basins trap latent reasoning

https://arxiv.org/abs/2609.04963
1•wil3•5m ago•0 comments

Omarhy's work on Mac support, independent of Asahi

https://omarchy.org/news/2026/09/introducing-omarchy-m/
1•cromka•8m ago•1 comments

Elm-CRDT – Pure-Elm Conflict-Free Replicated Data Types

https://github.com/gampleman/elm-crdt/
3•TheWiggles•8m ago•0 comments

Lepton: Steam's tool for running Android games on Linux

https://gitlab.steamos.cloud/frame-public/lepton
1•NN708•8m ago•0 comments

Andrew Feldman on Building Cerebras and the Future of Chips [video]

https://www.youtube.com/watch?v=HFOhG1jH2tk
2•tosh•8m ago•0 comments

Anthropic's proposed AI watchdog METR has deep ties to Effective Altruism

https://nypost.com/2026/09/15/business/anthropic-ceo-dario-amodeis-handpicked-ai-watchdog-has-dee...
2•ilumanty•13m ago•1 comments

Find every missing music royalty in under 5 minutes (and fix the issues)

https://www.usemogul.com/royalty-finder
1•JeffPon•15m ago•0 comments

EU Floats Canada Becoming the Bloc's First 'Associate Member'

https://www.bloomberg.com/news/articles/2026-09-16/eu-proposes-canada-become-the-bloc-s-first-ass...
13•helsinkiandrew•15m ago•8 comments

More people are seeking emergency care for gambling and it's mostly men and boys

https://www.cbc.ca/news/health/gambling-addiction-emergency-visits-9.7344691
2•rdmuser•17m ago•0 comments

Mistral X Mozilla: Private, Multilingual AI Browsing

https://mistral.ai/news/mistral-x-mozilla/
3•vertigoruntime•17m ago•0 comments

Coding Agents Have Converged: Why the SWE-Bench Leaderboard Can No Longer Order

https://arxiv.org/abs/2609.17394
2•sbulaev•19m ago•0 comments

AI safety beyond the frontier labs: uncensored local models

https://languageops.com/blog/ai-safety-pdoom-local-vs-frontier/
1•luxpir•19m ago•0 comments

An updated look for the Raspberry Pi Desktop

https://www.raspberrypi.com/news/an-updated-look-for-the-raspberry-pi-desktop/
1•mariuz•26m ago•1 comments

Gemini for Go Developers: Building Agents in Go

https://danicat.dev/posts/gemini-for-go-developers-part-3-building-agents/
1•eigenBasis•34m ago•0 comments

iCloud+ Includes Apple TV, Arcade, and Curated Music Stations in 100 Countries

https://www.macrumors.com/2026/09/15/icloud-plus-includes-apple-tv-arcade-100-countries/
1•calme_toi•34m ago•1 comments

Omarchy ships its own Linux kernel in v4.0.4

https://github.com/omacom/omarchy/releases/tag/v4.0.4
4•djfergus•36m ago•0 comments

Organizing Context in a Multi-Agent Harness

https://www.langchain.com/blog/organizing-context-in-a-multi-agent-harness
1•gemanor•36m ago•0 comments

Never-again – so your AI agent stops repeating mistakes you fixed

https://github.com/malaysherasia-ai/claude-never-again
1•malaysherasia-a•37m ago•0 comments

There is NO realistic scenario where AI wipes out all of humanity

https://twitter.com/RichardSocher/status/2099889673153683766
3•tosh•38m ago•4 comments

Senate Blocks Cryptocurrency Regulation

https://www.latimes.com/world-nation/story/2026-09-15/senate-blocks-cryptocurrency-regulation-as-...
5•1vuio0pswjnm7•41m ago•1 comments

A backtest can pose a question its own data cannot answer

https://research.creativebyzuniga.com/rsi2/
2•CilantroCo•41m ago•0 comments

Potemkin Understanding in Large Language Models (2025)

https://arxiv.org/abs/2506.21521
3•mpweiher•41m ago•1 comments

Text Recognition techniques for premodern Italian and Devanāgarī manuscripts

https://uniqueatpenn.wordpress.com/2026/09/11/2025-2026-sims-fellows-applying-escriptoriums-handw...
1•bryanrasmussen•46m ago•1 comments

A Super-Accurate Clock Using a Tiny Microcontroller

https://hackaday.com/2026/09/15/a-super-accurate-clock-using-a-tiny-microcontroller/
2•fork-bomber•47m ago•0 comments

The structure and lasting impact of the Roman road system

https://www.nature.com/articles/s41467-026-75453-3
5•geox•51m ago•1 comments

Jev means structured output is interesting again

https://www.seangoedecke.com/jev-means-structured-output-is-interesting-again/
3•dondraper36•51m ago•0 comments

Qwen3.8 Max – Cost per task higher than Astra on Artificial Analysis

https://artificialanalysis.ai/models/qwen3-8-max
1•mydreamof•55m ago•1 comments

COBOL dev won .NET hackathon with help from AI

https://www.theregister.com/ai-and-ml/2026/09/15/cobol-dev-won-net-hackathon-with-help-from-ai-an...
3•theanonymousone•56m ago•1 comments

Valeriepieris Circle

https://en.wikipedia.org/wiki/Valeriepieris_circle
2•edward•1h 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.