frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Transferable sessions between Claude Code instances

https://getcesar.dev/
1•apkhydr•4m ago•0 comments

Explore Changes with Drafts

https://docs.lovable.dev/features/drafts
1•doener•6m ago•0 comments

Sam Altman: I agree with Dario that we need to pace the frontier

https://twitter.com/sama/status/2098811563415150910
2•mfiguiere•8m ago•0 comments

AI writing debate is similar to the one that rocked ancient Greece 2700 yrs ago

https://fortune.com/2026/09/10/ai-writing-debate-ancient-greece-euripides-aristotle-nietzsche/
1•gpi•10m ago•0 comments

The Fear Index [Book]

https://en.wikipedia.org/wiki/The_Fear_Index
2•BiraIgnacio•14m ago•0 comments

Show HN: Lumae Native macOS screen-demo recorder that agents can edit over MCP

https://lumae.app
2•happyyeti•14m ago•2 comments

"I discovered a new medium for storytelling"

https://sublimeinternet.substack.com/p/i-discovered-a-new-medium-for-storytelling
1•ynac•17m ago•0 comments

Find investors for your startup – Investor Match Guarantee

https://leadagentx.ai
2•liranbr•22m ago•0 comments

An Alternative Syntax for Type Inference in Java

https://aghasemi.github.io/blog/?p=P0002
1•theanonymousone•26m ago•0 comments

Endless Execution

https://world.hey.com/dhh/endless-execution-4157e065
1•andsoitis•26m ago•0 comments

Forecasting the AI Boom till 2030

https://hunchfox.substack.com/p/the-cost-of-abundance-ai-2030
1•sahil_chaudhary•28m ago•0 comments

The Pace

https://vertigo.kuber.studio/diary/016-the-pace.html
1•vertigoruntime•30m ago•0 comments

Show HN: Everything a web page can learn about you, in plain English

https://sessioncontext.org
2•oddurs•33m ago•1 comments

Why Beyond Traditional RAG?

https://chandula7.gumroad.com/l/Advanced_RAG_LangGraph_Patterns
7•GeorgeTj•36m ago•4 comments

The Three Eras of Undergraduate Education

https://forklightning.substack.com/p/the-three-eras-of-undergraduate-education
1•herbertl•40m ago•0 comments

A full-duplex AI phone agent that listens while speaking

https://www.famulor.io
2•imankoma•41m ago•0 comments

A Skeptic's Guide to AI Regulation

https://twitter.com/cesifoti/status/2098876203822387327
1•Anon84•45m ago•0 comments

AI permissioned coworker framework and designs

https://eisenzopf.github.io/Thelve-coworkers/demo/
2•zerosegfaults•47m ago•0 comments

Endomorphisms of Affine Spaces and the Jacobian Problem [AI Statement.]

https://arxiv.org/abs/2609.05746
2•procedurecall•47m ago•1 comments

The Poisoned Chalice and the Court of the Opened Eye

https://danverbraganza.com/writings/the-poisoned-chalice-and-the-court-of-the-opened-eye?hn=1
2•nvader•48m ago•0 comments

Japan's book scene is quietly moving from bookstores to libraries

https://untranslatedjp.substack.com/p/japans-book-scene-is-quietly-moving
3•herbertl•48m ago•0 comments

Show HN: Practice English Grammar and Pronunciation (Uses Azure Speech)

https://marksdailyenglish.com/
2•MarkMc•51m ago•0 comments

Why George W Bush is Africa's favourite US president

https://www.ft.com/content/72424694-a86e-11e9-984c-fac8325aaa04
2•ViktorRay•57m ago•0 comments

RSI AI Explained: What It Is and Where It Could Lead

https://piszczek.pl/blog/rsi-ai-recursive-self-improvement
2•pich•1h ago•0 comments

Killing with a car costs $1.6M, California requires drivers to carry $30K

https://maxmautner.com/2026/09/11/liability-coverage.html
13•mslate•1h ago•3 comments

Nova Tools. Tools by AIs for AIs

https://github.com/mas-bandwidth/nova-tools
2•gafferongames•1h ago•0 comments

China on track to launch Mars sample-return mission in 2028: 'A Sputnik moment?'

https://www.space.com/astronomy/mars/china-on-track-to-launch-mars-sample-return-mission-in-2028-...
3•bookofjoe•1h ago•0 comments

Show HN: YazSes – offline hold-to-talk voice dictation for Linux, macOS, Windows

https://github.com/MSKazemi/yazses
3•mskazemi•1h ago•0 comments

Conformal correlation: substituting the correlation we all know?

https://www.sciencedirect.com/science/article/pii/S014036642500355X
3•gigatexal•1h ago•0 comments

Michael Levin:Consciousness, Biology, Universal Mind, Emergence, Cancer Research [video]

https://www.youtube.com/watch?v=c8iFtaltX-s
2•binyu•1h 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