frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

I'm Suing Anthropic for Unauthorized Use of My Personality

https://www.lesswrong.com/posts/zuAfLrApKg4CExzTw/i-m-suing-anthropic-for-unauthorized-use-of-my-...
1•usrme•5m ago•0 comments

Show HN: Arbiter – Deterministic Guardrails for Agents

https://github.com/yajasmalhotra/arbiter
1•randromeda•8m ago•1 comments

TurboQuant-RS – a Rust Implementation

https://github.com/coderjack/turboquant-rs
1•coderjack•9m ago•1 comments

Stop censoring books, teachers warn school libraries

https://news.sky.com/story/stop-censoring-books-teachers-warn-school-libraries-13527067
1•austinallegro•11m ago•0 comments

Open-source EU AI Act risk classifier – no API, runs offline, TypeScript

https://github.com/cesaranogilbert/aaia-eu-ai-act-classifier
1•tennotenryu•13m ago•0 comments

Will AI Eventually Thrive Outside the Moat?

https://www.unite.ai/will-ai-eventually-thrive-outside-the-moat/
4•50kIters•31m ago•0 comments

LipoVive – Your Daily Boost for Metabolism and Wellness 2026

https://www.morningstar.com/news/accesswire/1138075msn/lipovive-reviews-shocking-2026-report-what...
1•JulieMorrison•32m ago•0 comments

r/programming bans all discussion of LLM programming

https://old.reddit.com/r/programming/comments/1s9jkzi/announcement_temporary_llm_content_ban/
37•cryptoz•33m ago•9 comments

LFM2.5-350M

https://twitter.com/liquidai/status/2039029358224871605
1•tosh•40m ago•0 comments

Why Are Event-Driven Systems Hard?

https://newsletter.scalablethread.com/p/why-event-driven-systems-are-hard
3•fagnerbrack•42m ago•1 comments

Show HN: An SSR Java framework for real-time user interfaces and AI agents

https://github.com/vadimv/server-components
1•v4d1mv•47m ago•0 comments

Ask vs. Guess Culture

https://jeanhsu.substack.com/p/ask-vs-guess-culture
2•computomatic•48m ago•0 comments

Things I Think I Think... Preferring Local OSS LLMs

https://blogs.newardassociates.com/blog/2026/titit-local-ai.html
2•zdw•49m ago•0 comments

Italian bill proposes curbs on social media addiction

https://www.reuters.com/legal/litigation/italian-bill-proposes-curbs-social-media-addiction-2026-...
1•1vuio0pswjnm7•52m ago•0 comments

Searches for Piracy Increased over the Past 5 Years

https://trends.google.com/trends/explore?date=today%205-y&geo=US&q=piracy&hl=en-US
1•Cider9986•52m ago•0 comments

Musk: SpaceX IPO to fund space data centers. MSFT undersea fail sounds warning

https://www.reuters.com/business/aerospace-defense/spacexs-orbital-data-centers-could-face-same-h...
1•1vuio0pswjnm7•53m ago•0 comments

Show HN: JavaScript Obfuscator

https://github.com/nstarke/egodeath
1•bootbloopers•54m ago•0 comments

The Math of Friday 13th

https://www.scientificamerican.com/article/why-friday-the-13th-is-a-mathematical-inevitability/
2•pixiemaster•54m ago•0 comments

Show HN: Tileserver-RS – Tile Server in Rust with MapLibre Native Rendering

https://github.com/vinayakkulkarni/tileserver-rs
2•vinayakkulkarni•59m ago•0 comments

I rebuilt the same project after 15 years – what changed in web dev

https://bamwor.com/en/news/rebuilt-same-project-after-15-years
2•manudaro•1h ago•0 comments

Embracing AI with Claude's C Compiler

https://chipsandcheese.com/p/embracing-ai-with-claudes-c-compiler
1•signa11•1h ago•0 comments

Pair Programming in the Age of Agents

https://mattwynne.net/pair-programming-in-the-age-of-agents
1•mattwynne•1h ago•0 comments

I built a programming language on the top of Node.js

https://github.com/dominexmacedon-dev/starlight-cli-script
2•dominexmacedon•1h ago•1 comments

Vietnamization (1969)

https://en.wikipedia.org/wiki/Vietnamization
2•ValentineC•1h ago•0 comments

Ask HN: Why is almost all of API documentation online?

1•triilman•1h ago•0 comments

RSL: Simple Licensing

https://rslstandard.org/
2•fagnerbrack•1h ago•0 comments

How to take down a US F-35 over Iran? Chinese engineer's tutorial goes viral

https://www.scmp.com/news/china/science/article/3348619/how-take-down-us-f-35-over-iran-chinese-e...
2•KnuthIsGod•1h ago•0 comments

What Agents Need Before They Handle Real Money

https://catenalabs.com/blog/what-agents-need-before-they-handle-real-money/
4•jorgereyna•1h ago•2 comments

It's time for the 'Sell painkillers, not vitamins' metaphor to die

https://www.pathsensitive.com/2023/09/its-time-for-painkillers-vitamins-die.html
3•zrkrlc•1h ago•0 comments

History Behind the SpaceX IPO

https://ioc.exchange/@muskfiles/116333241408716236
4•infinitewars•1h ago•2 comments
Open in hackernews

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

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

Comments

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