frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Ex-L3Harris exec pleads guilty to selling zero-day exploits to Russian broker

https://cyberscoop.com/peter-williams-guilty-selling-zero-day-exploits-russian-broker-operation-z...
1•aspenmayer•30s ago•1 comments

Guy turned his wedding suit into a sponsored billboard

https://www.famouscampaigns.com/2025/10/this-guy-turned-his-wedding-suit-into-a-sponsored-billboard/
1•rmason•34s ago•0 comments

Maintaining a Music Library, Ten Years On

https://brianschrader.com/archive/maintaining-a-music-library-ten-years-on/
1•sonicrocketman•52s ago•0 comments

The Julius Learning Sub Agent

https://julius-d061c216.mintlify.dev/docs/data-connectors/learning-system
1•zachperkel•1m ago•0 comments

Don't use us-east-1, or 'Why didn't ngrok go down in last week's AWS outage?'

https://ngrok.com/blog/dont-use-us-east-1/
1•lbrito•3m ago•0 comments

China's era of rapid oil fuels growth appears to be at an end

https://www.iea.org/commentaries/oil-demand-for-fuels-in-china-has-reached-a-plateau
1•JumpCrisscross•3m ago•0 comments

Chibi Izumi: phased DAG-planning dependency injection for Python

https://github.com/7mind/izumi-chibi-py
1•pshirshov•6m ago•0 comments

Thoughts on Cursor 2.0 and Cursor Compose

https://simonwillison.net/2025/Oct/29/cursor-composer/
2•azhenley•6m ago•0 comments

Writing an LLM from scratch, part 25 – instruction fine-tuning

https://www.gilesthomas.com/2025/10/llm-from-scratch-25-instruction-fine-tuning
1•gpjt•7m ago•0 comments

TheWhisper: High-Performance Speech-to-Text

https://github.com/TheStageAI/TheWhisper
2•ashvardanian•7m ago•0 comments

Why Foundation Models in Pathology Are Failing

https://rewire.it/blog/why-foundation-models-in-pathology-are-failing-and-what-comes-next/
2•timini•8m ago•0 comments

Shiraoi: Where the first arrows of the last war fell (2009)

https://spikejapan.wordpress.com/2009/09/26/373/
1•oregoncurtis•9m ago•0 comments

Google delivered their first-ever $100B quarter

https://twitter.com/sundarpichai/status/1983627221425156144
2•amrrs•14m ago•1 comments

France Wants a Bitcoin Reserve, to Buy 2% of Bitcoin Supply

https://bitcoinmagazine.com/news/france-proposes-national-bitcoin-reserve
1•janandonly•14m ago•0 comments

Michigan startup transforms brewery waste into revenue streams

https://www.mlive.com/news/kalamazoo/2025/10/michigan-startup-transforms-brewery-waste-into-reven...
1•rmason•16m ago•0 comments

RustyFlow: LLM built on pure Rust language

https://github.com/cekim7/RustyFlow
1•cekim7•16m ago•1 comments

The AI divide roiling video-game giant Electronic Arts

https://www.businessinsider.com/inside-ai-divide-roiling-video-game-giant-electronic-arts-2025-10
4•rwmj•17m ago•2 comments

Business Services Will Transform Affordable Private Schools

https://medium.com/ai-in-education-flourish-style/business-services-will-transform-affordable-pri...
1•rmason•17m ago•0 comments

Backpressure in Distributed Systems

https://blog.pranshu-raj.me/posts/backpressure/
4•andection•17m ago•0 comments

What's wrong with Agile Frameworks (2019)

https://yusufaytas.com/whats-wrong-with-agile-frameworks/
5•richardbrown•21m ago•0 comments

Claude Skills, anywhere: making them first-class in Codex CLI

https://www.robert-glaser.de/claude-skills-in-codex-cli/
2•youngbrioche•22m ago•0 comments

Fast frequency reconstruction using DL for event recognition in ring laser data

https://arxiv.org/abs/2510.03325
1•PaulHoule•22m ago•0 comments

One mountain town hopes AI can help it fight wildfires

https://www.theverge.com/report/809348/ai-fire-detection-vail-hpe-smart-city-platform
1•fleahunter•23m ago•0 comments

It Looks Like a Desert, but It Has Lakes

https://www.youtube.com/watch?v=biGJ_5t30Lk
1•ijidak•24m ago•0 comments

Adding Customizable Frame Contrast to KDE Plasma

https://akselmo.dev/posts/frame-contrast-settings/
1•todsacerdoti•25m ago•0 comments

Built a new open-source sandbox that can run locally

3•tmclemore•26m ago•0 comments

Stories I will not write

https://www.lord-enki.net/stories.html
1•flancian•26m ago•0 comments

Developing a web server with C and FastCGI

https://jsloop.net/2025/10/27/developing-a-web-server-with-c-and-fastcgi
2•todsacerdoti•29m ago•0 comments

Defiance.org

https://www.defiance.org
8•alwillis•33m ago•0 comments

Building Production Apps with Deno Fresh 2

https://brettchalupa.com/blog/building-with-deno-fresh-2
1•brettcodes•33m ago•1 comments
Open in hackernews

Show HN: I got tired of rebuilding tool integrations for AI agent,so I built 2LY

https://github.com/AlpinAI/2ly
5•EigerAI•2h ago

Comments

EigerAI•2h ago
Hey HN!

I'm one of the devs behind 2LY. Here's why we built this:

Lately I was building AI agents across LangChain, n8n, and custom Python. Every time, I had to: - Reconnect the same tools (Slack, GitHub, Drive) with new auth configs - Deal with Python/Node version conflicts between tools - Debug failures with zero visibility into what actually happened

It felt like pre-Docker chaos—everyone solving the same problem differently.

The key issue: most MCP gateways just proxy requests. Your agent still manages configs, dependencies, and credentials. We wanted to fully decouple tool infrastructure from agent logic.

*How 2LY works differently:* - Embedded runtimes for each tool—your agent never touches Python versions or npm packages - Central registry—connect a tool once, use it across any framework (LangChain, Langflow, n8n, custom) - Built-in playground to test tools before deploying - Full observability—every agent-to-tool interaction logged in one place

So you can swap agent frameworks, update tool versions, or add integrations without touching agent code. Everything scales independently.

It's open source (Apache 2.0), runs locally with Docker, takes 2 minutes to start: https://github.com/AlpinAI/2ly

*Curious:* Are you rebuilding the same integrations across agents? How do you handle dependency conflicts?

I'll stick around to answer questions!

totofofo•1h ago
Ran it from custom made agents. Worked immediately and remved the pain from managig tooling from the agents to a neat interface. I would only suggest to add the capability to load mcp servers from a git repo. Happy to test the feature should you built it!
EigerAI•1h ago
Hi totofofo, Thanks for your comment! Yes, you can load MCP servers directly from sub registry or direct URL. Also working on adding APIs via swagger.

Don't hesitate to give it a try, it works on prem : https://github.com/AlpinAI/2ly

minireni•1h ago
Very cool! When will you be adding the feature to connect with APIs?
EigerAI•1h ago
Dropping it before Christmas! Follow the repo to catch the release → https://github.com/AlpinAI/2ly