frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Company Offering '100% Human-Written, Never AI' Medical Research Is AI

https://www.404media.co/company-offering-100-human-written-never-ai-peer-review-is-entirely-ai/
2•Anon84•7m ago•0 comments

SignalCaster

https://signalcaster.app/
1•abdoghamlouch•11m ago•0 comments

Linux desktop use surged to 22% on one workday, Cloudflare data shows

https://www.zdnet.com/article/linux-desktop-use-surged-on-one-workday-cloudflare-data-shows/
3•speckx•12m ago•0 comments

Numbat by Perplexity: Endpoint visibility into AI agent activity

https://github.com/perplexityai/numbat
1•handfuloflight•13m ago•0 comments

SWE-Bench ProMax: Benchmarking Agents on Large-Scale Code Refactoring

https://arxiv.org/abs/2608.09802
1•williamjinq•14m ago•0 comments

4Chan Chuds Used AI to Clothe Her. She Fought Back (2024)

https://www.rollingstone.com/culture/culture-news/dignifai-4chan-shame-women-1234961851/
2•TMWNN•15m ago•0 comments

Stealing Reasoning Traces from Proprietary LLM APIs

https://arxiv.org/abs/2608.09867
1•vismit2000•16m ago•0 comments

The lifesaving secret hidden inside a horseshoe crab's blue blood

https://whdh.com/news/the-lifesaving-secret-hidden-inside-a-horseshoe-crabs-blue-blood-and-the-ra...
2•andsoitis•27m ago•0 comments

New Bedford police officer accused of using Flock cameras to track ex-partner

https://newbedfordlight.org/new-bedford-police-officer-accused-of-using-flock-cameras-to-track-an...
8•newsomix9xl•30m ago•4 comments

The traits that make engineers stand out, according to Coinbase's CTO

https://www.businessinsider.com/coinbase-cto-shares-traits-standout-engineers-have-ai-era-2026-8
2•doctaj•32m ago•0 comments

Gen Z has rediscovered the joy of going to the movies

https://www.economist.com/culture/2026/08/11/gen-z-has-rediscovered-the-joy-of-going-to-the-movies
8•andsoitis•33m ago•2 comments

Nvidia's Great Silicon Showdown

https://www.economist.com/business/2026/08/11/nvidias-great-silicon-showdown
1•andsoitis•34m ago•0 comments

Show HN: AirStats – the lightest Mac menu bar system monitor

https://airstats.app/
2•byrencodes•34m ago•0 comments

Advanced AI Sycophancy

https://www.seangoedecke.com/advanced-ai-sycophancy/
2•chaychoong•35m ago•0 comments

Am I the problem? Interviewing another team to find out

https://www.macchaffee.com/blog/2026/am-i-the-problem/
1•abelanger•37m ago•0 comments

I built a failover daemon for Vast.ai spot GPUs, found 5 real bugs testing it

https://github.com/enplabs/spotwarp
1•choi5844•38m ago•0 comments

A least-privilege linter for Claude Code agent policies

https://www.npmjs.com/package/@cognitive-fab/polycheck
1•jdubray•42m ago•0 comments

Skills from a Smart Bear

https://skills.asmartbear.com/
2•mooreds•43m ago•0 comments

Malicious Chrome VPN Extensions Discovered That Do Traffic Redirection

https://socket.dev/blog/chrome-vpn-extension-impersonation
1•feross•43m ago•0 comments

Replantio

https://replantio.com/
1•gdss•51m ago•0 comments

Show HN: Kernelspace- interactive course on systems programming for LLM Serving

https://kernelspace.naigap.com/
1•praveer13•53m ago•0 comments

Why Tokenmaxxing Is for Fools. A Rant on Fake Productivity

https://joereis.substack.com/p/why-tokenmaxxing-is-for-fools-a-rant
3•doppp•53m ago•0 comments

Text Watermarking for Non-Academics

https://blog.gaborkoos.com/posts/2026-08-12-Text-Watermarking-for-Non-Academics/
1•nikolay•55m ago•0 comments

Gemini becomes Google's fastest-growing product ever as it hits 1B users

https://arstechnica.com/ai/2026/08/google-says-gemini-has-reached-1b-users-faster-than-any-other-...
5•Gaishan•56m ago•3 comments

Fastest Inference Meta Muse Glimmer 30B on Apple

https://www.basecompute.co/getbasert
2•lukasonedge•59m ago•0 comments

Almost nowhere in California is building enough, according to the state

https://calmatters.org/housing/2026/08/california-rhna-housing-affordable-progress/
2•littlexsparkee•1h ago•1 comments

We're in the Most Dangerous Period – With Doomberg [video]

https://www.youtube.com/watch?v=uP6PCZTPQ2U
2•Bender•1h ago•1 comments

Codex in ChatGPT desktop app for Linux in preview

https://community.openai.com/t/codex-in-chatgpt-desktop-app-for-linux-is-now-in-preview/1390027
1•tmp10423288442•1h ago•0 comments

Show HN: Spend.Report – See what you're spending money on each month

https://spend.report/
1•nadermx•1h ago•0 comments

A podcast trying to complete Campaign for North Africa

https://www.wargamer.com/board-games/the-campaign-for-north-africa-two-years
1•pavel_lishin•1h ago•0 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.