frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Addicted to the algorithm – Big Tech lobbies to keep us hooked on social media

https://corporateeurope.org/en/2026/02/addicted-algorithm-0
1•robtherobber•33s ago•0 comments

Show HN: Live Vulnerability Intelligence Dashboard (Trending CVEs)

https://www.leakycreds.com/vulnerability-intelligence
1•saynsec•51s ago•0 comments

Npmx: a fast, modern browser for the NPM registry

https://npmx.dev/blog/alpha-release
1•todsacerdoti•6m ago•0 comments

Anthropic's Killer-Robot Dispute with The Pentagon

https://www.theatlantic.com/technology/2026/03/inside-anthropics-killer-robot-dispute-with-the-pe...
2•helloplanets•6m ago•0 comments

From Abilities to AI Agents: Introducing the WordPress MCP Adapter

https://developer.wordpress.org/news/2026/02/from-abilities-to-ai-agents-introducing-the-wordpres...
1•bph•7m ago•1 comments

Show HN: CryptoMorning – AI crypto briefing via a single Claude.md file

https://plus8bit.github.io/cryptomorning/
1•plus8bit•8m ago•0 comments

.NET Devs: You're Probably Ignoring This Attribute (Stop)

https://www.youtube.com/watch?v=a7Kh8hDd96E
1•aloneguid•8m ago•0 comments

Show HN: Web2cli – Every website is a Unix command

https://github.com/jb41/web2cli
2•michaeloblak•10m ago•1 comments

India's top court angry after junior judge cites fake AI-generated orders

https://www.bbc.com/news/articles/c178zzw780xo
1•tchalla•11m ago•0 comments

Mullvad VPN: Banned TV Ad in the Streets of London [video]

https://www.youtube.com/watch?v=rwhznrpgl7k
3•vanyauhalin•15m ago•1 comments

Show HN: MRSF – A sidecar review format for Markdown (CLI and MCP server)

https://github.com/wictorwilen/MRSF
1•wictorwilen•19m ago•1 comments

OpenAI changes deal with US Military after backlash

https://www.bbc.co.uk/news/articles/c3rz1nd0egro
1•kulor•19m ago•0 comments

Show HN: Building a Globe Viewer When Software Is Cheap

https://github.com/arpentry/arpentry/blob/main/docs/MOTIVATION.md
1•bchapuis•20m ago•1 comments

Data Does Not Speak to You

https://tantaman.com/2026-03-02-data-doesnt-speak.html
1•tantaman•20m ago•0 comments

Legal AI slop is becoming a real problem

https://www.ctinsider.com/connecticut/article/supreme-court-ai-cases-middletown-21950447.php
3•dryadin•22m ago•0 comments

Show HN: Only firewall for AI prompts with a security grade on every PR

https://promptguard.co/
1•acebot712•22m ago•0 comments

Show HN: AI Referral Detector – See which AI sent traffic to your site

https://github.com/Mantasaur/AI-referral-detector
2•grandlaps•22m ago•0 comments

Startup claims it can stop lightning and prevent catastrophic wildfires

https://www.technologyreview.com/2026/03/03/1133848/this-startup-claims-it-can-stop-lightning-and...
1•joozio•22m ago•0 comments

Show HN: Claude Gym – a tiny CLI that nudges you to move while Claude Code runs

1•mosesxu•23m ago•0 comments

SDK code mode shows SotA accuracy and performance for agents using APIs

https://www.stainless.com/blog/sdk-code-mode
1•dgellow•23m ago•0 comments

Even AI agents need a digital detox

https://vibesprings.net
1•Vibeguy900•24m ago•0 comments

Show HN: MD Feedback – Review AI Plans in Markdown via MCP

https://github.com/yeominux/md-feedback
1•yeominux•24m ago•0 comments

I built a remote work tool with privacy, unlimited users and free for testing

1•chronotrigger•27m ago•0 comments

How to Kill the Code Review

https://www.latent.space/p/reviews-dead
2•tonkkatonka•28m ago•2 comments

So long and thanks for all the applets

https://inside.java/2025/12/03/applet-removal/
1•cxr•28m ago•0 comments

RTINGS: Revamping Our Membership Program

https://www.rtings.com/company/revamping-our-membership-program
1•zaxcellent•28m ago•0 comments

What if code wasn't a text document?

https://joethephish.me/blog/visual-programming/
2•iainmerrick•30m ago•0 comments

Show HN: CronBeats – Cron monitoring with AI support and progress tracking

https://cronbeats.com/
1•brian_cas•31m ago•1 comments

Show HN: FileHunter, Self-hosted file manager that remembers disconnected drives

https://github.com/zen-logic/file-hunter
2•zen-logic•32m ago•0 comments

What Is a Token

https://jenniferplusplus.com/what-is-a-token/
2•adrianhoward•34m ago•0 comments
Open in hackernews

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

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

Comments

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