frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Techno History: Archive of 475 shows with over 9000 documented tracks (German)

https://stevemasonexperience.info/
1•nor0x•37s ago•0 comments

Benchmark agent configs with a simple CLI tool

https://github.com/emiliolugo/clawmark
1•emiliolugo•43s ago•0 comments

Architecture as an executable constraint instead of documentation

https://github.com/arman-jalili/guardian-framework
1•arman-w-jalili•46s ago•0 comments

WhatsApp to let people chat with usernames

https://www.bbc.co.uk/news/articles/c1dykk3135xo
1•edward•52s ago•0 comments

Fifteen Years in Fifty Minutes

https://theshamblog.com/fifteen-years-in-fifty-minutes/
1•scottshambaugh•1m ago•0 comments

What's slowing down the AI buildout

https://www.worksinprogress.news/p/ai-is-bottlenecked-by-the-grid
1•speckx•2m ago•0 comments

Show HN: ReelsGraph – movie/TV watchlist and ML-based discovery queue, no signup

https://www.reelsgraph.com/
1•Whiskee•4m ago•0 comments

Show HN: Framein – a local work-state layer that keeps AI agents in context

https://www.framein.dev/
1•BonPPa•5m ago•0 comments

The Tech Innovations Readers Want to See in the Next 20 Years

https://www.wsj.com/tech/tech-innovations-readers-e599647b
1•thm•5m ago•0 comments

We Should Start Simulating Brains

https://www.youtube.com/watch?v=FHQfmJEpRmU
1•turizzmo•6m ago•0 comments

x86 AI Compute Extensions (Ace) Specification [pdf]

https://x86ecosystem.org/wp-content/uploads/2026/06/ACE_v1_Specification_public_1_15.pdf
1•ksec•6m ago•0 comments

Product Design Psychology

https://productdesignpsychology.com
1•thm•6m ago•0 comments

The Layers of AI Experience

https://emilycampbell.co/writing/layers-of-ai-experience
1•thm•6m ago•0 comments

Show HN: Sigil – FIDO2 key-derived P2P remote desktop (agentic workflow retro)

https://dami.zip/blog/sigil-agentic-retro/
1•FelineStateMach•7m ago•0 comments

Clean Architecture protects the happy zone

https://www.echooff.dev/blog/clean-architecture-protects-the-happy-zone
1•bardiainjast•7m ago•0 comments

Soatok's Informal Guide to Threat Models

https://soatok.blog/2026/06/30/soatoks-informal-guide-to-threat-models/
1•iamnothere•10m ago•0 comments

Show HN: Declarative secrets management for agents and dev teams

https://github.com/renton4code/propagate-cli
1•renton4code•10m ago•0 comments

Monetary Policy and Libertarianism

https://scottsumner.substack.com/p/monetary-policy-and-libertarianism
1•surprisetalk•11m ago•0 comments

Clustering AI conversations signals for codebase improvements

https://blume.codes/blog/how-blume-codebase-improvements-work
1•blumeCodes•12m ago•0 comments

Show HN: MemoryOps AI – governed memory lifecycle for AI assistants

https://github.com/patibandlavenkatamanideep/memoryops-ai
2•pvmanideep20•12m ago•0 comments

The Unity Asset Store is ditching publishers based in China and Hong Kong

https://www.gamedeveloper.com/production/the-unity-asset-store-is-ditching-publishers-based-in-ch...
1•ksec•14m ago•0 comments

Everyone wants to kill the middle manager role - The data says don't do it

https://www.fastcompany.com/91548285/everyone-wants-to-kill-the-middle-manager-role-the-data-says...
1•backlit4034•14m ago•0 comments

Superintellignce is still decades away

2•lamprouge•16m ago•0 comments

Terraform releases page experiencing errors

https://status.hashicorp.com/incidents/01KWC7AT3FX788RDTR759G7SNV
1•oathvz•17m ago•0 comments

Sentinel-1 Likelihood of Damage for the Venezuela Earthquake

https://gis.earthdata.nasa.gov/portal/apps/mapviewer/index.html?webmap=0c3d77dd5aae46e4829d9a2824...
1•mmaia•17m ago•0 comments

Show HN: Kedro as a Service

https://kedro.org/blog/kedro-as-a-service
5•stichers•19m ago•1 comments

Show HN: Sod – Touch ID-Backed SSH Keys Using the Secure Enclave

https://botanica-consulting.github.io/sod/
1•botanica_labs•19m ago•0 comments

Why agent-to-agent economy will explode

https://lucianocccc.com/agent-economy/
1•lucianocccc•20m ago•0 comments

Generating Images with a 2025 Android

https://www.duration.ai/blog/generating-images-with-a-2025-android
1•sudb•21m ago•0 comments

Moving to Finland as a Software Engineer

https://relocateme.substack.com/p/moving-to-finland-for-work
4•andrewstetsenko•24m 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.