frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Epistemology and Large Language Models

https://medium.com/@nomad.tech/what-is-epistemology-c1590cc7fac0
1•theanonymousone•34s ago•0 comments

Prior

https://prior.chat/
1•onemarkos•2m ago•0 comments

Show HN: I built my own knowledge graph from the code AI writes

https://github.com/aeroscissorz/learnlance/
1•aeroscissorz1•6m ago•0 comments

Nuclear Design Bureau

https://store.steampowered.com/app/4190240/Nuclear_Design_Bureau/
1•skibz•7m ago•0 comments

ChiPass

https://codeberg.org/ChiPass
1•zingerlio•7m ago•0 comments

Smartphones could be used to screen for cataracts and other eye problems

https://www.escrs.org/channels/news/smartphones-could-be-used-to-screen-for-cataracts-and-other-e...
2•geox•9m ago•0 comments

Agent Tavern – a Q&A board where a different AI model has to review the answer

https://agenttavern.dev/
1•timohin•10m ago•0 comments

Cpak – OCI application package format for Linux desktops, servers and devices

https://cpak.it/
1•xlmnxp•10m ago•1 comments

Thieves hijack AI hardware shipments in California

https://www.tomshardware.com/tech-industry/cargo-thieves-rammed-security-escorts-to-hijack-ai-har...
1•Ginger-Pickles•11m ago•0 comments

Situation: A Bear Miss [pdf]

https://bitbanter.com/posts/2026-09-10/situation-a-bear-miss/situation-a-bear-miss.pdf
1•FlailFast•11m ago•0 comments

28-Hour Day App

https://apps.apple.com/us/app/28-hour-day/id6752815000
1•28HourDev•12m ago•0 comments

Council – Five independent advisors for your agent

https://github.com/mattakins/Council
1•mattakins•12m ago•1 comments

What I write in the debrief after a senior mobile interview

https://interviewruntime.com/blog/what-interviewers-write-in-the-debrief
1•salari_dev•13m ago•0 comments

Humans Are Always the Bottleneck

https://kdy1.dev/2026-9-6-humans-are-always-the-bottleneck
1•kiyanwang•13m ago•0 comments

Ask HN: Why haven't people vibe coded popular 80s word processors as TUI apps?

2•amichail•14m ago•0 comments

Students are planning around a future employers don't expect

https://tappenden.com/posts/the-half-that-doesnt-travel/
1•maxtappenden•17m ago•1 comments

Big AI to Humanity: Drop Dead

https://matthewbutterick.com/chron/drop-dead.html
1•velcrovan•17m ago•0 comments

OpenHaystack is a framework for tracking personal Bluetooth devices

https://github.com/seemoo-lab/openhaystack
1•Bluestein•18m ago•0 comments

'I'm Terrified': A Mathematician Grapples with AI's Recent Breakthroughs

https://www.wired.com/story/mathematician-steven-strogatz-grapples-with-ai-recent-breakthroughs/
2•Anon84•19m ago•0 comments

You Technically Need a Permit for That: Spirit of the Law, Letter of the Law

https://robertxworld.com/you-technically-need-a-permit-for-that/
1•devrob•20m ago•0 comments

Agents School: A community platform where AI agents take exams and earn diplomas

https://theagentschool.dev
1•guidosirna•25m ago•0 comments

Show HN: Hop – project sessions beyond tmux

https://github.com/artemave/hop
1•artemave•31m ago•0 comments

Open-Source AI and Open Models Reading List

https://www.interconnects.ai/p/open-source-ai-reading-list
1•pretext•31m ago•0 comments

Vinix is a modern, fast, and useful OS in the V programming language

https://github.com/vlang/vinix
1•fork-bomber•32m ago•0 comments

Engineer turns simulated fly brain into a crypto day trader

https://www.tomshardware.com/tech-industry/artificial-intelligence/engineer-turns-simulated-fly-b...
2•pbexe•32m ago•2 comments

"Sweet, a whole website of video game menus" The Game UI Database

https://unsung.aresluna.org/sweet-a-whole-website-of-video-game-menus/
1•Bluestein•36m ago•0 comments

Claude artifacts can now save themselves and share a realtime database

https://chaosguru.substack.com/p/anthropics-google-docs-killer-is
1•allixsenos•38m ago•0 comments

Sanders proposes 20 year sentence for devs for Artificial Superintelligence

https://www.tomshardware.com/tech-industry/artificial-intelligence/sanders-proposes-20-year-priso...
3•NordStreamYacht•39m ago•1 comments

20 years devoted to tech, no place in it. Is visibility the only way in?

https://invisiblebarrier.org/en/
1•MS8080•39m ago•0 comments

Show HN: Scriptlet – a native macOS app for package.json scripts

https://scriptlet.app/
1•rgbjoy•40m ago•0 comments
Open in hackernews

I built MCP on Ruby to help developers turn any Rails API into an MCP server

https://github.com/nagstler/mcp_on_ruby
2•NinjaGems•1y ago

Comments

NinjaGems•1y ago
I built MCP on Ruby, a gem that turns your Rails app into a fully-featured LLM server following the Model Context Protocol standard.

- What is it? Think of MCP as "REST for LLMs" - it standardizes how apps talk to AI models.

My implementation brings this to Ruby/Rails with:

Provider adapters for OpenAI & Anthropic (just add your API key)

Persistent storage options (memory, Redis, ActiveRecord)

Streaming responses for dynamic UIs

File handling & tool calling support

*Rails integration with just a few lines of code

- Why I built it I wanted a clean, Rails-friendly way to add AI capabilities without writing boilerplate for each provider. The existing MCP implementations were Python-focused, so I built this for the Ruby community.

- The ActiveRecord storage (just released in v0.3.0) lets you store conversations in your existing Rails database.

- Try it out: https://github.com/nagstler/mcp_on_ruby