frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

z486: A 486-Class Pipelined FPGA CPU with Integrated Floating-Point

https://nand2mario.github.io/posts/2026/z486/
1•matt_d•1m ago•0 comments

Preparing GLM-5.3 for Open Release: A Responsible Path to Cyber Defense

https://twitter.com/Zai_org/status/2088280509474320693
1•pretext•5m ago•0 comments

Compatibility Testing Pulumi HCL

https://www.pulumi.com/blog/compatibility-testing-pulumi-hcl/
1•cnunciato•7m ago•0 comments

Malaysia to launch palm oil-based immersion cooling fluid for data centers

https://www.datacenterdynamics.com/en/news/malaysia-to-launch-palm-oil-based-immersion-cooling-fl...
2•01-_-•8m ago•0 comments

Microsoft Walks Away from China

https://247wallst.com/investing/2026/08/14/microsoft-walks-away-from-china/
1•01-_-•9m ago•0 comments

Spain extends largest nuclear plant in policy U-turn

https://www.yahoo.com/news/politics/articles/spain-extends-largest-nuclear-plant-104423761.html
1•mpweiher•10m ago•0 comments

Get to Know David, Alice, Bob, Jack and Sara [Agents] [video]

https://www.youtube.com/watch?v=zAOcfDu5vp0
1•rodmena•11m ago•0 comments

Show HN: Bernstein – run 44 CLI coding agents from one deterministic scheduler

https://github.com/sipyourdrink-ltd/bernstein
1•alex_chernysh•18m ago•0 comments

Show HN: Local Duolingo like course authoring for independent creators

https://www.asakiri.com/
2•alekoiz•21m ago•1 comments

GLM-5.3: How Chinese labs keep stride with the frontier

https://www.interconnects.ai/p/glm-53-how-chinese-labs-keep-stride
2•tosh•21m ago•0 comments

How to ship a database every day

https://turbopuffer.com/blog/control-plane
1•samuel246•22m ago•0 comments

Google Opens the Gates of AI Slop Hell

https://gizmodo.com/google-opens-the-gates-of-ai-slop-hell-2000798888
4•ochrist•28m ago•1 comments

Tankers Are Going Dark for Longer to Get Oil Out of Middle East

https://www.bloomberg.com/news/articles/2026-08-14/tankers-are-going-dark-for-longer-to-get-oil-o...
1•tosh•29m ago•0 comments

The Embedder's Dilemma: LLMs Are Better, but at What Cost?

https://arxiv.org/abs/2608.12875
1•sbulaev•30m ago•0 comments

Show HN: Riffn. An instant voice link with your AI agents and local models

https://riffn.io/how-riffn-works/
2•riffn•32m ago•0 comments

"That's not SoC 2 compliant"

https://ampcode.com/notes/thats-not-soc-2-compliant
10•tosh•36m ago•3 comments

Ask HN: How do you keep up with HN these days?

12•simonebrunozzi•38m ago•12 comments

Mycorrhizal Infrastructure Map

https://a-hidden-infrastructure.spun.earth/map
1•num42•38m ago•0 comments

Israel's done little to rein in spiraling settler violence against Palestinians

https://apnews.com/article/israel-palestinians-settler-violence-us-siege-west-bank-bd4ae76cec1773...
4•hebelehubele•40m ago•1 comments

Choosing the Right Database for AI Agents: LLM Generated SQL

https://predictabledialogs.com/learn/ai-stack/choosing-database-configurable-ai-agents
2•jaikant•44m ago•0 comments

Behold the 'glueball,' a new form of matter

https://www.science.org/content/article/behold-glueball-strange-new-form-matter
1•the-mitr•46m ago•0 comments

Global Mastercard outage stopping shopping in Sydney

https://www.smh.com.au/national/global-mastercard-outage-stopping-shopping-in-sydney-20260815-p60...
4•Khaine•50m ago•0 comments

Are You a Human?

https://www.newyorker.com/magazine/2026/08/17/are-you-a-human
2•mitchbob•53m ago•1 comments

Hacking Fiber to the Home

https://hackaday.com/2026/08/13/hacking-fiber-to-the-home/
2•Corrado•59m ago•0 comments

An Autonomous Framework for Systematic Factor Invest via Agentic AI

https://papers.ssrn.com/sol3/papers.cfm?abstract_id=6416881
2•dima1830•59m ago•0 comments

Show HN: NexusMem – local memory for coding agents, not just Git log

https://github.com/yaminbkk/NexusMem
2•yamin_bakoh•1h ago•0 comments

Who Is Cami Clark? Anthropic CEO's Wife Asked Epstein to Invest in Porn Business

https://www.forbes.com/sites/alisondurkee/2026/08/14/who-is-cami-clark-anthropic-ceos-wife-asked-...
6•gpi•1h ago•1 comments

Apple launches ads in Apple Maps for businesses across the US and Canada

https://www.theapplepost.com/2026/08/14/71094/apple-launches-ads-in-apple-maps-for-businesses-acr...
2•mgh2•1h ago•1 comments

Did the AI Bubble Just Pop?

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

Show HN: GPT, Claude, Gemini. Ask them all. Pay for one

https://whizi.io/
2•not_wowinter14•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.