frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

'An AlphaFold 4' - Scientists marvel at DeepMind drug spin-off's new AI

https://www.scientificamerican.com/article/an-alphafold-4-scientists-marvel-at-deepmind-drug-spin...
1•helloplanets•2m ago•0 comments

AI Isn't People

https://www.todayintabs.com/p/a-i-isn-t-people
1•HotGarbage•3m ago•0 comments

Who Wins When Everyone's Writing Code?

https://predictabledialogs.com/learn/openclaw/future-of-software
2•jaikant•18m ago•2 comments

Taiwan's PSMC Joins Intel, SoftBank's ZAM alternative to HBM AI Memory

https://www.trendforce.com/news/2026/02/23/news-psmc-joins-intel-softbanks-zam-initiative-to-manu...
1•walterbell•18m ago•0 comments

Show HN: Build Your Own CLI Coding Agent in Python

https://github.com/primaprashant/alduin
1•primaprashant•18m ago•1 comments

Rust Debugging Survey 2026

https://blog.rust-lang.org/2026/02/23/rust-debugging-survey-2026/
2•umairnadeem123•20m ago•0 comments

Machine-Generated, Machine-Checked Proofs for a Verified Compiler

https://arxiv.org/abs/2602.20082
1•umairnadeem123•21m ago•0 comments

Machine gun set up close to the University of Tehran

https://www.iranintl.com/en/202602234502
2•ukblewis•21m ago•0 comments

Show HN: Describe a workflow in plain English and builds the multi-agent system

https://www.phinite.ai/
2•PhiniteAI•23m ago•3 comments

Cassandra Complex

https://en.wikipedia.org/wiki/Cassandra_(metaphor)
2•sans_souse•24m ago•0 comments

How to Organize Safely in the Age of Surveillance

https://www.wired.com/story/how-to-organize-safely-in-the-age-of-surveillance/
1•jbegley•26m ago•0 comments

Colt – Describe a browser task in English, get a Playwright script

1•Vipul_Sharma_69•27m ago•0 comments

Anthropic misanthropic toward China's AI labs

https://www.theregister.com/2026/02/24/anthropic_misanthropic_chinese_ai_labs/
1•abdelhousni•29m ago•1 comments

Show HN: Memctl.com: Open-source shared memory infrastructure for coding agents

1•meszmate•34m ago•0 comments

The Looming Taiwan Chip Disaster That Silicon Valley Has Long Ignored

https://www.nytimes.com/2026/02/24/technology/taiwan-china-chips-silicon-valley-tsmc.html
5•blatherard•35m ago•1 comments

Workaholic open source developers need to take breaks

https://www.theregister.com/2026/02/23/open_source_devs_column/
2•abdelhousni•37m ago•0 comments

Show HN: enveil – hide your .env secrets from prAIng eyes

https://github.com/GreatScott/enveil
2•parkaboy•38m ago•1 comments

Huntarr – Your passwords and your ARR stack's API keys are exposed to anyone

https://old.reddit.com/r/selfhosted/comments/1rckopd/huntarr_your_passwords_and_your_entire_arr_s...
1•donutshop•39m ago•0 comments

Why I Hate Anthropic and You Should Too

https://danielmiessler.com/blog/why-you-should-hate-anthropic
4•curmudgeon22•44m ago•0 comments

Show HN: L88 – A Local RAG System on 8GB VRAM (Need Architecture Feedback)

1•adithyadrdo•46m ago•0 comments

Compiler Education Deserves a Revolution

https://thunderseethe.dev/posts/compiler-education-deserves-a-revoluation/
2•azhenley•48m ago•1 comments

Torvalds Drops Old Linux Kconfig Option to Address Tiresome Kernel Log Spam

https://www.phoronix.com/news/Torvalds-Unseeded-Random
2•voxadam•49m ago•0 comments

FDA approves swallowable weight-loss balloon as alternative to GLP-1 drugs

https://www.businesswire.com/news/home/20260223930098/en/Allurion-Receives-U.S.-FDA-Approval
3•sizzle•49m ago•0 comments

The Mind Illuminated [pdf]

https://ia803200.us.archive.org/view_archive.php?archive=/26/items/ebook-buddhism-2/EBOOK%20BUDDH...
2•andsoitis•50m ago•1 comments

From ASPLOS to Orbit: Unikernels Twelve Years Later

https://gazagnaire.org/blog/2026-02-23-asplos-unikernels.html
1•matt_d•50m ago•1 comments

DPDP and AIF Operations: Investor Data Compliance Guide 2026

https://taghash.io/blog/dpdp-and-aif-operations-investor-data-compliance-guide-2026/
1•koolhead17•53m ago•0 comments

Show HN: ClinTrialFinder –AI-powered clinical trial matching for cancer patients

https://www.clintrialfinder.info
1•chncwang•1h ago•0 comments

Show HN: L88 – A Local RAG System on 8GB VRAM (Need Architecture Feedback)

https://github.com/Hundred-Trillion/L88-Full
1•adithyadrdo•1h ago•0 comments

Simulating the hardest Physics Problems in Python [video]

https://www.youtube.com/watch?v=M_OOwhA2fY8
1•chii•1h ago•0 comments

Show HN: We scanned 500 ClawHub skills for security risks – 10% were dangerous

1•yusufjacobs•1h 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.