frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Anvil – a multi-repo AI pipeline and an MCP server for code search

1•esankhan3•17s ago•0 comments

Show HN: Control iOS Simulators remotely with real-time interaction

https://www.simcast.dev/
1•florinmatinca•30s ago•0 comments

A Renaissance gambling dispute spawned probability theory

https://www.scientificamerican.com/article/how-a-renaissance-gambling-dispute-spawned-probability...
1•sohkamyung•48s ago•0 comments

Visual engagement modulates auditory target detection in noisy soundscapes

https://pubs.aip.org/asa/jasa/article-abstract/159/3/2513/3383698/Visual-engagement-modulates-cor...
1•bookofjoe•1m ago•0 comments

Thank You for Being a Friend

https://blog.codinghorror.com/thank-you-for-being-a-friend/
1•janvdberg•1m ago•0 comments

New sign-ups for Copilot Pro and student plans are temporarily paused

https://docs.github.com/en/copilot/get-started/plans
1•tomthe•2m ago•0 comments

I left Vercel over dangerous defaults. The same defaults leaked customer secrets

https://joshduffy.dev/how-i-left-vercel/
2•nahsuhn•5m ago•1 comments

CheerpJ 4.3 – Run unmodified Java applications in the browser

https://labs.leaningtech.com/blog/cheerpj-4.3
1•apignotti•5m ago•0 comments

Query Visualize Understand – Grammar of Graphics to SQL

https://ggsql.org/
1•u1hcw9nx•5m ago•0 comments

Lead chromate pigments dominate lead paints sold in Mexico

https://academic.oup.com/annweh/article-abstract/70/3/wxag023/8653344
1•geox•6m ago•0 comments

Show HN: Antenna – RSS reader with a built-in MCP server

https://antennafeed.com/
1•toddllm•7m ago•0 comments

Show HN: FlirtingBots – My AI agent flirts with yours, we meet if it clicks

https://flirtingbots.com/
1•quenzo•7m ago•0 comments

ML-intern: open-source agent for autonomous ML research and training

https://twitter.com/akseljoonas/status/2046543093856412100
1•akseljoonas•7m ago•0 comments

DoD's 2026 National Defense Strategy [pdf]

https://media.defense.gov/2026/Jan/23/2003864773/-1/-1/0/2026-NATIONAL-DEFENSE-STRATEGY.PDF
1•artur_makly•7m ago•1 comments

Context.ai – SoC 2 Type II Report by Delve

https://pastebin.com/QNzrKpFi
2•Topfi•9m ago•0 comments

Gennie: Turns Meeting Discussions into Assigned Tasks with Due Dates

https://heygennie.com/
1•vishal_sahu•10m ago•0 comments

Glyph Protocol for Terminals

https://rapha.land/introducing-glyph-protocol-for-terminals/
1•birdculture•11m ago•0 comments

Compressing LLMs with progressive pruning and multi-objective distillation

https://rig.ai/blog/compressing-a-model-to-run-locally
1•adam_patarino•12m ago•2 comments

The Pagoda Puzzle: What Can Save China's Oldest Wooden Tower?

https://www.sixthtone.com/news/1018411
1•sohkamyung•12m ago•0 comments

LLMs and Your Career

https://notes.eatonphil.com/2026-01-19-llms-and-your-career.html
1•redarguireda•13m ago•0 comments

Newly Digitized Records Reveal How Maori Shared Knowledge of Plants with British

https://www.smithsonianmag.com/history/newly-digitized-records-reveal-how-indigenous-people-share...
1•beatthatflight•14m ago•0 comments

I accidentally created an Orwellian Performance Review bot

http://blog.elzeiny.io/posts/perf-ai/
2•aelzeiny•14m ago•0 comments

The State of Agent Payment Protocols (April 2026)

https://github.com/custena/agent-payment-protocols
2•augrrr•16m ago•0 comments

Philosophize This (podcast) Atlas

https://philthis.eamag.me/
2•eamag•21m ago•0 comments

Show HN: Claude Buddy Pico – Pi Pico 2 W Port of Claude Desktop's Hardware Buddy

https://github.com/amargandhi/claude-buddy-pico
2•AmarGandhi•22m ago•1 comments

Kimi K2.6 Intelligence, Performance and Price Analysis

https://artificialanalysis.ai/models/kimi-k2-6
2•Topfi•22m ago•0 comments

Qt Group Launches Operational Reorganization to Improve Efficiency

https://www.qt.io/releases/release
2•shrimp-chimp•23m ago•1 comments

The abandoned war: Why no one is stopping the genocide in Sudan

https://respublica.media/en/en-sudan-abandoned-war-genocide-no-one-stopping/
3•ResPublica•23m ago•1 comments

Hierarchical Planning with Latent World Models

https://arxiv.org/abs/2604.03208
1•fofoz•24m ago•0 comments

Kei Urana on Manga Piracy

https://xcancel.com/i/status/2046341018837197285
1•latexr•24m ago•1 comments
Open in hackernews

Show HN: ToolRegistry – A Python Library for Structured Tool Integration

https://github.com/Oaklight/ToolRegistry
3•Oaklight•11mo ago

Comments

Oaklight•11mo 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•11mo 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•11mo ago
what's GTM?
venk12•11mo ago
GTM is go-to-market. It deals with how to distribute a product so that it can sold out there in the market.