frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Vitra Workstation

https://abduzeedo.com/node/89288
1•levmiseri•30s ago•0 comments

TextPocket: Save and Paste Text Anywhere

https://chromewebstore.google.com/detail/textpocket-save-paste-tex/ieapehlaglbomepkjgffbmckpfmkmpjp
1•hassananayi•2m ago•0 comments

Qwen3.6-35B-A3B draws a better pelican than Opus 4.7

https://twitter.com/simonw/status/2044830134885306701
1•armcat•2m ago•0 comments

South African-led HIV vaccine trial offers a significant moment of promise

https://www.up.ac.za/news/expert-opinion-south-african-led-hiv-vaccine-trial-offers-significant-m...
1•andsoitis•4m ago•0 comments

We May No Longer Need Kafka Compatibility in the Age of AI Agents

https://risingwave.com/blog/we-may-no-longer-need-kafka-compatibility/
1•WavyPeng•7m ago•0 comments

Intel Arc Pro B70 Open-Source Linux Performance Against AMD Radeon AI Pro R9700

https://www.phoronix.com/review/intel-arc-pro-b70
2•zargon•7m ago•0 comments

Google, Pentagon discuss classified AI deal, the Information reports

https://www.reuters.com/technology/google-pentagon-discuss-classified-ai-deal-information-reports...
1•Palmik•8m ago•0 comments

How are you handling persistent memory across LLM agent sessions?

https://github.com/GG-QandV/mnemostroma
1•YevheniiN•8m ago•0 comments

Using Android Without a Google Account in 2026

https://theprivacydad.com/using-android-without-a-google-account-in-2026/
1•Brajeshwar•8m ago•0 comments

College Graduates Are Losing the Clone War

http://charleshughsmith.blogspot.com/2026/04/college-graduates-are-losing-clone-war.html
1•speckx•8m ago•0 comments

Germany misses climate targets as emissions barely fall in 2025

https://www.theguardian.com/world/2026/mar/14/germany-misses-climate-targets-as-emissions-barely-...
2•PaulHoule•8m ago•0 comments

W3M: Fork of Debian's W3M

https://sr.ht/~rkta/w3m/
1•robalni•9m ago•0 comments

Free website privacy and exposure scanner (no signup, instant results)

https://fshot.org/utils/surfacescan.php
1•victorkulla•10m ago•0 comments

Show HN: MemPalace Agent that sits in front of any LLM endpoint and gives memory

https://github.com/skorotkiewicz/mempalace/tree/agent/agent
1•modinfo•10m ago•0 comments

Rationale for the design of the Ada programming language

https://dl.acm.org/doi/10.1145/956653.956654
3•fanf2•11m ago•0 comments

NIST Weighs in on the Mystery of the Gravitational Constant

https://www.nist.gov/news-events/news/2026/04/nist-weighs-mystery-gravitational-constant
1•01-_-•11m ago•0 comments

Learn How to Structure a Test

https://andros.dev/blog/d6eb1348/learn-how-to-structure-a-test/
1•ibobev•12m ago•0 comments

AI is an extinction-level event for your rules of thumb

https://shippingbytes.com/2026/04/15/ai-is-an-extinction-level-event-for-your-rules-of-thumb/
2•gianarb•12m ago•0 comments

More tools for testing SQL dialects

https://buttondown.com/jaffray/archive/more-tools-for-testing-sql-dialects/
1•ibobev•12m ago•0 comments

Syntonic Dentiforms Redux

https://aras-p.info/blog/2026/04/13/Syntonic-Dentiforms-redux/
1•ibobev•13m ago•0 comments

Anthropic rolls out Claude Opus 4.7, an AI model that is less risky than Mythos

https://www.cnbc.com/2026/04/16/anthropic-claude-opus-4-7-model-mythos.html
1•01-_-•14m ago•0 comments

Show HN: Modulo – A daily spatial reasoning puzzle

https://www.sansparsh.art/modulo
2•Sansparsh•15m ago•0 comments

Insurance carriers back away from covering AI outputs

https://www.csoonline.com/article/4159292/insurance-carriers-quietly-back-away-from-covering-ai-o...
2•WaitWaitWha•15m ago•0 comments

Qwen3.6-35B-A3B on my laptop drew me a better pelican than Claude Opus 4.7

https://simonwillison.net/2026/Apr/16/qwen-beats-opus/
2•simonw•16m ago•0 comments

Show HN: Chitragupta Kafka Identity and topic level cost attribution

https://github.com/waliaabhishek/chitragupta
1•Pancake9738•16m ago•0 comments

India's TCS to probe sexual assault, religious conversion in office

https://www.reuters.com/sustainability/indias-tcs-probe-sexual-assault-religious-conversion-alleg...
1•satyapr93•17m ago•0 comments

Show HN: Stage – Putting humans back in control of code review

https://stagereview.app/
5•charleslpan•17m ago•0 comments

Ask HN: Is Opus 4.7 obsessed with malware for anybody else?

1•abstrct•18m ago•1 comments

Meta Platforms, Broadcom Partners to Co-Develop Multi-Gen Silicon AI Chips

https://techgraph.co/ai/meta-platforms-broadcom-partners-to-co-develop-silicon-ai-chips/
1•visitednews•18m ago•0 comments

Bootstrapping AI Evals from Context (Why 'Just Asking Claude' Fails)

https://scorable.ai/post/bootstrapping-ai-evals-from-context
1•Arimbr•20m ago•0 comments
Open in hackernews

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

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

Comments

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