frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Vibe Coding a (basic) Wispr Clone in 20 minutes

https://zach.codes/p/vibe-coding-a-wispr-clone-in-20-minutes
1•zackify•45s ago•0 comments

You Can't Escape the AI Tax

https://www.theatlantic.com/technology/2026/03/laptop-electronics-ram-ai-tax/686628/
1•samizdis•50s ago•0 comments

Rejected by iloveimg so created ihateimg

https://ihateimg.com/
1•ajdeez•51s ago•0 comments

Ollama Now Runs Faster on Macs Thanks to Apple's MLX Framework

https://www.macrumors.com/2026/03/31/ollama-now-runs-faster-apple-silicon-macs/
1•alwillis•55s ago•0 comments

Google lets you ditch that embarrassing old Gmail username

https://www.androidauthority.com/change-google-account-gmail-username-usa-rollout-3653478/
2•speckx•4m ago•0 comments

Show HN: Lazy-tool: reducing prompt bloat in MCP-based agent workflows

https://github.com/rpgeeganage/lazy-tool
5•like-to-code1•4m ago•0 comments

Fast sandboxed code execution with pre-warmed gVisor pools

https://github.com/shayonj/gvisord
2•shayonj•5m ago•0 comments

From "Show Me" to "Do It": How OdooClaw Takes Action in Your Odoo

https://www.odooclaw.ai/blog/how-odooclaw-takes-action-in-your-odoo
2•oktra_dev•6m ago•0 comments

Show HW: How This Graybeard Built the Fastest and Freest Postgres BM25 Search

https://github.com/timescale/pg_textsearch
2•tjgreen•7m ago•1 comments

Show HN: LeetChess – Solve Chess Puzzles on New Tab Pages

https://chromewebstore.google.com/detail/leetchess/hogbcffpfhmcagfjbpiofabechljdflk
3•0xmattf•8m ago•0 comments

Cohere Transcribe: Speech Recognition

https://cohere.com/blog/transcribe
4•gmays•10m ago•0 comments

Sigil CMS – headless CMS with native multi-tenancy, 22 plugins, GraphQL and CLI

https://github.com/Netrun-Systems/sigil-cms
2•DanielGarza•10m ago•0 comments

Show HN: PhAIL – Real-robot benchmark for AI models. The gap to humans is 20x

https://phail.ai
2•vertix•11m ago•2 comments

Why some American accents have endured – while others have faded away

https://www.vox.com/explain-it-to-me/483964/american-accent-history-identity-southern-new-england...
1•speckx•11m ago•0 comments

AI agent that writes and hot-reloads its own Python modules at runtime

https://github.com/asieltechlab/asiel-core
1•asieltechlab•13m ago•0 comments

Show HN: Wageslave – I quit my soul sucking job to make a game about it

https://cauldron.itch.io/wageslave
3•stonecauldron•15m ago•0 comments

Forth VM and compiler written in C++ and Scryer Prolog

https://github.com/no382001/forth-vm
2•triska•15m ago•0 comments

The Last Fingerprint: How Markdown Training Shapes LLM Prose

https://arxiv.org/abs/2603.27006
1•Er-c•16m ago•0 comments

Interaction Nets

https://en.wikipedia.org/wiki/Interaction_nets
1•tosh•16m ago•0 comments

Build with Veo 3.1 Lite, our most cost-effective video generation model

https://blog.google/innovation-and-ai/technology/ai/veo-3-1-lite/
2•meetpateltech•18m ago•0 comments

Analyzing Geekbench 6 Under Intel's Binary Optimization Tool (Bot)

https://www.geekbench.com/blog/2026/03/analyzing-geekbench-6-under-intels-bot/
1•gloxkiqcza•19m ago•0 comments

Ask HN: What are you building with AI coding agents / tooling?

2•giancarlostoro•19m ago•0 comments

The Overvaluation Trap (2015)

https://hbr.org/2015/12/the-overvaluation-trap
1•toomuchtodo•20m ago•0 comments

I made a 3D Browser to review my HN upvotes [video]

https://www.youtube.com/watch?v=1MiMlorMMJM
2•ppqqrr•22m ago•0 comments

Building a Powerful SIEM with ClickHouse and Clickdetect – Wazuh – SQL Detection

https://medium.com/@me_15345/building-a-powerful-siem-with-clickhouse-and-clickdetect-ae68a4495a76
2•souzo•23m ago•0 comments

How Congress Plans to Take on the Housing Crisis

https://www.wsj.com/economy/housing/how-congress-plans-to-take-on-the-housing-crisis-76bf027c
3•paulpauper•23m ago•2 comments

DuckLineage Extension for DuckDB

https://github.com/ilum-cloud/duck_lineage/
3•tanelpoder•23m ago•0 comments

Are New York's Environmental Concerns Worsening a Housing Shortage?

https://www.nytimes.com/2026/03/28/nyregion/hochul-housing-seqra-environment.html
2•paulpauper•23m ago•0 comments

Create Issues from Slack with Copilot

https://github.blog/changelog/2026-03-30-create-issues-from-slack-with-copilot/
2•mooreds•23m ago•0 comments

What Maxxing Reveals About Life Online

https://www.theatlantic.com/ideas/2026/03/maxxing-tiktok-internet-clavicular/686616/
2•paulpauper•24m 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.