frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Gemini Embedding 2: Our first natively multimodal embedding model

https://blog.google/innovation-and-ai/technology/developers-tools/gemini-embedding-2/
1•meetpateltech•37s ago•0 comments

Ask HN: What will be the future of RPE in IT services

1•sriramgonella•42s ago•0 comments

Show HN: What was the world listening to? Music charts, 20 countries (1940–2025)

https://88mph.fm/
1•matteocantiello•57s ago•0 comments

An Update on SVG in GTK

https://blogs.gnome.org/gtk/2026/02/25/an-update-on-svg-in-gtk/
1•PaulHoule•1m ago•0 comments

Ad-tech is fascist tech

https://pluralistic.net/2026/03/10/ice-tech/#foreseeable-outcomes
1•only_in_america•1m ago•0 comments

I built and used this boilerplate to generate $2.5M in revenue over 5 years

https://www.indiehackers.com/post/i-built-and-used-this-boilerplate-to-generate-2-5m-in-revenue-o...
1•iwillinc•1m ago•0 comments

Show HN: React Tourlight

https://github.com/btahir/react-tourlight
1•bilater•2m ago•0 comments

Cold Outreach

https://blog.fortrabbit.com/cold-outreach/
1•esher•2m ago•0 comments

Sweat of Tourists Has Covered Michelangelo's Sistine Chapel Fresco in White Film

https://www.smithsonianmag.com/smart-news/the-sweat-of-tourists-has-covered-michelangelos-sistine...
1•bookofjoe•2m ago•0 comments

Live Nation and US Justice Department Edge Towards Settling Antitrust Lawsuit

https://thequietus.com/news/live-nation-and-us-justice-department-edge-towards-settling-antitrust...
1•cdrnsf•4m ago•0 comments

Ask HN: What are you using OpenClaw for?

1•arbuge•4m ago•0 comments

How Well Does Agent Development Reflect Real-World Work?

https://arxiv.org/abs/2603.01203
1•fauigerzigerk•4m ago•0 comments

Confidence by Spotify

https://confidence.spotify.com/
1•babelfish•6m ago•1 comments

AgentSign: Zero trust identity and signing for AI agents

https://agentsign.dev
1•AskCarX•7m ago•1 comments

Show HN: TypeNix – full typing for Nix language by mapping to the TS AST

https://github.com/ryanrasti/typenix
1•ryanrasti•8m ago•1 comments

Show HN: Krira Augment – Production Ready RAG in Minutes

https://www.kriralabs.com/waitlist
1•kriralabs•8m ago•0 comments

There's Hope That at Least Colorado's Age Attestation Bill Could Exclude OSS

https://www.phoronix.com/news/Colorado-Maybe-Exclude-OSS
1•Bender•10m ago•0 comments

Amazon could take at least a day to restore data centers hit by 'objects'

https://www.businessinsider.com/amazon-web-services-data-center-fire-objects-middle-east-strikes-...
1•rainhacker•10m ago•0 comments

Show HN: We're making an inventory autobattler game and released a WebGL demo

https://pixelnest.itch.io/cosmo-cargo
1•valryon•11m ago•0 comments

LiteParser: A fully featured embeddable SQLite parser

https://github.com/sqliteai/liteparser
1•marcobambini•11m ago•0 comments

Daily multivitamin slows signs of biological ageing

https://www.nature.com/articles/d41586-026-00741-3
2•Murfalo•13m ago•1 comments

Show HN: Analysis of 15 AI chat platforms: only 7 offer end-to-end encryption

https://github.com/daoistjc/ai-privacy-research
1•jonathananuma•14m ago•2 comments

Ask HN: How are you testing AI agents before shipping to production?

1•harperlabs•15m ago•1 comments

Show HN: CocoIndex-Code open source embedded AST-based code MCP

https://github.com/cocoindex-io/cocoindex-code
1•georgehe9•16m ago•0 comments

CI should fail on your machine first

https://blog.nix-ci.com/post/2026-03-09_ci-should-fail-on-your-machine-first
2•Norfair•16m ago•0 comments

Frequency – autonomous agent pipelines coordinating through shared state

https://www.frequency.sh/blog/introducing-frequency/
2•frequencyai•17m ago•1 comments

The Fallen Primes of Tohu

https://elonlit.com/scrivings/the-fallen-primes-of-tohu/
1•elonlit•17m ago•0 comments

Parseword – new game from the creator of Wordle

https://www.parseword.com
1•knuckleheads•19m ago•0 comments

Anthropic launches code review tool to check flood of AI-generated code

https://techcrunch.com/2026/03/09/anthropic-launches-code-review-tool-to-check-flood-of-ai-genera...
1•linsomniac•20m ago•0 comments

Internet Archive Faces Copyright Lawsuit over 'Myspace Dragon Hoard'

https://torrentfreak.com/internet-archive-faces-copyright-lawsuit-over-myspace-dragon-hoard/
2•crtasm•20m ago•0 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.