frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

AI Alignment as a Thought-Terminating Cliche

https://borretti.me/article/ai-alignment-as-thought-terminating-cliche
1•meetpateltech•1m ago•0 comments

3D-PVDF Nanonetworks for Passive Daytime Radiative Cooling

https://imn.csic.es/template-assisted-3d-pvdf-nanonetworks-for-passive-daytime-radiative-cooling/
1•simonebrunozzi•1m ago•0 comments

Show HN: I wrapped iOS 27's on-device AI into an offline live captioning app

https://testflight.apple.com/join/pQKnQgZZ
1•markmatsushima•1m ago•1 comments

U.S. Declared an Energy Emergency, Then Paid $4B for Less Energy

https://www.forbes.com/sites/we-dont-have-time/2026/08/08/us-declared-an-energy-emergency-then-pa...
1•speckx•2m ago•0 comments

Operation Earnest Voice

https://en.wikipedia.org/wiki/Operation_Earnest_Voice
1•rbanffy•2m ago•0 comments

Why Are Plumbers Paid More in the US?

https://www.philippelemoine.com/p/why-are-plumbers-paid-more-in-the
1•casca•2m ago•0 comments

I was too broke to buy ads, so I built my own ad network

https://dev.profullstack.com/~anthony/blog/018-post.html
1•buffer_overlord•3m ago•0 comments

ChatGPT has almost stopped citing Reddit

https://promptwatch.com/data/reddit-citations-are-dropping-in-chatgpt
1•klaaz0r•5m ago•0 comments

A practical workflow for LLM-assisted development

https://yogthos.net/posts/2026-08-17-llm-workflow.html
1•yogthos•7m ago•0 comments

Lexical Editor List

https://github.com/chrysler-stone/awesome-lexical-editor
1•chrysler44•7m ago•0 comments

A Photo of Your Machines

https://machinemind.cdtglobal.org/
1•igdiaz•7m ago•1 comments

I Built a Voice Opening Door to Moria (My Garage) [video]

https://www.youtube.com/watch?v=woyvLnyTx0g
1•MattSteelblade•7m ago•1 comments

NeoBrowser: An MCP server that drives real Chrome with your logged-in sessions

https://github.com/pitiflautico/neobrowser
2•pitiflautico•8m ago•0 comments

Why is the Amish population growing so fast in America?

https://phys.org/news/2026-08-qa-amish-population-fast-america.html
1•simonebrunozzi•9m ago•0 comments

Extensible Software in the Age of LLMs

https://jeremymorrell.dev/blog/extensible-software-in-the-age-of-llms/
1•masterj•9m ago•0 comments

Patens – Stop tab-thrashing: clip research directly into local AI/IDE memory

https://patens.dev/
1•randomlyGenerat•9m ago•0 comments

Bit Alice Can Send. The most informative message isn't the winning one

https://medium.com/science-spectrum/the-best-bit-alice-can-send-871a70ae0e93
1•armchairquantum•10m ago•0 comments

Building a Concurrency Verifier Using Crucible

https://www.galois.com/articles/building-a-concurrency-verifier-using-crucible
1•surprisetalk•11m ago•0 comments

The Amazon Tax

https://seths.blog/2026/08/the-amazon-tax/
1•herbertl•11m ago•0 comments

Ask HN: Good content on using AI to modernize professional services delivery

3•mguerville•12m ago•1 comments

A 60-year-old theory about ants, bees and wasps may be wrong

https://www.sciencedaily.com/releases/2026/08/260813045552.htm
1•simonebrunozzi•13m ago•0 comments

Fixing a Bricked Framework Laptop

https://quantum5.ca/2026/08/16/fixing-bricked-amd-7040-series-framework-13-laptop-with-20-tools/
2•jp_sc•15m ago•0 comments

AI agent that learns from real-world experiences

https://alloomi.ai/blogs/the-new-frontier-of-ai-agents
1•lauraserein•16m ago•0 comments

Linux Bridge STP Timer Use-After-Free

https://ssd-disclosure.com/linux-bridge-stp-timer-use-after-free/
2•speckx•16m ago•0 comments

Show HN: Figranium – Dockerized, API-first, block-based browser automation

https://github.com/figranium/figranium
2•asernasr•18m ago•0 comments

Show HN: Stunt – a stunt double for the APIs you integrate (95 adapters)

https://github.com/stuntapi/stunt
1•polymatto•18m ago•0 comments

Global Bond Slump Sends Long-Term Borrowing Costs to Highest in Decades

https://www.bloomberg.com/news/articles/2026-08-18/bond-rout-sends-long-term-borrowing-costs-to-h...
3•toomuchtodo•18m ago•1 comments

A complete floating-point to_chars in 18 kB

https://vitaut.net/posts/2026/complete-to-chars/
1•vitaut•19m ago•0 comments

Firefox Smart Window

https://blog.mozilla.org/en/firefox/firefox-smart-window/
1•HieronymusBosch•19m ago•0 comments

Making stinkarm stink less, or more?

https://xnacly.me/posts/2026/making-stinkarm-stink-less/
1•ibobev•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.