frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Building open AI to cure or prevent all disease by 2110

https://www.latent.space/p/biohub
1•gmays•4m ago•0 comments

Putin Is Turning Eighth-Grade Classrooms into Army Training Grounds

https://www.wsj.com/world/russia/putin-is-turning-eighth-grade-classrooms-into-army-training-grou...
1•pinewurst•4m ago•0 comments

Gem: Modded Gemini is a great enterprise search tool/debug asst?

https://gemini.google.com/gems/create
1•garryssaunaboy•7m ago•1 comments

I Used AI to Write My Last Blog Post and HN Flagged It

https://meysam.io/blog/hn-viral-flagged-submission/
1•meysamazad•7m ago•1 comments

Binary Prediction and Artificial Intelligence = Automation for Businesses

1•ZekeV•7m ago•0 comments

Instant chat roomz for your friends – speakz.chat

https://speakz.chat/
1•nickisyourfan•7m ago•0 comments

TypeScript, Python, and the AI feedback loop changing software development

https://github.blog/news-insights/octoverse/typescript-python-and-the-ai-feedback-loop-changing-s...
1•meysamazad•7m ago•0 comments

Show HN: Beatdelay.co – Stop procrastinating on urgent tasks

https://beatdelay.co
1•ivanramos•9m ago•2 comments

Fast and Accurate Long Text Generation with Few-Step Diffusion Language Models

https://github.com/apple/ml-fs-dfm
1•gok•9m ago•0 comments

The Anatomy of the Least Squares Method, Part Two

https://thepalindrome.org/p/the-anatomy-of-the-least-squares-ab5
1•tzury•13m ago•0 comments

BC's Tales of the Pacific ǀ The awful tuna tragedy

https://mvariety.com/editorials/columnists-bcs-tales-of-the-pacific-the-awful-tuna-tragedy-k2xmj0...
1•sipofwater•14m ago•1 comments

Show HN: A developer mental health tool that encourages daily coding with breaks

https://bitpet.dev/
1•rishabhpoddar•15m ago•0 comments

Show HN: Questmate (SafetyCulture Alternative)

https://www.questmate.com/
1•cedel2k1•17m ago•0 comments

Architectures of the AI Mind: The simple prompt that tells you everything

https://artificiallyintelligentspace.substack.com/p/architectures-of-the-ai-mind
1•datanality•19m ago•0 comments

How to Survive Artificial Intelligence

https://www.thefp.com/p/ai-will-change-what-it-is-to-be-human
1•gmays•20m ago•0 comments

What Happened with Claude Opus 4.1?

https://artificiallyintelligentspace.substack.com/p/heres-to-another-legacy-model
1•datanality•20m ago•0 comments

Sima Mofakham, Chuck Mikell's AI that sees signs of consciousness

https://tbrnewsmedia.com/sbus-sima-mofakham-chuck-mikell-design-ai-that-sees-signs-of-consciousness/
1•Marshferm•25m ago•0 comments

Show HN: Treasury – The personal finance app built for you (public beta)

https://treasury.sh/
2•junead01•26m ago•0 comments

A Search Engine That Finds You Weird Old Books – By Clive Thompson – Debugger

https://debugger.medium.com/a-search-engine-that-finds-you-weird-old-books-3a74fbb5f3d4
1•pkaeding•26m ago•0 comments

Google Wave

https://en.wikipedia.org/wiki/Google_Wave
2•Nition•30m ago•1 comments

Is it too late to contribute to AI? (Andrew Ng)

https://www.deeplearning.ai/the-batch/issue-327/
2•dvrp•34m ago•0 comments

Improve Your Personality (1951)

https://www.youtube.com/watch?v=VvFF9NlRlxQ
1•higgins•36m ago•0 comments

How to Write a Book in Markdown

https://carlalexander.ca/write-book-markdown/
2•nivethan•38m ago•0 comments

Show HN: AI SDK Rust – With Storage

1•saribmah•40m ago•0 comments

AirPods Live Translation Expands to the EU

https://mjtsai.com/blog/2025/11/06/airpods-live-translation-expands-to-the-eu/
1•colinprince•43m ago•0 comments

Audit Figma Components for detached, reset, overridden components and more

https://www.figma.com/community/plugin/1564328602359376130/component-auditor-toolkit
1•BiblioKit•46m ago•0 comments

Texas A&M to restrict faculty from advocating "race and gender ideology"

https://www.texastribune.org/2025/11/13/texas-am-regents-race-gender-ideology-course-audit/
4•geox•48m ago•0 comments

Splice a Fibre

https://react-networks-lib.rackout.net/fibre
3•matt-p•50m ago•0 comments

Indiana Professor Removed from Class over White Supremacy Lesson

https://www.nytimes.com/2025/11/13/us/indiana-university-professor-white-supremacy-lesson.html
3•zzzeek•59m ago•0 comments

Tesla working to integrate Apple CarPlay in its EVs, Bloomberg News reports

https://www.reuters.com/business/autos-transportation/tesla-working-integrate-apple-carplay-its-e...
3•cebert•59m ago•2 comments
Open in hackernews

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

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

Comments

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