frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Evals Aren't Dead, but They're Low Res

https://hackbot.dad/writing/towards-high-fidelity-evals/
1•pact_inference•28s ago•0 comments

A few weeks of X's algorithm can make you more right‑wing

https://theconversation.com/a-few-weeks-of-xs-algorithm-can-make-you-more-right-wing-and-it-doesn...
1•cdrnsf•1m ago•0 comments

Fancy Little Lisp λs

https://lepisma.xyz/2017/12/20/fancy-lambdas
1•signa11•1m ago•0 comments

Solving the Jane Street ASIC reverse-engineering puzzle

https://braindump.ing/writing/2026-09-04-asic-puzzle.html
1•jceratops•2m ago•0 comments

10-year Treasury yield jumps to highest since 2023

https://www.cnbc.com/2026/09/09/treasury-yields-oil-inflation.html
1•Betelbuddy•2m ago•0 comments

Show HN: GBDL – one Markdown+YAML file to save a multi-agent Grok Bot setup

https://github.com/jcpsimmons/gbdl
1•joshcsimmons•3m ago•0 comments

Show HN: A rated ladder for vibe coders – we rank the human, not the model

https://vibeladder.dev
1•alviso•3m ago•0 comments

Software Engineers as Business Enablers

https://microfrontends.substack.com/p/software-engineers-as-business-enablers
1•luisvieira_gmr•4m ago•0 comments

Good Taste Can't Be Taught, Bought or Learned, Sorry AI

https://emilyoberg.substack.com/p/good-taste-cant-be-taught-bought
2•cdrnsf•4m ago•0 comments

Show HN: Mushrooms – A personal MCP server for 2,500 apps, so your AI can act

https://mushrooms.viasocket.com
1•ankit100•4m ago•0 comments

Defining AI Psychosis. Part 2: "Prolific AI Psychosis"

https://jeffs.blog/p/defining-ai-psychosis-part-2-prolific
1•euthymiclabs•4m ago•0 comments

Women more likely to marry, land jobs after taking GLP-1s

https://current.fas.harvard.edu/stories/women-more-likely-marry-land-jobs-after-taking-glp-1s
1•CGMthrowaway•5m ago•0 comments

What Happens When Your RAG System Retrieves the Wrong Documents?

https://github.com/ChandulaSenevirathna/Agentic_RAG
3•Delta000•5m ago•4 comments

New in SuperSplat: Editor 3.0 Rebuilt on WebGPU

https://blog.playcanvas.com/new-in-supersplat-editor-3-0-rebuilt-on-webgpu/
1•metrofun•6m ago•0 comments

My book sales went from being enough for me to live off (2024) to zero (2026)

https://exploringjs.com/
1•theanonymousone•7m ago•0 comments

Show HN: Open-source whiteboard animator running locally

1•Masih77•7m ago•0 comments

GPT-6 Astra agents develop language in simulation

https://twitter.com/mattshumer_/status/2095596175705399482
1•jmngomes•8m ago•0 comments

Is Jane Street the best hedge fund in the world?

https://rupakghose.substack.com/p/is-jane-street-the-best-hedge-fund
1•paulpauper•8m ago•1 comments

Four Kinds of Agent Memory

https://memanto.ai/blog/four-kinds-of-agent-memory
1•supportm•8m ago•0 comments

Mapping Vulnerability to Extreme Heat

https://ocsi.uk/2026/08/28/mapping-vulnerability-to-extreme-heat-a-new-neighbourhood-level-index-...
1•speckx•9m ago•0 comments

Show HN: Moral.games, a 1v1 ethics game with an AI judge

https://moral.games
1•dvt•9m ago•0 comments

What Makes a Great Investor?

https://www.economist.com/finance-and-economics/2026/08/25/what-makes-a-great-investor
1•paulpauper•9m ago•0 comments

LogitScope: Analyzing LLM uncertainty from token probability distributions

https://github.com/ibm-granite/granite.debug-tools/tree/main/logitscope
1•mncharity•9m ago•1 comments

Ask HN: Software Licenses that prevent LLMs from training on open source?

1•mattm•10m ago•0 comments

Bank accounts frozen in MHRA weight-loss jab investigation

https://www.bbc.com/news/articles/cpd7x5wnnn7o
1•paulpauper•10m ago•0 comments

The Marine Sanctuary Protecting the Gulf's Coral Life

https://texashighways.com/outdoors/water/the-marine-sanctuary-protecting-the-gulfs-coral-life/
1•ohjeez•11m ago•0 comments

Eiffel Tower employees strike after female staff removed

https://www.dw.com/en/eiffel-tower-closed-strike-women-hindu/a-79152603
9•thunderbong•12m ago•2 comments

CrowdStrike Announces Agentic Identity Provider

https://www.crowdstrike.com/en-us/blog/crowdstrike-announces-agentic-identity-provider/
1•syumei•12m ago•0 comments

TCP Path Diagnostics

https://curl.realhackers.org/
1•Bender•13m ago•1 comments

I think I used the Hermes Agent wrong

https://heyjonny.dev/posts/i-think-i-used-the-hermes-agent-wrong/
1•heyjonny•14m 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.