frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Comparing React and Htmx for Building Chatbots

https://carlkolon.com/2026/08/14/htmx-react-chat/
1•cckolon•2m ago•0 comments

The Making of Pro Office Calculator, Part 1 – Fragment-Based Architecture

https://deadbeef.io/procalc_making_of_1
1•rjinman•2m ago•0 comments

When facts change, should AI memory change?

https://github.com/Anchorstate-Lab/GMR
1•Zongming•3m ago•0 comments

Turning molecules into reliable electronic devices

https://news.mit.edu/2026/turning-molecules-into-reliable-electronic-devices-0803
1•gmays•4m ago•0 comments

Human brain cells do next-token prediction

https://parasma.com/news/human-brain-cells-do-next-token-prediction
1•alach11•5m ago•0 comments

Apple trains its own AI model for China market with Alibaba's support, sources

https://www.reuters.com/business/retail-consumer/apple-trains-its-own-ai-model-china-market-with-...
2•newusertoday•6m ago•0 comments

Trust Boundary Collapse: Two Campaigns That Bypassed Artifact Inspection

https://lateos.ai/articles/trust-boundary-collapse-teampcp-clickfix
1•leochong•6m ago•0 comments

Multi-hop reasoning collapses by 1M tokens; with a learning system it doesn't

https://zenodo.org/records/21937795
1•lvrzhn•7m ago•0 comments

Rustc_codegen_JVM: Compile Rust to Java bytecode and runnable JARs

https://github.com/IntegralPilot/rustc_codegen_jvm
1•fanf2•7m ago•0 comments

AI Thinks the Internet Is Reddit. We Have 8,616 Answers Proving It

https://growtika.com/blog/reddit-ai-visibility-research
2•Growtika•7m ago•1 comments

1,1 mld USD dla River AI: Co oznacza rewolucja spersonalizowanego AI?

https://neurise.io/blog-auto-1-1-mld-usd-dla-river-ai-rewolucja-spersonalizowanego-ai.html
1•mbarczynski•8m ago•0 comments

Can Boeing Be Forced to Let a Blind Machinist Build Planes? New Lawsuit Says Yes

https://viewfromthewing.com/can-boeing-be-forced-to-let-a-blind-machinist-build-planes-a-new-laws...
1•crescit_eundo•9m ago•0 comments

LLM Web Search Benchmarks: More Searches Beat a Better Search Engine

https://openrouter.ai/blog/announcements/web-search-benchmark/
1•DGAP•10m ago•0 comments

Earn yield through machine learning vault on DeFi

https://twitter.com/macbrennan_cc/status/2088295071024034226
1•panterafii•12m ago•1 comments

150 years of Gibbs' phase rule

https://www.chemistryworld.com/features/150-years-of-gibbs-phase-rule/4023900.article
1•akshatjiwan•13m ago•0 comments

Predicting short interest from FINRA daily short volume shows 0.414 correlation

https://equibles.com/research/does-daily-short-volume-predict-short-interest
1•daniel3303•14m ago•0 comments

An advanced attacker is targeting Salesforce and ServiceNow instances worldwide

https://www.reco.ai/blog/city-forum-campaign-salesforce-servicenow
1•daretograsp•15m ago•0 comments

The database that should be dead but runs the Internet [video]

https://www.youtube.com/watch?v=_CB_Aa2ODeM
1•teleforce•15m ago•1 comments

US Court rules AFP health programs can't import Gilead medications from overseas

https://www.cnbc.com/2026/08/14/court-ruling-gilead-medications-overseas-afps.html
1•ck2•16m ago•1 comments

Agentic AI drops digits, This library catches them before it runs in fintech

https://github.com/insightitsGit/PrismManifest
1•parvaamin•17m ago•0 comments

Desktop Calendar: A Design Journey – The Thunderbird Blog

https://blog.thunderbird.net/2026/08/desktop-calendar-a-design-journey/
1•speckx•18m ago•0 comments

Visual Studio Code 1.133

https://code.visualstudio.com/updates/v1_133
1•tosh•20m ago•0 comments

Nvidia's $500B Plan Envelops Wall Sreett in Its AI Frenzy

https://www.bloomberg.com/news/articles/2026-08-14/nvidia-s-500-billion-plan-envelops-wall-street...
1•petethomas•21m ago•0 comments

Quantum Latin squares cannot solve Euler's 36 officers problem

https://phys.org/news/2026-08-quantum-latin-squares-euler-officers.html
1•sciences44•21m ago•0 comments

Map: Tracking OpenAI's Leadership Exodus

https://ca.finance.yahoo.com/news/map-tracking-openais-leadership-exodus-231728875.html
2•yogthos•24m ago•0 comments

The Workplace Works as Designed. That's the Problem

https://participate.sxsw.com/flow/sxsw/sxsw27/community-voting-sxsw/page/community-voting/session...
1•mooreds•25m ago•0 comments

Ask HN: Has anyone been fired because of an AI-driven DDoS attack?

3•novateg•25m ago•0 comments

Asus PureGo Fruit and Vegetable Cleanliness Detector

https://www.asus.com/us/networking-iot-servers/smart-home/smart-kitchen/purego-pd100/
2•Bluestein•27m ago•0 comments

The Foothills of Bay Area House Party

https://www.astralcodexten.com/p/the-foothills-of-bay-area-house-party
2•paulpauper•27m ago•0 comments

How to Keep Thinking

https://www.seangoedecke.com/how-to-keep-thinking/
1•inferhaven•28m ago•1 comments
Open in hackernews

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

https://github.com/Oaklight/ToolRegistry
3•Oaklight•1y ago

Comments

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