frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Allbirds Rebrands as AI Company

https://www.bloomberg.com/news/articles/2026-04-15/ex-sneaker-firm-allbirds-soars-373-after-rebra...
1•dlx•18s ago•0 comments

Rescind Davis Bacon

https://marginalrevolution.com/marginalrevolution/2026/04/rescind-davis-bacon.html
1•speckx•48s ago•0 comments

I am monitoring the situation [video]

https://www.youtube.com/watch?v=2IsR06zf8nQ
1•recsv-heredoc•1m ago•0 comments

Securing Connected Products

https://iotnewsdigest.substack.com/p/connected-and-secured-building-the
1•yoelf22•1m ago•0 comments

Lazy-loading Claude Code skills

https://www.wallfacer.ai/blog/lazy-loading-claude-code-skills
1•pdenya•1m ago•0 comments

Vibe Coding Security Fixes

https://www.zaproxy.org/blog/2026-04-15-vibe-coding-security-fixes/
1•psiinon•1m ago•0 comments

Gemini App on Mac

https://gemini.google/mac/
1•pretext•2m ago•0 comments

Build Now

https://zergai.com/blog/essays/build-now
1•idanb•3m ago•0 comments

X's Big Bot Purge Wiped Out a Lot of People's Porn Feeds

https://www.wired.com/story/x-bot-purge-wipes-out-secret-porn-feeds/
1•Cider9986•3m ago•0 comments

For the first time ever, Amazon is cutting old Kindles off from the Kindle Store

https://arstechnica.com/gadgets/2026/04/starting-in-may-pre-2013-kindles-wont-be-able-to-buy-or-d...
2•ilamont•4m ago•0 comments

Kerrygold Maker Ornua Sees Middle East War Driving Food Inflation

https://www.bloomberg.com/news/articles/2026-04-15/kerrygold-butter-maker-sees-iran-war-costs-hit...
1•speckx•4m ago•0 comments

Gemini 3.1 Flash TTS: the next generation of expressive AI speech

https://blog.google/innovation-and-ai/models-and-research/gemini-models/gemini-3-1-flash-tts/
1•pretext•4m ago•0 comments

Instruction-Driven Development vs. Outcome-Driven Development vs. Vibe Coding

https://o1maxim.substack.com/p/instruction-driven-development-vs
1•maxim_bg•4m ago•0 comments

InControl Podcast 43 – Steve Brunton: DMD, SINDy, HydroGym, Optimization

https://www.incontrolpodcast.com/1632769/episodes/18960945-ep43-steve-brunton-dmd-koopman-sindy-e...
1•sebzuddas•5m ago•0 comments

EU warns Meta WhatsApp AI fee breaches antitrust rules, orders rollback

https://www.reuters.com/world/eu-warns-meta-whatsapp-ai-fee-breaches-antitrust-rules-orders-rollb...
1•1vuio0pswjnm7•5m ago•0 comments

Codebase Cognitive Debt

https://www.thoughtworks.com/radar/techniques/codebase-cognitive-debt
1•layer8•7m ago•0 comments

Behind fiery attack on OpenAI's Altman, a growing divide over AI

https://www.adn.com/nation-world/2026/04/14/behind-fiery-attack-on-openais-altman-a-growing-divid...
1•rolph•7m ago•0 comments

Claude Sucks

1•TheIrishman2000•8m ago•0 comments

RedMonk Top Languages over Time: January 2026

https://redmonk.com/rstephens/2026/04/14/top20-jan2026/
1•mooreds•10m ago•0 comments

Object Oriented Programming in Ada

https://entropicthoughts.com/object-oriented-programming-in-ada
2•baranul•11m ago•0 comments

A sufficiently comprehensive spec is not (necessarily) code

https://buttondown.com/hillelwayne/archive/a-sufficiently-comprehensive-spec-is-not/
2•BerislavLopac•12m ago•0 comments

Claude Universe: teach Claude Code to think systematically

https://github.com/mbwsims/claude-universe
1•simsisaki•13m ago•0 comments

Gemini 3.1 Flash Live

https://blog.google/innovation-and-ai/models-and-research/gemini-models/gemini-3-1-flash-live/
1•pylotlight•13m ago•1 comments

Gartner: AI is not a silver bullet for mainframe exit

https://www.heise.de/en/news/Gartner-AI-is-not-a-silver-bullet-for-mainframe-exit-11259157.html
1•layer8•16m ago•0 comments

Show HN: Hormuz Trail - Oregon Trail parody for the Iran conflict

https://hormuztrail.com/
1•sstradling•17m ago•0 comments

CRISPR takes a bold leap toward silencing Down syndrome's extra chromosome

https://medicalxpress.com/news/2026-04-crispr-bold-silencing-syndrome-extra.html
3•amichail•17m ago•0 comments

What's Happening to Beyond Meat?

https://www.foodpolitics.com/2026/04/whats-happening-to-beyond-meat/
2•speckx•17m ago•1 comments

Ask HN: How do you prepare for a mid career Research Engineer role at neo Labs

1•sameersegal•18m ago•0 comments

If you ignore soft skills, you'll be taken for a ride

https://togetherlondon.com/insights/ignore-soft-skills-at-your-peril
1•algebracare•18m ago•0 comments

AI Coding Agents get better at functional code, but not security

https://www.endorlabs.com/research/ai-code-security-benchmark
1•EwokAmbassador•19m 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.