frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Gordon Wood's Proust

https://thelampmagazine.com/blog/gordon-woods-proust
1•keiferski•1m ago•0 comments

Show HN: A UML drawing skill for your coding agent docs

https://github.com/BESSER-PEARL/uml-drawing-skill
1•softmodeling•1m ago•0 comments

Lucas' Laws of Project Management

https://www.lucasfcosta.com/blog/laws-of-software-project-management
2•lucasfcosta•1m ago•0 comments

DuckDuckGo browser now blocks YouTube video ads

https://www.bleepingcomputer.com/news/software/duckduckgo-browser-now-blocks-youtube-video-ads/
1•ilreb•1m ago•0 comments

Waymo car delivers misbehaving teen passengers to San Mateo police

https://www.mercurynews.com/2026/07/07/waymo-car-reports-drinking-teens/
1•mooreds•2m ago•0 comments

Describing All My Photos

https://alexwlchan.net/2026/describing-my-photos/
1•surprisetalk•2m ago•0 comments

Proposal would allow drivers to trade personal data for lower insurance rates

https://calmatters.org/economy/2026/07/telematics-car-insurance-bill/
1•cdrnsf•4m ago•0 comments

Scaling Loop Engineering to the Team

https://twitter.com/etticat/status/2074731559941259659
1•etticat•4m ago•0 comments

France orders Meta to resume talks with media groups over publishing fees

https://www.reuters.com/world/french-antitrust-watchdog-orders-meta-resume-talks-with-media-group...
1•1vuio0pswjnm7•5m ago•0 comments

Manage Your Claude Code Config with Dotfiles and GNU Stow

https://www.yurikoval.com/blog/manage-ai-config-with-dotfiles.html
1•yurikoval•6m ago•0 comments

GLM-5.2 (max) matches Claude Opus 4.8 on Harvey LAB-AA benchmark

https://artificialanalysis.ai/evaluations/harvey-lab-aa
1•bogdiyan•6m ago•0 comments

EU top court dismisses Google fight against record €4.1B EU antitrust fine

https://www.irishtimes.com/technology/2026/07/02/eu-top-court-dismisses-google-fight-against-reco...
1•1vuio0pswjnm7•8m ago•0 comments

Cinchor – Control what an AI agent can do, and prove what it did

https://cinchor.com
1•foh_quarters•8m ago•0 comments

Show HN: Whentofly – flexible-date flight search that says if the price is good

https://whentofly.io
3•dimabalony•9m ago•0 comments

Is AI making us dumber?

https://www.businessinsider.com/ai-making-us-dumber-research-2026-7
1•amichail•10m ago•0 comments

The Social Tier: Remembering Who Said What

https://pentad.ai/PLRN/017/
1•kendallgclark•13m ago•2 comments

Sipeed NanoXray

https://sipeed.com/nanoxray
1•serhack_•16m ago•1 comments

Backdoor security alert over Anthropic's Claude Code

https://www.reuters.com/legal/litigation/china-issues-backdoor-security-alert-over-anthropics-cla...
3•Alien1Being•16m ago•0 comments

The Most Familiar Mystery in Physics

https://www.loofwired.com/p/the-most-familiar-mystery-in-physics
1•surprisetalk•17m ago•0 comments

Show HN: Squishy Billiards – A daily pool game with squishy physics

https://squishybilliards.com
2•jpohalloran•17m ago•0 comments

Fable wrote a .NET GC in C#, got within range of the stock GC in 2 days

https://github.com/kevingosse/ManagedDotnetGC/tree/claude/experiments
1•kookiz•21m ago•1 comments

How AI Embeddings Cut Cloud Costs by 50% While Boosting Matching by 65%

https://tech.wmg.com/breaking-the-black-box-how-ai-embeddings-cut-cloud-costs-by-50-while-boostin...
1•wmg•21m ago•0 comments

Funding open-source software without compromising it

https://yorickpeterse.com/articles/funding-open-source-software-without-compromising-it/
1•YorickPeterse•22m ago•0 comments

The $2T question: Will knowledge-work complexity scale with model capability?

https://twitter.com/__josh_harris__/status/2074824864288919945
1•jah242•24m ago•1 comments

Show HN: GhostedWatch, an extension that detects silent removals on patriots.win

https://ghostedwatch.com/
2•rhaksw•26m ago•0 comments

China warns about AI risks with Anthropic's Claude Code

https://www.cnbc.com/2026/07/08/china-anthropic-ai-claude-code-backdoor-security-threat.html
2•cramer4next•26m ago•1 comments

Robots available for rent: But what can they do?

https://www.bbc.com/news/articles/c4gymkg9lr2o
1•monkeydust•27m ago•0 comments

Show HN: I built the NAS drive comparison table I couldn't find

https://www.nasdisks.com/
4•deeddy•27m ago•3 comments

Show HN: Seqvio – a whiteboard explainer toolkit for React/TSX videos

https://github.com/makesynt/seqvio
1•markthis•29m ago•0 comments

Kasroz: An Optimal Keyboard for Swipe

https://futo.tech/blog/swipe-keyboard
1•ementally•29m 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.