frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

SyncBank App

https://syncbank.app/
1•samdsgn•15s ago•0 comments

Rubik Solver

https://jeffhuber.github.io/rubiks-solver/
1•tzury•4m ago•1 comments

Cursor Camp from Neal.fun

https://neal.fun/cursor-camp/
1•vidzert•8m ago•0 comments

Ask HN: International Student Career Advice?

1•AriasLcr•8m ago•0 comments

Building apps for single purpose, always on iPhones 6

https://twitter.com/angadsg/status/2048499923533148593
1•angadsg•9m ago•0 comments

Show HN: CFP Radar – Find the conferences your talk belongs at

https://www.cfpradar.dev/
1•gemanor•11m ago•0 comments

Oracle Corporation Emerges as AI Shot-Caller

http://tommyatomsjr.blogspot.com/2026/04/oracle-corporation-transforms-into-ai.html
1•paizono•14m ago•0 comments

Show HN: Open-source Semrush alternative just passed 1.6k stars

https://openseo.so/
1•bsenescu•15m ago•0 comments

The Duolingo taxi test–could being rude to the driver cost you your dream job?

https://phys.org/news/2026-04-duolingo-taxi-rude-driver-job.html
1•i7l•20m ago•0 comments

Anchor – Lisp→C compiler, no GC, hygienic macros, Chez Scheme at compile time

https://github.com/allenj12/anchor/tree/main
1•AnchorLang•21m ago•1 comments

Show HN: Lightport – AI gateway that makes LLM providers OpenAI-compatible

https://github.com/glama-ai/lightport
1•smokybay•22m ago•0 comments

L123: A Lotus 1-2-3–style terminal spreadsheet with modern Excel compatibility

https://github.com/duane1024/l123
2•duane1024•22m ago•0 comments

Finding a Therapist in Germany, Automation

https://github.com/sasanamari/busy_therapists
2•alikhoramshahi•22m ago•1 comments

Show HN: Boredroom, An app for men who stare at walls

https://apps.apple.com/us/app/bored-room/id6758528370
1•ZeidJ•23m ago•0 comments

Lovable: We're Currently Experiencing Issues

https://status.lovable.dev/
1•doener•25m ago•0 comments

Blockify – Build Shopify sections visually, export clean native Liquid you own

https://www.blockifybuilder.com/
1•kibbyd1985•27m ago•0 comments

Clio MCP Open-source Claude connector for law firms

https://github.com/oktopeak/clio-mcp
1•piterjov•29m ago•0 comments

Y Combinator – The French Documentary (With English Subtitles) [video]

https://www.youtube.com/watch?v=w-zS3U40Juo
1•rmason•30m ago•1 comments

I built an AI travel agent that books real hotels

https://medium.com/@sorin_14830/how-i-built-an-ai-travel-startup-that-actually-books-real-hotel-1...
2•sorinmihailescu•31m ago•0 comments

AI can replace your job. Here's what it can't replace

https://www.cjchilvers.com/blog/ai-can-replace-your-job-heres-what-it-cant-replace/
3•evo_9•34m ago•0 comments

Local Figma Port – export scoped design context to MCP for AI coding agents

https://github.com/echo-ae/local_figma_port
1•echo-ae•36m ago•0 comments

To buy this Bay Area home, you'll need Anthropic equity

https://techcrunch.com/2026/04/26/to-buy-this-bay-area-home-youll-need-anthropic-equity/
1•momentmaker•37m ago•0 comments

OpenAI is building a phone that would make apps obsolete

https://thenextweb.com/news/openai-qualcomm-ai-phone-agents-replace-apps
4•skeledrew•38m ago•2 comments

Sebastian Sawe breaks iconic sub-two-hour marathon barrier

https://www.bbc.com/sport/athletics/articles/cp383n09030o
13•avicado0o•38m ago•1 comments

Tokenmaxxing Isn't an AI Strategy

https://www.theregister.com/2026/04/26/ai_price_tag/
1•saikatsg•38m ago•0 comments

Show HN: Rocketship, AI app builder that comes with an AI sales team

https://deployrocketship.com
1•CarlosJeer•39m ago•2 comments

Show HN: Pdfnative-MCP – Model Context Protocol server for the pdfnative engine

https://www.npmjs.com/package/pdfnative-mcp
1•nizoka•39m ago•0 comments

U.S. companies back Sam Altman's World ID even as much of the world pushes back

https://restofworld.org/2026/sam-altman-worldcoin-zoom-tinder-partnerships/
18•kelnos•40m ago•4 comments

Bridging West Papua Through Dispossession

https://failedarchitecture.com/bridging-west-papua-through-dispossession/
1•Thevet•40m ago•0 comments

How Much of Substack Is AI?

https://www.usermag.co/p/how-much-of-substack-is-actually-ai-pangram-analysis-substack-bestsellers
2•laurex•40m ago•0 comments
Open in hackernews

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

https://github.com/Oaklight/ToolRegistry
3•Oaklight•11mo ago

Comments

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