frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Hedge-fund manager built his firm to be powered by AI agents

https://www.cnbc.com/2026/09/08/brian-kelly-bracket22-ai-agents.html
1•janpot•55s ago•0 comments

Dual Photography (2005) [pdf]

https://web.ece.ucsb.edu/~psen/Papers/SIGGRAPH05_DualPhotography.pdf
2•joebig•6m ago•0 comments

I built 13 small Apify Actors this month, mostly AI-grounded

https://apify.com/rumi7911
1•Rumi7911•10m ago•0 comments

Pushgate

https://pushgate.dev/
1•handfuloflight•10m ago•0 comments

What Happened in Austin

https://www.freerange.city/p/what-happened-in-austin
1•surprisetalk•11m ago•0 comments

Devin Fusion: the first multi-model coding agent on the Pareto frontier

https://twitter.com/ArtificialAnlys/status/2098504939781906684
1•oscarfr•11m ago•1 comments

What Capital Never Told You About Rent

https://www.humansontheloop.com/p/rent
1•longitudinal93•12m ago•0 comments

Show HN: Grading a golf bag from club specs alone, no launch monitor

https://app.fitmygolfclubs.com/
2•fitmygolfclubs•13m ago•0 comments

A Summer of AI Optimization

https://twitter.com/lemire/status/2102369812806504705
1•magoghm•14m ago•0 comments

Show HN: Builder – An open-source alternative to Lovable, Replit, and v0

https://github.com/heyputer/builder
2•ent101•16m ago•0 comments

Some say AI is ALREADY CONSCIOUS. My response is

https://www.youtube.com/watch?v=3UWadAJF6wU
1•calebm•16m ago•0 comments

Loophole in new EU labelling will let fossil-fuelled data-centres pass as green

https://euobserver.com/238725/loophole-in-new-eu-labelling-will-let-fossil-fuelled-data-centres-p...
1•vrganj•16m ago•0 comments

ImAlive – A privacy-first safety timer and digital legacy vault

https://imalive.app/
1•lechmit•17m ago•0 comments

Show HN: Warble – Share voice notes in your social media feeds

https://www.getwarble.com/
2•tedavis•17m ago•0 comments

Show HN: Relay – a self-hosted LLM gateway with smart routing and request pacing

https://github.com/anchorshell/relay
1•pavelmelnichuk•18m ago•0 comments

Lazydraw: Terminal ASCII editor for drawing diagrams and sketches

https://github.com/mpospirit/lazydraw
2•masterpos•20m ago•0 comments

Qobuz multiplatform client cease-and-desisted by Qobuz

https://github.com/vicrodh/qbz
1•abc42•20m ago•0 comments

JRR Tolkien on 'the most tragic moment' in The Lord of the Rings

https://www.bbc.com/culture/article/20260918-the-most-tragic-moment-in-the-lord-of-the-rings
8•cisc•20m ago•2 comments

Flock's Gunfire Alerts Raise a New Fourth Amendment Question

https://reason.com/2026/09/22/flocks-gunfire-alerts-raise-a-new-fourth-amendment-question/
1•delschlangen•23m ago•0 comments

Applying zigzag algebra in abstract algebra to improve LLM training

https://zenodo.org/records/22896336
1•genji970•23m ago•0 comments

Amazon's New Encryption Method Still Doesn't Deliver Real Privacy

https://www.techdirt.com/2026/09/21/cold-take-amazons-new-encryption-method-still-doesnt-deliver-...
1•MC995•24m ago•0 comments

Milestones in Optical Lithography Tool Supplier [pdf]

https://www.lithoguru.com/scientist/litho_history/milestones_tools.pdf
1•pillars•24m ago•0 comments

Bwbach, My Guardian Goblin

https://robertmay.photography/journal/bwbach-my-guardian-goblin
4•robotmay•25m ago•0 comments

Show HN: StatePort – spend tokens on fixes, not repeated repro

https://stateport.dev/
1•redvoron•25m ago•0 comments

Why I send my kid to low-income urban public schools

https://www.slowboring.com/p/why-i-send-my-kid-to-low-income-urban
3•elo2000•25m ago•1 comments

Self-hosting LLM models for software development

https://www.kmaschta.me/blog/2026/09/22/self-hosting-llm-models
2•Kmaschta•26m ago•0 comments

RWX: CI/CD platform for the agentic dev cycle

https://www.rwx.com/
1•handfuloflight•27m ago•0 comments

Fearless SIMD v1.0 is here

https://linebender.org/blog/fearless-simd-1-0/
1•verdagon•27m ago•0 comments

The Tech Elite Is Funding an Alternative to College

https://www.wsj.com/us-news/education/horowitz-andreessen-academy-college-alternative-f9f3ac2e
1•elo2000•27m ago•0 comments

Being considerate of other people's time

https://vondra.me/posts/being-considerate-of-other-peoples-time/
3•adastral•27m 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.