frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: RebalanceTool – an open-source website for DIY asset rebalancing

https://rebalancetool.com
1•kroneill•2m ago•0 comments

Benford's Law of First Digits

https://en.wikipedia.org/wiki/Benford%27s_law
1•elsewhen•2m ago•0 comments

KnightOS – We're Alive-Ish

https://knightos.org//2026/04/09/resurrection.html
1•shakna•2m ago•0 comments

Anthropic launched an AI-run vending machine, stores and cafes within a year

https://fortune.com/2026/06/02/anthropic-office-vending-machine-ai-agents-vendo-andon-lukas-peter...
2•gmays•4m ago•0 comments

The OpenAI Hugging Face hack is a stark warning

https://www.transformernews.ai/p/openai-hugging-face-hack-stark-warning
2•MaysonL•4m ago•0 comments

Rescene – Free AI agent aggregator, no API key required

https://github.com/Rescenix/ResceneAgent
2•rescenix•6m ago•0 comments

Thinking Clearly about Software

https://www.seangoedecke.com/thinking-clearly/
1•swah•7m ago•0 comments

Cloudflare Computer

https://github.com/cloudflare/computer
4•iLuddite•8m ago•0 comments

Novelty Effect

https://www.votito.com/methods/novelty-effect/
1•gojkoa•8m ago•0 comments

Show HN: ApplyArc – resume-to-job matching with cited evidence

https://applyarc.com/ats-resume-checker
1•adrian_builds•9m ago•0 comments

Debugging on weak models reveals more bugs

https://archestra.ai/blog/we-debug-our-ai-harness-on-weak-models-on-purpose
7•margotli•9m ago•0 comments

Local vs. Frontier: Benchmarks for My Digital Nervous System

https://humanparadox.org/local-vs-frontier-benchmarks-for-my-personal-assistant/
2•colingauvin•10m ago•0 comments

Why do so many fitness fans end up needing surgery?

https://www.theguardian.com/lifeandstyle/2026/aug/03/fitness-fans-surgery-injury-health
1•YeGoblynQueenne•10m ago•0 comments

No Fixed Frame Is Enough

https://www.novaspivack.com/best-articles/no-fixed-frame-is-enough
1•surprisetalk•13m ago•0 comments

Hilton Worldwide outage Fri July 31

1•spideronwall•13m ago•0 comments

AI scammers outperform humans when it comes to building trust

https://www.wired.com/story/ai-scammers-are-better-at-building-trust-than-humans/
1•speckx•15m ago•0 comments

Ideas Are Abundant

https://jay4.fun/posts/friction-is-evidence/
1•jairojair•15m ago•1 comments

Show HN: A fast, native, open-source Spotlight search alternative

https://floodlight.vmg.dev/
1•vmg12•15m ago•0 comments

I was wrong about the mud

https://ilystics.com/wettest-month-isnt-the-worst
1•Vibeguy900•15m ago•0 comments

Time-Lock Encryption for Historical Artifacts

https://diverging.run/checkpoints/historians-will-hate-encryption/
2•shay_ker•17m ago•0 comments

Codex CLI Has Responsive Tables in the Terminal

https://www.vincentschmalbach.com/codex-cli-responsive-terminal-tables/
1•vincent_s•17m ago•0 comments

Scientists detect a sharp acceleration in global warming

https://www.sciencedaily.com/releases/2026/08/260801093239.htm
1•speckx•18m ago•0 comments

Show HN: Minimal, Composable, agentic SDD framework based on superpowers

https://github.com/leoxlin/smolpowers
1•leoxlin•18m ago•0 comments

Planemakers take steps to conserve aircraft windows in tight market

https://www.reuters.com/business/aerospace-defense/planemakers-repair-shops-take-steps-conserve-a...
1•thm•19m ago•0 comments

Show HN: Anamorphic, head-tracked perspective for any web page

https://sendar0.github.io/anamorphic.js/
1•sendar0•19m ago•0 comments

Atomic Arms and AI Commanders May Spark Doomsday War, Nobel Winners Warn

https://www.forbes.com/sites/kevinholdenplatt/2026/07/31/atomic-arms--ai-commanders-may-spark-doo...
1•dn2k•19m ago•0 comments

AerynOS Issues Development Update and New ISOs

https://aerynos.com/blog/2026/08/02/solid-foundations-are-leading-to-expanding-horizons/
1•SockThief•21m ago•0 comments

Show HN: Autonomous Coding, Contained by Default

https://www.runkiwi.dev/
1•harshvkarn•21m ago•0 comments

AI is making weather forecasts better

https://orennia.substack.com/p/ai-is-making-weather-forecasts-better
1•gmays•22m ago•0 comments

Pass the Passkey: A Novel Attack Surface in Passwordless Authentication

https://unit42.paloaltonetworks.com/passwordless-authentication-security-risks/
1•lschueller•24m 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.