frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Turn messy chats into structured TODOs and notes automatically

https://noteithub.com
1•pardisapporify•4m ago•0 comments

DeepSeek V4 Flash

https://huggingface.co/deepseek-ai/DeepSeek-V4-Flash
2•S0y•5m ago•0 comments

DeepSeek 4 Launched

https://deepseek4.hk/
2•mariopt•8m ago•2 comments

In Defense of Blub Studies

https://www.benkuhn.net/blub/
2•jonnonz•9m ago•0 comments

Need Help Please

1•activist_mel•11m ago•0 comments

A quick look at Mythos run on Firefox: too much hype?

https://xark.es/b/mythos-firefox-150
1•leonidasv•13m ago•0 comments

Hello from Berkeley

https://fluoverse.com
2•Panos_moschos•15m ago•1 comments

Anthropic Engineering Postmortem: Claude's 60-Minute Memory Bug

https://www.aiuniverse.news/claudes-memory-lapse-a-bug-erased-its-reasoning-after-an-hour/
1•aiuniversenews•17m ago•0 comments

DeepSeek-V4

https://huggingface.co/collections/deepseek-ai/deepseek-v4
3•meetpateltech•18m ago•0 comments

DeepSeek-V4: Towards Highly Efficient Million-Token Context Intelligence

https://huggingface.co/deepseek-ai/DeepSeek-V4-Pro
19•cmrdporcupine•18m ago•2 comments

Dear friend, you have built a Kubernetes (2024)

https://www.macchaffee.com/blog/2024/you-have-built-a-kubernetes/
2•Wingy•18m ago•0 comments

The Centrality Fallacy and ACM

https://cacm.acm.org/opinion/the-centrality-fallacy-and-acm/
2•pykq•20m ago•0 comments

DeepSeek-V4 Preview Version is launched

2•lanbin•20m ago•0 comments

OpenInterpretability

https://openinterp.org/
2•caiovicentino•23m ago•0 comments

DeepSeek v4

https://api-docs.deepseek.com/
7•impact_sy•25m ago•0 comments

2026 Ruby on Rails Community Survey

https://railsdeveloper.com/survey/
7•mooreds•25m ago•0 comments

MemCoT: Test-Time Scaling Through Memory-Driven Chain-of-Thought

https://arxiv.org/abs/2604.08216
2•MemTensor•25m ago•1 comments

Claude Opus 4.6 was nerfed prior to release of Opus 4.7

https://twitter.com/levelsio/status/2047387029915271445
1•nomilk•25m ago•0 comments

AI Kills HTML?

https://twitter.com/zan2434/status/2046982383430496444
2•cuttothechase•25m ago•1 comments

What is on my phone in 2026

https://joshblais.com/blog/what-is-on-my-phone-in-2026/
1•colinprince•26m ago•0 comments

I gave an AI persistent memory, self-learning, and earned autonomy

https://github.com/WingedGuardian/GENesis-AGI
1•genesiscogai•27m ago•1 comments

DeepSeek-V4 Technical Report [pdf]

https://huggingface.co/deepseek-ai/DeepSeek-V4-Pro/blob/main/DeepSeek_V4.pdf
7•tianyicui•30m ago•0 comments

Medical Student Created Top Influencer 'Emily Hart' Using AI, Making $ Thousands

https://www.ibtimes.co.uk/ai-generated-influencer-emily-hart-maga-1793120
1•Baljhin•34m ago•3 comments

The System of Context for Production AI

https://www.mezmo.com/aura
1•pranay01•37m ago•0 comments

Nev – keyboard focused GUI and terminal text editor

https://github.com/Nimaoth/Nev
1•archargelod•41m ago•0 comments

I used to generically engineer plants to increase yield,now I sell garlic online

https://Demeterfamilyfarm.com
1•Hilliard_Ohiooo•42m ago•0 comments

XOXO Festival Archive

https://xoxofest.com/
2•surprisetalk•45m ago•0 comments

Introducing Data Exports

https://socket.dev/blog/introducing-data-exports
1•ilreb•51m ago•0 comments

Show HN: RustNmap

1•greatwallisme•52m ago•0 comments

These are the countries moving to ban social media for children

https://techcrunch.com/2026/04/23/social-media-ban-children-countries-list/
1•evo_9•58m 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•11mo ago

Comments

NinjaGems•11mo 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